summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Revert previous changeChris Young2010-09-191-1/+5
| | | | svn path=/trunk/netsurf/; revision=10800
* Try to avoid corruption when moving cursor around in text boxesChris Young2010-09-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=10799
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=10798
* move tabs menu somewhere less annoyingVincent Sanders2010-09-184-49/+41
| | | | svn path=/trunk/netsurf/; revision=10797
* Make the gtk menus fully translatableVincent Sanders2010-09-185-210/+206
| | | | | | clean up the macro madness a bit in gtk_menu.c svn path=/trunk/netsurf/; revision=10796
* Remove unused #includeChris Young2010-09-171-3/+0
| | | | svn path=/trunk/netsurf/; revision=10795
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-173-195/+208
| | | | | | This causes the menu creation to be concentrated in one place removing the need for numerous external linkages svn path=/trunk/netsurf/; revision=10794
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=10793
* Fix crash on receipt of a 304 response: it turns out that FETCH_HEADER may ↵John Mark Bell2010-09-161-12/+13
| | | | | | | | be called before any decision about how to process the response is made. Move FETCH_HEADER handler to start of switch statement to reflect this. svn path=/trunk/netsurf/; revision=10792
* Ensure that candidate count is reduced if a conditional request results in a ↵John Mark Bell2010-09-161-0/+34
| | | | | | non-304 response svn path=/trunk/netsurf/; revision=10791
* Change back to using tree directly because element navigation functions ↵James Bursa2010-09-161-2/+4
| | | | | | require libxml2 2.7.3 which is not available everywhere. svn path=/trunk/netsurf/; revision=10790