summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
...
* option_screen_compositing to enable switching compositing for NetSurf's ownChris Young2012-02-241-4/+62
* Remove "NetSurf" from release version string, that's on the splash anyway.Chris Young2012-02-121-2/+2
* Shift status bar text over by a pixel and reposition the frame slightly.Chris Young2012-02-111-4/+4
* Fix buildChris Young2012-01-151-4/+4
* Allow confining the pointer to part of the window during drags. ActuallyChris Young2012-01-111-1/+65
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-3/+3
* Remove unnecessary cache of scroll positionChris Young2011-12-241-4/+0
* Search for DejaVu Serif Italic before DejaVu Serif Oblique, this fixes the fo...Chris Young2011-12-241-1/+9
* Fix scrollbar scrollChris Young2011-12-241-0/+7
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+2
* Pass keyboard scroll events to the coreChris Young2011-12-231-50/+81
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
* Use core file drop.Chris Young2011-12-021-127/+47
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
* Revert r13138Chris Young2011-11-101-4/+3
* Update the title of the initial tab, even when the tab bar is hidden (ensures...Chris Young2011-11-091-3/+4
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
* SimplifyChris Young2011-10-291-8/+5
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-291-31/+72
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
* Complete extended context menusChris Young2011-10-231-1/+2
* Avoid horizontal pixel-height lines of the background appearing when "fast sc...Chris Young2011-10-221-4/+2
* Move non-requester user file operations to file.cChris Young2011-10-151-1/+1
* Move all main file req save ops to file.cChris Young2011-10-151-0/+4
* Start to consolidate user file operation into one fileChris Young2011-10-151-8/+7
* Default search ico should only come from themeChris Young2011-10-081-16/+0
* correct filenameChris Young2011-10-071-2/+2
* Add favicon to iconification iconChris Young2011-10-071-0/+2
* comment removalChris Young2011-10-071-2/+1
* favicon fixesChris Young2011-10-071-5/+2
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+18
* Fix crash when switching tabsChris Young2011-10-031-6/+9
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
* Disable RAmiga-U temporarily as ActivateGadget() is causing a bizarre but fatalChris Young2011-09-291-1/+2
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-0/+1
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
* When pressing mouse button don't try to go forwards in history first... inste...Chris Young2011-09-241-1/+1
* Remove gui_multitaskJohn Mark Bell2011-09-211-12/+4
* Remove AMINS_FRAMEChris Young2011-09-161-3/+2
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-4/+0
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-121-0/+20
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (ยค). Proba...Chris Young2011-09-121-1/+3
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-111-1/+2
* Setting screen signals this late doesn't work, so revert r12486 completely an...Chris Young2011-09-101-19/+5
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-071-3/+25
* Use Michael Drake's proper splash screenChris Young2011-09-071-4/+29
* Avoid button flickerChris Young2011-09-061-16/+22
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0