summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix quirks mode setting with libdom hubbub parserVincent Sanders2012-07-145-19/+20
* remove parser binding layerVincent Sanders2012-07-1311-1628/+138
* split out script handling from htmlVincent Sanders2012-07-134-306/+357
* Refactor plot implementation (removed old files)Ole Loots2012-07-138-3416/+0
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-1321-186/+2671
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-105-5/+7
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-0910-630/+670
|\
| * Make log times line up for neatnessDaniel Silverstone2012-07-071-1/+1
| * Ensure backslashes are escaped in the GECOS string. Fixes a warning when buil...Chris Young2012-07-071-0/+1
| * Correct library name. Update versions to 1.7.Chris Young2012-07-071-1/+1
| * do not try and write to document if the parser is finishedVincent Sanders2012-07-072-4/+7
| * Improve logging and inline script handlingVincent Sanders2012-07-073-17/+21
| * hlcache handle is not a content, do not treat it as one - oopsVincent Sanders2012-07-071-1/+3
| * alter usage of libdom hubbub bindingVincent Sanders2012-07-066-626/+656
* | Add Javascript case to FreeMiNT Makefile.targetOle Loots2012-07-051-2/+12
|/
* limit url debug output to 140 charactersVincent Sanders2012-07-032-5/+7
* Merge branch 'vince/jsnavigator'Vincent Sanders2012-07-026-4/+286
|\
| * Implement navigator propertiesVincent Sanders2012-07-022-2/+163
| * Add initial navigator object creation.Vincent Sanders2012-07-025-3/+124
* | Remove visible and invalid uses of git revision hashes. Anybody who needs to...Chris Young2012-07-013-10/+9
|/
* Remove file-by-file gzipping of GTK UI files, always copy all of them.Rob Kendrick (monotony)2012-07-011-13/+1
* 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
* Add support for selecting text fragments (based on a patch from Ole Loots)John Mark Bell2012-06-301-0/+58
* Add lines to enable building against Spidermonkey 1.5 or 1.8.5Chris Young2012-06-301-0/+6
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
* Added new iconset - thanks to atfactOle Loots2012-06-282-0/+0
* fix mimetype handling of script elementsVincent Sanders2012-06-285-19/+74
* fix missing defaultVincent Sanders2012-06-282-2/+4
* correctly terminate properties listVincent Sanders2012-06-272-10/+54
* make non js builds compileVincent Sanders2012-06-278-12/+20
* add window and self propertiesVincent Sanders2012-06-271-4/+165
* Remove bogus sanity checks -- the content factory removed the need for these.John Mark Bell2012-06-261-9/+0
* correctly setup window object as globalVincent Sanders2012-06-268-55/+322
* Show alert when no editor option is configured.Ole Loots2012-06-231-6/+8
* Handle new toolbar options (background color, iconset)Ole Loots2012-06-231-2/+119
* Added new toolbar options.Ole Loots2012-06-233-112/+151
* Added toolbar image folder option.Ole Loots2012-06-212-28/+37
* apply background color option and removed unused struct member of struct s_tb...Ole Loots2012-06-212-11/+12
* added new options "atari_toolbar_bg".Ole Loots2012-06-211-0/+3
* Handle do not trackoption and fix a call to snprintf().Ole Loots2012-06-211-2/+9
* fix theme commentVincent Sanders2012-06-201-2/+2
* fix history redraw by calling the window specific redraw function from gui_po...Ole Loots2012-06-194-13/+23
* ensure javascript content handler is initialised Vincent Sanders2012-06-193-2/+6
* Integrated do not track option into the options dialog.Ole Loots2012-06-193-3/+5
* added some missing WITH_8BPP_SUPPORT ifdefs. Ole Loots2012-06-191-0/+8
* First attempt to implement the global history treeview. There is something wr...Ole Loots2012-06-194-14/+147
* Make use of plot_set_dimensions()Ole Loots2012-06-191-3/+2
* add content handler for javascriptVincent Sanders2012-06-195-3/+131
* Fix typoChris Young2012-06-191-1/+1