summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Expand)AuthorAgeFilesLines
* When UnixLib 5 is used, use its API to do the coredumping. Define UnixEnv$co...John Tytgat2009-01-311-1/+11
* Assorted saving-related changes (WIP)Adrian Lees2009-01-101-3/+10
* A few usability tweaksAdrian Lees2008-12-261-5/+12
* Remove include of an internal UnixLib header (which btw no longer exists in g...John Tytgat2008-09-271-1/+1
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-6/+7
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-0/+6
* Initialise and finalise hubbub correctly on RISC OS.John Mark Bell2008-08-111-0/+19
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the dif...John Tytgat2008-08-051-1/+1
* Prefix all RISC OS print global variables and functions with "ro_" in order t...John Tytgat2008-08-021-8/+8
* Keep on hourglassing when dumping application space and UnixLib DA memory blo...John Tytgat2008-07-301-4/+5
* - Compiler warning squashJohn Tytgat2008-07-261-17/+17
* Save WimpSlot too when NetSurf$CoreDump is set and NetSurf crashes.James Bursa2008-06-071-5/+14
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-3/+6
* Add code to save DA to a file if NetSurf crashes and NetSurf$CoreDump exists.James Bursa2008-06-031-0/+19
* - introduction of SLEN()John Tytgat2008-05-251-4/+4
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-10/+26
* Remove useless private UnixLib include.John Tytgat2008-04-011-1/+0
* Update to real new welcome page path.Michael Drake2008-01-191-3/+3
* Update some paths. (Not all done.)Michael Drake2008-01-191-3/+3
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-311-7/+0
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-2/+45
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-5/+2
* Remove dead code at the end of ro_gui_default_language().James Bursa2007-07-151-25/+25
* Support dataloading of SVG filesJohn Mark Bell2007-07-131-1/+6
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-38/+38
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-181-0/+7
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
* Guard against using invalid data.Richard Wilson2006-12-031-1/+7
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-121-43/+71
* Fix dataload stupiditiesJohn Mark Bell2006-09-071-2/+4
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-182/+39
* Experimental new frames code.Richard Wilson2006-09-021-10/+24
* Workaround for later VideoHWSMI versions too; patterned line bug still not fixedAdrian Lees2006-08-221-1/+3
* Call rufl_dump_state() when a crash occurs.James Bursa2006-08-151-0/+1
* Save and restore FP registers for APCS complianceAdrian Lees2006-08-061-2/+2
* Use desktop fontAdrian Lees2006-07-181-7/+13
* Workaround for A9home crash drawing patterned lines; maybe temporaryAdrian Lees2006-07-161-0/+14
* Centralise keypress handling (download and query dialogs still need porting o...John Mark Bell2006-07-131-10/+2
* Add basic cookie viewer, make trees use textarea components for UTF8 editing,...Richard Wilson2006-07-131-2/+4
* Join update boxes if possible to decrease rendering time (optimise bouncing b...Richard Wilson2006-07-091-1/+2
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-3/+10
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-1/+3
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-031-0/+4
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-201-11/+14
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+2
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-2/+2
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8