summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleanup debug loggingVincent Sanders2012-06-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=13961
* remove supurflous variableVincent Sanders2012-06-101-5/+7
| | | | svn path=/trunk/netsurf/; revision=13960
* remove junk blank page resourceVincent Sanders2012-06-102-33/+0
| | | | svn path=/trunk/netsurf/; revision=13959
* Added "Save link as..." context menu item. Ole Loots2012-06-040-0/+0
| | | | svn path=/trunk/netsurf/; revision=13958
* Added "Save link as..." context menu item. Ole Loots2012-06-040-0/+0
| | | | svn path=/trunk/netsurf/; revision=13957
* Fix redraw of embedded toolbar, by removing declaration of already declared ↵Ole Loots2012-06-040-0/+0
| | | | | | local variable. Load toolbar resource trees at toolbar_init(). svn path=/trunk/netsurf/; revision=13956
* Added "Save link as..." context menu item. Ole Loots2012-06-041-9/+21
| | | | svn path=/trunk/netsurf/; revision=13958
* Added "Save link as..." context menu item. Ole Loots2012-06-043-3/+5
| | | | svn path=/trunk/netsurf/; revision=13957
* Fix redraw of embedded toolbar, by removing declaration of already declared ↵Ole Loots2012-06-041-12/+11
| | | | | | local variable. Load toolbar resource trees at toolbar_init(). svn path=/trunk/netsurf/; revision=13956
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-044-0/+23
| | | | | | downloading. svn path=/trunk/netsurf/; revision=13955
* Testament generation now supports gitDaniel Silverstone2012-06-044-10/+239
| | | | svn path=/trunk/netsurf/; revision=13946
* Add a gitignore fileDaniel Silverstone2012-06-041-0/+28
| | | | svn path=/trunk/netsurf/; revision=13945
* 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
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-032-44/+19
| | | | svn path=/trunk/netsurf/; revision=13943
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was ↵Ole Loots2012-06-031-48/+16
| | | | | | incorrectly handled ). svn path=/trunk/netsurf/; revision=13942
* Added default throbber image. Ole Loots2012-06-032-0/+0
| | | | svn path=/trunk/netsurf/; revision=13941
* Load & use throbber image.Ole Loots2012-06-031-37/+108
| | | | svn path=/trunk/netsurf/; revision=13940
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
| | | | svn path=/trunk/netsurf/; revision=13939
* Added default toolbar imageOle Loots2012-06-032-0/+0
| | | | svn path=/trunk/netsurf/; revision=13938
* Some cleanups and additions required for the toolbar icon redraw.Ole Loots2012-06-031-48/+93
| | | | svn path=/trunk/netsurf/; revision=13937
* Fix order of embedded toolbar resource icons.Ole Loots2012-06-033-6/+6
| | | | svn path=/trunk/netsurf/; revision=13936
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-034-122/+100
| | | | svn path=/trunk/netsurf/; revision=13935
* Fix FTP detection. Thanks to Etienne Cochard <etienne.cochard@gmail.com> ↵Daniel Silverstone2012-05-231-1/+1
| | | | | | for spotting the bug. svn path=/trunk/netsurf/; revision=13930
* Add DoNotTrack to Amiga options GUIChris Young2012-05-202-20/+45
| | | | svn path=/trunk/netsurf/; revision=13929
* Add support for sending DoNotTrack header.Chris Young2012-05-202-0/+9
| | | | svn path=/trunk/netsurf/; revision=13928
* fix build on gtk 2.12Vincent Sanders2012-05-179-82/+195
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-1658-3104/+8598
| | | | svn path=/trunk/netsurf/; revision=13926
* Fixed prototyp, comments.Ole Loots2012-05-132-3/+3
| | | | svn path=/trunk/netsurf/; revision=13925
* Prepared code for different button states (= different image ). Ole Loots2012-05-132-52/+157
| | | | svn path=/trunk/netsurf/; revision=13924
* Use safe string functions. Ole Loots2012-05-135-33/+33
| | | | svn path=/trunk/netsurf/; revision=13923
* 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
* Tag Licence and Credits for all OSChris Young2012-05-071-10/+10
| | | | svn path=/trunk/netsurf/; revision=13915
* More full stopsChris Young2012-05-071-3/+3
| | | | svn path=/trunk/netsurf/; revision=13914
* Remove some full stops, so the style is consistentChris Young2012-05-071-9/+9
| | | | svn path=/trunk/netsurf/; revision=13913
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-074-36/+56
| | | | svn path=/trunk/netsurf/; revision=13912
* Tag some RISC OS specific errors as suchChris Young2012-05-071-30/+30
| | | | svn path=/trunk/netsurf/; revision=13911
* 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-072-17/+112
| | | | 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