summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
| | | | svn path=/trunk/netsurf/; revision=3133
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
| | | | svn path=/trunk/netsurf/; revision=3132
* How to use dmalloc to find leaks.James Bursa2007-01-011-0/+19
| | | | svn path=/trunk/netsurf/; revision=3131
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-313-1/+32
| | | | svn path=/trunk/netsurf/; revision=3128
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
| | | | svn path=/trunk/netsurf/; revision=3127
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-303-23/+78
| | | | svn path=/trunk/netsurf/; revision=3126
* Implement form targets (fix 1619094)Richard Wilson2006-12-306-24/+25
| | | | svn path=/trunk/netsurf/; revision=3125
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-283-0/+12
| | | | svn path=/trunk/netsurf/; revision=3124
* Fix typo.John Mark Bell2006-12-282-2/+2
| | | | | | Default type -> text/plain svn path=/trunk/netsurf/; revision=3123
* Fix height of absolutely positioned inline blocks with an object. Fix layout ↵James Bursa2006-12-261-6/+22
| | | | | | of list markers with no text. svn path=/trunk/netsurf/; revision=3122
* Add URLdb destruction functionalityJohn Mark Bell2006-12-083-0/+146
| | | | svn path=/trunk/netsurf/; revision=3115
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=3113
* Allocate new styles for implied boxes using talloc instead of ↵James Bursa2006-12-081-8/+10
| | | | | | css_duplicate_style(). svn path=/trunk/netsurf/; revision=3112
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-083-49/+5
| | | | svn path=/trunk/netsurf/; revision=3111
* Add break.Michael Drake2006-12-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3109
* Stop URL complete window opening.Michael Drake2006-12-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=3108
* Remove backspace key shortcut.Michael Drake2006-12-071-23/+4
| | | | svn path=/trunk/netsurf/; revision=3107
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
| | | | svn path=/trunk/netsurf/; revision=3104
* Improved tracking of memory usage. c->size is now exclusive of talloc size, ↵James Bursa2006-12-034-17/+17
| | | | | | and the two are added to find the full size. svn path=/trunk/netsurf/; revision=3103
* Fix 1593228.Richard Wilson2006-12-031-20/+23
| | | | svn path=/trunk/netsurf/; revision=3102
* Release temporary PNG/JNG memory as soon as possibleRichard Wilson2006-12-031-1/+7
| | | | svn path=/trunk/netsurf/; revision=3101
* Correctly support NORESIZE flag for frames (partially fix 1593228)Richard Wilson2006-12-031-8/+27
| | | | svn path=/trunk/netsurf/; revision=3100
* Guard against using invalid data.Richard Wilson2006-12-031-1/+7
| | | | svn path=/trunk/netsurf/; revision=3099
* Implement 1554984.Richard Wilson2006-12-031-1/+20
| | | | svn path=/trunk/netsurf/; revision=3098
* Implement 1553994.Richard Wilson2006-12-034-0/+0
| | | | svn path=/trunk/netsurf/; revision=3097
* Implement 1582065.Richard Wilson2006-12-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=3096
* Fix 1483163.Richard Wilson2006-12-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=3095
* Fix 1568884.Richard Wilson2006-12-032-11/+34
| | | | svn path=/trunk/netsurf/; revision=3094
* This documentation now in separate files.James Bursa2006-12-011-215/+0
| | | | svn path=/trunk/netsurf/; revision=3089
* Lose debug.Richard Wilson2006-12-011-16/+0
| | | | svn path=/trunk/netsurf/; revision=3088
* Fix 1535120, 1528673Richard Wilson2006-12-013-34/+97
| | | | svn path=/trunk/netsurf/; revision=3087
* Fix 1597646Richard Wilson2006-12-011-8/+17
| | | | svn path=/trunk/netsurf/; revision=3086
* Fix 1563546, plug possible memory leak.Richard Wilson2006-12-011-5/+5
| | | | svn path=/trunk/netsurf/; revision=3085
* Fix 1569172Richard Wilson2006-12-011-1/+6
| | | | svn path=/trunk/netsurf/; revision=3084
* Fix invalid window initialisationRichard Wilson2006-12-012-4/+2
| | | | svn path=/trunk/netsurf/; revision=3083
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-309-339/+31
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL (partially lost during merge)John Mark Bell2006-11-276-8/+9
| | | | | | Merge r3071 into gtk_window.c after gtk frames merge (again, lost in merge) svn path=/trunk/netsurf/; revision=3076
* Merge GTK frames branch to trunk.John Mark Bell2006-11-2713-884/+1184
| | | | svn path=/trunk/netsurf/; revision=3075
* Add frames.o.Michael Drake2006-11-271-4/+4
| | | | svn path=/trunk/netsurf/; revision=3074
* Update project URL.Michael Drake2006-11-27222-561/+561
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix debug build.James Bursa2006-11-261-0/+10
| | | | svn path=/trunk/netsurf/; revision=3072
* Add browser_window_reformat() and use it instead of content_reformat() to ↵James Bursa2006-11-265-36/+60
| | | | | | remove browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3071
* Move frames-related code out of browser.c into a new file. Remove some ↵James Bursa2006-11-265-871/+937
| | | | | | browser_window calls from html.c. svn path=/trunk/netsurf/; revision=3070
* Use netsurf-browser.org domain.Michael Drake2006-11-266-18/+18
| | | | svn path=/trunk/netsurf/; revision=3069
* Documentation moved to Docs/01-contentJames Bursa2006-11-111-88/+0
| | | | svn path=/trunk/netsurf/; revision=3050
* Add menu item to toggle debug rendering to nsgtkRob Kendrick2006-11-112-17/+36
| | | | svn path=/trunk/netsurf/; revision=3047
* Fix pango font splitting's discovery of the width of the first line of a wrap.Rob Kendrick2006-11-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=3046
* Pad status bar in nsgtk so not so snug with window borderRob Kendrick2006-11-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=3045
* Media-descriptors are case-insensitive.Michael Drake2006-11-111-4/+4
| | | | svn path=/trunk/netsurf/; revision=3044
* Update TODO documents.Michael Drake2006-11-103-21/+4
| | | | svn path=/trunk/netsurf/; revision=3041