summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug build.James Bursa2006-11-261-0/+10
| | | | svn path=/trunk/netsurf/; revision=3072
* Add browser_window_reformat() and use it instead of content_reformat() to ↵James Bursa2006-11-265-36/+60
| | | | | | remove browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3071
* Move frames-related code out of browser.c into a new file. Remove some ↵James Bursa2006-11-265-871/+937
| | | | | | browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3070
* Use netsurf-browser.org domain.Michael Drake2006-11-266-18/+18
| | | | svn path=/trunk/netsurf/; revision=3069
* Documentation moved to Docs/01-contentJames Bursa2006-11-111-88/+0
| | | | svn path=/trunk/netsurf/; revision=3050
* Add menu item to toggle debug rendering to nsgtkRob Kendrick2006-11-112-17/+36
| | | | svn path=/trunk/netsurf/; revision=3047
* Fix pango font splitting's discovery of the width of the first line of a wrap.Rob Kendrick2006-11-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=3046
* Pad status bar in nsgtk so not so snug with window borderRob Kendrick2006-11-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3045
* Media-descriptors are case-insensitive.Michael Drake2006-11-111-4/+4
| | | | svn path=/trunk/netsurf/; revision=3044
* Update TODO documents.Michael Drake2006-11-103-21/+4
| | | | svn path=/trunk/netsurf/; revision=3041
* Fix gap between list marker and list content.Michael Drake2006-11-102-1/+2
| | | | svn path=/trunk/netsurf/; revision=3040
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
| | | | svn path=/trunk/netsurf/; revision=3039
* Update default list style types.Michael Drake2006-11-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3038
* Remove dangling bullet point PNG symlink that's nolonger requiredRob Kendrick2006-11-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=3037
* Summary of lists implementation.James Bursa2006-11-051-0/+10
| | | | svn path=/trunk/netsurf/; revision=3035
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-052-4/+40
| | | | svn path=/trunk/netsurf/; revision=3034
* Use new list support for li.James Bursa2006-11-052-4/+1
| | | | svn path=/trunk/netsurf/; revision=3033
* Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual ↵Rob Kendrick2006-11-051-0/+2
| | | | | | cause later. svn path=/trunk/netsurf/; revision=3032
* More work on lists. Simplify the implementation to a BLOCK for display: ↵James Bursa2006-11-056-424/+124
| | | | | | list-item, with a marker box on box->list_marker. svn path=/trunk/netsurf/; revision=3031
* Finish GTK about boxRob Kendrick2006-11-044-235/+325
| | | | svn path=/trunk/netsurf/; revision=3030
* Beginnings of a GNOME-compliant about box for nsgtkRob Kendrick2006-11-042-0/+592
| | | | svn path=/trunk/netsurf/; revision=3029
* Initial work for display: list-item supportJohn Mark Bell2006-11-045-18/+416
| | | | svn path=/trunk/netsurf/; revision=3028
* Ensure page encoding isn't trampled.John Mark Bell2006-11-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=3027
* Implement absolute positioned inlines.James Bursa2006-11-043-9/+61
| | | | svn path=/trunk/netsurf/; revision=3026
* Convert query button text to local encoding correctlyJohn Mark Bell2006-11-041-4/+31
| | | | svn path=/trunk/netsurf/; revision=3025
* Updated German messages by Sebastian Barthel.Michael Drake2006-11-032-138/+138
| | | | svn path=/trunk/netsurf/; revision=3023
* Clean up wimp_event usage when closing browser windows.John Mark Bell2006-10-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=3022
* Skeleton implementation of new themes API, complete with documentation, for ↵Rob Kendrick2006-10-312-0/+166
| | | | | | discussion purposes. svn path=/trunk/netsurf/; revision=3021
* Add verbose flag to theme creation tool - silent unless used.Rob Kendrick2006-10-271-9/+22
| | | | svn path=/trunk/netsurf/; revision=3019
* Make containers use mmap() where availableRob Kendrick2006-10-262-6/+18
| | | | svn path=/trunk/netsurf/; revision=3018
* Import initial work on theme container handling code and simple command-line ↵Rob Kendrick2006-10-262-0/+587
| | | | | | tool to create and dismantal them. Still a little grungy, and doesn't check in enough places for memory exhaustion. svn path=/trunk/netsurf/; revision=3017
* Remove code to determine containing block; no longer used.James Bursa2006-10-221-24/+3
| | | | svn path=/trunk/netsurf/; revision=3015
* Make hashtable's fnv hash inline - saves 8 instructions and two pipeline ↵Rob Kendrick2006-10-201-1/+1
| | | | | | flushes per call svn path=/trunk/netsurf/; revision=3014
* Plug possible memory leak. Reduce memory usage. Add facility to iterate ↵Richard Wilson2006-10-202-42/+67
| | | | | | through a hashtable. svn path=/trunk/netsurf/; revision=3013
* Allow textareas to reformat on icon change.Richard Wilson2006-10-202-49/+63
| | | | svn path=/trunk/netsurf/; revision=3012
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=3011
* Fix Navigation menu help text. Thanks to Sebastian Barthel.Michael Drake2006-10-194-8/+12
| | | | svn path=/trunk/netsurf/; revision=3009
* Updated German resources. Thanks to Sebastian Barthel.Michael Drake2006-10-192-99/+99
| | | | svn path=/trunk/netsurf/; revision=3008
* Status icons.Michael Drake2006-10-141-0/+0
| | | | svn path=/trunk/netsurf/; revision=3006
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
| | | | svn path=/trunk/netsurf/; revision=3004
* Further hash table optimisations and tidies. Test rig now does more lookups ↵Rob Kendrick2006-10-132-14/+19
| | | | | | to favour the more comment case for speed tests, etc. svn path=/trunk/netsurf/; revision=3003
* Optimise and tidy up code.Richard Wilson2006-10-132-20/+25
| | | | svn path=/trunk/netsurf/; revision=3002
* Remove the need for a text area list.Richard Wilson2006-10-121-51/+6
| | | | svn path=/trunk/netsurf/; revision=3001
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
| | | | svn path=/trunk/netsurf/; revision=3000
* Fix bad pointer incrementJohn Mark Bell2006-10-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=2999
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-123-63/+125
| | | | | | | | | 1) Make hash_* more robust in the face of bad parameters 2) Make messages_* more robust in the face of bad parameters 3) Tidy up gui_init such that localised messages are loaded at the earliest opportunity svn path=/trunk/netsurf/; revision=2998
* Don't convert text to local encoding. Correctly release all resources on ↵Richard Wilson2006-10-121-30/+39
| | | | | | destruction. Allow NULL text to clear the display. Scale progress bar for small dimensions. svn path=/trunk/netsurf/; revision=2997
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-122-12/+32
| | | | svn path=/trunk/netsurf/; revision=2996
* UTF-8 status bar component.Richard Wilson2006-10-112-0/+642
| | | | svn path=/trunk/netsurf/; revision=2995
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-112-8/+9
| | | | svn path=/trunk/netsurf/; revision=2994