summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set history scroll offsetsChris Young2009-03-221-1/+6
* Fix the fix... $(CC) will work better for C files...François Revel2009-03-211-1/+1
* Quick fix for building with gcc2. It's getting quite ugly though...François Revel2009-03-211-0/+9
* fixup 8bpp plottersVincent Sanders2009-03-192-20/+197
* clean up linux framebuffer frontendVincent Sanders2009-03-181-139/+126
* add opaque switch to 16bpp plottersVincent Sanders2009-03-181-10/+20
* Rexx dir should default to PROGDIR: tooChris Young2009-03-171-1/+1
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-174-77/+77
* Fix crash in GETURLChris Young2009-03-171-1/+1
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-179-39/+114
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
* fix able frontendVincent Sanders2009-03-162-4/+169
* Slightly better looking scrollbar.Michael Drake2009-03-165-137/+144
* Fix clicking on history items beyone the first pageChris Young2009-03-151-13/+10