summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify stylesheet find context and remove junk variablesVincent Sanders2012-06-191-13/+17
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-199-236/+589
* remove unecessary empty response workround for old libxml domVincent Sanders2012-06-171-47/+4
* use the correct version macroVincent Sanders2012-06-161-9/+25
* Fix stupid braino missing include for non js caseVincent Sanders2012-06-131-1/+3
* fix include for non javascript buildsVincent Sanders2012-06-132-5/+4
* improve javascript supportVincent Sanders2012-06-1015-75/+339
* cleanup debug loggingVincent Sanders2012-06-101-2/+2
* remove supurflous variableVincent Sanders2012-06-101-5/+7
* remove junk blank page resourceVincent Sanders2012-06-102-33/+0
* Added "Save link as..." context menu item. Ole Loots2012-06-040-0/+0
* Added "Save link as..." context menu item. Ole Loots2012-06-040-0/+0
* Fix redraw of embedded toolbar, by removing declaration of already declared l...Ole Loots2012-06-040-0/+0
* Added "Save link as..." context menu item. Ole Loots2012-06-041-9/+21
* Added "Save link as..." context menu item. Ole Loots2012-06-043-3/+5
* Fix redraw of embedded toolbar, by removing declaration of already declared l...Ole Loots2012-06-041-12/+11
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-044-0/+23
* Testament generation now supports gitDaniel Silverstone2012-06-044-10/+239
* Add a gitignore fileDaniel Silverstone2012-06-041-0/+28
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-032-44/+19
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was incorre...Ole Loots2012-06-031-48/+16
* Added default throbber image. Ole Loots2012-06-032-0/+0
* Load & use throbber image.Ole Loots2012-06-031-37/+108
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
* Added default toolbar imageOle Loots2012-06-032-0/+0
* Some cleanups and additions required for the toolbar icon redraw.Ole Loots2012-06-031-48/+93