summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant bw->current_content check.Michael Drake2011-09-011-4/+0
| | | | svn path=/trunk/netsurf/; revision=12696
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-8/+0
| | | | svn path=/trunk/netsurf/; revision=12656
* RISC OS changes for core search update (r12646).Michael Drake2011-08-241-43/+49
| | | | svn path=/trunk/netsurf/; revision=12651
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+5
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Caret position is already scaled in core.Michael Drake2011-07-111-3/+1
| | | | svn path=/trunk/netsurf/; revision=12597
* Fix build.Michael Drake2011-07-071-23/+1
| | | | svn path=/trunk/netsurf/; revision=12588
* Remove pointless content_msg_data.Michael Drake2011-07-061-4/+0
| | | | svn path=/trunk/netsurf/; revision=12585
* Fix up RISC OS for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12582
* Pass correct plotter table for Drawfile export.Michael Drake2011-07-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12567
* Function to find out if browser window has a selection. Front ends should ↵Michael Drake2011-07-021-9/+9
| | | | | | use this API. RISC OS front end updated. svn path=/trunk/netsurf/; revision=12556
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-022-4/+4
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Fix up RISC OS front end.Michael Drake2011-06-304-10/+4
| | | | svn path=/trunk/netsurf/; revision=12545
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-3010-30/+57
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up Artworks content handler.Michael Drake2011-06-281-5/+5
| | | | svn path=/trunk/netsurf/; revision=12536
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-286-68/+89
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12525
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12515
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-272-8/+2
| | | | svn path=/trunk/netsurf/; revision=12513
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-13/+0
| | | | svn path=/trunk/netsurf/; revision=12501
* Delete commented out code.Michael Drake2011-06-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12500
* Replace iframe stuff with asserts for now.Michael Drake2011-06-241-7/+6
| | | | svn path=/trunk/netsurf/; revision=12499
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-242-4/+4
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-093-45/+21
| | | | svn path=/trunk/netsurf/; revision=12341
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-0911-18/+19
| | | | svn path=/trunk/netsurf/; revision=12336
* Fix Drawfile content handler build.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12335
* Fix Artworks content handler build.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12334
* Untested fix and tile implementation for Sprite.Michael Drake2011-05-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=12333
* Fix for new content_redraw API.Michael Drake2011-05-091-3/+1
| | | | svn path=/trunk/netsurf/; revision=12332
* Fix for new content redraw API.Michael Drake2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12331
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12330
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0616-520/+872
| | | | svn path=/trunk/netsurf/; revision=12283
* 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