summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* make macro name more correctVincent Sanders2012-12-131-6/+6
* Update the current pressed qualifier keys at every RAWKEY event, as the updat...Chris Young2012-12-101-2/+2
* Add dither quality options to GUIChris Young2012-12-091-0/+21
* Add simple refresh option to GUIChris Young2012-12-091-0/+23
* Add font anti-aliasing option to GUIChris Young2012-12-091-35/+57
* Toggle the tab bar to the correct state if the option to always show it is ch...Chris Young2012-12-093-0/+34
* Add options for always showing tabbar and warning on closing multiple tabsChris Young2012-12-091-0/+30
* Move tabbed browsing options to new tabChris Young2012-12-091-28/+39
* Enable persistent tab bar through tab_always_show optionChris Young2012-12-091-1/+1
* Prevent multiple tabbarsChris Young2012-12-091-1/+1
* Reverse the logic as well as the req textChris Young2012-12-092-2/+2
* non-working "always show tabbar" optionChris Young2012-12-092-4/+10
* Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" op...Chris Young2012-12-092-2/+2
* Only bother with the delayed requester on OS4Chris Young2012-12-091-1/+3
* Missing double-quoteChris Young2012-12-091-3/+3
* Set the file comment for the included ARexx scripts as part of the install, a...Chris Young2012-12-091-0/+4
* Allow ctrl-click on hotlist toolbar to open in a new tabChris Young2012-12-091-1/+7
* Warn the user and give them an option to stop NetSurf shutting down, if the T...Chris Young2012-12-081-1/+26
* Warn when closing multiple tabsChris Young2012-12-085-4/+17
* Move download overwrite warning requester to misc.cChris Young2012-12-083-18/+25
* Respond to Ctrl-C by immediately quitting. TCP/IP stack exit expects this.Chris Young2012-12-071-1/+7
* Allow the size of the web search gadget to be user-setChris Young2012-12-063-1/+5
* Avoid NULL pointer accessChris Young2012-12-051-1/+1
* Set the newly-created hotlist dirs to be "retain in memory" otherwise NetSurf...Chris Young2012-12-011-2/+2
* Don't need to attempt to free on remove, as the only entry point has already ...Chris Young2012-12-011-2/+0
* Attempt to do some re-layout if the toolbar is added after the window opens.Chris Young2012-12-011-1/+6
* Update documentationChris Young2012-12-011-2/+1
* Make hotlist toolbar actually workChris Young2012-12-011-10/+11
* DebugChris Young2012-11-291-5/+8
* Make hotlist toolbar work and update (only updates on hotlist window close cu...Chris Young2012-11-294-4/+105
* Create "menu" and "toolbar" directories in the hotlist if they don't exist on...Chris Young2012-11-291-1/+36
* Improve the look of the hotlist toolbarChris Young2012-11-282-1/+11
* Hotlist toolbar needs to be ABOVE the tab barChris Young2012-11-281-4/+4
* Don't force a redraw after adding the toolbar, because we (currently) only ad...Chris Young2012-11-281-3/+0
* Actually show the toolbar. It looks awful.Chris Young2012-11-281-0/+8
* Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no...Chris Young2012-11-282-1/+91
* Fix the display of the drag save iconChris Young2012-11-111-15/+15
* These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
* Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
* Remove libxmlJohn-Mark Bell2012-11-103-6/+6
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-083-14/+3
* Remove the fallback font options from the prefs GUI; it isn't really needed n...Chris Young2012-11-081-33/+1
* Fix crash when fallback font is not set and NetSurf was unable to find anythi...Chris Young2012-11-081-8/+8
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-071-1/+0
|\
| * Fix font_scan crash (credit: Gazelle)Chris Young2012-11-071-1/+0
* | Remove extraneous debugChris Young2012-11-071-5/+1
|/
* noisy debugChris Young2012-11-061-0/+4
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
* Port save complete to libdom.John-Mark Bell2012-11-034-150/+32