summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-182-6/+9
* Fix box_visible() to return a bool.James Bursa2007-01-142-2/+2
* Remove spare 'F'.Michael Drake2007-01-131-1/+1
* New French resources by Jerome Mathevet.Michael Drake2007-01-132-41/+41
* Bring Messages file translations in to line with English version.Michael Drake2007-01-133-12/+123
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-137-116/+233
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-132-26/+43
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
* Change nested list style.Michael Drake2007-01-091-1/+1
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
* Don't require frames to specify a URL (fixes frame names not being recognised)Richard Wilson2007-01-031-22/+13
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-034-98/+89
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
* How to use dmalloc to find leaks.James Bursa2007-01-011-0/+19
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-313-1/+32
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-303-23/+78
* Implement form targets (fix 1619094)Richard Wilson2006-12-306-24/+25
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-283-0/+12
* Fix typo.John Mark Bell2006-12-282-2/+2
* Fix height of absolutely positioned inline blocks with an object. Fix layout ...James Bursa2006-12-261-6/+22
* Add URLdb destruction functionalityJohn Mark Bell2006-12-083-0/+146
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
* Allocate new styles for implied boxes using talloc instead of css_duplicate_s...James Bursa2006-12-081-8/+10
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-083-49/+5
* Add break.Michael Drake2006-12-071-0/+1
* Stop URL complete window opening.Michael Drake2006-12-071-1/+2
* Remove backspace key shortcut.Michael Drake2006-12-071-23/+4
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-034-17/+17
* Fix 1593228.Richard Wilson2006-12-031-20/+23
* Release temporary PNG/JNG memory as soon as possibleRichard Wilson2006-12-031-1/+7
* Correctly support NORESIZE flag for frames (partially fix 1593228)Richard Wilson2006-12-031-8/+27
* Guard against using invalid data.Richard Wilson2006-12-031-1/+7
* Implement 1554984.Richard Wilson2006-12-031-1/+20
* Implement 1553994.Richard Wilson2006-12-034-0/+0
* Implement 1582065.Richard Wilson2006-12-031-1/+1
* Fix 1483163.Richard Wilson2006-12-031-0/+2
* Fix 1568884.Richard Wilson2006-12-032-11/+34
* This documentation now in separate files.James Bursa2006-12-011-215/+0
* Lose debug.Richard Wilson2006-12-011-16/+0
* Fix 1535120, 1528673Richard Wilson2006-12-013-34/+97
* Fix 1597646Richard Wilson2006-12-011-8/+17
* Fix 1563546, plug possible memory leak.Richard Wilson2006-12-011-5/+5
* Fix 1569172Richard Wilson2006-12-011-1/+6
* Fix invalid window initialisationRichard Wilson2006-12-012-4/+2
* Use new UTF-8 status bar. Use top-window dimensions for new windows from fram...Richard Wilson2006-11-309-339/+31
* Update project URL (partially lost during merge)John Mark Bell2006-11-276-8/+9
* Merge GTK frames branch to trunk.John Mark Bell2006-11-2713-884/+1184