summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move the cut n pasted -Wuninitialized from Makefile.config alongsideVincent Sanders2012-12-132-13/+14
* add pkg-config macro for libraries which are not controled by configurationVincent Sanders2012-12-132-11/+39
* make macro name more correctVincent Sanders2012-12-139-51/+54
* try without option altogetherVincent Sanders2012-12-131-1/+2
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
* make monkey target take notice of GCCSDK_INSTALL_ENV andVincent Sanders2012-12-131-2/+15
* do not add script handler if runtime cannot be initialisedVincent Sanders2012-12-131-2/+4
* Correct the designation of en and it stringsChris Young2012-12-121-2/+2
* Updated Italian translation (credit: Samir Hawamdeh)Chris Young2012-12-111-27/+27
* Update the current pressed qualifier keys at every RAWKEY event, as the updat...Chris Young2012-12-101-2/+2
* use g++ to link on riscosVincent Sanders2012-12-101-1/+3
* add spidermonkey to riscos makefilesVincent Sanders2012-12-101-0/+4
* document mouse interaction a bitVincent Sanders2012-12-101-13/+49
* Add dither quality options to GUIChris Young2012-12-092-0/+41
* Add simple refresh option to GUIChris Young2012-12-092-0/+28
* Add font anti-aliasing option to GUIChris Young2012-12-092-35/+62
* Toggle the tab bar to the correct state if the option to always show it is ch...Chris Young2012-12-093-0/+34
* Add options for always showing tabbar and warning on closing multiple tabsChris Young2012-12-092-16/+65
* Move tabbed browsing options to new tabChris Young2012-12-091-28/+39
* Enable persistent tab bar through tab_always_show optionChris Young2012-12-091-1/+1
* Prevent multiple tabbarsChris Young2012-12-091-1/+1
* Reverse the logic as well as the req textChris Young2012-12-092-2/+2
* non-working "always show tabbar" optionChris Young2012-12-092-4/+10
* Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" op...Chris Young2012-12-092-2/+2
* Only bother with the delayed requester on OS4Chris Young2012-12-091-1/+3
* Missing double-quoteChris Young2012-12-091-3/+3
* Set the file comment for the included ARexx scripts as part of the install, a...Chris Young2012-12-091-0/+4
* Allow ctrl-click on hotlist toolbar to open in a new tabChris Young2012-12-091-1/+7
* TimedDosRequester doesn't support linefeeds through \nChris Young2012-12-081-5/+5
* Warn the user and give them an option to stop NetSurf shutting down, if the T...Chris Young2012-12-082-1/+37
* Warn when closing multiple tabsChris Young2012-12-086-4/+22
* Move download overwrite warning requester to misc.cChris Young2012-12-083-18/+25
* Respond to Ctrl-C by immediately quitting. TCP/IP stack exit expects this.Chris Young2012-12-071-1/+7
* implement document.URL and document.documentURIVincent Sanders2012-12-074-6/+63
* correctly handle locationVincent Sanders2012-12-073-20/+31
* Allow the size of the web search gadget to be user-setChris Young2012-12-063-1/+5
* ensure default action fetcher is set to NULLVincent Sanders2012-12-062-0/+3
* change to parameterised parser binding creationVincent Sanders2012-12-063-103/+131
* Avoid NULL pointer accessChris Young2012-12-051-1/+1
* abstract out GC root manipulation for js valuesVincent Sanders2012-12-042-2/+11
* make events work on elementsVincent Sanders2012-12-045-29/+400
* fix disabled javascript function signatureVincent Sanders2012-12-031-1/+1
* add stub implemntation for event handling in elementsVincent Sanders2012-12-033-5/+34
* issue click events at domVincent Sanders2012-12-035-21/+69
* Set the newly-created hotlist dirs to be "retain in memory" otherwise NetSurf...Chris Young2012-12-011-2/+2
* Don't need to attempt to free on remove, as the only entry point has already ...Chris Young2012-12-011-2/+0
* Attempt to do some re-layout if the toolbar is added after the window opens.Chris Young2012-12-011-1/+6
* Update documentationChris Young2012-12-011-2/+1
* Make hotlist toolbar actually workChris Young2012-12-011-10/+11
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-303-3/+14