summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
* Indicate when tabs are loading. Currently this only works with the AISS them...Chris Young2009-09-061-3/+22
* Make throbber operate correctly according to the tab currently displayed.Chris Young2009-09-061-17/+50
* Make the new horizontal scroller work the same way as the old one and teh ver...Chris Young2009-09-041-10/+7
* Fix kiosk modeChris Young2009-09-041-22/+21
* Remove unnecessary RethinkLayout() for tabs under OS4.1 (removes flicker whenChris Young2009-08-311-3/+8
* Support AltChris Young2009-08-311-1/+6
* Fix fast scrolling when scaledChris Young2009-08-311-8/+18
* Fix box redraw when scaled, fast scrolling now works in the upwards direction...Chris Young2009-08-311-13/+26
* Increase mouse wheel scroll speed again. This should bring it up to the same...Chris Young2009-08-311-2/+2
* Fix scroll positionChris Young2009-08-301-3/+3
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-40/+55
* revert accidental changeChris Young2009-08-301-1/+1
* Show printing progressChris Young2009-08-301-1/+1
* Attempt to fix kiosk_mode, still not working.Chris Young2009-08-291-1/+2
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-1/+4
* Changes for asynchronous printing. Currently disabled, as NetSurf window doe...Chris Young2009-08-291-1/+13
* Fix page dragging etcChris Young2009-08-291-3/+15
* gadget tag/position tweaksChris Young2009-08-281-4/+2
* Move status bar to bottom window border, as per NetSurf standard. Thanks to ...Chris Young2009-08-281-37/+178
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-17/+4
* Tweak throbber anim speedChris Young2009-08-181-1/+3
* Fix compileChris Young2009-08-141-6/+14
* Disable resize with contents. This should stop the resize lockups once and f...Chris Young2009-08-011-9/+8
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-2/+5
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, Ren...Chris Young2009-07-231-1/+26
* Fix OS4.0 key duplication issue (unsat bug#62)Chris Young2009-07-181-1/+3
* Remove old progress pointer hackChris Young2009-07-151-2/+0
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-091-81/+9
* 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