summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-017-633/+1342
| | | | | | CSS parsing improvements: new tokeniser using re2c, improve memory-exhaustion behaviour, plug leaks, reduce memory usage, clean up code, add source documention. svn path=/import/netsurf/; revision=806
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-264-12/+28
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-26 13:45:52 by bursa]James Bursa2004-04-262-4/+14
| | | | | | Fix box_coords(). svn path=/import/netsurf/; revision=804
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-256-11/+75
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-24 23:44:06 by bursa]James Bursa2004-04-241-0/+1
| | | | | | Add table[align=center]. svn path=/import/netsurf/; revision=802
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-2414-115/+184
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-21 22:51:51 by jmb]John Mark Bell2004-04-211-0/+5
| | | | | | Fix crash in tolat1_pre. Thanks to John Tytgat for reporting. svn path=/import/netsurf/; revision=800
* [project @ 2004-04-21 22:27:49 by bursa]James Bursa2004-04-211-7/+9
| | | | | | Position floats correctly horizontally when padding or margins are present. svn path=/import/netsurf/; revision=799
* [project @ 2004-04-21 22:26:54 by bursa]James Bursa2004-04-211-7/+8
| | | | | | Fix background clipping bug. svn path=/import/netsurf/; revision=798
* [project @ 2004-04-21 21:37:32 by bursa]James Bursa2004-04-211-1/+1
| | | | | | Change dimensions of radio and checkboxes to em. svn path=/import/netsurf/; revision=797
* [project @ 2004-04-21 21:36:06 by bursa]James Bursa2004-04-211-84/+147
| | | | | | Fix redraw bugs; change plotting of radio and checkboxes to make them scalable. svn path=/import/netsurf/; revision=796
* [project @ 2004-04-20 18:27:46 by bursa]James Bursa2004-04-201-1/+1
| | | | | | Make Content-Type type comparison case-insensitive (reported by Rien Mertens). svn path=/import/netsurf/; revision=795
* [project @ 2004-04-18 22:53:22 by bursa]James Bursa2004-04-181-2/+0
| | | | | | Remove obsolete assert() to fix frames crash. svn path=/import/netsurf/; revision=794
* [project @ 2004-04-18 21:10:02 by jmb]John Mark Bell2004-04-181-2/+14
| | | | | | Work around the lack of a '#' at the start of a colour specified in #rrggbb format svn path=/import/netsurf/; revision=793
* [project @ 2004-04-18 15:54:50 by jmb]John Mark Bell2004-04-182-4/+3
| | | | | | Update svn path=/import/netsurf/; revision=792
* [project @ 2004-04-18 15:19:53 by bursa]James Bursa2004-04-184-27/+87
| | | | | | Implement <br> properly by adding BOX_BR; fix box tree normalisation bugs. svn path=/import/netsurf/; revision=791
* [project @ 2004-04-17 20:50:33 by rjw]Richard Wilson2004-04-172-91/+94
| | | | | | Fixed animation disposal handling. svn path=/import/netsurf/; revision=790
* [project @ 2004-04-17 16:45:46 by rjw]Richard Wilson2004-04-171-4/+52
| | | | | | | Improved Scale window GUI functionality. Improved icon update code. svn path=/import/netsurf/; revision=789
* [project @ 2004-04-17 16:00:16 by bursa]James Bursa2004-04-171-13/+12
| | | | | | Supply XML_CHAR_ENCODING_NONE to libxml2 when no encoding is specified so that meta charsets are used. svn path=/import/netsurf/; revision=788
* [project @ 2004-04-16 22:29:10 by bursa]James Bursa2004-04-161-16/+12
| | | | | | Fix height of block contexts with no children (fixes FP exception crashes); factor out code for increasing height for floats. svn path=/import/netsurf/; revision=787
* [project @ 2004-04-15 16:18:19 by jmb]John Mark Bell2004-04-151-4/+10
| | | | | | Take account of configured minimun font size when calculating line height. svn path=/import/netsurf/; revision=786
* [project @ 2004-04-14 13:48:18 by bursa]James Bursa2004-04-141-1/+0
| | | | | | Remove obsolete include. svn path=/import/netsurf/; revision=785
* [project @ 2004-04-14 12:55:16 by bursa]James Bursa2004-04-141-5/+0
| | | | | | Remove incorrect use of WITH_PLUGIN. svn path=/import/netsurf/; revision=784
* [project @ 2004-04-14 12:54:20 by bursa]James Bursa2004-04-142-10/+7
| | | | | | Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783
* [project @ 2004-04-14 12:53:14 by bursa]James Bursa2004-04-143-34/+37
| | | | | | Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782
* [project @ 2004-04-14 12:47:40 by bursa]James Bursa2004-04-142-92/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=781
* [project @ 2004-04-13 23:22:29 by bursa]James Bursa2004-04-131-31/+0
| | | | | | Remove obsolete file. svn path=/import/netsurf/; revision=780
* [project @ 2004-04-13 23:21:03 by bursa]James Bursa2004-04-131-2/+2
| | | | | | Make scheme matching stricter. svn path=/import/netsurf/; revision=779
* [project @ 2004-04-13 23:20:23 by bursa]James Bursa2004-04-131-4/+33
| | | | | | Table layout fix and table-float interaction changes. svn path=/import/netsurf/; revision=778
* [project @ 2004-04-13 23:19:44 by bursa]James Bursa2004-04-134-17/+1
| | | | | | Remove some obsolete options. svn path=/import/netsurf/; revision=777
* [project @ 2004-04-13 21:57:12 by andrew]Andrew Duffell2004-04-131-14/+10
| | | | | | removal of redundant options bor browser svn path=/import/netsurf/; revision=776
* [project @ 2004-04-13 21:55:50 by andrew]Andrew Duffell2004-04-131-0/+0
| | | | | | Removal of redundant browser choices options svn path=/import/netsurf/; revision=775
* [project @ 2004-04-13 19:04:32 by rjw]Richard Wilson2004-04-131-51/+156
| | | | | | | Added extra menu options. Fixed bug in menu creation for values not present in the Messages file. svn path=/import/netsurf/; revision=774
* [project @ 2004-04-13 18:59:29 by rjw]Richard Wilson2004-04-131-2/+11
| | | | | | Added extra menu definitions. svn path=/import/netsurf/; revision=773
* [project @ 2004-04-13 16:15:23 by jmb]John Mark Bell2004-04-132-1/+1
| | | | | | | Move hot spot of caret pointer down. Tidy up caret pointer sprite svn path=/import/netsurf/; revision=772
* [project @ 2004-04-13 15:54:15 by jmb]John Mark Bell2004-04-131-1/+0
| | | | | | Remove spurious xmlFree call svn path=/import/netsurf/; revision=771
* [project @ 2004-04-13 13:31:54 by jmb]John Mark Bell2004-04-131-6/+6
| | | | | | | Fix bug in URL rewriting affecting pages with embedded HTML documents. Rename save_complete_internal to save_complete_html to aid clarity svn path=/import/netsurf/; revision=770
* [project @ 2004-04-13 13:30:22 by jmb]John Mark Bell2004-04-131-3/+3
| | | | | | Fix my incorrect reading of the spec - shape defaults to rectangle svn path=/import/netsurf/; revision=769
* [project @ 2004-04-12 23:59:01 by jmb]John Mark Bell2004-04-122-15/+5
| | | | | | Fix flawed check for URL scheme we can handle svn path=/import/netsurf/; revision=768
* [project @ 2004-04-12 22:04:51 by jmb]John Mark Bell2004-04-121-9/+6
| | | | | | Fix calculation of string width svn path=/import/netsurf/; revision=767
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-128-5/+91
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-12 21:12:50 by bursa]James Bursa2004-04-121-6/+8
| | | | | | Add margins for a few elements. svn path=/import/netsurf/; revision=765
* [project @ 2004-04-12 20:56:44 by tlsa]Michael Drake2004-04-121-2/+4
| | | | | | Add link to new progress page. svn path=/import/netsurf/; revision=764
* [project @ 2004-04-12 20:43:29 by bursa]James Bursa2004-04-121-3/+7
| | | | | | Fix bug in url_join(). svn path=/import/netsurf/; revision=763
* [project @ 2004-04-12 19:40:57 by rjw]Richard Wilson2004-04-121-1/+1
| | | | | | Theme height now reported as 2 OS units larger. svn path=/import/netsurf/; revision=762
* [project @ 2004-04-12 18:55:35 by jmb]John Mark Bell2004-04-121-2/+2
| | | | | | Fix bad links svn path=/import/netsurf/; revision=761
* [project @ 2004-04-12 18:28:51 by rjw]Richard Wilson2004-04-121-1/+9
| | | | | | Sets application system variables as described at http://www.iyonix.com/32bit/help.shtml svn path=/import/netsurf/; revision=760
* [project @ 2004-04-12 18:01:32 by bursa]James Bursa2004-04-122-8/+8
| | | | | | Fix links to new filenames. svn path=/import/netsurf/; revision=759
* [project @ 2004-04-12 17:44:58 by bursa]James Bursa2004-04-122-0/+0
| | | | | | Rename Docs files. svn path=/import/netsurf/; revision=758
* [project @ 2004-04-12 17:43:54 by bursa]James Bursa2004-04-121-2/+2
| | | | | | Replace / in docs file names with _. svn path=/import/netsurf/; revision=757