summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-42/+34
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ...Chris Young2009-07-051-3/+2
* turn iconification back off as it isn't working reliably.Chris Young2009-07-041-1/+30
* Basic iconification supportChris Young2009-07-041-68/+91
* Remove debug codeChris Young2009-06-301-1/+0
* Should be static, attempt to fix odd crash.Chris Young2009-06-301-5/+6
* Make all the buttons on the first two options tabs work.Chris Young2009-06-211-21/+46
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-0/+18
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-201-19/+20
* If the extent changes, make sure the next redraw does the entire visible area,Chris Young2009-06-201-0/+1
* Actually return a value if the function requires it.Chris Young2009-06-191-6/+11
* Allow setting throbber speed in Theme definition fileChris Young2009-06-151-3/+22
* reset scroll values to reflect position for new contentChris Young2009-06-141-0/+2
* Ensure page fully updates when faster_scroll active and clicking on a link wi...Chris Young2009-06-041-0/+2
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ...Chris Young2009-06-031-39/+52
* Fix new pages not always rendering when using faster_scrollChris Young2009-06-031-1/+3
* Basic SSL certificate verification for Amiga versionChris Young2009-05-311-5/+0
* 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