summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Clearer font styles.Michael Drake2010-12-121-6/+6
| | | | svn path=/trunk/netsurf/; revision=11032
* OS4's Roadshow doesn't have IPv6 yetChris Young2010-12-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11031
* Attempt to exit the main loop properly from the replicant view destructor. ↵François Revel2010-12-121-4/+9
| | | | | | There are still some issues with multiple instances or on second instanciation though... svn path=/trunk/netsurf/; revision=11030
* Fix passing replicant args. Remove debug output.François Revel2010-12-121-4/+2
| | | | svn path=/trunk/netsurf/; revision=11029
* Fix Replicant instanciation, though it doesn't get the url correctly yet, ↵François Revel2010-12-121-5/+12
| | | | | | and leaves stuff behind when removed (like the main thread). svn path=/trunk/netsurf/; revision=11028
* BeOS does not support IPv6, and never will.François Revel2010-12-052-0/+5
| | | | svn path=/trunk/netsurf/; revision=11014
* Change styles used for plotting local history to make it more obvious what ↵Rob Kendrick2010-12-052-3/+5
| | | | | | the current page is, along with other minor improvements. svn path=/trunk/netsurf/; revision=11008
* Retain edits to hotlist entry titles.Michael Drake2010-12-051-2/+2
| | | | svn path=/trunk/netsurf/; revision=11006
* Remove last remnants of AliasesRob Kendrick2010-12-053-5/+1
| | | | svn path=/trunk/netsurf/; revision=11003
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-054-35/+52
| | | | svn path=/trunk/netsurf/; revision=11002
* Reflect changes to libcss APIJohn Mark Bell2010-12-052-1/+3
| | | | svn path=/trunk/netsurf/; revision=11001
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=11000
* Give bookmarks window the focus when it is opened, remove utility style from ↵Rob Kendrick2010-12-052-15/+16
| | | | | | window definition svn path=/trunk/netsurf/; revision=10997
* Remove a small amount of putridness from GTK full save implemention. Still ↵Rob Kendrick2010-12-051-4/+9
| | | | | | needs to cope gracefully with the target directory already existing and offer to overwrite. svn path=/trunk/netsurf/; revision=10995
* Make urldb_add_url IPv6-awareRob Kendrick2010-12-041-6/+7
| | | | svn path=/trunk/netsurf/; revision=10990
* Fix coloursJohn Mark Bell2010-12-042-157/+159
| | | | svn path=/trunk/netsurf/; revision=10989
* Purge Aliases file stuff.Michael Drake2010-12-046-307/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-047-74/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* More IPv6 compatibility work, added hack to cope with incorrect calls to ↵Rob Kendrick2010-12-041-7/+59
| | | | | | url_host_is_ip_address while we fix the callers. svn path=/trunk/netsurf/; revision=10968
* Reimplement url_host_is_ipaddress() to cope with IPv6 addresses and ↵Rob Kendrick2010-12-041-17/+20
| | | | | | decimal/hex IPv4 addresses in addition to dotted-quad v4 addresses. svn path=/trunk/netsurf/; revision=10959
* fix off by 1 in previous commitVincent Sanders2010-12-041-4/+4
| | | | svn path=/trunk/netsurf/; revision=10958
* Stop cursor leaving the root widget and causing a segfault (Found by tlsa)Vincent Sanders2010-12-041-0/+10
| | | | svn path=/trunk/netsurf/; revision=10957
* Don't overrule NetSurf$Dir, NetSurf$Help, NetSurf$Web, NetSurf$Title, ↵John Tytgat2010-12-041-6/+6
| | | | | | | | NetSurf$Publisher and NetSurf$Description unless NetSurf$ForceVars is set to 1. Based on feedback in "Margins" mail thread @ NetSurf ML. svn path=/trunk/netsurf/; revision=10956
* Schoolboy error. When editing things for testing, remember to change them back.Chris Young2010-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=10954
* Improve url_host_is_ip_address Vincent Sanders2010-11-261-29/+19
| | | | svn path=/trunk/netsurf/; revision=10951
* Fix serious crash if NetSurf is running twice (once with the FORCE switch) on aChris Young2010-11-211-13/+3
| | | | | | | NetSurf-created public screen, and the sessions are quit in the reverse order to which they were launched. svn path=/trunk/netsurf/; revision=10950
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-204-1/+24
| | | | svn path=/trunk/netsurf/; revision=10948
* Make click action happen on release.Michael Drake2010-11-203-9/+9
| | | | svn path=/trunk/netsurf/; revision=10947
* Fix copy of iconChris Young2010-11-201-3/+12
| | | | svn path=/trunk/netsurf/; revision=10946
* Update to newer libcurl, avoids libssl conflicts (credit: MickJT)Chris Young2010-11-102-2/+2
| | | | svn path=/trunk/netsurf/; revision=10943
* Remove excess indentation.Michael Drake2010-11-081-44/+44
| | | | svn path=/trunk/netsurf/; revision=10942
* Tweak package, use newer libsslChris Young2010-11-073-3/+3
| | | | svn path=/trunk/netsurf/; revision=10941
* Fix crash on multi-select dragsChris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10940
* Show correct drag iconsChris Young2010-11-031-4/+17
| | | | svn path=/trunk/netsurf/; revision=10939
* Add libvpx.so.0.9.5Chris Young2010-11-032-2/+2
| | | | svn path=/trunk/netsurf/; revision=10938
* More useful comment about what bw->scroll is for.Michael Drake2010-11-031-1/+2
| | | | svn path=/trunk/netsurf/; revision=10936
* Fix comment.Michael Drake2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10935
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-022-4/+3
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* Updated translation (credit: Samir Hawamdeh)Chris Young2010-11-011-8/+8
| | | | svn path=/trunk/netsurf/; revision=10933
* NetSurf drawer icon (credit: Martin Merz)Chris Young2010-11-012-1/+1
| | | | svn path=/trunk/netsurf/; revision=10932
* Keyboard shortcut section (credit: Samir Hawamdeh)Chris Young2010-10-311-12/+40
| | | | svn path=/trunk/netsurf/; revision=10930
* Fix compilationChris Young2010-10-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=10929
* Support ColourIconsChris Young2010-10-316-95/+167
| | | | svn path=/trunk/netsurf/; revision=10928
* Previous commit should have all gone to trunkChris Young2010-10-304-6/+0
| | | | svn path=/trunk/netsurf/; revision=10926
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-3013-50/+295
| | | | svn path=/trunk/netsurf/; revision=10925
* Drag icon codeChris Young2010-10-302-0/+372
| | | | svn path=/trunk/netsurf/; revision=10924
* missing headerChris Young2010-10-301-0/+22
| | | | svn path=/trunk/netsurf/; revision=10923
* Move drag icon stuff to own file; fix warningsChris Young2010-10-3012-308/+12
| | | | svn path=/trunk/netsurf/; revision=10922
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-303-17/+59
| | | | svn path=/trunk/netsurf/; revision=10921
* If a drag is in progress that the tree can't handle, it is a ↵Chris Young2010-10-302-1/+4
| | | | | | | | TREE_UNKNOWN_DRAG not a TREE_NO_DRAG, as the platform code might be able to deal with it. svn path=/trunk/netsurf/; revision=10920