summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix gap between list marker and list content.Michael Drake2006-11-102-1/+2
| | | | svn path=/trunk/netsurf/; revision=3040
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
| | | | svn path=/trunk/netsurf/; revision=3039
* Update default list style types.Michael Drake2006-11-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3038
* Remove dangling bullet point PNG symlink that's nolonger requiredRob Kendrick2006-11-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=3037
* Summary of lists implementation.James Bursa2006-11-051-0/+10
| | | | svn path=/trunk/netsurf/; revision=3035
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-052-4/+40
| | | | svn path=/trunk/netsurf/; revision=3034
* Use new list support for li.James Bursa2006-11-052-4/+1
| | | | svn path=/trunk/netsurf/; revision=3033
* Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual ↵Rob Kendrick2006-11-051-0/+2
| | | | | | cause later. svn path=/trunk/netsurf/; revision=3032
* More work on lists. Simplify the implementation to a BLOCK for display: ↵James Bursa2006-11-056-424/+124
| | | | | | list-item, with a marker box on box->list_marker. svn path=/trunk/netsurf/; revision=3031
* Finish GTK about boxRob Kendrick2006-11-044-235/+325
| | | | svn path=/trunk/netsurf/; revision=3030