summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-10/+11
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-06 23:53:39 by bursa]James Bursa2003-01-061-58/+61
| | | | | | Changes to integrate images and forms. svn path=/import/netsurf/; revision=86
* [project @ 2003-01-03 22:19:39 by bursa]James Bursa2003-01-031-58/+79
| | | | | | Table layout improvements. svn path=/import/netsurf/; revision=82
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-301-1/+11
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-12-30 02:06:03 by monkeyson]Phil Mellor2002-12-301-2/+47
| | | | | | | Started support for img tag - doesn't attempt to fetch/render images yet. Combo boxes in forms. svn path=/import/netsurf/; revision=72
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-291-8/+66
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [project @ 2002-12-27 22:29:45 by bursa]James Bursa2002-12-271-5/+14
| | | | | | Implement color property. svn path=/import/netsurf/; revision=68
* [project @ 2002-12-27 18:58:03 by bursa]James Bursa2002-12-271-5/+23
| | | | | | Consider colspan when calculating column widths. svn path=/import/netsurf/; revision=62
* [project @ 2002-12-27 17:38:47 by bursa]James Bursa2002-12-271-3/+3
| | | | | | Improved word space handling svn path=/import/netsurf/; revision=61
* [project @ 2002-12-27 17:28:19 by bursa]James Bursa2002-12-271-20/+31
| | | | | | Improved word space handling svn path=/import/netsurf/; revision=60
* [project @ 2002-12-26 23:02:38 by bursa]James Bursa2002-12-261-3/+3
| | | | | | Text layout changes for re-rendering. svn path=/import/netsurf/; revision=58
* [project @ 2002-12-23 22:31:28 by bursa]James Bursa2002-12-231-3/+3
| | | | | | Fix layout_line() to support re-rendering. svn path=/import/netsurf/; revision=53
* [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 09:38:29 by bursa]James Bursa2002-10-081-2/+2
| | | | | | LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-261-14/+18
| | | | | | 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-191-10/+24
| | | | | | Percentage column widths, optimisations. svn path=/import/netsurf/; revision=38
* [project @ 2002-09-18 19:36:28 by bursa]James Bursa2002-09-181-95/+198
| | | | | | New table layout algorithm. svn path=/import/netsurf/; revision=37
* [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-111-1/+3
| | | | | | RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
* [project @ 2002-09-08 18:11:56 by bursa]James Bursa2002-09-081-3/+3
| | | | | | Add box_free(). svn path=/import/netsurf/; revision=32
* [project @ 2002-08-18 16:46:45 by bursa]James Bursa2002-08-181-33/+45
| | | | | | Big changes to xml_to_box(), table row groups. svn path=/import/netsurf/; revision=31
* [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-281-36/+39
| | | | | | 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-261-11/+18
| | | | | | Implied table elements and colspan implemented. svn path=/import/netsurf/; revision=24
* [project @ 2002-06-26 12:19:24 by bursa]James Bursa2002-06-261-5/+5
| | | | | | Make compilation with lcc work. svn path=/import/netsurf/; revision=23
* [project @ 2002-06-21 18:16:24 by bursa]James Bursa2002-06-211-17/+55
| | | | | | 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-191-23/+29
| | | | | | 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-181-69/+247
| | | | | | 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-271-20/+67
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-211-4/+10
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-18 08:23:39 by bursa]James Bursa2002-05-181-1/+4
| | | | | | Added css_blank_style. svn path=/import/netsurf/; revision=16
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-111-46/+50
| | | | | | Better inline layout algorithm, simple tcl/tk gui. svn path=/import/netsurf/; revision=15
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-041-0/+267
Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13