summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
Commit message (Expand)AuthorAgeFilesLines
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-1/+27
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-251-1/+3
* Fix broken event handling.Chris Young2010-04-091-2/+1
* Changes required for new-cacheChris Young2010-03-281-2/+2
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-131-158/+157
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-251-3/+11
* It helps to allocate enough memory for 40 LONGs, and that memory needs to be ...Chris Young2009-12-231-4/+4
* Search and a couple of other new optionsChris Young2009-12-231-19/+130
* Implement the ability to stay in memory if all windows are closed. This and ...Chris Young2009-10-031-1/+0
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-28/+62
* Add missing code to apply the fetcher settingsChris Young2009-08-181-0/+77
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+2
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-121-1/+9
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ...Chris Young2009-07-051-1/+1
* Re-enable the Use OS Pointers option as I have fixed the crash.Chris Young2009-06-301-1/+0
* 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-271-134/+211
* 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-261-1/+157
* 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-251-0/+77
* 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-251-0/+65
* 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-241-4/+213
* Rendering tab in options all done, new option to improve the scale quality (b...Chris Young2009-06-231-0/+78
* Network tab done, pretty much identical to the gtk version.Chris Young2009-06-221-1/+206
* Make all the buttons on the first two options tabs work.Chris Young2009-06-211-1/+62
* 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-211-0/+32
* Display tab done, except for interconnection of gadgets and the screenmode an...Chris Young2009-06-211-4/+122
* General tab done, I've tried to keep the layout broadly similar to the GTK ve...Chris Young2009-06-211-6/+228
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-0/+103