summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak default hotlist entries to be more up-to-dateRob Kendrick2007-05-211-3/+3
* More alignment changes.Michael Drake2007-05-211-4/+4
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
* Update development build !Help file.Michael Drake2007-05-181-5/+5
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
* Import font containing symbols we need for list items.John Mark Bell2007-05-145-5/+51
* Mention Uniboot and OS version support.Michael Drake2007-05-131-2/+9
* Fix underlines.Michael Drake2007-05-131-5/+7
* RISC OS ReadMe file.Michael Drake2007-05-131-0/+50
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
* GTK warn_user() implementationRob Kendrick2007-05-062-2/+135
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
* Log curl_version() in fetch_init().James Bursa2007-05-061-11/+14
* Return an error from html_convert() if the base stylesheet fails to load, ins...James Bursa2007-05-061-24/+31
* Initialise some of the gui_window structure for nsgtk to remove a conditional...Rob Kendrick2007-05-051-1/+4
* Fix warning: format '%u' expects type 'unsigned int', but argument 3 has type...James Bursa2007-05-021-1/+1
* Fix various warnings.James Bursa2007-05-021-10/+11
* Fix warning: field precision should have type 'int', but argument 4 has type ...James Bursa2007-05-021-1/+2
* Fix some warnings in recent gcc.James Bursa2007-05-021-4/+4
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-023-41/+37
* Remove defines that were never or are no longer used.James Bursa2007-04-301-11/+1
* Add a few asserts to catch some bugs.James Bursa2007-04-302-4/+20
* Update NetSurf URL.Michael Drake2007-04-201-1/+1
* Fix null pointer use when a content with no title is in the local history (hi...James Bursa2007-04-181-17/+35
* Fix casts in parameter to gdk_window_raise().James Bursa2007-04-181-3/+3
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
* Revert last changeJohn Mark Bell2007-04-072-2/+0
* Add loggingJohn Mark Bell2007-04-072-0/+2
* nsgtk warning squashesRob Kendrick2007-04-071-4/+5
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-074-46/+68
* Remove redundant close window calls.Richard Wilson2007-04-073-3/+0
* Set minimum META refresh delay to 1sRichard Wilson2007-04-071-0/+5
* Construct cookies treeview correctly (fixes 1675328)John Mark Bell2007-04-071-7/+5
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-072-3/+3
* Add loggingJohn Mark Bell2007-04-071-2/+20
* Object sizes do not apply when calculating the extent of descendent John Mark Bell2007-04-071-11/+0
* Fix embedded object + display: none; crash (1695751) (c.f r3236)John Mark Bell2007-04-061-17/+32
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
* Squash access to freed memory.John Mark Bell2007-04-061-5/+5
* Squash memory leakJohn Mark Bell2007-04-051-9/+12
* Recognise <image> as a synonym for <img> (fixes 1692426)John Mark Bell2007-04-011-0/+2
* Lose duplicate entryJohn Mark Bell2007-04-011-1/+0
* Deal with more ways in which meta refresh URLs can be invalid.John Mark Bell2007-04-011-14/+23
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-283-25/+37
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-264-63/+94
* Call close function for submenu windows.Richard Wilson2007-03-263-4/+25
* Call close functions when automatically closing child windows and when automa...Richard Wilson2007-03-262-3/+10