summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-193-5/+3
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-194-20/+145
* Give macro expansion less potential for ambiguity.Steve Fryatt2010-12-191-4/+4
* Don\'t pass spurious drag event data to the core treeview.Steve Fryatt2010-12-171-13/+17
* Apply simple weighted averaging to download rate calculations.Steve Fryatt2010-12-161-6/+19
* Remove redundant code from drag browser_mouse_state setup.Michael Drake2010-12-161-9/+0
* Document RISC OS front end's setup of browser_mouse_state.Michael Drake2010-12-161-12/+30
* Don't require CTRL or ALT for treeview window to claim input focus on click.Michael Drake2010-12-161-3/+1
* Pass adjust double clicks to the core too.Michael Drake2010-12-161-0/+3
* Ensure mouse button press events are sent to the core for treeview type windo...Michael Drake2010-12-151-13/+19
* Give caret for alt and ctrl since both start an edit.Michael Drake2010-12-151-1/+3
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-145-4/+12
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-7/+0
* Remove excess indentation.Michael Drake2010-11-081-44/+44
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+37
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+61
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-2412-92/+123
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-2411-66/+122
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-249-39/+172
* Assert is more appropriate; tidy up.Steve Fryatt2010-10-101-7/+2
* Merge treeview-redux to trunkJohn Mark Bell2010-10-0526-3063/+2575
* Fix riscos path_add_part, to cope with the fact that newpart is unix-formatJohn Mark Bell2010-09-131-3/+15
* Fix indirected text size for theme author.James Bursa2010-09-131-1/+1
* missing declarationVincent Sanders2010-09-111-0/+1
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-12/+21
* Enable sideways print option.Steve Fryatt2010-07-275-13/+45
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+11
* Force browser window redraw after printing to restore screen layout.Steve Fryatt2010-07-151-1/+3
* Work around apparent register corruption after printing.Steve Fryatt2010-07-141-2/+9
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* + Refactor input handling from browser window code into contentMichael Drake2010-06-042-1/+4
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-13/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-0/+1
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
* Squash warnings in RISC OS build.John Mark Bell2010-04-242-6/+9
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-243-3/+0
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-19/+34
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
* I don't understand the full_redraw flag, or the optimisation gained from not ...John Mark Bell2010-04-111-40/+24
* Implement draw_clone()John Mark Bell2010-04-111-0/+16
* Port to hlcache-enabled coreJohn Mark Bell2010-04-111-31/+40
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-111-4/+5
* Debug window is now black on white.Michael Drake2010-04-094-8/+8