summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* Fix background: parsing & lose potential memory leakJohn Mark Bell2006-06-281-3/+9
* Dump RUfl family list if Homerton isn't foundJohn Mark Bell2006-06-281-1/+6
* Fix URL joining for fragments.Richard Wilson2006-06-271-5/+5
* Added calls to urldb to load and save the cookie jar at init and exitRob Kendrick2006-06-271-0/+3
* Massively optimise common URL functions. This should (a) drastically reduce t...Richard Wilson2006-06-271-238/+321
* Don't use a regexp to extract scheme name.Richard Wilson2006-06-271-30/+38
* Remove clean_cookiejar; it's been redundant for yearsJohn Mark Bell2006-06-272-78/+0
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
* Make box_at_point detection consider absolute children tooJohn Mark Bell2006-06-261-2/+11
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
* Fix calculation of right margin in case where margin right is autoJohn Mark Bell2006-06-261-5/+14
* Implement absolute positioning.James Bursa2006-06-263-234/+638
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-264-14/+1326
* Fix rendering of float children of a hidden box. Render box absolute children.James Bursa2006-06-251-24/+63
* Lose compiler warningsJohn Mark Bell2006-06-251-2/+3
* Fix typo in Pinboard workaround (stops it being overly zealous)Rob Kendrick2006-06-241-1/+1
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-243-237/+224
* Strip day names from date strings before parsing; these are too variable John Mark Bell2006-06-241-1/+26
* Add workaround to bug in Pinboard not displaying some windows when iconisedRob Kendrick2006-06-231-0/+9
* Changes to struct box for absolute positioning.James Bursa2006-06-212-0/+42
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-204-35/+51
* Localise configure icon strings when appropriate.John Mark Bell2006-06-207-341/+494
* Remove assertion of invalid assumption (fixes #1509118)John Mark Bell2006-06-201-2/+2
* Make cookie file parser more strict (cookies with spaces in the value John Mark Bell2006-06-201-56/+52
* Fix handling of broken Expires avpairsJohn Mark Bell2006-06-191-5/+41
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-197-10/+1063
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
* Fix handling of hosts with no paths attached (fixes #1505891)John Mark Bell2006-06-151-7/+17
* Provide persistent flag for urldb entries.John Mark Bell2006-06-145-11/+35
* Fix off-by-one error in search routines which caused crashes with John Mark Bell2006-06-141-5/+5
* Updated German translation. Thanks to Sebastian Barthel.Michael Drake2006-06-082-46/+46
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
* Don't clone a NULL gesturerDaniel Silverstone2006-06-021-1/+1
* Fix comment about direction 8 in the gesture core.Daniel Silverstone2006-06-021-1/+1
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-026-7/+420
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
* Report fetching of 1 object/stylesheet correctly in status barAdrian Lees2006-05-295-21/+44
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8
* Fix box_at_point() for certain cases involving floats (solves unclickable lin...James Bursa2006-05-242-24/+37
* Improve handling of attempts to run NetSurf twiceJohn Mark Bell2006-05-202-0/+11
* Handle omitted realmJohn Mark Bell2006-05-141-1/+1
* Fix pango position-in-string function's off-by-one bugDaniel Silverstone2006-05-132-100/+100
* Update the title when updating the history on reloadDaniel Silverstone2006-05-131-0/+7
* Update !Unicode URL. Ensure revision tag gets updated.John Mark Bell2006-05-072-3/+3
* Fix float positions after a block with a specified height.James Bursa2006-05-071-0/+7
* Update download URLs.Michael Drake2006-05-071-4/+4
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7