summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure the example Makefile.config is just that -- an exampleDaniel Silverstone2009-03-271-0/+0
* Include the right default build options file.Michael Drake2009-03-271-1/+1
* Add a default Makefile.config with an example (commented out)Daniel Silverstone2009-03-271-0/+10
* Rename Makefile.config to Makefile.defaults and update the docsDaniel Silverstone2009-03-274-41/+47
* Ensure it's clear that Makefile.config is meant to be INVIOLATE to all but co...Daniel Silverstone2009-03-271-0/+8
* Squash warning.John Mark Bell2009-03-271-1/+4
* Squash warningsJohn Mark Bell2009-03-272-37/+47
* Squash warningsJohn Mark Bell2009-03-271-2/+2
* Squash warningsJohn Mark Bell2009-03-271-8/+17
* Squash warningsJohn Mark Bell2009-03-271-4/+7
* Squash warningsJohn Mark Bell2009-03-271-4/+6
* Squash warning.John Mark Bell2009-03-271-1/+2
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningsJohn Mark Bell2009-03-271-2/+3
* Squash warningsJohn Mark Bell2009-03-271-1/+2
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningsJohn Mark Bell2009-03-271-2/+2
* Squash warningsJohn Mark Bell2009-03-271-6/+6
* Squash warningsJohn Mark Bell2009-03-271-21/+21
* Squash warningsJohn Mark Bell2009-03-271-2/+3
* Use <> for library headers.John Mark Bell2009-03-273-4/+7
* Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which i...John Mark Bell2009-03-272-30/+50
* Squash warnings.John Mark Bell2009-03-271-6/+8
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Use byte instead of unsigned char.John Mark Bell2009-03-271-2/+2
* Squash warningsJohn Mark Bell2009-03-271-4/+6
* Squash warningsJohn Mark Bell2009-03-271-3/+4
* Squash warnings.John Mark Bell2009-03-271-3/+4
* Squash warningJohn Mark Bell2009-03-271-1/+2
* Squash warningsJohn Mark Bell2009-03-271-2/+2
* Squash warnings. Tidy code. Make last_sprite_found static and locally scoped.John Mark Bell2009-03-271-4/+3
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningJohn Mark Bell2009-03-271-1/+1
* Squash warningJohn Mark Bell2009-03-271-2/+2
* Call bitmap_save() for native drag saves.Chris Young2009-03-261-1/+4
* Add save_complete to drag saveChris Young2009-03-261-4/+24
* Change pointer imagery when draggingChris Young2009-03-254-11/+23
* Some sort of drag-save implementation.Chris Young2009-03-251-0/+74
* Move gui_drag_save_selection() into the same file as gui_drag_save_object() a...Chris Young2009-03-242-5/+6
* Update to new _available() functionsChris Young2009-03-241-20/+32
* Fix framebufefr port callback schedulingVincent Sanders2009-03-241-9/+15
* Make framebuffer front end use r6827 functions. Note: stop & reload availabil...Michael Drake2009-03-231-6/+8
* Make RISC OS front end use r6827 functions.Michael Drake2009-03-231-13/+9
* Add functions for checking if back/forward/stop/reload actions are currently ...Michael Drake2009-03-232-5/+64
* remove interlacing and other abberationsVincent Sanders2009-03-2314-0/+0
* use greyed images for forward back buttons as appropriteVincent Sanders2009-03-224-12/+66
* add vertical scrollbar to freamebufferVincent Sanders2009-03-2211-37/+259