summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* 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 ↵Chris Young2012-12-101-2/+2
| | | | update doesn't work during IDCMP_IDCMPUPDATE
* Toggle the tab bar to the correct state if the option to always show it is ↵Chris Young2012-12-091-0/+27
| | | | changed and only one tab is currently open
* 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" ↵Chris Young2012-12-091-1/+1
| | | | operation as expected.
* 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 ↵Chris Young2012-12-081-1/+26
| | | | TCP/IP stack has signalled that it is about to exit.
* 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
| | | | done this.
* 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 ↵Chris Young2012-11-291-1/+99
| | | | currently)
* 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 ↵Chris Young2012-11-281-3/+0
| | | | add it immediately at window creation.
* 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 ↵Chris Young2012-11-281-1/+85
| | | | no attempt to either free the toolbar or make the toolbar work.
* 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 ↵Chris Young2012-10-311-0/+12
| | | | hook function invoked from it.
* Ensure stack size is at least 128KBChris Young2012-10-191-0/+1
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-2/+7
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* 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
|