summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-06 00:56:15 by jmb]John Mark Bell2004-05-061-4/+9
| | | | | | Fix previous checkin - don't ack when saving complete - it breaks otherwise. svn path=/import/netsurf/; revision=833
* [project @ 2004-05-06 00:52:31 by jmb]John Mark Bell2004-05-061-11/+18
| | | | | | | Convert "magic" number usage to an enum to appease James. Send message dataload after successful save - now possible to save directly to other apps. svn path=/import/netsurf/; revision=832
* [project @ 2004-05-05 23:08:17 by bursa]James Bursa2004-05-052-35/+35
| | | | | | Updated French resources, thanks to Jerome Mathevet. svn path=/import/netsurf/; revision=831
* [project @ 2004-05-05 21:24:59 by tlsa]Michael Drake2004-05-052-0/+0
| | | | | | Add ptr_lr spite. svn path=/import/netsurf/; revision=830
* [project @ 2004-05-05 20:04:37 by rjw]Richard Wilson2004-05-051-46/+69
| | | | | | Status window now correctly respects the horizontal scroll bar height. svn path=/import/netsurf/; revision=829
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-0515-38/+39
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:19:51 by jmb]John Mark Bell2004-05-052-3/+3
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=827
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-058-39/+352
| | | | | | | | | Implement saving of Links as URI, URL and Text Implement saving of page objects in their original format Implement export of page images as Sprite Fix NULL pointer causing ofla when extracting page charset from libxml svn path=/import/netsurf/; revision=826
* [project @ 2004-05-04 22:40:19 by bursa]James Bursa2004-05-041-0/+0
| | | | | | Fix corrupted icons. svn path=/import/netsurf/; revision=825
* [project @ 2004-05-04 22:30:20 by rjw]Richard Wilson2004-05-041-0/+0
| | | | | | New icons by tlsa. svn path=/import/netsurf/; revision=824
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-0419-584/+1952
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-04 19:00:25 by rjw]Richard Wilson2004-05-042-8/+45
| | | | | | Messages for expanded menu structure. svn path=/import/netsurf/; revision=822
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-0310-50/+168
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-03 21:00:14 by joty]John Tytgat2004-05-031-3/+6
| | | | | | | | | | ro_gui_set_icon_string() : - anti-flicker test didn't work when string is longer than icon text buffer length - make sure we have a NUL char terminated string when new icon text is longer than icon buffer. svn path=/import/netsurf/; revision=820
* [project @ 2004-05-02 23:31:46 by bursa]James Bursa2004-05-021-2/+0
| | | | | | Remove debugging code. svn path=/import/netsurf/; revision=819
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-022-3/+3
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 17:06:59 by jmb]John Mark Bell2004-05-021-3/+5
| | | | | | No longer truncate bytesize. svn path=/import/netsurf/; revision=817
* [project @ 2004-05-02 17:01:37 by jmb]John Mark Bell2004-05-022-36/+4
| | | | | | Remove #ifdef nastiness. Now uses alloca. svn path=/import/netsurf/; revision=816
* [project @ 2004-05-02 14:49:28 by joty]John Tytgat2004-05-021-2/+11
| | | | | | | Corrupted PNG files will no longer result in assert() calling. See test suite at http://www.schaik.com/pngsuite/pngsuite.html. svn path=/import/netsurf/; revision=815
* [project @ 2004-05-02 01:04:38 by jmb]John Mark Bell2004-05-022-0/+34
| | | | | | | A couple more Norcroft-related patches. The use of #ifdef __GNU_C__ in both of these can be avoided. I'm not entirely sure whether it would be sensible to do so, so I've left them as-is. svn path=/import/netsurf/; revision=814
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-028-9/+10
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-02 00:16:23 by joty]John Tytgat2004-05-021-2/+8
| | | | | | Ack successful save with message_DATA_LOAD. svn path=/import/netsurf/; revision=812
* [project @ 2004-05-01 23:40:37 by joty]John Tytgat2004-05-011-1/+2
| | | | | | Workaround for Norcroft oddity. svn path=/import/netsurf/; revision=811
* [project @ 2004-05-01 21:37:29 by joty]John Tytgat2004-05-011-12/+23
| | | | | | | fetch_curl_header() : better protection against malformed header lines; realm data line is now properly terminated with NUL character. svn path=/import/netsurf/; revision=810
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-012-2/+2
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-05-01 19:20:13 by tlsa]Michael Drake2004-05-011-1/+1
| | | | | | Increase wimpslot. svn path=/import/netsurf/; revision=808
* [project @ 2004-05-01 17:54:49 by bursa]James Bursa2004-05-011-3/+4
| | | | | | Update list of libraries. svn path=/import/netsurf/; revision=807
* [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