summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* plotters line refactorVincent Sanders2009-07-102-18/+42
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-095-106/+95
* Fix compilationChris Young2009-07-081-2/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-082-47/+71
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-075-186/+180
* Fix warningsChris Young2009-07-071-2/+2
* GETSCREENANME documentationChris Young2009-07-051-2/+3
* Add a note about how to get the best speed out of the OS4 version. Mostly th...Chris Young2009-07-051-0/+14
* Refactor fill plotter to take a styleVincent Sanders2009-07-052-4/+4
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ...Chris Young2009-07-052-4/+3
* fix warningsChris Young2009-07-042-0/+3
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
* turn iconification back off as it isn't working reliably.Chris Young2009-07-041-1/+30
* Basic iconification supportChris Young2009-07-041-68/+91
* Script to show the source of the current pageChris Young2009-07-041-0/+24
* Add GETSCREENNAME commandChris Young2009-07-041-1/+19
* Minor positional changes. This code probably needs a rethink as it doesn't c...Chris Young2009-07-021-2/+3
* remove redundant clg callVincent Sanders2009-07-011-1/+0
* Improve bitmap plotter APIVincent Sanders2009-06-302-23/+18
* Remove debug codeChris Young2009-06-301-1/+0
* Re-enable the Use OS Pointers option as I have fixed the crash.Chris Young2009-06-301-1/+0
* Should be static, attempt to fix odd crash.Chris Young2009-06-301-5/+6
* Add a note about font stylesChris Young2009-06-281-8/+17
* Strip down the options file section. People should be using the GUI for ever...Chris Young2009-06-271-17/+5
* Set new installs to start on the Workbench screen, this can be changed from t...Chris Young2009-06-271-15/+1
* Don't update screen ModeID if it is 0, as it gets written in a format which N...Chris Young2009-06-271-3/+6
* Completed Amiga preferences GUI.Chris Young2009-06-272-136/+213
* Convert group and other label strings also to local charset. Free all the st...Chris Young2009-06-271-32/+120
* Export tab doneChris Young2009-06-262-1/+167
* Advanced tab all workingChris Young2009-06-261-1/+43
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-253-1/+88
* Disable the anim speed gadget if anims themselves are disabled. Also disable...Chris Young2009-06-251-3/+18
* Cache tab done, missing history option added to the General tab.Chris Young2009-06-252-0/+68
* Fix the disappearing radio buttons. I don't know why this suddenly stopped w...Chris Young2009-06-241-1/+1
* Fonts tab done, another gadget type used, have nearly completed the set but l...Chris Young2009-06-242-4/+221
* Rendering tab in options all done, new option to improve the scale quality (b...Chris Young2009-06-234-2/+91
* Network tab done, pretty much identical to the gtk version.Chris Young2009-06-222-1/+214
* Make all the buttons on the first two options tabs work.Chris Young2009-06-213-22/+109
* Remove libc.so, libgcc.so and libpthread.so as these are present in the OS4.1...Chris Young2009-06-211-1/+2
* Disabled the OS pointers gadget, as apparently it does take effect immediatel...Chris Young2009-06-211-0/+1
* Added mouse pointer options to the Display tab, as they are probably better s...Chris Young2009-06-212-0/+34
* Display tab done, except for interconnection of gadgets and the screenmode an...Chris Young2009-06-212-4/+126
* General tab done, I've tried to keep the layout broadly similar to the GTK ve...Chris Young2009-06-212-6/+238
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-206-13/+196
* Revert accidental changeChris Young2009-06-201-1/+1
* Modify correct RastPortChris Young2009-06-201-2/+2
* Support option_font_defaultChris Young2009-06-201-2/+26
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-202-19/+35
* If the extent changes, make sure the next redraw does the entire visible area,Chris Young2009-06-201-0/+1
* Actually return a value if the function requires it.Chris Young2009-06-191-6/+11