summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* favicon fixesChris Young2011-10-071-5/+2
| | | | svn path=/trunk/netsurf/; revision=12985
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+18
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix crash when switching tabsChris Young2011-10-031-6/+9
| | | | svn path=/trunk/netsurf/; revision=12932
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12928
* Disable RAmiga-U temporarily as ActivateGadget() is causing a bizarre but fatalChris Young2011-09-291-1/+2
| | | | | | interaction with context menus. svn path=/trunk/netsurf/; revision=12913
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=12876
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
| | | | svn path=/trunk/netsurf/; revision=12875
* When pressing mouse button don't try to go forwards in history first... ↵Chris Young2011-09-241-1/+1
| | | | | | | | instead make releasing mouse button 5 go forwards in history. svn path=/trunk/netsurf/; revision=12873
* Remove gui_multitaskJohn Mark Bell2011-09-211-12/+4
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove AMINS_FRAMEChris Young2011-09-161-3/+2
| | | | svn path=/trunk/netsurf/; revision=12801
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-4/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-121-0/+20
| | | | svn path=/trunk/netsurf/; revision=12790
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (¤). ↵Chris Young2011-09-121-1/+3
| | | | | | | | Probably fixes other characters in more exotic character sets. svn path=/trunk/netsurf/; revision=12789
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-111-1/+2
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Setting screen signals this late doesn't work, so revert r12486 completely ↵Chris Young2011-09-101-19/+5
| | | | | | | | and return to busy-looping (but a bit friendlier this time, waiting 1 second between attempts) svn path=/trunk/netsurf/; revision=12785
* Select fonts, sizes and colours for splash screen text rather than relying ↵Chris Young2011-09-071-3/+25
| | | | | | | | on system default svn path=/trunk/netsurf/; revision=12776
* Use Michael Drake's proper splash screenChris Young2011-09-071-4/+29
| | | | svn path=/trunk/netsurf/; revision=12773
* Avoid button flickerChris Young2011-09-061-16/+22
| | | | svn path=/trunk/netsurf/; revision=12761
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove more checks for browser_window_typeChris Young2011-09-041-2/+1
| | | | svn path=/trunk/netsurf/; revision=12719
* Remove browser_window type from ami_create_menu()Chris Young2011-09-041-1/+1
| | | | | | Remove DrawInfo too, as only there for image menus which never worked. svn path=/trunk/netsurf/; revision=12718
* Fix indentation.Michael Drake2011-09-041-339/+339
| | | | svn path=/trunk/netsurf/; revision=12714
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ↵Michael Drake2011-09-041-93/+11
| | | | | | now only ever have any connection to browser windows of type BROWSER_WINDOW_NORMAL. Still a couple of uses in there; ami_menu_create() shouldn't need take a browser_window_type param now. svn path=/trunk/netsurf/; revision=12713
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-8/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12701
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to ↵Chris Young2011-09-021-14/+16
| | | | | | | | | | initiate an Intuition or Input deadlock. Re-enable context menus as they are now safe. Remove sticky context menus option as this can be set in GUI prefs as a global option. svn path=/trunk/netsurf/; revision=12698
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
| | | | | | problem (thanks to Simon Archer) svn path=/trunk/netsurf/; revision=12694
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-8/+0
| | | | svn path=/trunk/netsurf/; revision=12654
* Fix warningsChris Young2011-07-231-15/+15
| | | | svn path=/trunk/netsurf/; revision=12616
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12606
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12575
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-031-8/+0
| | | | svn path=/trunk/netsurf/; revision=12569
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=12568
* Fix AppIcons for non-HTML contentsChris Young2011-07-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=12564
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
| | | | svn path=/trunk/netsurf/; revision=12563
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-031-42/+25
| | | | svn path=/trunk/netsurf/; revision=12562
* When opening new tabs next to the active one, open them sequentially until ↵Chris Young2011-07-021-1/+9
| | | | | | | | | the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-021-1/+8
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* Put a search icon where the old search favicon wasChris Young2011-07-021-0/+18
| | | | svn path=/trunk/netsurf/; revision=12558
* Fix compilationChris Young2011-06-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=12547
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-4/+10
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=12515
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
| | | | svn path=/trunk/netsurf/; revision=12506
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
| | | | svn path=/trunk/netsurf/; revision=12491
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
| | | | svn path=/trunk/netsurf/; revision=12490
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=12489
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
| | | | | | closed. Do it properly this time, with signals. svn path=/trunk/netsurf/; revision=12486
* remove no_iframesChris Young2011-06-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=12482