summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Don't fast scroll when the user is scrolling more than one window's worth in anyChris Young2009-05-311-0/+6
* set_scroll should only activate faster_scroll if it is set in the optionsChris Young2009-05-311-1/+3
* Fix minor problems with tab switchingChris Young2009-05-311-1/+2
* Fix faster_scrollChris Young2009-05-311-18/+18
* Fully clear clipregion, stops eg. only a little bit of images being shown if ...Chris Young2009-05-311-0/+5
* This really fixes the resize bug (#63)Chris Young2009-05-291-0/+2
* Re-check window dimensions before copying contents in. This stops window bor...Chris Young2009-05-291-3/+6
* Vague attempt at direct renderingChris Young2009-05-251-41/+72
* Change back to Smart Refresh windowsChris Young2009-05-251-2/+2
* Prevent gadget and menu disable/enable magic from acting on frames (this fixe...Chris Young2009-05-241-2/+8
* Fix crash when pages are loadingChris Young2009-05-231-1/+5
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-0/+4
* Add Save as IFF to main menusChris Young2009-05-171-2/+46
* Populate option_accept_language with the user's preferred languages, in order.Chris Young2009-05-091-1/+23
* CompositeTags() was clipping one pixel too close.Chris Young2009-05-071-2/+2
* Some optimisations, makes page rendering much quicker at least on OS4.1.Chris Young2009-05-071-2/+7
* Add Abort button to download windowChris Young2009-04-301-0/+5
* Make it a bit easier to see the text under the cursor, by complementing rathe...Chris Young2009-04-291-0/+4
* Ignore screen_modeid if it isn't a hex valueChris Young2009-04-261-1/+1
* Speed up scrollwheel scrolling due to complaints :)Chris Young2009-04-251-3/+3
* Hubbub is no longer optional.John Mark Bell2009-04-171-10/+0
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated do...Chris Young2009-04-141-1/+1
* fix compilationChris Young2009-04-061-3/+3
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-1/+1
* 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