summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Update the current pressed qualifier keys at every RAWKEY event, as the updat...Chris Young2012-12-101-2/+2
* Toggle the tab bar to the correct state if the option to always show it is ch...Chris Young2012-12-091-0/+27
* 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-091-1/+1
* non-working "always show tabbar" optionChris Young2012-12-091-4/+7
* Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" op...Chris Young2012-12-091-1/+1
* Only bother with the delayed requester on OS4Chris Young2012-12-091-1/+3
* 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-081-1/+9
* 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-061-1/+1
* Avoid NULL pointer accessChris Young2012-12-051-1/+1
* 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
* 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-291-1/+99
* Improve the look of the hotlist toolbarChris Young2012-11-281-1/+10
* 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-281-1/+85
* Fix the display of the drag save iconChris Young2012-11-111-15/+15
* Fix a serious crash that occurs if the underlying window is closed during a h...Chris Young2012-10-311-0/+12
* Ensure stack size is at least 128KBChris Young2012-10-191-0/+1
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-2/+7
* fix warningsChris Young2012-10-111-3/+3
* Include desktop/browser_private.h.Michael Drake2012-08-221-0/+1
* Get presence of text input cleanly.Michael Drake2012-08-201-29/+6
* fix maskChris Young2012-08-111-2/+2
* convert throbber to use standard bitmap functions; remove p96 dependencyChris Young2012-08-101-1/+1
* avoid scaled images getting incorrect maskChris Young2012-08-101-4/+4
* remove depth gadget, as doesn't let us select <256 colours anywayChris Young2012-08-071-1/+0
* display depth gadget on screenmode requesterChris Young2012-08-071-2/+3
* fix display of favicon in palette-mapped modesChris Young2012-08-071-8/+35
* use abstracted functionChris Young2012-08-071-1/+1
* abstract the native bitmap fetcher functions, and make the favicon collection...Chris Young2012-08-071-1/+1
* revert begin/endrefresh image avoidance - this isn't the cause of the simpler...Chris Young2012-08-051-2/+0
* avoid crash if pen list is not setChris Young2012-08-051-0/+1
* Avoid redrawing palette-mapped images during BeginRefresh/EndRefresh (ie. Sim...Chris Young2012-08-051-0/+2
* Merge branch 'master' into chris/palette-mapped-plottersChris Young2012-08-051-4/+4
|\
| * Ask GID_ICON to redraw itself before we draw over the top of it. Unfortunatel...Chris Young2012-08-051-4/+4
* | Fix buildChris Young2012-08-051-2/+2
* | Abstract pen obtain/release and structure so we can add these to a physical b...Chris Young2012-08-051-1/+8
* | Allow selecting <16-bit wcreenmodes so we can easily see what needs doing.Chris Young2012-08-041-7/+7
|/
* Remove visible and invalid uses of git revision hashes. Anybody who needs to...Chris Young2012-07-011-4/+0
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-091-1/+1
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-071-8/+8