summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-144-0/+479
| | | | | | Draw export module. svn path=/import/netsurf/; revision=541
* [project @ 2004-02-14 14:01:38 by jmb]John Mark Bell2004-02-141-0/+0
| | | | | | Fix corrupted template file. svn path=/import/netsurf/; revision=540
* [project @ 2004-02-13 23:18:29 by bursa]James Bursa2004-02-131-1/+1
| | | | | | Fix proxy host icon. svn path=/import/netsurf/; revision=539
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-1310-15/+99
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:10:28 by bursa]James Bursa2004-02-131-19/+33
| | | | | | Simplify and break out layout_clear(). svn path=/import/netsurf/; revision=537
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-1314-396/+336
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-11 20:51:34 by bursa]James Bursa2004-02-111-1/+2
| | | | | | Fix crash related to floats. svn path=/import/netsurf/; revision=535
* [project @ 2004-02-11 17:15:36 by bursa]James Bursa2004-02-114-258/+385
| | | | | | Work on margins etc., clean up many parts of layout code. svn path=/import/netsurf/; revision=534
* [project @ 2004-02-10 18:13:18 by bursa]James Bursa2004-02-102-48/+0
| | | | | | Remove ancient test files. svn path=/import/netsurf/; revision=533
* [project @ 2004-02-03 21:16:40 by jmb]John Mark Bell2004-02-031-13/+65
| | | | | | Add 24bpp support. svn path=/import/netsurf/; revision=532
* [project @ 2004-02-02 23:38:02 by jmb]John Mark Bell2004-02-022-1/+10
| | | | | | Fix issues highlighted by teoma.com svn path=/import/netsurf/; revision=531
* [project @ 2004-02-02 01:38:54 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Indent list items svn path=/import/netsurf/; revision=530
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-0210-137/+599
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-02-01 22:49:51 by jmb]John Mark Bell2004-02-011-2/+2
| | | | | | text-indent support svn path=/import/netsurf/; revision=528
* [project @ 2004-02-01 22:42:40 by jmb]John Mark Bell2004-02-014-4/+64
| | | | | | Add text-indent support. svn path=/import/netsurf/; revision=527
* [project @ 2004-02-01 04:45:55 by jmb]John Mark Bell2004-02-011-5/+16
| | | | | | Fix text-transform capitalization on inline elements. svn path=/import/netsurf/; revision=526
* [project @ 2004-01-31 23:00:17 by jmb]John Mark Bell2004-01-311-6/+6
| | | | | | Fix text-decoration colours again. svn path=/import/netsurf/; revision=525
* [project @ 2004-01-31 22:40:03 by jmb]John Mark Bell2004-01-311-3/+21
| | | | | | Fix text-decoration colours svn path=/import/netsurf/; revision=524
* [project @ 2004-01-31 22:08:19 by jmb]John Mark Bell2004-01-311-2/+2
| | | | | | Update text-decoration status. svn path=/import/netsurf/; revision=523
* [project @ 2004-01-31 21:55:07 by jmb]John Mark Bell2004-01-311-2/+2
| | | | | | Update text-transform svn path=/import/netsurf/; revision=522
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-315-1/+80
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-31 19:14:06 by jmb]John Mark Bell2004-01-313-4/+4
| | | | | | Fix positioning of caret in URL bar svn path=/import/netsurf/; revision=520
* [project @ 2004-01-31 18:12:08 by jmb]John Mark Bell2004-01-311-3/+7
| | | | | | | Stop grabbing input focus on fetch completion, unless the window already has the input focus. svn path=/import/netsurf/; revision=519
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-306-33/+93
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:49:56 by tlsa]Michael Drake2004-01-281-4/+5
| | | | | | Change default CSS file. pre now monospaced plus other minor changes svn path=/import/netsurf/; revision=517
* [project @ 2004-01-28 23:15:12 by bursa]James Bursa2004-01-281-0/+1
| | | | | | Dump font-family in css_dump_style(). svn path=/import/netsurf/; revision=516
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-284-51/+18
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-288-18/+147
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-28 18:37:56 by bursa]James Bursa2004-01-281-392/+330
| | | | | | Clean up gui_poll() / gui_multitask() mess, add hourglass. svn path=/import/netsurf/; revision=513
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-263-17/+21
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-26 22:14:38 by tlsa]Michael Drake2004-01-261-0/+0
| | | | | | Add palette to Preview sprite to avoid rendering problems. svn path=/import/netsurf/; revision=511
* [project @ 2004-01-26 15:07:20 by bursa]James Bursa2004-01-261-1/+1
| | | | | | Fix box_create() width init. svn path=/import/netsurf/; revision=510
* [project @ 2004-01-26 14:16:59 by bursa]James Bursa2004-01-261-1/+1
| | | | | | Predefine all WITH_ constants. svn path=/import/netsurf/; revision=509
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-265-17/+69
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-26 14:09:39 by bursa]James Bursa2004-01-261-0/+1
| | | | | | Initialise box dimensions to 0 (fixes window resizing bug). svn path=/import/netsurf/; revision=507
* [project @ 2004-01-26 01:24:32 by jmb]John Mark Bell2004-01-261-0/+4
| | | | | | Add rules for <u>, <s>, <ins> and <del> svn path=/import/netsurf/; revision=506
* [project @ 2004-01-25 21:40:45 by jmb]John Mark Bell2004-01-251-1/+3
| | | | | | Plot preview sprite with mask and palette svn path=/import/netsurf/; revision=505
* [project @ 2004-01-25 20:39:35 by jmb]John Mark Bell2004-01-251-4/+26
| | | | | | Override jpeglib's error handling. svn path=/import/netsurf/; revision=504
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-255-41/+264
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-25 12:47:05 by tlsa]Michael Drake2004-01-252-0/+0
| | | | | | All theme sprites now have palettes. Buttons shrink when pressed. svn path=/import/netsurf/; revision=502
* [project @ 2004-01-24 17:12:32 by bursa]James Bursa2004-01-241-4/+4
| | | | | | Fix removing URL leading and trailing whitespace. svn path=/import/netsurf/; revision=501
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-246-50/+112
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-24 16:41:52 by jmb]John Mark Bell2004-01-241-0/+3
| | | | | | Strip leading and trailing whitespace from image src attributes. svn path=/import/netsurf/; revision=499
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-235-8/+59
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-23 19:55:38 by bursa]James Bursa2004-01-231-10/+1
| | | | | | Remove generated documentation. svn path=/import/netsurf/; revision=497
* [project @ 2004-01-23 19:53:27 by bursa]James Bursa2004-01-231-81/+0
| | | | | | Remove obsolete documentation. svn path=/import/netsurf/; revision=496
* [project @ 2004-01-23 16:56:57 by bursa]James Bursa2004-01-232-2/+6
| | | | | | Fix positioning of drawfiles (render bounding box). svn path=/import/netsurf/; revision=495
* [project @ 2004-01-23 15:06:04 by bursa]James Bursa2004-01-231-1/+1
| | | | | | Fix orange. svn path=/import/netsurf/; revision=494
* [project @ 2004-01-21 23:57:19 by bursa]James Bursa2004-01-211-73/+158
| | | | | | Clean up and comment. svn path=/import/netsurf/; revision=493
* [project @ 2004-01-20 20:13:43 by jmb]John Mark Bell2004-01-202-9/+18
| | | | | | View source for CSS files. svn path=/import/netsurf/; revision=492