summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=3285
* Import font containing symbols we need for list items.John Mark Bell2007-05-145-5/+51
| | | | | | | (Un)Install font appropriately at runtime. Make list markers use the right characters. svn path=/trunk/netsurf/; revision=3280
* Mention Uniboot and OS version support.Michael Drake2007-05-131-2/+9
| | | | svn path=/trunk/netsurf/; revision=3276
* Fix underlines.Michael Drake2007-05-131-5/+7
| | | | svn path=/trunk/netsurf/; revision=3275
* RISC OS ReadMe file.Michael Drake2007-05-131-0/+50
| | | | svn path=/trunk/netsurf/; revision=3274
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=3271
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=3270
* GTK warn_user() implementationRob Kendrick2007-05-062-2/+135
| | | | svn path=/trunk/netsurf/; revision=3269
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
| | | | svn path=/trunk/netsurf/; revision=3268
* Log curl_version() in fetch_init().James Bursa2007-05-061-11/+14
| | | | svn path=/trunk/netsurf/; revision=3267
* Return an error from html_convert() if the base stylesheet fails to load, ↵James Bursa2007-05-061-24/+31
| | | | | | instead of continuing to layout which will assert. svn path=/trunk/netsurf/; revision=3266
* Initialise some of the gui_window structure for nsgtk to remove a ↵Rob Kendrick2007-05-051-1/+4
| | | | | | conditional jump on uninitalised data later on svn path=/trunk/netsurf/; revision=3265
* Fix warning: format '%u' expects type 'unsigned int', but argument 3 has ↵James Bursa2007-05-021-1/+1
| | | | | | type 'size_t'. svn path=/trunk/netsurf/; revision=3264
* Fix various warnings.James Bursa2007-05-021-10/+11
| | | | svn path=/trunk/netsurf/; revision=3263
* Fix warning: field precision should have type 'int', but argument 4 has type ↵James Bursa2007-05-021-1/+2
| | | | | | 'long int'. svn path=/trunk/netsurf/; revision=3262
* Fix some warnings in recent gcc.James Bursa2007-05-021-4/+4
| | | | svn path=/trunk/netsurf/; revision=3261
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-023-41/+37
| | | | svn path=/trunk/netsurf/; revision=3260
* Remove defines that were never or are no longer used.James Bursa2007-04-301-11/+1
| | | | svn path=/trunk/netsurf/; revision=3259
* Add a few asserts to catch some bugs.James Bursa2007-04-302-4/+20
| | | | svn path=/trunk/netsurf/; revision=3258
* Update NetSurf URL.Michael Drake2007-04-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=3257
* Fix null pointer use when a content with no title is in the local history ↵James Bursa2007-04-181-17/+35
| | | | | | (history_update() was making title null). svn path=/trunk/netsurf/; revision=3256
* Fix casts in parameter to gdk_window_raise().James Bursa2007-04-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=3255
* Don't block new windows for Adjust-click on target='_blank' links.Richard Wilson2007-04-081-1/+4
| | | | svn path=/trunk/netsurf/; revision=3253
* Revert last changeJohn Mark Bell2007-04-072-2/+0
| | | | svn path=/trunk/netsurf/; revision=3252
* Add loggingJohn Mark Bell2007-04-072-0/+2
| | | | svn path=/trunk/netsurf/; revision=3251
* nsgtk warning squashesRob Kendrick2007-04-071-4/+5
| | | | svn path=/trunk/netsurf/; revision=3250
* Fix return value checkJohn Mark Bell2007-04-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=3249
* Open window targets with a new name in a new window. Fix handling of ↵Richard Wilson2007-04-074-46/+68
| | | | | | Adjust-click on a form submit when new window opening is disabled. svn path=/trunk/netsurf/; revision=3248
* Remove redundant close window calls.Richard Wilson2007-04-073-3/+0
| | | | svn path=/trunk/netsurf/; revision=3247
* Set minimum META refresh delay to 1sRichard Wilson2007-04-071-0/+5
| | | | svn path=/trunk/netsurf/; revision=3246
* Construct cookies treeview correctly (fixes 1675328)John Mark Bell2007-04-071-7/+5
| | | | svn path=/trunk/netsurf/; revision=3245
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
| | | | svn path=/trunk/netsurf/; revision=3244
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-072-3/+3
| | | | | | | | | 2) Only destroy urldb's thumbnail bitmap if it's not the same as the new one. This needs revisiting at a later date such that the mess surrounding who owns bitmap objects is sorted (and so that urldb doesn't need to know about bitmaps) svn path=/trunk/netsurf/; revision=3243
* Add loggingJohn Mark Bell2007-04-071-2/+20
| | | | svn path=/trunk/netsurf/; revision=3242
* Object sizes do not apply when calculating the extent of descendent John Mark Bell2007-04-071-11/+0
| | | | | | bounding boxes. (fixes 1601881) svn path=/trunk/netsurf/; revision=3240
* Fix embedded object + display: none; crash (1695751) (c.f r3236)John Mark Bell2007-04-061-17/+32
| | | | svn path=/trunk/netsurf/; revision=3239
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
| | | | svn path=/trunk/netsurf/; revision=3237
* Squash access to freed memory.John Mark Bell2007-04-061-5/+5
| | | | | | | | | | | | | | | | | Actually process form inputs which have been styled display:none; This needs revisiting after 1.0 as the following will still break: <form ..> <div style="display:none;"> <input type="hidden" name="foo" value="bar"/> </div> <input type="submit" name="submit" value="submit"/> </form> The children of the div are not processed (which is correct for display purposes, but results in the hidden input being ignored entirely). A more correct fix would be to perform form input -> gadget creation orthogonally from box tree generation; then styling will have no effect. svn path=/trunk/netsurf/; revision=3236
* Squash memory leakJohn Mark Bell2007-04-051-9/+12
| | | | svn path=/trunk/netsurf/; revision=3235
* Recognise <image> as a synonym for <img> (fixes 1692426)John Mark Bell2007-04-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=3231
* Lose duplicate entryJohn Mark Bell2007-04-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=3230
* Deal with more ways in which meta refresh URLs can be invalid.John Mark Bell2007-04-011-14/+23
| | | | svn path=/trunk/netsurf/; revision=3229
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-283-25/+37
| | | | svn path=/trunk/netsurf/; revision=3228
* Remove collusion between window, menus and search code in order to clear John Mark Bell2007-03-264-63/+94
| | | | | | | | search selection state - this should happen automagically through wimp_event callbacks now. Also tidy search.c so I can read it better ;) svn path=/trunk/netsurf/; revision=3227
* Call close function for submenu windows.Richard Wilson2007-03-263-4/+25
| | | | svn path=/trunk/netsurf/; revision=3226
* Call close functions when automatically closing child windows and when ↵Richard Wilson2007-03-262-3/+10
| | | | | | automatically handlign Cancel buttons. svn path=/trunk/netsurf/; revision=3225
* Minor tidyingJohn Mark Bell2007-03-251-9/+2
| | | | svn path=/trunk/netsurf/; revision=3224
* Fix assertion when table has negative mbp (1579981)John Mark Bell2007-03-251-0/+4
| | | | svn path=/trunk/netsurf/; revision=3222
* Fix handling of scrollbar addition to blocks which have height/width == John Mark Bell2007-03-241-19/+41
| | | | | | AUTO (fixes 1567430) svn path=/trunk/netsurf/; revision=3220
* Fix FP exception when right-aligned tables with margin: auto are nested John Mark Bell2007-03-241-0/+5
| | | | | | | (interaction with floats, resulting in margin[TOP] == AUTO) (fixes 1662931) svn path=/trunk/netsurf/; revision=3218