summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-122-12/+32
* UTF-8 status bar component.Richard Wilson2006-10-112-0/+642
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-112-8/+9
* Do absolute positioning after other layout so that containing block is fully ...James Bursa2006-10-101-37/+30
* Check for null style before using it.James Bursa2006-10-091-2/+3
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-086-199/+59
* Animated progress bar component.Richard Wilson2006-10-062-0/+510
* OoopsRichard Wilson2006-10-060-0/+0
* Document content status changes, type functions, and memory allocation.James Bursa2006-10-051-7/+72
* Introduction to content structures.James Bursa2006-10-041-14/+31
* Remove empty directory.James Bursa2006-10-040-0/+0
* Remove empty directory.James Bursa2006-10-040-0/+0
* Split documentation into files by topic and convert to AsciiDoc format.James Bursa2006-10-025-0/+224
* Unescape fragment identifiers.John Mark Bell2006-10-011-5/+21
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
* Initial basic notes on the refactor necessary to get nsgtk supporting the new...Daniel Silverstone2006-09-291-0/+36
* Squash memory leak.John Mark Bell2006-09-251-6/+11
* Remove NCNetSurf TODO doc.Michael Drake2006-09-251-18/+0
* Remove NCNetSurfMichael Drake2006-09-2511-104/+0
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-193-9/+16
* Fix 1559653.John Mark Bell2006-09-181-2/+7
* Ensure urldb_add_path always has a path.John Mark Bell2006-09-171-14/+23
* Add some documentation to layout_block_context(). Move code out into layout_b...James Bursa2006-09-161-33/+67
* Call html_reformat() from html_convert() to eliminate duplicate code. Improve...James Bursa2006-09-161-19/+25
* Fix case of NotFound messageAdrian Lees2006-09-161-1/+1
* Squash warnings.John Mark Bell2006-09-111-26/+41
* Fixed translation of html entities when a textarea has an initial valueJeffrey Lee2006-09-111-2/+19
* Squash warningJohn Mark Bell2006-09-111-1/+2
* Fix GTK buildJohn Mark Bell2006-09-101-6/+12
* Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuildJohn Mark Bell2006-09-104-127/+54
* Fix wordwrap+horizontal scroll in textareasJeffrey Lee2006-09-101-1/+4
* Update About page.Michael Drake2006-09-101-2/+2
* Fixed the other caret issues after pasting into textareaJeffrey Lee2006-09-101-3/+20
* Fix some caret/scrolling issues after pasting into textareaJeffrey Lee2006-09-101-8/+14
* Fixed spurious newline after pasting into textarea; possibly fixed some selec...Jeffrey Lee2006-09-102-7/+13
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5