summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let's try that again. Now actually passes the regression tests.John Mark Bell2009-01-311-6/+7
* Fix urldb_match_path().John Mark Bell2009-01-311-5/+13
* urldb_destroy_path_tree() -> iterationJohn Mark Bell2009-01-311-9/+24
* urldb_save_cookie_paths() -> iterationJohn Mark Bell2009-01-311-15/+27
* Initialising variables helpsJohn Mark Bell2009-01-311-1/+1
* urldb_delete_cookie_paths() -> iterationJohn Mark Bell2009-01-311-18/+35
* Make urldb_dump_paths iterateJohn Mark Bell2009-01-311-10/+21
* Make urldb_match_path() iterate.John Mark Bell2009-01-311-13/+16
* Fix scale of inline borders.Michael Drake2009-01-311-14/+13
* Right-clicking a page now removes the browser caret as well, but isn't proper...Sean Fox2009-01-301-3/+14
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-303-0/+10
* Save page support on the context menu.Sean Fox2009-01-304-35/+138
* Make urldb_iterate_entries_path use iterationJohn Mark Bell2009-01-301-28/+38
* Pedantic linewrappingJohn Mark Bell2009-01-301-5/+10
* Make urldb_iterate_partial_path iterate over the tree and not recurse.John Mark Bell2009-01-301-25/+59
* This logic looked entirely wrong. Fix it to be more sane. If this breaks thin...John Mark Bell2009-01-301-12/+3
* Minor optimisationJohn Mark Bell2009-01-301-1/+1
* Iterate when counting/writing out paths.John Mark Bell2009-01-301-68/+103
* Not my day :(Adrian Lees2009-01-301-49/+228
* And these files too, pleaseAdrian Lees2009-01-303-11/+26
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-3011-318/+547
* Only get top margin if box has style.Michael Drake2009-01-291-14/+4
* Include top margin when finding sides for block formatting contexts.Michael Drake2009-01-291-7/+27
* Squash some memory leaks.Sean Fox2009-01-292-6/+13
* Once a float has been placed below current line,Michael Drake2009-01-271-5/+9
* This is the actual fix for the crashing, although this is temporary as theChris Young2009-01-261-3/+3
* Fix specified table widths to include border. Tidy block formatting context a...Michael Drake2009-01-261-8/+26
* Fix -ve margins.Michael Drake2009-01-261-2/+2
* More robust float avoidance for blocks set as block formatting contexts.Michael Drake2009-01-261-44/+75
* This appears to fix an odd crash Chris Young2009-01-251-6/+3
* Handle key-presses manually for greater control, and to remove some keyboardChris Young2009-01-251-15/+44
* It's probably a good idea to free memory once we've finished with it.Chris Young2009-01-241-5/+10
* Ignore clear:left; when the only floats are on the right and vice versa.Michael Drake2009-01-221-2/+4
* Handle clear before working out available width for tables and blocks that ca...Michael Drake2009-01-221-10/+12
* Handle no units in CSS as px. This is a temporary measure until the new CSS p...Michael Drake2009-01-221-5/+9
* Fix placement of tables in normal flow next to floats. This stops big blank g...Michael Drake2009-01-211-1/+12
* Fix positioning of floats that come after floats with negative margins.Michael Drake2009-01-201-4/+8
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-205-21/+83
* Block formatting context width is only reduced due to floats if width is auto.Michael Drake2009-01-191-20/+26
* Make blocks which establish a new block formatting context use have the corre...Michael Drake2009-01-181-0/+17
* position in string was off by oneChris Young2009-01-181-3/+29
* Move handling of background related print options to background specific func...Michael Drake2009-01-171-120/+130
* Clear render area properly when switching tabsChris Young2009-01-171-1/+1
* Complete Unicode text display implementation bar styles (bold, italic)Chris Young2009-01-171-17/+48
* Most nsfont placement routines done for UTF-8 printing, missing the odd chara...Chris Young2009-01-171-23/+122
* nsfont_width implemented for Unicode textChris Young2009-01-164-57/+68
* Saving hotlist immedaitely after adding now saves it to the correct fileChris Young2009-01-161-1/+1
* Add copy and select all itemsChris Young2009-01-162-0/+37
* Forward declare gui_windowJohn Mark Bell2009-01-161-0/+2