summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-051-3/+3
|\
| * Need libdom, libpbl when cross compiling.John-Mark Bell2012-08-051-3/+3
| |
* | Ask GID_ICON to redraw itself before we draw over the top of it. ↵Chris Young2012-08-051-4/+4
| | | | | | | | Unfortunately it redraws itself as a grey box, rather than the underlying window's backfill hook.
* | Test for opaqueness where we create bitmaps in the platform codeChris Young2012-08-052-0/+4
| |
* | Fix opaqueness test: the alpha channel is the first byte, not the last.Chris Young2012-08-051-1/+1
|/
* Remove any forcing of UTF-8 in the clipboard, as internally NetSurf will use ↵Chris Young2012-08-031-6/+2
| | | | the UTF8 chunks now.
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk ↵Chris Young2012-08-031-0/+19
| | | | thinking a CHRS chunk is a UTF8 chunk.
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead ↵Chris Young2012-08-031-5/+39
| | | | of CHRS
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" ↵Chris Young2012-08-031-0/+11
| | | | option. We don't support pasting UTF8 chunks yet.
* Remove extraneous functionageChris Young2012-08-031-10/+2
|
* Use core clipboard copy function. ami_selection_to_text() will need fixing ↵Chris Young2012-08-031-18/+1
| | | | as it still needs selection_traverse()
* Move Push- and PopChunk out of the selection_traversal functionChris Young2012-08-031-51/+30
|
* missing 'defined'Chris Young2012-07-281-2/+2
|
* Add a GUI option to enable/disable Javascript, if NetSurf is built with ↵Chris Young2012-07-281-23/+51
| | | | Javascript support.
* Use requester.class directly, so we can get requesters to appear on ↵Chris Young2012-07-281-8/+30
| | | | NetSurf's screen. Untested.
* 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 ↵Chris Young2012-07-013-10/+9
| | | | to know hich revision it is can check about:testament, to everybody else the string is meaningless.
* Add lines to enable building against Spidermonkey 1.5 or 1.8.5Chris Young2012-06-301-0/+6
| | | | svn path=/trunk/netsurf/; revision=14015
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-044-0/+23
| | | | | | downloading. svn path=/trunk/netsurf/; revision=13955
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
| | | | | | aborted. svn path=/trunk/netsurf/; revision=13944
* Add DoNotTrack to Amiga options GUIChris Young2012-05-201-15/+30
| | | | svn path=/trunk/netsurf/; revision=13929
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-093-2/+22
| | | | | | | | | | | to provide more preferred fonts. eg. if a user has dedicated Japanese and Korean fonts available they might want a config like: font_unicode:Japanese font_unicode_list:Korean,Code2000 This will scan Japanese and Korean fonts first, then fill in any blanks with Code2000 (followed by alphabetically all other fonts installed) svn path=/trunk/netsurf/; revision=13917
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-073-25/+14
| | | | svn path=/trunk/netsurf/; revision=13912
* Generate all appropriate Messages files when making a package forChris Young2012-05-071-0/+6
| | | | | | distribution. svn path=/trunk/netsurf/; revision=13910
* Progress display for font scanningChris Young2012-05-071-8/+91
| | | | svn path=/trunk/netsurf/; revision=13909
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-065-23/+90
| | | | svn path=/trunk/netsurf/; revision=13908
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-054-21/+88
| | | | | | | expand this so multiple fonts can be specified. Allow disabling of scanning other fonts. Add stubs for a scanning progress GUI. svn path=/trunk/netsurf/; revision=13907
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=13906
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-056-26/+83
| | | | | | | | NetSurf will now use any available font when trying to print characters that are missing from the current font. TODO: Preferred font list. svn path=/trunk/netsurf/; revision=13905
* Add loading, parse OS fonts into a list (which can optionally alreadyChris Young2012-05-051-18/+100
| | | | | | contain fonts) before scanning svn path=/trunk/netsurf/; revision=13904
* Tidy-up, split into sensible functions for NetSurf integration,Chris Young2012-05-051-20/+113
| | | | | | | | documentation. Cache file loading needs adding and ami_font_scan_fonts needs to add to a list of fonts, and then send those to the scanner so we can put some preferred fonts on the top of the list and avoid duplication. svn path=/trunk/netsurf/; revision=13903
* Font glyph scanner. Currently works as a standalone program which outputs aChris Young2012-05-041-0/+142
| | | | | | file for NetSurf to ignore. svn path=/trunk/netsurf/; revision=13902
* Ensure we are using the faster(?) character size functions in allChris Young2012-05-021-7/+24
| | | | | | applicable places. svn path=/trunk/netsurf/; revision=13901
* fix crashChris Young2012-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=13900
* Only struct gui_window_2 should use variable name 'gwin'. gui_window isChris Young2012-04-291-129/+129
| | | | | | always 'g'. svn path=/trunk/netsurf/; revision=13899
* Change menus so menu functions are called internally by window.classChris Young2012-04-294-316/+508
| | | | | | | | (RA_HandleInput). This makes menu selection more reliable and stops us missing menu events which appeared to be getting lost within the HANDLEINPUT method. svn path=/trunk/netsurf/; revision=13898
* Make simple refresh a configurable optionChris Young2012-04-282-36/+21
| | | | svn path=/trunk/netsurf/; revision=13896
* Fix simplerefresh. When dragging windows back on-screen, damaged areas areChris Young2012-04-281-10/+20
| | | | | | | | | still not repaired fully. Overlapping windows have no such problem. Menu events seem to be getting lost in simple refresh mode (this may be related to event triggered for redrawing the area under the menu when it is closed) svn path=/trunk/netsurf/; revision=13895
* Add AppWindow ourself rather than letting window.class create it. InitialChris Young2012-04-284-12/+15
| | | | | | | | tests indicate we are no longer losing icon drop events although there is still an "event leak" somewhere. Fix warnings. svn path=/trunk/netsurf/; revision=13894
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-183-20/+24
| | | | | | Add it as an option instead. svn path=/trunk/netsurf/; revision=13882
* Replace strncpy with strlcpy, as strncpy is not guaranteed to beChris Young2012-04-182-3/+3
| | | | | | NULL-terminated. (thx Colin Wenzel) svn path=/trunk/netsurf/; revision=13881
* Correct commentChris Young2012-04-151-2/+5
| | | | svn path=/trunk/netsurf/; revision=13871
* Just get glyph widths rather than the entire glyph when calculating sizes.Chris Young2012-04-091-11/+49
| | | | | | | This should be faster but isn't (probably still rendering the glyph internally) svn path=/trunk/netsurf/; revision=13843
* Update NetSurf's system colours when OS prefs changeChris Young2012-04-071-0/+11
| | | | svn path=/trunk/netsurf/; revision=13822
* Convert to use image cacheChris Young2012-04-061-99/+71
| | | | svn path=/trunk/netsurf/; revision=13797
* Move status basr left one pixelChris Young2012-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13786
* Remove old commented out tagsChris Young2012-03-311-3/+0
| | | | svn path=/trunk/netsurf/; revision=13784
* Change the status bar frameiclass to a gaugeiclass, as it is moreChris Young2012-03-311-2/+6
| | | | | | | aesthetically pleasing, and also allows us to show progress bar if it is possible to get this data from the core in the future. svn path=/trunk/netsurf/; revision=13783
* Use the same default favicon as other platforms.Chris Young2012-03-314-2/+5
| | | | svn path=/trunk/netsurf/; revision=13782
* Search user data dir first for resourcesChris Young2012-03-301-1/+7
| | | | svn path=/trunk/netsurf/; revision=13779