summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Update to use browser_window_refresh_url_bar()Chris Young2009-03-301-5/+3
* Stop screen updates going odd when animated GIFs are in the page.Chris Young2009-03-291-6/+2
* Mouse scrollwheel supportChris Young2009-03-281-21/+38
* Add a note about those lines I commented out earlier.. have remembered why th...Chris Young2009-03-281-0/+5
* Stop cursor drawing off the pageChris Young2009-03-281-6/+5
* Remove some checks before redraw, as they only seem to achieve stopping redrawsChris Young2009-03-281-7/+7
* Minor fixesChris Young2009-03-281-2/+0
* Implement a download queue for ARexx-initiated downloads. Working manually, ...Chris Young2009-03-281-243/+7
* Make NetSurf look a little closer to the default OS4 themeChris Young2009-03-271-2/+9
* Call bitmap_save() for native drag saves.Chris Young2009-03-261-1/+4
* Add save_complete to drag saveChris Young2009-03-261-4/+24
* Change pointer imagery when draggingChris Young2009-03-251-11/+19
* Some sort of drag-save implementation.Chris Young2009-03-251-0/+74
* Move gui_drag_save_selection() into the same file as gui_drag_save_object() a...Chris Young2009-03-241-1/+6
* Update to new _available() functionsChris Young2009-03-241-20/+32
* Set history scroll offsetsChris Young2009-03-221-1/+6
* Rexx dir should default to PROGDIR: tooChris Young2009-03-171-1/+1
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-171-16/+16
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-171-1/+1
* Close history and search windows when associated browser window closes.Chris Young2009-03-151-3/+10
* Fix warningsChris Young2009-03-151-20/+33
* Stop browser resizes from crashing.Chris Young2009-03-141-4/+14
* Remove gap between the tab close gadget and the first tabChris Young2009-03-111-0/+1
* Fix scroll position for new pages/tabsChris Young2009-03-091-3/+6
* Stop NetSurf jumping back to the top of the document when scrolling before th...Chris Young2009-03-081-2/+0
* Implement thumbnail creationChris Young2009-03-081-5/+8
* Mostly-working local history windowChris Young2009-03-081-1/+0
* Stop local history from crashing, display mostly works (no thumbnails and off...Chris Young2009-03-081-0/+22
* Clear clip regions after rendering finished.Chris Young2009-03-071-0/+12
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* 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