summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add initial navigator object creation.Vincent Sanders2012-07-025-3/+124
| | | | | | | Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Remove file-by-file gzipping of GTK UI files, always copy all of them.Rob Kendrick (monotony)2012-07-011-13/+1
| | | | | | | | Everybody always forgets to update this anyway, so just copy them all. This also means we're no longer gzipping them, so they're quite fat on disk (515kB or so). Also also, we're copying both GTK2 and GTK3 UI files when only one set will ever be used, but I can't think of a nice way of the Makefile deciding which set to copy at the moment.
* Docs: Tidy LIBRARIES to reflect git transitionDaniel Silverstone2012-07-011-14/+14
|
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-303-85/+162
| | | | | | | | | By using carefuly built macros we can make the spidermonkey binding work on earlier editions of spidermonkey. Some ideas taken from Chris Young and Ole Signed-off-by: Vincent Sanders <vince@netsurf-browser.org>
* Add support for selecting text fragments (based on a patch from Ole Loots)John Mark Bell2012-06-301-0/+58
| | | | svn path=/trunk/netsurf/; revision=14016
* Add lines to enable building against Spidermonkey 1.5 or 1.8.5Chris Young2012-06-301-0/+6
| | | | svn path=/trunk/netsurf/; revision=14015
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
| | | | svn path=/trunk/netsurf/; revision=14014
* Added new iconset - thanks to atfactOle Loots2012-06-282-0/+0
| | | | svn path=/trunk/netsurf/; revision=13994
* fix mimetype handling of script elementsVincent Sanders2012-06-285-19/+74
| | | | svn path=/trunk/netsurf/; revision=13993
* fix missing defaultVincent Sanders2012-06-282-2/+4
| | | | svn path=/trunk/netsurf/; revision=13992
* correctly terminate properties listVincent Sanders2012-06-272-10/+54
| | | | | | add helper to convert strings svn path=/trunk/netsurf/; revision=13991
* make non js builds compileVincent Sanders2012-06-278-12/+20
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* add window and self propertiesVincent Sanders2012-06-271-4/+165
| | | | svn path=/trunk/netsurf/; revision=13989
* Remove bogus sanity checks -- the content factory removed the need for these.John Mark Bell2012-06-261-9/+0
| | | | svn path=/trunk/netsurf/; revision=13988
* correctly setup window object as globalVincent Sanders2012-06-268-55/+322
| | | | svn path=/trunk/netsurf/; revision=13987
* Show alert when no editor option is configured.Ole Loots2012-06-231-6/+8
| | | | svn path=/trunk/netsurf/; revision=13985
* Handle new toolbar options (background color, iconset)Ole Loots2012-06-231-2/+119
| | | | svn path=/trunk/netsurf/; revision=13984
* Added new toolbar options.Ole Loots2012-06-233-112/+151
| | | | svn path=/trunk/netsurf/; revision=13983
* Added toolbar image folder option.Ole Loots2012-06-212-28/+37
| | | | svn path=/trunk/netsurf/; revision=13982
* apply background color option and removed unused struct member of struct ↵Ole Loots2012-06-212-11/+12
| | | | | | s_tb_button. svn path=/trunk/netsurf/; revision=13981
* added new options "atari_toolbar_bg".Ole Loots2012-06-211-0/+3
| | | | svn path=/trunk/netsurf/; revision=13980
* Handle do not trackoption and fix a call to snprintf().Ole Loots2012-06-211-2/+9
| | | | svn path=/trunk/netsurf/; revision=13979
* 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