summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxmlJohn-Mark Bell2012-11-101-3/+2
|
* Use true/false for verbose_log.Michael Drake2012-11-051-3/+3
|
* Allow setup of verbose logging from environment variable.Michael Drake2012-11-052-1/+25
|
* Include CryptRand module, and RMEnsure it in the Run fileRob Kendrick (fatigue)2012-11-043-0/+50
|
* Port save complete to libdom.John-Mark Bell2012-11-031-61/+6
|
* Try to have RISC OS front end use FatMessages. This is an ugly hack.Rob Kendrick (monotony)2012-11-031-1/+5
|
* Unstackify RISC OS content handler's title setting.Michael Drake2012-10-253-9/+21
|
* More useful title info for images.Michael Drake2012-10-243-9/+12
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-35/+46
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Add some startup logging.Michael Drake2012-10-171-0/+2
|
* Document messages_load behaviour.Michael Drake2012-10-161-0/+4
|
* Remove last notion of bitmap suspension.Michael Drake2012-10-142-35/+1
|
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-17/+0
| | | | convert on demand core image cache.
* Fix up ripples from urldb change.Michael Drake2012-10-116-51/+56
|
* Squeeze harderRob Kendrick (humdrum)2012-10-081-1/+1
|
* Use squeezeJohn-Mark Bell2012-10-071-1/+5
|
* Use nsurl_parent.Michael Drake2012-10-061-25/+29
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-033-12/+9
|
* put RISC OS distribution files in teh generated netsurf zipVincent Sanders2012-10-021-3/+6
|
* Import RISC OS distribution stuff. (3rd party modules, etc.)Michael Drake2012-10-0292-1/+2470
|
* 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