summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Split install and package targets.Vincent Sanders2012-08-231-1/+12
| | | | Install target is for installing on the local machine and package generates a package
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-226-9/+6
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Remove a bunch of unused includes.Michael Drake2012-08-201-2/+0
|
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Remove unused header.Michael Drake2012-08-201-1/+0
|
* Use proper function for box tree dump.Michael Drake2012-08-203-13/+4
|
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Avoid box_at_point.Michael Drake2012-08-201-35/+2
|
* Minor style change.Michael Drake2012-08-191-9/+10
|
* force removal of temporary directoryVincent Sanders2012-08-191-1/+1
|
* really fix riscos zip targetVincent Sanders2012-08-191-1/+1
| | | | zip option with a comma in it confused make
* fix riscos makefile tempfile creationVincent Sanders2012-08-191-7/+5
|
* add riscos zip build targetVincent Sanders2012-08-191-0/+14
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+3
|
* Remove remaining use of core internals.Michael Drake2012-08-021-59/+1
|
* Use selection_copy_to_clipboard instead of peering into core innards.Michael Drake2012-08-021-40/+1
|
* Use online docs.Michael Drake2012-07-214-24/+15
|
* Update default homepage URL to about:welcome. Make RISC OS front end use ↵Michael Drake2012-07-213-21/+8
| | | | | | | NETSURF_HOMEPAGE too. Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Squash implicit declaration of function 'html_get_box_tree' function by ↵Michael Drake2012-03-261-0/+1
| | | | | | including render/html.h. svn path=/trunk/netsurf/; revision=13721
* Include render/html.h to fix build.Michael Drake2012-03-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=13720
* Include render/box.h and render/html.h to fix build.Michael Drake2012-03-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=13719
* Add libdom to native RISC OS LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13683
* Add libdom to cross-compilation LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13647
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2234-526/+534
| | | | svn path=/trunk/netsurf/; revision=13548
* Set User CSS file in Choices.WWW.NetSurf.Michael Drake2012-03-061-4/+13
| | | | svn path=/trunk/netsurf/; revision=13509
* Fix bug #3479239: scroll in correct direction for page left/page rightJohn Mark Bell2012-02-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=13435
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-113-28/+45
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Make RISC OS print background images option work.Michael Drake2011-12-231-5/+2
| | | | svn path=/trunk/netsurf/; revision=13337
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-237-0/+9
| | | | svn path=/trunk/netsurf/; revision=13335
* Make the RISC OS front end foreground/background menu options work.Michael Drake2011-12-233-18/+16
| | | | svn path=/trunk/netsurf/; revision=13333
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+0
| | | | | | Remove broken background image option from RISC OS front end. svn path=/trunk/netsurf/; revision=13332
* Provide a generic fall-back scroll event handler for scroll wheels.Steve Fryatt2011-12-193-1/+66
| | | | svn path=/trunk/netsurf/; revision=13300
* Fix comments.Steve Fryatt2011-12-181-1/+7
| | | | svn path=/trunk/netsurf/; revision=13298
* Lose unnecessary intermediate variable assignments.Steve Fryatt2011-12-181-13/+10
| | | | svn path=/trunk/netsurf/; revision=13297
* Pass Page Up/Down info to the core for scrolling.Steve Fryatt2011-12-181-14/+51
| | | | svn path=/trunk/netsurf/; revision=13296
* Implement Home and End scroll functionality.Steve Fryatt2011-12-181-5/+9
| | | | svn path=/trunk/netsurf/; revision=13292
* Don't allow framesets to scroll out of view.Steve Fryatt2011-12-171-2/+15
| | | | svn path=/trunk/netsurf/; revision=13291
* Use correct RISC OS filetype for PNG when identifying native format.Steve Fryatt2011-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13290
* Standardise code for mouse and keyboard scrolling of browser window.Steve Fryatt2011-12-171-127/+163
| | | | | | Pass keyboard scroll details on to the core when applicable. svn path=/trunk/netsurf/; revision=13289
* Provisional core scroll-wheel support - supports scroll events only.Steve Fryatt2011-12-171-7/+38
| | | | svn path=/trunk/netsurf/; revision=13288
* Look toolbar handles up directly from event data.Steve Fryatt2011-12-171-3/+7
| | | | svn path=/trunk/netsurf/; revision=13286
* Make scroll event handling module specific.Steve Fryatt2011-12-176-24/+125
| | | | svn path=/trunk/netsurf/; revision=13285
* Disable rendering of interactive features when exporting as Drawfile.Michael Drake2011-12-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13249
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-043-26/+26
| | | | svn path=/trunk/netsurf/; revision=13236
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=13224
* Fix select menu item selection in frames. Note: the API for front end ↵Michael Drake2011-12-031-2/+9
| | | | | | select menus is a mess ATM. svn path=/trunk/netsurf/; revision=13223