summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Do absolute positioning after other layout so that containing block is fully ↵James Bursa2006-10-101-37/+30
| | | | | | positioned. svn path=/trunk/netsurf/; revision=2991
* Check for null style before using it.James Bursa2006-10-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=2986
* Modify implementation of absolute positioning to support "static positions". ↵James Bursa2006-10-086-199/+59
| | | | | | Absolutely positioned boxes are now in their original place in the tree instead of linked from absolute_children. svn path=/trunk/netsurf/; revision=2984
* Animated progress bar component.Richard Wilson2006-10-062-0/+510
| | | | svn path=/trunk/netsurf/; revision=2983
* OoopsRichard Wilson2006-10-060-0/+0
| | | | svn path=/trunk/netsurf/; revision=2982
* Document content status changes, type functions, and memory allocation.James Bursa2006-10-051-7/+72
| | | | svn path=/trunk/netsurf/; revision=2979
* Introduction to content structures.James Bursa2006-10-041-14/+31
| | | | svn path=/trunk/netsurf/; revision=2978
* Remove empty directory.James Bursa2006-10-040-0/+0
| | | | svn path=/trunk/netsurf/; revision=2977
* Remove empty directory.James Bursa2006-10-040-0/+0
| | | | svn path=/trunk/netsurf/; revision=2976
* Split documentation into files by topic and convert to AsciiDoc format.James Bursa2006-10-025-0/+224
| | | | svn path=/trunk/netsurf/; revision=2975
* Unescape fragment identifiers.John Mark Bell2006-10-011-5/+21
| | | | svn path=/trunk/netsurf/; revision=2973
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
| | | | svn path=/trunk/netsurf/; revision=2972
* Initial basic notes on the refactor necessary to get nsgtk supporting the ↵Daniel Silverstone2006-09-291-0/+36
| | | | | | new frames code svn path=/trunk/netsurf/; revision=2969
* Squash memory leak.John Mark Bell2006-09-251-6/+11
| | | | | | | Ensure that the icon string's always set to something, even if it's the UTF-8 text if we're unable to convert to the local encoding. svn path=/trunk/netsurf/; revision=2965
* Remove NCNetSurf TODO doc.Michael Drake2006-09-251-18/+0
| | | | svn path=/trunk/netsurf/; revision=2964
* Remove NCNetSurfMichael Drake2006-09-2511-104/+0
| | | | svn path=/trunk/netsurf/; revision=2962
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-193-9/+16
| | | | svn path=/trunk/netsurf/; revision=2960
* Fix 1559653.John Mark Bell2006-09-181-2/+7
| | | | svn path=/trunk/netsurf/; revision=2959
* Ensure urldb_add_path always has a path.John Mark Bell2006-09-171-14/+23
| | | | | | Extract hostname from url authority returned by url_get_components. svn path=/trunk/netsurf/; revision=2958
* Add some documentation to layout_block_context(). Move code out into ↵James Bursa2006-09-161-33/+67
| | | | | | layout_block_object(). svn path=/trunk/netsurf/; revision=2957