summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Correct library name. Update versions to 1.7.Chris Young2012-07-071-1/+1
* Remove visible and invalid uses of git revision hashes. Anybody who needs to...Chris Young2012-07-013-10/+9
* Add lines to enable building against Spidermonkey 1.5 or 1.8.5Chris Young2012-06-301-0/+6
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-044-0/+23
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
* Add DoNotTrack to Amiga options GUIChris Young2012-05-201-15/+30
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-093-2/+22
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-073-25/+14
* Generate all appropriate Messages files when making a package forChris Young2012-05-071-0/+6
* Progress display for font scanningChris Young2012-05-071-8/+91
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-065-23/+90
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-054-21/+88
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-056-26/+83
* Add loading, parse OS fonts into a list (which can optionally alreadyChris Young2012-05-051-18/+100
* Tidy-up, split into sensible functions for NetSurf integration,Chris Young2012-05-051-20/+113
* Font glyph scanner. Currently works as a standalone program which outputs aChris Young2012-05-041-0/+142
* Ensure we are using the faster(?) character size functions in allChris Young2012-05-021-7/+24
* fix crashChris Young2012-05-011-1/+1
* 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-294-316/+508
* Make simple refresh a configurable optionChris Young2012-04-282-36/+21
* 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-284-12/+15
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-183-20/+24
* Replace strncpy with strlcpy, as strncpy is not guaranteed to beChris Young2012-04-182-3/+3
* Correct commentChris Young2012-04-151-2/+5
* Just get glyph widths rather than the entire glyph when calculating sizes.Chris Young2012-04-091-11/+49
* Update NetSurf's system colours when OS prefs changeChris Young2012-04-071-0/+11
* Convert to use image cacheChris Young2012-04-061-99/+71
* 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
* Use the same default favicon as other platforms.Chris Young2012-03-314-2/+5
* Search user data dir first for resourcesChris Young2012-03-301-1/+7
* Use 'user' env-var to determine usernameChris Young2012-03-302-4/+16
* Update with new pathChris Young2012-03-282-4/+6
* Move user-specifics out of ResourcesChris Young2012-03-284-17/+29
* Add sobjs - libdom and libhubbub stubChris Young2012-03-282-10/+3
* Return a colour (ABGR) from gui_system_colour_char() rather than aChris Young2012-03-271-2/+7
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-261-1/+3
* fix buildChris Young2012-03-264-20/+5
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2220-611/+680
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-032-14/+14
* 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-295-20/+28
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13