summaryrefslogtreecommitdiff
path: root/amiga/options.h
Commit message (Expand)AuthorAgeFilesLines
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-3/+6
* Default search ico should only come from themeChris Young2011-10-081-3/+0
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-111-1/+4
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-021-4/+1
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-1/+4
* When opening new tabs next to the active one, open them sequentially until th...Chris Young2011-07-021-1/+1
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-021-0/+3
* disable context menus until i figure out why they have suddenly started crashingChris Young2011-06-171-1/+1
* remove no_iframesChris Young2011-06-151-3/+0
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-1/+4
* Implement ask overwriteChris Young2011-03-261-1/+1
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-051-1/+4
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-051-2/+5
* Disable IFrames by default as they are a pop-up nightmareChris Young2011-01-041-1/+1
* Allow snapshotting of treeview windowsChris Young2010-12-191-2/+38
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-3/+0
* Change "cache native bitmaps" default back to 0. The userbase's graphics car...Chris Young2010-09-281-1/+1
* Debug plotters. It appears that the odd slowness on some sites (eg. sourcefo...Chris Young2010-08-301-1/+1
* Add startup and shutdown ARexx scripts (default to startup.nsrx and shutdown....Chris Young2010-08-281-0/+6
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-1/+4
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-1/+4
* Remove verbose_log from options fileChris Young2010-04-031-3/+0
* Search and a couple of other new optionsChris Young2009-12-231-0/+3
* Non-functional search barChris Young2009-12-211-0/+3
* Simple web search implementationChris Young2009-12-181-2/+7
* Amiga print UIChris Young2009-11-011-0/+3
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-281-1/+7
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-1/+5
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-3/+0
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-251-1/+4
* Rendering tab in options all done, new option to improve the scale quality (b...Chris Young2009-06-231-1/+4
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ...Chris Young2009-06-031-1/+1
* Vague attempt at direct renderingChris Young2009-05-251-1/+4
* Set cache_bitmaps to 1 by default so it caches scaled bitmaps in memory.Chris Young2009-04-261-1/+1
* Remove option_quick_text (local charset text printing)Chris Young2009-04-011-3/+0
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-071-3/+3
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-051-3/+3
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-201-2/+2
* Replace use_workbench with a more general use_pubscreen option.Chris Young2009-01-101-5/+8
* Remove Amiga-specific force_tabsChris Young2008-12-131-4/+4
* Minor fixes, changing some defaults to safer values, screen_modeid should now...Chris Young2008-11-031-5/+8
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-1/+7
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-251-1/+4
* Prepare for context menusChris Young2008-10-201-3/+3
* Basic theme support.Chris Young2008-10-181-72/+72
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-69/+72
* Kiosk mode (borderless window, no gadgets or menu etc)Chris Young2008-10-051-1/+4
* AmigaOS tabs implementation.Chris Young2008-10-051-1/+7
* 32-bit mouse pointer support.Chris Young2008-09-221-2/+8