summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2002-10-12 13:05:16 by bursa]James Bursa2002-10-121-11/+5
| | | | | | Speed improvements in layout_line() (call Font_ScanString much less). svn path=/import/netsurf/; revision=43
* [project @ 2002-10-08 11:15:29 by bursa]James Bursa2002-10-081-4/+5
| | | | | | Removed most Unicode support, because it slows things down too much. svn path=/import/netsurf/; revision=42
* [project @ 2002-10-08 09:38:29 by bursa]James Bursa2002-10-082-3/+20
| | | | | | LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-263-30/+38
| | | | | | New Unicode font handling and rendering code. svn path=/import/netsurf/; revision=39
* [project @ 2002-09-19 19:54:43 by bursa]James Bursa2002-09-193-12/+28
| | | | | | Percentage column widths, optimisations. svn path=/import/netsurf/; revision=38
* [project @ 2002-09-18 19:36:28 by bursa]James Bursa2002-09-183-105/+237
| | | | | | New table layout algorithm. svn path=/import/netsurf/; revision=37
* [project @ 2002-09-11 21:19:24 by bursa]James Bursa2002-09-111-2/+21
| | | | | | Convert all text to iso-8859-1 (temporary fix). svn path=/import/netsurf/; revision=35
* [project @ 2002-09-11 21:18:18 by bursa]James Bursa2002-09-111-8/+20
| | | | | | Column widths changes, bug fix. svn path=/import/netsurf/; revision=34
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-112-2/+6
| | | | | | RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
* [project @ 2002-09-08 18:11:56 by bursa]James Bursa2002-09-083-9/+35
| | | | | | Add box_free(). svn path=/import/netsurf/; revision=32
* [project @ 2002-08-18 16:46:45 by bursa]James Bursa2002-08-183-115/+384
| | | | | | Big changes to xml_to_box(), table row groups. svn path=/import/netsurf/; revision=31
* [project @ 2002-08-11 23:04:02 by bursa]James Bursa2002-08-111-1/+5
| | | | | | [monkeyson] Multiple-include guards. svn path=/import/netsurf/; revision=30
* [project @ 2002-08-11 23:02:25 by bursa]James Bursa2002-08-113-36/+92
| | | | | | [monkeyson] Add font-weight and font-style. svn path=/import/netsurf/; revision=29
* [project @ 2002-08-11 23:00:24 by bursa]James Bursa2002-08-112-28/+61
| | | | | | [monkeyson & bursa] Support for links. svn path=/import/netsurf/; revision=28
* [project @ 2002-08-05 20:34:45 by bursa]James Bursa2002-08-051-18/+65
| | | | | | Fixes to layout_table(). svn path=/import/netsurf/; revision=27
* [project @ 2002-06-28 20:14:04 by bursa]James Bursa2002-06-286-62/+84
| | | | | | Changed float representation in box tree to implement floated tables. svn path=/import/netsurf/; revision=25
* [project @ 2002-06-26 23:27:30 by bursa]James Bursa2002-06-266-46/+135
| | | | | | Implied table elements and colspan implemented. svn path=/import/netsurf/; revision=24
* [project @ 2002-06-26 12:19:24 by bursa]James Bursa2002-06-265-23/+30
| | | | | | Make compilation with lcc work. svn path=/import/netsurf/; revision=23
* [project @ 2002-06-21 18:16:24 by bursa]James Bursa2002-06-216-39/+99
| | | | | | Implemented clear, fixed inline / float bugs, eliminated many compiler warnings. svn path=/import/netsurf/; revision=22
* [project @ 2002-06-19 15:17:45 by bursa]James Bursa2002-06-195-38/+64
| | | | | | CSS fixes, text-align property implemented (except justify). svn path=/import/netsurf/; revision=21
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-1810-137/+385
| | | | | | Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
* [project @ 2002-05-27 23:21:11 by bursa]James Bursa2002-05-274-25/+78
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-213-36/+94
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-18 08:23:39 by bursa]James Bursa2002-05-183-9/+26
| | | | | | Added css_blank_style. svn path=/import/netsurf/; revision=16
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-117-69/+141
| | | | | | Better inline layout algorithm, simple tcl/tk gui. svn path=/import/netsurf/; revision=15
* [project @ 2002-05-04 21:17:06 by bursa]James Bursa2002-05-047-38/+51
| | | | | | Added code to use style attribute of elements. svn path=/import/netsurf/; revision=14
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-046-434/+502
| | | | | | Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13
* [project @ 2002-05-02 08:51:24 by bursa]James Bursa2002-05-021-0/+2
| | | | | | Changed for testing tables. svn path=/import/netsurf/; revision=12
* [project @ 2002-05-02 08:50:46 by bursa]James Bursa2002-05-021-19/+100
| | | | | | Implemented fixed table layout algorithm. svn path=/import/netsurf/; revision=11
* [project @ 2002-04-25 15:54:05 by bursa]James Bursa2002-04-251-11/+41
| | | | | | Simple word wrapping of inline elements. svn path=/import/netsurf/; revision=10
* [project @ 2002-04-25 15:53:07 by bursa]James Bursa2002-04-252-0/+42
| | | | | | Test HTML and CSS files. svn path=/import/netsurf/; revision=9
* [project @ 2002-04-25 15:52:26 by bursa]James Bursa2002-04-252-0/+81
| | | | | | Interface to fonts. svn path=/import/netsurf/; revision=8
* [project @ 2002-04-25 15:49:32 by bursa]James Bursa2002-04-251-4/+7
| | | | | | Moved xml2-config switches to end of line. svn path=/import/netsurf/; revision=7
* [project @ 2002-04-24 17:38:36 by bursa]James Bursa2002-04-242-4/+87
| | | | | | Added a simple table layout implementation. svn path=/import/netsurf/; revision=6
* [project @ 2002-04-24 17:37:37 by bursa]James Bursa2002-04-241-2/+4
| | | | | | Replace - with _ when generating enums. svn path=/import/netsurf/; revision=5
* [project @ 2002-04-23 22:05:19 by bursa]James Bursa2002-04-231-226/+91
| | | | | | Rewrote layout routines to use box tree. svn path=/import/netsurf/; revision=4
* [project @ 2002-04-23 17:06:20 by bursa]James Bursa2002-04-231-86/+93
| | | | | | Working conversion from HTML tree to box tree with styles. svn path=/import/netsurf/; revision=3
* [project @ 2002-04-22 09:24:35 by bursa]James Bursa2002-04-226-0/+1198
Initial revision svn path=/import/netsurf/; revision=2