summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-272-2/+2
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-272-8/+2
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-13/+0
* Delete commented out code.Michael Drake2011-06-241-4/+0
* Replace iframe stuff with asserts for now.Michael Drake2011-06-241-7/+6
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-242-4/+4
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-093-45/+21
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-0911-18/+19
* Fix Drawfile content handler build.Michael Drake2011-05-091-3/+4
* Fix Artworks content handler build.Michael Drake2011-05-091-3/+4
* Untested fix and tile implementation for Sprite.Michael Drake2011-05-091-3/+4
* Fix for new content_redraw API.Michael Drake2011-05-091-3/+1
* Fix for new content redraw API.Michael Drake2011-05-091-2/+2
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0616-520/+872
* Restore some Adjust-double-click functionality to RO treeviews.Steve Fryatt2011-04-181-5/+20
* Fix bug #3156695: apply scrollbar from r12128 to all treeview windows.Steve Fryatt2011-03-285-6/+4
* Force SSLCert pane to have a horizontal scroll bar and ensure initial extent ...Steve Fryatt2011-03-241-1/+6
* Fix bug #3238151: reinstate filename sanitisation and extension strippingJohn Mark Bell2011-03-231-3/+12
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-6/+8
* Help menu options for about:credits and about:licence to replace old about Ne...Michael Drake2011-03-162-4/+9
* Pedantic wrap.Michael Drake2011-03-161-1/+2
* Simple language directory handling.Michael Drake2011-03-151-3/+14
* Fix in case of malloc failure.Michael Drake2011-03-151-0/+3
* Add simple resource: path handler. Lacks language support for now.Michael Drake2011-03-151-4/+10
* Move schedule.h to utils/John Mark Bell2011-03-134-1/+4
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-2/+1
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-3/+0
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-0911-28/+0
* nsfont_paint doesn't take scale.Michael Drake2011-03-081-1/+1
* Don't scale text plots in front end (RISC OS).Michael Drake2011-03-082-5/+3
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* Fix bug #3200899: Don't claim keypresses we don't handle.Steve Fryatt2011-03-063-43/+54
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-062-26/+21
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-28/+9
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-274-4/+9
* Take CSS System Colours from the RISC OS Desktop palette at start and on mode...Steve Fryatt2011-02-253-156/+269
* Get download filenames from the core.Steve Fryatt2011-02-231-29/+30
* add resource handlingVincent Sanders2011-02-231-0/+6
* Fix bug #3189352: ensure vertical extent of toolbars is set correctly.Steve Fryatt2011-02-221-5/+20
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-2048-5313/+10688
* add options display to about: schemeVincent Sanders2011-02-201-1/+1
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-193-11/+8
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-146-76/+60
* ConstifyJohn Mark Bell2011-02-148-8/+8
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-2/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-1311-26/+41