summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+6
* Remove RO white background fill.Michael Drake2011-02-131-6/+0
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-14/+16
* Unilaterally clear background to white before redrawJohn Mark Bell2011-02-111-0/+4
* change risc os frontend to use browser_window_redraw (r=jmb)Vincent Sanders2011-02-111-66/+4
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+5
* add default system colour handlers to each frontendVincent Sanders2011-01-302-2/+286
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
* Require Iconv 0.11John Mark Bell2011-01-041-2/+2
* When fetching a local file of type data, examine the extension to determine m...Michael Drake2010-12-271-3/+3
* 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