summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Use core file drop.Chris Young2011-12-021-127/+47
| | | | | | | | | | | | Loop through entire list of dropped files. If multiple files are dropped and not handled by core, open in tabs; Activate the window on first file drop to workaround a bug where the window needed to be clicked before the file would appear. As using core functionality, DataTypes no longer used to parse dropped files (likely to be rarely needed anyway). svn path=/trunk/netsurf/; revision=13218
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
| | | | svn path=/trunk/netsurf/; revision=13201
* Revert r13138Chris Young2011-11-101-4/+3
| | | | svn path=/trunk/netsurf/; revision=13144
* Update the title of the initial tab, even when the tab bar is hidden ↵Chris Young2011-11-091-3/+4
| | | | | | | | (ensures the correct title will be present if it is made visible) svn path=/trunk/netsurf/; revision=13138
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
| | | | svn path=/trunk/netsurf/; revision=13099
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
| | | | svn path=/trunk/netsurf/; revision=13098
* SimplifyChris Young2011-10-291-8/+5
| | | | svn path=/trunk/netsurf/; revision=13097
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-291-31/+72
| | | | svn path=/trunk/netsurf/; revision=13096
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
| | | | svn path=/trunk/netsurf/; revision=13091
* Complete extended context menusChris Young2011-10-231-1/+2
| | | | svn path=/trunk/netsurf/; revision=13076
* Avoid horizontal pixel-height lines of the background appearing when "fast ↵Chris Young2011-10-221-4/+2
| | | | | | | | | | | | | | scrolling" down the page. There is a similar problem with scrolling up pages which may be a bug in ami_do_redraw_limits or plotters (probably bitmap tile plotter), as drawing additional pixel lines after scrolling is not redrawing the affected area. Example sites where this problem is apparent: http://www.nintendolife.com (border pattern does not redraw) http://www.amigaos.net/content/72/supported-hardware (clouds show through the main text area) svn path=/trunk/netsurf/; revision=13072
* Move non-requester user file operations to file.cChris Young2011-10-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13065
* Move all main file req save ops to file.cChris Young2011-10-151-0/+4
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-151-8/+7
| | | | svn path=/trunk/netsurf/; revision=13062
* Default search ico should only come from themeChris Young2011-10-081-16/+0
| | | | svn path=/trunk/netsurf/; revision=13011
* correct filenameChris Young2011-10-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=12996
* Add favicon to iconification iconChris Young2011-10-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=12995
* comment removalChris Young2011-10-071-2/+1
| | | | svn path=/trunk/netsurf/; revision=12988
* 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