summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
| | | | svn path=/trunk/netsurf/; revision=12201
* Fix bug #3156695: apply scrollbar from r12128 to all treeview windows.Steve Fryatt2011-03-285-6/+4
| | | | svn path=/trunk/netsurf/; revision=12142
* Force SSLCert pane to have a horizontal scroll bar and ensure initial extent ↵Steve Fryatt2011-03-241-1/+6
| | | | | | calculation. svn path=/trunk/netsurf/; revision=12128
* Fix bug #3238151: reinstate filename sanitisation and extension strippingJohn Mark Bell2011-03-231-3/+12
| | | | svn path=/trunk/netsurf/; revision=12127
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-6/+8
| | | | svn path=/trunk/netsurf/; revision=12089
* Help menu options for about:credits and about:licence to replace old about ↵Michael Drake2011-03-162-4/+9
| | | | | | NetSurf entry. svn path=/trunk/netsurf/; revision=12071
* Pedantic wrap.Michael Drake2011-03-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=12070
* Simple language directory handling.Michael Drake2011-03-151-3/+14
| | | | svn path=/trunk/netsurf/; revision=12069
* Fix in case of malloc failure.Michael Drake2011-03-151-0/+3
| | | | svn path=/trunk/netsurf/; revision=12067
* Add simple resource: path handler. Lacks language support for now.Michael Drake2011-03-151-4/+10
| | | | svn path=/trunk/netsurf/; revision=12066
* Move schedule.h to utils/John Mark Bell2011-03-134-1/+4
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-0/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-2/+1
| | | | svn path=/trunk/netsurf/; revision=11964
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-3/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ↵Michael Drake2011-03-0911-28/+0
| | | | | | need to maintain scale for plotting. svn path=/trunk/netsurf/; revision=11942
* nsfont_paint doesn't take scale.Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11940
* Don't scale text plots in front end (RISC OS).Michael Drake2011-03-082-5/+3
| | | | svn path=/trunk/netsurf/; revision=11937
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-063-43/+54
| | | | svn path=/trunk/netsurf/; revision=11925
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-062-26/+21
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=11923
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-28/+9
| | | | svn path=/trunk/netsurf/; revision=11870
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-274-4/+9
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* Take CSS System Colours from the RISC OS Desktop palette at start and on ↵Steve Fryatt2011-02-253-156/+269
| | | | | | | | mode/palette change. Need to revisit and confirm some of the mappings. svn path=/trunk/netsurf/; revision=11814
* Get download filenames from the core.Steve Fryatt2011-02-231-29/+30
| | | | svn path=/trunk/netsurf/; revision=11774
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Fix bug #3189352: ensure vertical extent of toolbars is set correctly.Steve Fryatt2011-02-221-5/+20
| | | | svn path=/trunk/netsurf/; revision=11762
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
| | | | svn path=/trunk/netsurf/; revision=11752
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-2048-5313/+10688
| | | | svn path=/trunk/netsurf/; revision=11741
* add options display to about: schemeVincent Sanders2011-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11733
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-193-11/+8
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-146-76/+60
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* ConstifyJohn Mark Bell2011-02-148-8/+8
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-1311-26/+41
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+6
| | | | svn path=/trunk/netsurf/; revision=11667
* Remove RO white background fill.Michael Drake2011-02-131-6/+0
| | | | svn path=/trunk/netsurf/; revision=11666
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-14/+16
| | | | svn path=/trunk/netsurf/; revision=11648
* Unilaterally clear background to white before redrawJohn Mark Bell2011-02-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=11644
* change risc os frontend to use browser_window_redraw (r=jmb)Vincent Sanders2011-02-111-66/+4
| | | | svn path=/trunk/netsurf/; revision=11643
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+5
| | | | svn path=/trunk/netsurf/; revision=11636
* add default system colour handlers to each frontendVincent Sanders2011-01-302-2/+286
| | | | svn path=/trunk/netsurf/; revision=11530
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=11422
* Require Iconv 0.11John Mark Bell2011-01-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=11204
* When fetching a local file of type data, examine the extension to determine ↵Michael Drake2010-12-271-3/+3
| | | | | | mime type. svn path=/trunk/netsurf/; revision=11123
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-193-5/+3
| | | | svn path=/trunk/netsurf/; revision=11103
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=11102
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-194-20/+145
| | | | svn path=/trunk/netsurf/; revision=11095
* Give macro expansion less potential for ambiguity.Steve Fryatt2010-12-191-4/+4
| | | | svn path=/trunk/netsurf/; revision=11094
* Don\'t pass spurious drag event data to the core treeview.Steve Fryatt2010-12-171-13/+17
| | | | svn path=/trunk/netsurf/; revision=11090