summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-4/+4
* Only struct gui_window_2 should use variable name 'gwin'. gui_window isChris Young2012-04-291-129/+129
* Change menus so menu functions are called internally by window.classChris Young2012-04-291-21/+49
* Make simple refresh a configurable optionChris Young2012-04-281-36/+18
* Fix simplerefresh. When dragging windows back on-screen, damaged areas areChris Young2012-04-281-10/+20
* Add AppWindow ourself rather than letting window.class create it. InitialChris Young2012-04-281-11/+12
* Replace strncpy with strlcpy, as strncpy is not guaranteed to beChris Young2012-04-181-2/+2
* Update NetSurf's system colours when OS prefs changeChris Young2012-04-071-0/+11
* Move status basr left one pixelChris Young2012-04-021-1/+1
* Remove old commented out tagsChris Young2012-03-311-3/+0
* Change the status bar frameiclass to a gaugeiclass, as it is moreChris Young2012-03-311-2/+6
* Search user data dir first for resourcesChris Young2012-03-301-1/+7
* Use 'user' env-var to determine usernameChris Young2012-03-301-1/+8
* Move user-specifics out of ResourcesChris Young2012-03-281-15/+25
* fix buildChris Young2012-03-261-0/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-118/+119
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-031-12/+12
* Fix offsets when page scaled and scrolledChris Young2012-03-031-17/+16
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-6/+6
* random changesChris Young2012-02-261-4/+11
* Don't do schedule message handling on a while loop.. it sometimes causesChris Young2012-02-261-1/+1
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-251-115/+90
* More simple refresh. This would work (provided the user hasn't scrolled),Chris Young2012-02-241-6/+29
* typoChris Young2012-02-241-1/+1
* 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