summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Remove default theme's dependency on AISSChris Young2009-02-181-1/+5
* Fix a bug where public screens would remain open if NetSurf was the last visitorChris Young2009-02-141-0/+5
* Don't bother trying to render things that are completely off the screenChris Young2009-02-101-0/+3
* Fix animated GIF displayChris Young2009-02-081-1/+1
* Really stop overwriting window borders (also fix fast scrolling down, and bre...Chris Young2009-02-071-14/+27
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-051-26/+25
* Try to stop rendering of things that can't be seenChris Young2009-02-041-4/+22
* Tidy-up of redraw codeChris Young2009-02-011-110/+21
* gui_window_update_box and gui_window_redraw now only update the relevant area...Chris Young2009-02-011-35/+42
* Remove the caret by replacing it with the area under the caret, rather than t...Chris Young2009-02-011-1/+1
* Oops, probably shouldn't double-convert textChris Young2009-02-011-1/+1
* Convert UTF-8 titles to local charset for display in tabsChris Young2009-02-011-2/+5
* Change to use names instead of numbers for keypressesChris Young2009-02-011-11/+74
* Added context menu option to download the link target.Chris Young2009-01-311-10/+72
* This is the actual fix for the crashing, although this is temporary as theChris Young2009-01-261-3/+3
* This appears to fix an odd crash Chris Young2009-01-251-6/+3
* Handle key-presses manually for greater control, and to remove some keyboardChris Young2009-01-251-15/+44
* Clear render area properly when switching tabsChris Young2009-01-171-1/+1
* nsfont_width implemented for Unicode textChris Young2009-01-161-0/+4
* Some redraw optimisationsChris Young2009-01-151-29/+38
* Allocate the file requester after reading the options which contain the value...Chris Young2009-01-151-7/+7
* Reinstate WINDOW_Qualifier - the AutoDoc is wrong, it returns a uint32 not a ...Chris Young2009-01-101-18/+6
* Revert WINDOW_Qualifier change which was supposed to make shift and ctrl keyb...Chris Young2009-01-101-7/+7
* If screen mode ID is not set in the options, prompt for a screenmode on start...Chris Young2009-01-101-59/+126
* Fix crash when launching NetSurf if it is already running.Chris Young2008-12-281-38/+24
* Minor changes for Amiga Cairo buildChris Young2008-12-281-22/+20
* Reduce memory usageChris Young2008-12-261-62/+69
* Update for new SDKChris Young2008-12-201-6/+7
* Clear display area when switching tabsChris Young2008-12-131-44/+87
* Fixed display of plain text files beyond the initial visible area.Chris Young2008-12-101-1/+2
* When a visitor window was present on NetSurf's public screen and NetSurf was ...Chris Young2008-12-071-9/+31
* Make NetSurf's screen a public screen with the name "NetSurf".Chris Young2008-12-061-0/+11
* NetSurf will now check if it is already running (ie. if ARexx port NETSURF ex...Chris Young2008-11-161-35/+90
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-151-13/+18
* mime type overflow and tab switching fixes.Chris Young2008-11-091-2/+5
* AmigaOS implementation of complete page save.Chris Young2008-11-081-2/+19
* Minor fixes, changing some defaults to safer values, screen_modeid should now...Chris Young2008-11-031-4/+4
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-23/+30
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-3/+28
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-3/+10
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-251-159/+11
* Initial context menus. Five possible options (copy link to clipboard, downlo...Chris Young2008-10-211-3/+10
* Prepare for context menusChris Young2008-10-201-0/+14
* Various fixes in relation to tabs.Chris Young2008-10-191-28/+48
* Basic theme support.Chris Young2008-10-181-39/+40
* Implemented the ability to add hotlist entries to the Hotlist menu. Modified...Chris Young2008-10-141-1/+1
* AmiUpdate support.Chris Young2008-10-131-2/+29
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-4/+15
* List traversing tidy-up.Chris Young2008-10-061-13/+8
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+37