summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix theme commentVincent Sanders2012-06-201-2/+2
| | | | | | fix CONTENT_ANY mask missing the script entry svn path=/trunk/netsurf/; revision=13978
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-194-13/+23
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* ensure javascript content handler is initialised Vincent Sanders2012-06-193-2/+6
| | | | svn path=/trunk/netsurf/; revision=13976
* Integrated do not track option into the options dialog.Ole Loots2012-06-193-3/+5
| | | | svn path=/trunk/netsurf/; revision=13975
* added some missing WITH_8BPP_SUPPORT ifdefs. Ole Loots2012-06-191-0/+8
| | | | svn path=/trunk/netsurf/; revision=13974
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-194-14/+147
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* Make use of plot_set_dimensions()Ole Loots2012-06-191-3/+2
| | | | svn path=/trunk/netsurf/; revision=13972
* add content handler for javascriptVincent Sanders2012-06-195-3/+131
| | | | svn path=/trunk/netsurf/; revision=13971
* Fix typoChris Young2012-06-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=13970
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
| | | | svn path=/trunk/netsurf/; revision=13969
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-199-236/+589
| | | | | | | fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
| | | | svn path=/trunk/netsurf/; revision=13967
* use the correct version macroVincent Sanders2012-06-161-9/+25
| | | | svn path=/trunk/netsurf/; revision=13966
* Fix stupid braino missing include for non js caseVincent Sanders2012-06-131-1/+3
| | | | svn path=/trunk/netsurf/; revision=13965
* fix include for non javascript buildsVincent Sanders2012-06-132-5/+4
| | | | svn path=/trunk/netsurf/; revision=13964
* improve javascript supportVincent Sanders2012-06-1015-75/+339
| | | | svn path=/trunk/netsurf/; revision=13962
* 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