summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix high colour bitmap loading on toolbarVincent Sanders2010-02-043-15/+25
| | | | svn path=/trunk/netsurf/; revision=9955
* Cleanup toolbar usageVincent Sanders2010-02-0412-197/+196
| | | | | | Fix font sizing svn path=/trunk/netsurf/; revision=9954
* make new window workVincent Sanders2010-02-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=9953
* Make window resizeing not delete all child windows and recreate them a ↵Vincent Sanders2010-02-021-173/+214
| | | | | | resize is sufficient svn path=/trunk/netsurf/; revision=9952
* remove all references to defunct vertical offset from plottersVincent Sanders2010-02-013-27/+4
| | | | svn path=/trunk/netsurf/; revision=9950
* Substantial cleanupVincent Sanders2010-02-011-347/+378
| | | | | | | perform drawing in child window eliminate random vertical offsets svn path=/trunk/netsurf/; revision=9949
* Formatting changes.Michael Drake2010-01-311-50/+44
| | | | svn path=/trunk/netsurf/; revision=9944
* Add toolbar icons.Michael Drake2010-01-3115-0/+0
| | | | svn path=/trunk/netsurf/; revision=9942
* fix include path mis-mergeVincent Sanders2010-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=9941
* Add Windows frontendVincent Sanders2010-01-3164-24/+7287
| | | | svn path=/trunk/netsurf/; revision=9940
* remove uneccissary includesVincent Sanders2010-01-296-10/+5
| | | | svn path=/trunk/netsurf/; revision=9931
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
| | | | svn path=/trunk/netsurf/; revision=9926
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
| | | | | | improve type usage to avoid incompatible pointer type warnings on newer libpng versions. svn path=/trunk/netsurf/; revision=9921
* fix box_dump callVincent Sanders2010-01-282-2/+2
| | | | | | fix spurious newlines in log message svn path=/trunk/netsurf/; revision=9919
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-252-3/+23
| | | | | | | | | - Uses ARexx currently due to includes for application.library v53 not having been released. - Shows a download complete message even if failed (but the user would already have seen a warning requester about that) svn path=/trunk/netsurf/; revision=9913
* Remove unused variableJohn Mark Bell2010-01-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=9891
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-242-25/+24
| | | | svn path=/trunk/netsurf/; revision=9883
* Somewhat rationalise GTK throbber initialisationVincent Sanders2010-01-243-217/+56
| | | | svn path=/trunk/netsurf/; revision=9872
* Use correct length definitionJohn Mark Bell2010-01-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=9867
* Construct font_family from core family name.John Mark Bell2010-01-221-3/+9
| | | | svn path=/trunk/netsurf/; revision=9863
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9861
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9860
* Yeah, so it helps if you get the conditional correct.John Mark Bell2010-01-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=9859
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-213-4/+29
| | | | svn path=/trunk/netsurf/; revision=9858
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9857
* Revert float ordering optimisation (r9846) due to effect on stacking order.Michael Drake2010-01-201-37/+3
| | | | svn path=/trunk/netsurf/; revision=9853
* Updated German translation. Thanks to Sebastian Barthel.Michael Drake2010-01-201-181/+181
| | | | svn path=/trunk/netsurf/; revision=9852
* Refactor main into the frontendsVincent Sanders2010-01-207-14/+35
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* fix framebuffer command line/default option usageVincent Sanders2010-01-203-30/+71
| | | | svn path=/trunk/netsurf/; revision=9849
* Order containing block's list of floats in descending order of the ↵Michael Drake2010-01-171-3/+37
| | | | | | y-position of their base. Make find_sides() stop searching, after floats are above the range we're interested in. (351s --> 73s on ix for haveproblems/really-slow-float-table2.html) svn path=/trunk/netsurf/; revision=9846
* When placing floats below, keep track of y-position, for future floats in ↵Michael Drake2010-01-161-13/+15
| | | | | | current line. svn path=/trunk/netsurf/; revision=9836
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-165-18/+101
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* Add pencil and rufl, since they use the shared build system now too.Michael Drake2010-01-161-2/+4
| | | | svn path=/trunk/netsurf/; revision=9831
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
| | | | svn path=/trunk/netsurf/; revision=9810
* More helpful font open errorChris Young2010-01-151-1/+27
| | | | svn path=/trunk/netsurf/; revision=9809
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
| | | | svn path=/trunk/netsurf/; revision=9799
* Prevent status bar text overflowChris Young2010-01-081-0/+10
| | | | svn path=/trunk/netsurf/; revision=9797
* Fix logicChris Young2010-01-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=9796
* More useful build information, ditch SVN info if built with NDEBUG.Chris Young2010-01-081-5/+12
| | | | svn path=/trunk/netsurf/; revision=9795
* Add missing gui_window_scroll_visible().François Revel2010-01-031-0/+6
| | | | svn path=/trunk/netsurf/; revision=9784
* Add beos_save_complete.cpp to the build.François Revel2010-01-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=9782
* Mention lpu iconv() option in BUILDING-* guides. Add new section to BeOS ↵Michael Drake2010-01-025-56/+92
| | | | | | build guide about building NetSurf project libraries. (Needs to be checked by a BeOS person.) Simplified AmigaOS build guide's stuff on building NetSurf project libraries. (Needs to be checked by an AmigaOS person.) svn path=/trunk/netsurf/; revision=9781
* Default BeOS implementation for save_complete_gui_save() and ↵François Revel2010-01-021-0/+87
| | | | | | save_complete_htmlSaveFileFormat(). svn path=/trunk/netsurf/; revision=9780
* C89.François Revel2010-01-023-7/+9
| | | | svn path=/trunk/netsurf/; revision=9779
* Fix getting the box style to a BFont. for the clipboard.François Revel2010-01-021-1/+4
| | | | svn path=/trunk/netsurf/; revision=9778
* Accomodate for plotter API change.François Revel2010-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=9777
* Actually fake stdbool inclusion here as well.François Revel2010-01-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=9776
* Remove copy-paste leftover ?François Revel2010-01-021-2/+0
| | | | svn path=/trunk/netsurf/; revision=9775
* Handle new parameter to fetch_send_callback().François Revel2010-01-021-12/+12
| | | | svn path=/trunk/netsurf/; revision=9774
* s/TRANSPARENT/NS_TRANSPARENT/François Revel2010-01-021-5/+5
| | | | svn path=/trunk/netsurf/; revision=9773