summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* browser_window_navigate refactorVincent Sanders2013-02-181-21/+118
* rationalise the removal of the box redraw queueChris Young2013-02-131-14/+9
* Implement triple-clickChris Young2013-02-121-6/+18
* Queue fast scroll redraws same as any other box redrawChris Young2013-02-101-13/+15
* Optimise box redraws some more by discarding simple subsetsChris Young2013-02-061-7/+15
* Don't add the same box redraw to the queue more than onceChris Young2013-02-051-10/+48
* Use last known scroll pos, not currentChris Young2013-02-031-8/+4
* Correct fast scroll co-ordinatesChris Young2013-02-031-4/+4
* Ensure scale can be accssed from the keyboardChris Young2013-02-031-1/+16
* Un-fix scaled box redraw, as it cause more problems than it solvesChris Young2013-02-031-2/+2
* Make fast scroll code easier to readChris Young2013-02-031-28/+38
* Fix scaled redraw of boxesChris Young2013-02-031-6/+7
* Defer the redraw of boxes. This fixes a redraw problem with form select menus.Chris Young2013-02-031-5/+43
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-301-3/+7
* Ensure we free the same size raster that we allocatedChris Young2013-01-271-3/+3
* Disable help for now, as it causes the popupmenu.class deadlock againChris Young2013-01-241-4/+4
* Attempt fix screen close problemChris Young2013-01-241-5/+4
* Add basic context-sensitive help.Chris Young2013-01-241-0/+10
* Don't busy the pointer when removing the caret - it's pointless and flickeryChris Young2013-01-151-1/+1
* Expand the damaged area rectangle by one pixel each side to stop missing linesChris Young2013-01-131-8/+8
* Prevent deadlock during simple refresh damaged area redrawChris Young2013-01-131-15/+18
* Fix fast scroll upChris Young2013-01-121-4/+2
* Only set the busy pointer after we've decided not to bail out earlyChris Young2013-01-061-2/+2
* Track the mouse pointer on a per-window basisChris Young2013-01-061-14/+6
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-031-3/+5
* gui_window_2 var should be gwin for consistencyChris Young2013-01-031-48/+46
* Set the busy pointer during redrawsChris Young2013-01-031-0/+14
* Ensure the menu checked state remain in sync with realityChris Young2012-12-151-0/+26
* These values shouldn't be declared staticChris Young2012-12-151-2/+2
* Work around a speedbar.gadget layout bugChris Young2012-12-151-3/+10
* 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