summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
| | | | svn path=/trunk/netsurf/; revision=9810
* Prevent status bar text overflowChris Young2010-01-081-0/+10
| | | | svn path=/trunk/netsurf/; revision=9797
* Search and a couple of other new optionsChris Young2009-12-231-1/+4
| | | | svn path=/trunk/netsurf/; revision=9756
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-221-1/+13
| | | | | | however. svn path=/trunk/netsurf/; revision=9755
* Non-functional search barChris Young2009-12-211-3/+81
| | | | svn path=/trunk/netsurf/; revision=9754
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
| | | | svn path=/trunk/netsurf/; revision=9752
* Make favicons work properly with tabsChris Young2009-12-191-18/+32
| | | | svn path=/trunk/netsurf/; revision=9742
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-191-0/+41
| | | | | | libnsbmp svn path=/trunk/netsurf/; revision=9740
* Simple web search implementationChris Young2009-12-181-2/+16
| | | | svn path=/trunk/netsurf/; revision=9735
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+18
| | | | svn path=/trunk/netsurf/; revision=9729
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
| | | | | | | (bit of a workaround involved as REGAPP_NoIcon doesn't appear to check the tag value) svn path=/trunk/netsurf/; revision=9725
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
| | | | svn path=/trunk/netsurf/; revision=9724
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=9677
* Missing breakChris Young2009-11-041-0/+1
| | | | svn path=/trunk/netsurf/; revision=9662
* Added F5 for reload, purely because I'm getting fed up of people asking for it.Chris Young2009-11-041-0/+9
| | | | svn path=/trunk/netsurf/; revision=9661
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-031-0/+90
| | | | | | | | | | Most menu shortcuts now available even when the pointer is hovering over the browser window (menu disabled mode) RAmiga-R (reload page) and RAmiga-U (activate URL bar) available from keyboard shortcuts but not from the menu. This fixes unsat bug #81 svn path=/trunk/netsurf/; revision=9660
* Basic keyboard scrollingChris Young2009-11-021-3/+38
| | | | svn path=/trunk/netsurf/; revision=9658
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
| | | | svn path=/trunk/netsurf/; revision=9657
* Amiga print UIChris Young2009-11-011-2/+21
| | | | svn path=/trunk/netsurf/; revision=9655
* Revert previous change, causing instability.Chris Young2009-10-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=9649
* Fix-up the timer.device scheduler and reinstate it as default. ↵Chris Young2009-10-151-8/+8
| | | | | | | | | Unfortunately this doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
* Implement the ability to stay in memory if all windows are closed. This and ↵Chris Young2009-10-031-9/+22
| | | | | | | | no window on startup can be used together to make NetSurf "quick launch" and always available. svn path=/trunk/netsurf/; revision=9603
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-2/+3
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-281-34/+80
| | | | | | | | | | | Added option_startup_no_window to allow NetSurf to be opened without an initial browser window (unless a URL is specified on the command line or by extended selection) Provision for option_close_no_quit for NetSurf to stay in memory when all browser windows are closed (not implemented yet) svn path=/trunk/netsurf/; revision=9600
* Register with application.library.Chris Young2009-09-281-5/+70
| | | | | | | | | Icon appears on AmiDock - ToFront, Open Prefs and (Force) Quit commands work. Open (and maybe Print) Document could potentially be added. Not sure if AppIcon-style drag'n'drop works with application.library-registered apps by default (once Open supported). svn path=/trunk/netsurf/; revision=9599
* Fix obviously wrong logic and tweak the status display area frame slightly ↵Chris Young2009-09-171-22/+22
| | | | | | | | so it looks better (or at least fits in with the OS look better) svn path=/trunk/netsurf/; revision=9592
* Modify bottom border status gadget so that it has a frame. When the gadget isChris Young2009-09-151-23/+46
| | | | | | | | refreshed now it will erase the gadget area before redrawing, allowing to use RefreshGList instead of RefreshWindowFrame. This is significantly faster as RefreshWindowFrame redraws more than the function name suggests. svn path=/trunk/netsurf/; revision=9577
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
| | | | svn path=/trunk/netsurf/; revision=9562
* Indicate when tabs are loading. Currently this only works with the AISS ↵Chris Young2009-09-061-3/+22
| | | | | | | | | | | theme (and probably only under OS4.1), showing a yellow flag on tabs which are currently loading. In the future this could be expanded to show a proper animated throbber on loading tabs, maybe instead of the main throbber. svn path=/trunk/netsurf/; revision=9548
* Make throbber operate correctly according to the tab currently displayed.Chris Young2009-09-061-17/+50
| | | | svn path=/trunk/netsurf/; revision=9547
* Make the new horizontal scroller work the same way as the old one and teh ↵Chris Young2009-09-041-10/+7
| | | | | | | | vertical scroller. svn path=/trunk/netsurf/; revision=9536
* Fix kiosk modeChris Young2009-09-041-22/+21
| | | | svn path=/trunk/netsurf/; revision=9535
* Remove unnecessary RethinkLayout() for tabs under OS4.1 (removes flicker whenChris Young2009-08-311-3/+8
| | | | | | compositing off) svn path=/trunk/netsurf/; revision=9530
* Support AltChris Young2009-08-311-1/+6
| | | | svn path=/trunk/netsurf/; revision=9529
* Fix fast scrolling when scaledChris Young2009-08-311-8/+18
| | | | svn path=/trunk/netsurf/; revision=9524
* Fix box redraw when scaled, fast scrolling now works in the upwards ↵Chris Young2009-08-311-13/+26
| | | | | | | | direction, but not down :) svn path=/trunk/netsurf/; revision=9522
* Increase mouse wheel scroll speed again. This should bring it up to the ↵Chris Young2009-08-311-2/+2
| | | | | | | | same speed as OS4's built-in stuff. svn path=/trunk/netsurf/; revision=9516
* Fix scroll positionChris Young2009-08-301-3/+3
| | | | svn path=/trunk/netsurf/; revision=9514
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-40/+55
| | | | | | updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
* revert accidental changeChris Young2009-08-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=9506
* Show printing progressChris Young2009-08-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=9505
* Attempt to fix kiosk_mode, still not working.Chris Young2009-08-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=9499
* Font scaling - scaling now works for printing, need 2nd attempt at ↵Chris Young2009-08-291-1/+4
| | | | | | | | implementing it for browsing. svn path=/trunk/netsurf/; revision=9496
* Changes for asynchronous printing. Currently disabled, as NetSurf window ↵Chris Young2009-08-291-1/+13
| | | | | | | | doesn't redraw while printing in progress svn path=/trunk/netsurf/; revision=9495
* Fix page dragging etcChris Young2009-08-291-3/+15
| | | | svn path=/trunk/netsurf/; revision=9493
* gadget tag/position tweaksChris Young2009-08-281-4/+2
| | | | svn path=/trunk/netsurf/; revision=9491
* Move status bar to bottom window border, as per NetSurf standard. Thanks to ↵Chris Young2009-08-281-37/+178
| | | | | | | | | | Thomas Rapp and others for info on how to do this. Currently there seems to be a glitch which is cancelling events, making typing in gadgets very difficult and mouse dragging almost impossible. svn path=/trunk/netsurf/; revision=9490
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-17/+4
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Tweak throbber anim speedChris Young2009-08-181-1/+3
| | | | svn path=/trunk/netsurf/; revision=9348