summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-02 18:13:23 by bursa]James Bursa2004-04-021-19/+110
| | | | | | Experimental work on frames. svn path=/import/netsurf/; revision=703
* [project @ 2004-03-30 11:45:48 by bursa]James Bursa2004-03-301-1/+2
| | | | | | Reduce frequency of gui_multitask() to improve performance. svn path=/import/netsurf/; revision=691
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-261-2/+27
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-4/+13
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-20 22:15:40 by jmb]John Mark Bell2004-03-201-0/+3
| | | | | | Fix potential crash caused by <input type="button"> svn path=/import/netsurf/; revision=639
* [project @ 2004-03-20 21:56:43 by jmb]John Mark Bell2004-03-201-0/+20
| | | | | | Render <input type="button" ...> svn path=/import/netsurf/; revision=638
* [project @ 2004-03-14 22:49:40 by bursa]James Bursa2004-03-141-69/+45
| | | | | | Break out box_text_transform(). svn path=/import/netsurf/; revision=621
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-15 20:39:53 by bursa]James Bursa2004-02-151-30/+2
| | | | | | Document box.h, remove struct page_elements. svn path=/import/netsurf/; revision=547
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-0/+2
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-0/+3
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [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 21:18:44 by jmb]John Mark Bell2004-01-311-0/+58
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [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: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-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-241-4/+11
| | | | | | 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-05 02:10:59 by jmb]John Mark Bell2004-01-051-1/+21
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-021-74/+111
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-27 02:03:48 by jmb]John Mark Bell2003-12-271-7/+7
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=456
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-30/+64
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-11 19:06:39 by bursa]James Bursa2003-12-111-0/+8
| | | | | | Fix submit outside form crash. svn path=/import/netsurf/; revision=426
* [project @ 2003-12-10 23:12:39 by bursa]James Bursa2003-12-101-33/+15
| | | | | | Remove obsolete css_selector code. svn path=/import/netsurf/; revision=424
* [project @ 2003-10-27 00:34:09 by bursa]James Bursa2003-10-271-4/+8
| | | | | | Fix controls which aren't inside a form. svn path=/import/netsurf/; revision=393
* [project @ 2003-10-25 21:50:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Textarea loading fix. svn path=/import/netsurf/; revision=385
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-13/+23
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-103/+61
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-09 15:22:48 by bursa]James Bursa2003-10-091-3/+20
| | | | | | Implement box_insert_sibling(). svn path=/import/netsurf/; revision=358
* [project @ 2003-10-07 23:47:57 by bursa]James Bursa2003-10-071-6/+7
| | | | | | white-space: pre fixes. svn path=/import/netsurf/; revision=350
* [project @ 2003-10-07 21:34:39 by bursa]James Bursa2003-10-071-26/+77
| | | | | | Implement white-space property. svn path=/import/netsurf/; revision=348
* [project @ 2003-10-02 11:13:21 by bursa]James Bursa2003-10-021-1/+2
| | | | | | Initial value fix for <select>. svn path=/import/netsurf/; revision=343
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-39/+91
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-281-64/+55
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-20/+0
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329
* [project @ 2003-09-27 23:36:34 by bursa]James Bursa2003-09-271-1/+1
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-21/+56
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-23 18:35:44 by bursa]James Bursa2003-09-231-2/+0
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-5/+2
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-211-27/+74
| | | | | | 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-0/+23
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-19 21:23:19 by bursa]James Bursa2003-09-191-40/+45
| | | | | | Work on box_free() and other memory management in box. svn path=/import/netsurf/; revision=304
* [project @ 2003-09-17 21:47:21 by jmb]John Mark Bell2003-09-171-0/+2
| | | | | | Make applets load (untested). Plugin loading conforms closer to the spec svn path=/import/netsurf/; revision=302
* [project @ 2003-09-16 19:53:59 by jmb]John Mark Bell2003-09-161-0/+2
| | | | | | Streaming plugin support, beginnings of URL_Access support, fix codebase for ActiveX Flash objects svn path=/import/netsurf/; revision=293
* [project @ 2003-09-10 22:40:32 by jmb]John Mark Bell2003-09-101-1/+1
| | | | | | Fix Drawfile module check. Add else statement to box.c:788 svn path=/import/netsurf/; revision=282
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-091-12/+12
| | | | | | 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/+66
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-05 19:19:05 by bursa]James Bursa2003-09-051-0/+10
| | | | | | Empty float bug fix. svn path=/import/netsurf/; revision=268
* [project @ 2003-09-03 17:52:45 by bursa]James Bursa2003-09-031-0/+16
| | | | | | Add box_coords(). svn path=/import/netsurf/; revision=264
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-301-0/+13
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263