summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GTK frames branch to trunk.John Mark Bell2006-11-2713-884/+1184
* Add frames.o.Michael Drake2006-11-271-4/+4
* Update project URL.Michael Drake2006-11-27222-561/+561
* Fix debug build.James Bursa2006-11-261-0/+10
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-265-36/+60
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-265-871/+937
* Use netsurf-browser.org domain.Michael Drake2006-11-266-18/+18
* Documentation moved to Docs/01-contentJames Bursa2006-11-111-88/+0
* Add menu item to toggle debug rendering to nsgtkRob Kendrick2006-11-112-17/+36
* Fix pango font splitting's discovery of the width of the first line of a wrap.Rob Kendrick2006-11-111-4/+7
* Pad status bar in nsgtk so not so snug with window borderRob Kendrick2006-11-111-1/+1
* Media-descriptors are case-insensitive.Michael Drake2006-11-111-4/+4
* Update TODO documents.Michael Drake2006-11-103-21/+4
* Fix gap between list marker and list content.Michael Drake2006-11-102-1/+2
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
* Update default list style types.Michael Drake2006-11-051-0/+3
* Remove dangling bullet point PNG symlink that's nolonger requiredRob Kendrick2006-11-051-1/+0
* Summary of lists implementation.James Bursa2006-11-051-0/+10
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-052-4/+40
* Use new list support for li.James Bursa2006-11-052-4/+1
* Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual ...Rob Kendrick2006-11-051-0/+2
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-056-424/+124
* Finish GTK about boxRob Kendrick2006-11-044-235/+325
* Beginnings of a GNOME-compliant about box for nsgtkRob Kendrick2006-11-042-0/+592
* Initial work for display: list-item supportJohn Mark Bell2006-11-045-18/+416
* Ensure page encoding isn't trampled.John Mark Bell2006-11-041-0/+3
* Implement absolute positioned inlines.James Bursa2006-11-043-9/+61
* Convert query button text to local encoding correctlyJohn Mark Bell2006-11-041-4/+31
* Updated German messages by Sebastian Barthel.Michael Drake2006-11-032-138/+138
* Clean up wimp_event usage when closing browser windows.John Mark Bell2006-10-311-0/+1
* Skeleton implementation of new themes API, complete with documentation, for d...Rob Kendrick2006-10-312-0/+166
* Add verbose flag to theme creation tool - silent unless used.Rob Kendrick2006-10-271-9/+22
* Make containers use mmap() where availableRob Kendrick2006-10-262-6/+18
* Import initial work on theme container handling code and simple command-line ...Rob Kendrick2006-10-262-0/+587
* Remove code to determine containing block; no longer used.James Bursa2006-10-221-24/+3
* Make hashtable's fnv hash inline - saves 8 instructions and two pipeline flus...Rob Kendrick2006-10-201-1/+1
* Plug possible memory leak. Reduce memory usage. Add facility to iterate throu...Richard Wilson2006-10-202-42/+67
* Allow textareas to reformat on icon change.Richard Wilson2006-10-202-49/+63
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
* Fix Navigation menu help text. Thanks to Sebastian Barthel.Michael Drake2006-10-194-8/+12
* Updated German resources. Thanks to Sebastian Barthel.Michael Drake2006-10-192-99/+99
* Status icons.Michael Drake2006-10-141-0/+0
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
* Further hash table optimisations and tidies. Test rig now does more lookups ...Rob Kendrick2006-10-132-14/+19
* Optimise and tidy up code.Richard Wilson2006-10-132-20/+25
* Remove the need for a text area list.Richard Wilson2006-10-121-51/+6
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
* Fix bad pointer incrementJohn Mark Bell2006-10-121-2/+2
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-123-63/+125
* Don't convert text to local encoding. Correctly release all resources on dest...Richard Wilson2006-10-121-30/+39