summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Only set TREE_MOVE_DRAG is the tree is TREE_MOVABLEChris Young2010-10-301-1/+2
| | | | svn path=/trunk/netsurf/; revision=10919
* Fix content icons in treeviewsChris Young2010-10-291-0/+3
| | | | svn path=/trunk/netsurf/; revision=10918
* Allow getting the tree's drag property. This ensures we can see whether the ↵Chris Young2010-10-294-12/+37
| | | | | | | | current drag is something we might need to display an icon for. svn path=/trunk/netsurf/; revision=10917
* Futher simplification of the makefileVincent Sanders2010-10-299-275/+307
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Fix cleanup of hlcache_retrieval_ctx_ringJohn Mark Bell2010-10-281-1/+2
| | | | svn path=/trunk/netsurf/; revision=10915
* Add an error message if GetVideo is not installed. Use v0.27's new "ask" ↵Chris Young2010-10-281-1/+7
| | | | | | | | function instead of assuming the user wants to save. svn path=/trunk/netsurf/; revision=10914
* Updated translation from Samir HawamdehChris Young2010-10-281-50/+50
| | | | svn path=/trunk/netsurf/; revision=10913
* Fix bug 3096811: discard HTTP headers for all but the last responseJohn Mark Bell2010-10-271-8/+35
| | | | svn path=/trunk/netsurf/; revision=10912
* Fix bug 3095552: don't escape URLs after editing. (credit: Martin Bazley)John Mark Bell2010-10-271-6/+2
| | | | svn path=/trunk/netsurf/; revision=10911
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-277-344/+343
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Don't feed negative values to the scrollerChris Young2010-10-251-2/+8
| | | | svn path=/trunk/netsurf/; revision=10909
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-2412-92/+123
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-2411-66/+122
| | | | svn path=/trunk/netsurf/; revision=10907
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-249-39/+172
| | | | svn path=/trunk/netsurf/; revision=10906
* Selection drags now use clipboard unit 1 instead of 0. This stops the user'sChris Young2010-10-241-6/+26
| | | | | | clipboard being unexpectedly changed. svn path=/trunk/netsurf/; revision=10905
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-245-4/+20
| | | | svn path=/trunk/netsurf/; revision=10904
* Squash warningJohn Mark Bell2010-10-241-2/+0
| | | | svn path=/trunk/netsurf/; revision=10903
* Don't expand the oldest global history entries by default.Chris Young2010-10-241-5/+0
| | | | svn path=/trunk/netsurf/; revision=10902
* Slightly less braindead textplain handlingJohn Mark Bell2010-10-231-24/+72
| | | | svn path=/trunk/netsurf/; revision=10900
* More GTK 2.22.0 supportJohn Mark Bell2010-10-233-1/+15
| | | | svn path=/trunk/netsurf/; revision=10897
* Do not build with webp support by default on GTK.John Mark Bell2010-10-231-4/+0
| | | | | | | | Firstly, almost noone has the libraries installed. Secondly, it requires a documentation update before it can be enabled. Thirdly, we should be using pkg-config to detect the presence of libraries on platforms that support it. svn path=/trunk/netsurf/; revision=10896
* Hackery to support GTK >= 2.21.6John Mark Bell2010-10-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=10895