summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-3/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+11
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-6/+8
* 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
* Take CSS System Colours from the RISC OS Desktop palette at start and on mode...Steve Fryatt2011-02-251-0/+7
* add resource handlingVincent Sanders2011-02-231-0/+6
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-70/+13
* add options display to about: schemeVincent Sanders2011-02-201-1/+1
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-191-2/+1
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-191-6/+2
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-7/+0
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-6/+7
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-39/+42
* Fix riscos path_add_part, to cope with the fact that newpart is unix-formatJohn Mark Bell2010-09-131-3/+15
* missing declarationVincent Sanders2010-09-111-0/+1
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-12/+21
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-13/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-19/+34
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-111-4/+5
* Make filename_from_path() compile.Michael Drake2010-04-071-1/+1
* Fix box dump for new cache.Michael Drake2010-04-071-3/+3
* Don't dump box trees on crash, and fix view source for new cache.Michael Drake2010-04-071-13/+17
* rationalise the usage of the file schemeVincent Sanders2010-03-311-5/+5
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-17/+17
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-15/+18
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-1/+9
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+36
* Only run the scheduler on null poll events.John Mark Bell2010-03-101-1/+10
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-4/+5
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-2/+0
* Aliasing fun. This is ugly.John Mark Bell2009-03-281-52/+57
* Squash warningsJohn Mark Bell2009-03-271-2/+3
* Purge WITH_URLJohn Mark Bell2009-02-221-8/+0
* Purge WITH_URIJohn Mark Bell2009-02-221-6/+0
* Purge WITH_PRINTJohn Mark Bell2009-02-221-12/+0
* 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