summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-06-28 12:26:12 by jmb]John Mark Bell2004-06-281-1/+1
| | | | | | Display action for <input type=image> svn path=/import/netsurf/; revision=1022
* [project @ 2004-06-27 23:29:02 by bursa]James Bursa2004-06-271-0/+2
| | | | | | Fix divide by 0. svn path=/import/netsurf/; revision=1021
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-2712-239/+743
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-27 15:34:46 by rjw]Richard Wilson2004-06-272-21/+87
| | | | | | Missing file from last commit svn path=/import/netsurf/; revision=1019
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-276-30/+94
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-27 00:25:08 by jmb]John Mark Bell2004-06-271-0/+1
| | | | | | Remove compiler warning svn path=/import/netsurf/; revision=1017
* [project @ 2004-06-26 23:10:51 by rjw]Richard Wilson2004-06-261-1/+38
| | | | | | Dynamic updation on menu navigation status svn path=/import/netsurf/; revision=1016
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-265-245/+359
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-26 22:26:59 by rjw]Richard Wilson2004-06-262-2/+4
| | | | | | Addition of stop message svn path=/import/netsurf/; revision=1014
* [project @ 2004-06-25 23:43:11 by tlsa]Michael Drake2004-06-251-3/+3
| | | | | | Update background properties. svn path=/import/netsurf/; revision=1013
* [project @ 2004-06-25 23:10:46 by jmb]John Mark Bell2004-06-251-35/+85
| | | | | | background-attachment: fixed; support. Disabled for the moment due to redraw issues. svn path=/import/netsurf/; revision=1012
* [project @ 2004-06-25 21:25:33 by jmb]John Mark Bell2004-06-251-2/+2
| | | | | | | Increase limit of property name to 25 chars to accommodate background-attachment. This was missed from the original background properties checkin svn path=/import/netsurf/; revision=1011
* [project @ 2004-06-25 20:24:06 by bursa]James Bursa2004-06-251-1/+4
| | | | | | Fix parsing of invalid color declarations. svn path=/import/netsurf/; revision=1010
* [project @ 2004-06-25 17:52:05 by jmb]John Mark Bell2004-06-251-7/+9
| | | | | | Fix swi error reporting svn path=/import/netsurf/; revision=1009
* [project @ 2004-06-25 17:38:39 by jmb]John Mark Bell2004-06-251-53/+83
| | | | | | Tighten up parameter checking in ro_gui_window_click. svn path=/import/netsurf/; revision=1008
* [project @ 2004-06-25 16:52:01 by jmb]John Mark Bell2004-06-252-16/+38
| | | | | | Background blend fonts if we can (and the user wants us to). Turned off by default. svn path=/import/netsurf/; revision=1007
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-254-187/+319
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-25 01:23:41 by jmb]John Mark Bell2004-06-251-15/+20
| | | | | | Fix background clipping rectangle issue reported by Andrew Duffell. svn path=/import/netsurf/; revision=1005
* [project @ 2004-06-24 23:29:46 by bursa]James Bursa2004-06-241-0/+1
| | | | | | Scheduling fix. svn path=/import/netsurf/; revision=1004
* [project @ 2004-06-24 23:29:31 by bursa]James Bursa2004-06-243-341/+352
| | | | | | Simplify and improve parse_background_position(). Implement css_parse_rgb(). Fix truncation of paragraphs with background images. svn path=/import/netsurf/; revision=1003
* [project @ 2004-06-24 16:54:28 by jmb]John Mark Bell2004-06-243-1/+4
| | | | | | Update content->size to more accurate value. svn path=/import/netsurf/; revision=1002
* [project @ 2004-06-24 00:07:28 by jmb]John Mark Bell2004-06-241-1/+28
| | | | | | Support for background: meta-property. background-position isn't handled here. this needs fixing. svn path=/import/netsurf/; revision=1001
* [project @ 2004-06-23 22:53:50 by rjw]Richard Wilson2004-06-231-15/+13
| | | | | | | | Bug fix for vertical positioning. Padding is now taken into account for %age calculations. Fix for calculations using internal units rather than OS units. svn path=/import/netsurf/; revision=1000
* [project @ 2004-06-23 21:05:56 by rjw]Richard Wilson2004-06-231-3/+3
| | | | | | Improved background image positioning for non-tiled images. svn path=/import/netsurf/; revision=999
* [project @ 2004-06-23 20:34:49 by rjw]Richard Wilson2004-06-231-11/+7
| | | | | | Improved background image positioning. svn path=/import/netsurf/; revision=998
* [project @ 2004-06-23 15:41:50 by bursa]James Bursa2004-06-233-11/+35
| | | | | | Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). svn path=/import/netsurf/; revision=997
* [project @ 2004-06-23 11:40:29 by bursa]James Bursa2004-06-232-1/+8
| | | | | | Fix destroying of contents after redirects. svn path=/import/netsurf/; revision=996
* [project @ 2004-06-22 21:11:09 by tlsa]Michael Drake2004-06-222-2/+2
| | | | | | Interactive help text for Reload button. svn path=/import/netsurf/; revision=995
* [project @ 2004-06-22 20:39:16 by bursa]James Bursa2004-06-223-10/+26
| | | | | | Implement reload, with ^R shortcut. svn path=/import/netsurf/; revision=994
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-224-2/+702
| | | | | | Experimental gtk interface. svn path=/import/netsurf/; revision=993
* [project @ 2004-06-22 17:52:40 by bursa]James Bursa2004-06-221-2/+4
| | | | | | Fix some strdup()s on non-terminated strings. svn path=/import/netsurf/; revision=992
* [project @ 2004-06-22 17:39:00 by bursa]James Bursa2004-06-222-6/+0
| | | | | | Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-225-48/+53
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:49:59 by bursa]James Bursa2004-06-216-716/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=989
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-217-30/+7
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:22:05 by bursa]James Bursa2004-06-211-1/+1
| | | | | | Fix type of memory_cache_size. svn path=/import/netsurf/; revision=987
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-2112-101/+136
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-21 10:15:55 by tlsa]Michael Drake2004-06-212-2/+2
| | | | | | Interactive help for Stop button. svn path=/import/netsurf/; revision=985
* [project @ 2004-06-20 23:16:02 by jmb]John Mark Bell2004-06-201-1/+1
| | | | | | Fixup missing initialiser svn path=/import/netsurf/; revision=984
* [project @ 2004-06-20 23:10:50 by bursa]James Bursa2004-06-201-13/+30
| | | | | | Implement stop toolbar button and Escape as key shortcut. svn path=/import/netsurf/; revision=983
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-205-15/+127
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-20 19:49:40 by joty]John Tytgat2004-06-201-47/+46
| | | | | | Src cleanup. svn path=/import/netsurf/; revision=981
* [project @ 2004-06-18 22:55:28 by bursa]James Bursa2004-06-182-4/+6
| | | | | | Output some more data in box_dump(). svn path=/import/netsurf/; revision=980
* [project @ 2004-06-18 22:54:07 by bursa]James Bursa2004-06-181-4/+9
| | | | | | Fix inline boxes with 0 width not having their width set when available width is 0 (eg. in tables) (fixes www.hic.gov.au crash reported by Peter Prewett). Table layout fix related to cells spanning columns with fixed-width cells. svn path=/import/netsurf/; revision=979
* [project @ 2004-06-18 17:03:22 by bursa]James Bursa2004-06-181-2/+2
| | | | | | Also warn user if Inet$Resolvers is set but empty. svn path=/import/netsurf/; revision=978
* [project @ 2004-06-17 21:41:11 by joty]John Tytgat2004-06-171-1/+1
| | | | | | Added comment on struct form_option::text. svn path=/import/netsurf/; revision=977
* [project @ 2004-06-15 23:32:38 by jmb]John Mark Bell2004-06-151-1/+2
| | | | | | Tighten up parameter checking in imagemap_get svn path=/import/netsurf/; revision=976
* [project @ 2004-06-15 23:05:01 by rjw]Richard Wilson2004-06-151-0/+0
| | | | | | | Internal caching of small sprites to increase tiled plotting speed. Fix for not filling the right pixel of a clipping rectangle for 1px wide tiled images. svn path=/import/netsurf/; revision=975
* [project @ 2004-06-15 20:45:02 by jmb]John Mark Bell2004-06-151-1/+54
| | | | | | rgb() support svn path=/import/netsurf/; revision=974
* [project @ 2004-06-15 19:12:24 by bursa]James Bursa2004-06-151-25/+23
| | | | | | Updated French translation (Jerome Mathevet). svn path=/import/netsurf/; revision=973