summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-10-08 20:49:57 by bursa]James Bursa2003-10-081-5/+2
| | | | | | Fix column width recalculation when objects are loaded. svn path=/import/netsurf/; revision=354
* [project @ 2003-10-07 21:34:39 by bursa]James Bursa2003-10-071-1/+5
| | | | | | Implement white-space property. svn path=/import/netsurf/; revision=348
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-0/+13
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-8/+18
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-23 21:48:22 by bursa]James Bursa2003-09-231-2/+6
| | | | | | Textarea related fixes. svn path=/import/netsurf/; revision=312
* [project @ 2003-09-23 18:35:44 by bursa]James Bursa2003-09-231-0/+6
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-2/+0
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-211-13/+23
| | | | | | Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
* [project @ 2003-09-19 23:36:17 by bursa]James Bursa2003-09-191-78/+5
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-14 20:32:05 by bursa]James Bursa2003-09-141-17/+17
| | | | | | Percentage column changes; fix calculate_inline_container_widths. svn path=/import/netsurf/; revision=291
* [project @ 2003-09-12 18:30:44 by bursa]James Bursa2003-09-121-22/+46
| | | | | | Percentage column width changes for stupid websites. svn path=/import/netsurf/; revision=288
* [project @ 2003-09-12 14:37:26 by bursa]James Bursa2003-09-121-9/+11
| | | | | | Fix percentage width columns. svn path=/import/netsurf/; revision=287
* [project @ 2003-09-11 23:22:33 by bursa]James Bursa2003-09-111-1/+1
| | | | | | Min width calculation bug fix. svn path=/import/netsurf/; revision=286
* [project @ 2003-09-11 22:02:06 by bursa]James Bursa2003-09-111-69/+101
| | | | | | Table column width rewrite. svn path=/import/netsurf/; revision=285
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-091-29/+31
| | | | | | Display image alt text while it loads. svn path=/import/netsurf/; revision=278
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-091-3/+11
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-08 22:47:11 by bursa]James Bursa2003-09-081-0/+2
| | | | | | Box width fixes. svn path=/import/netsurf/; revision=272
* [project @ 2003-08-30 19:20:19 by bursa]James Bursa2003-08-301-1/+14
| | | | | | Table layout fix / optimisation. svn path=/import/netsurf/; revision=262
* [project @ 2003-08-29 23:15:54 by bursa]James Bursa2003-08-291-4/+11
| | | | | | Fix row height problem. svn path=/import/netsurf/; revision=261
* [project @ 2003-08-29 12:56:06 by bursa]James Bursa2003-08-291-7/+0
| | | | | | Fix table layout bug (news.google.co.uk). svn path=/import/netsurf/; revision=258
* [project @ 2003-07-20 13:58:12 by bursa]James Bursa2003-07-201-2/+5
| | | | | | Line-height fixes. svn path=/import/netsurf/; revision=240
* [project @ 2003-07-18 21:02:01 by bursa]James Bursa2003-07-181-6/+8
| | | | | | Fix table positioning. svn path=/import/netsurf/; revision=234
* [project @ 2003-07-18 17:08:39 by bursa]James Bursa2003-07-181-3/+41
| | | | | | Float / table layout fixes. svn path=/import/netsurf/; revision=233
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-8/+4
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-15 23:11:03 by bursa]James Bursa2003-07-151-2/+3
| | | | | | Fix first letter cut off bug. svn path=/import/netsurf/; revision=223
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-24/+2
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-08 20:54:19 by bursa]James Bursa2003-07-081-4/+15
| | | | | | Table column width improvements. svn path=/import/netsurf/; revision=212
* [project @ 2003-07-08 18:49:14 by bursa]James Bursa2003-07-081-1/+4
| | | | | | Table span fixes. svn path=/import/netsurf/; revision=211
* [project @ 2003-07-07 20:30:51 by bursa]James Bursa2003-07-071-4/+5
| | | | | | Fix some rowspan bugs. svn path=/import/netsurf/; revision=208
* [project @ 2003-07-06 21:10:12 by bursa]James Bursa2003-07-061-13/+50
| | | | | | Implement rowspan. svn path=/import/netsurf/; revision=207
* [project @ 2003-07-02 14:31:37 by bursa]James Bursa2003-07-021-1/+8
| | | | | | Table layout tweaks (news.google.com). svn path=/import/netsurf/; revision=200
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+6
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-21 13:18:00 by bursa]James Bursa2003-06-211-2/+2
| | | | | | Add debug command line build. svn path=/import/netsurf/; revision=181
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-1/+8
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-19/+17
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-2/+14
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-27/+31
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-2/+2
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-251-3/+2
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-08 21:25:56 by bursa]James Bursa2003-03-081-3/+11
| | | | | | Cell height changes. svn path=/import/netsurf/; revision=106
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-14/+15
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [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