summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Auto-scroll on drags beyond window boundariesChris Young2010-10-194-30/+67
| | | | svn path=/trunk/netsurf/; revision=10894
* Clear bitmap before redrawing treeChris Young2010-10-171-0/+5
| | | | svn path=/trunk/netsurf/; revision=10893
* Make CR also stop and save tree editsChris Young2010-10-171-0/+1
| | | | svn path=/trunk/netsurf/; revision=10892
* Fix windows url barVincent Sanders2010-10-179-122/+333
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-163-0/+9
| | | | svn path=/trunk/netsurf/; revision=10890
* SimplifyChris Young2010-10-161-11/+9
| | | | svn path=/trunk/netsurf/; revision=10889
* Make properly endian-safeChris Young2010-10-161-16/+19
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=10888
* Errorneous modificationChris Young2010-10-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=10887
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-164-3/+29
| | | | | | | Direct links work, images embedded in web pages are not showing up - test page at http://www.unsatisfactorysoftware.co.uk/netsurf/webptest/ svn path=/trunk/netsurf/; revision=10886
* fix thumbnailing and localhistoryVincent Sanders2010-10-147-393/+252
| | | | svn path=/trunk/netsurf/; revision=10885
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-142-5/+16
| | | | svn path=/trunk/netsurf/; revision=10884
* ensure transparency is unsetVincent Sanders2010-10-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=10883
* fix bitmap plottingVincent Sanders2010-10-136-176/+350
| | | | svn path=/trunk/netsurf/; revision=10882
* Fix crash when top-level content is not HTML and there is a fragment ↵John Mark Bell2010-10-112-3/+5
| | | | | | | | identifier in the URL. Constify. svn path=/trunk/netsurf/; revision=10881
* make windows frontend build and run againVincent Sanders2010-10-108-646/+1329
| | | | | | | Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
* Use function instead of directly calling DTM_WRITEChris Young2010-10-101-8/+4
| | | | svn path=/trunk/netsurf/; revision=10879
* Fix full Cairo buildChris Young2010-10-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=10878
* Assert is more appropriate; tidy up.Steve Fryatt2010-10-101-7/+2
| | | | svn path=/trunk/netsurf/; revision=10877
* - Request correct redraw area when changing a node's size in ↵Steve Fryatt2010-10-101-29/+29
| | | | | | | | tree_handle_node_changed(). - Update parameter documentation to match function definitions. svn path=/trunk/netsurf/; revision=10876
* extend debugVincent Sanders2010-10-091-19/+34
| | | | | | clean up sub window creation svn path=/trunk/netsurf/; revision=10875
* Update build instructionsVincent Sanders2010-10-096-46/+37
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* add realpath compatability for windowsVincent Sanders2010-10-092-0/+20
| | | | svn path=/trunk/netsurf/; revision=10873
* Squash warningJohn Mark Bell2010-10-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=10872
* Clean up framebuffer compile time font selectionVincent Sanders2010-10-076-89/+281
| | | | | | | Make framebuffer font documentation match reality Expose glyph cache size as a configuration option svn path=/trunk/netsurf/; revision=10871
* Fix menu shortcutsChris Young2010-10-072-3/+6
| | | | svn path=/trunk/netsurf/; revision=10870
* Less ambiguous wording; update bug reporting optionsChris Young2010-10-071-6/+4
| | | | svn path=/trunk/netsurf/; revision=10869
* If the cookies tree has not been initialised do not allow operations to be ↵Vincent Sanders2010-10-061-2/+6
| | | | | | scheduled upon it. svn path=/trunk/netsurf/; revision=10868
* Copy icons to theme dirChris Young2010-10-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=10867
* Squash warningsJohn Mark Bell2010-10-051-2/+5
| | | | svn path=/trunk/netsurf/; revision=10866
* Merge treeview-redux to trunkJohn Mark Bell2010-10-05109-7531/+11096
| | | | svn path=/trunk/netsurf/; revision=10865
* Add seconds/microseconds wallclock time to log output, move header includes ↵Rob Kendrick2010-10-041-6/+19
| | | | | | to inside guard. svn path=/trunk/netsurf/; revision=10864
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-044-125/+467
| | | | svn path=/trunk/netsurf/; revision=10862
* Simplify detection of valid filetypes for ASLChris Young2010-10-031-14/+1
| | | | svn path=/trunk/netsurf/; revision=10861
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-0315-2/+231
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and ↵Chris Young2010-09-284-11/+26
| | | | | | | | (b) not trying to manipulate non-existant menus svn path=/trunk/netsurf/; revision=10855
* Change "cache native bitmaps" default back to 0. The userbase's graphics ↵Chris Young2010-09-281-1/+1
| | | | | | | | cards are worse than anticipated. svn path=/trunk/netsurf/; revision=10853
* Fix OS4 static (non-Cairo) buildChris Young2010-09-212-2/+4
| | | | svn path=/trunk/netsurf/; revision=10808