summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-08-29 12:56:06 by bursa]James Bursa2003-08-291-8/+0
| | | | | | Fix table layout bug (news.google.co.uk). svn path=/import/netsurf/; revision=258
* [project @ 2003-08-28 22:04:11 by jmb]John Mark Bell2003-08-281-2/+15
| | | | | | Support ActiveX Flash objects svn path=/import/netsurf/; revision=257
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-7/+13
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-08-24 22:39:55 by jmb]John Mark Bell2003-08-241-0/+71
| | | | | | Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
* [project @ 2003-07-20 13:12:38 by bursa]James Bursa2003-07-201-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=238
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-6/+6
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-17 15:33:42 by jmb]John Mark Bell2003-07-171-1/+0
| | | | | | remove duplicate assignment to box in box_a svn path=/import/netsurf/; revision=228
* [project @ 2003-07-17 14:26:15 by jmb]John Mark Bell2003-07-171-31/+155
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [project @ 2003-07-16 17:37:01 by bursa]James Bursa2003-07-161-2/+3
| | | | | | Bad pointer fix. svn path=/import/netsurf/; revision=224
* [project @ 2003-07-15 18:06:31 by bursa]James Bursa2003-07-151-6/+11
| | | | | | Temporarily stop freeing box->href, incorrect and crashing. svn path=/import/netsurf/; revision=220
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-24/+10
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 22:06:39 by bursa]James Bursa2003-07-091-5/+5
| | | | | | Bool fixes. svn path=/import/netsurf/; revision=215
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-15/+97
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-08 18:49:14 by bursa]James Bursa2003-07-081-4/+6
| | | | | | Table span fixes. svn path=/import/netsurf/; revision=211
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-64/+56
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-06 21:10:12 by bursa]James Bursa2003-07-061-14/+48
| | | | | | Implement rowspan. svn path=/import/netsurf/; revision=207
* [project @ 2003-07-05 19:51:10 by bursa]James Bursa2003-07-051-4/+10
| | | | | | Bug fixes, start rowspan. svn path=/import/netsurf/; revision=206
* [project @ 2003-07-05 16:16:15 by bursa]James Bursa2003-07-051-106/+104
| | | | | | More rewriting of convert_xml_to_box. svn path=/import/netsurf/; revision=204
* [project @ 2003-07-04 21:17:53 by bursa]James Bursa2003-07-041-499/+437
| | | | | | Clean up and add comments. svn path=/import/netsurf/; revision=202
* [project @ 2003-06-30 22:21:51 by bursa]James Bursa2003-06-301-27/+39
| | | | | | Add title attribute support. svn path=/import/netsurf/; revision=195
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-5/+7
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-07 22:24:22 by jmb]John Mark Bell2003-06-071-18/+12
| | | | | | Fix plugin memory leaks. svn path=/import/netsurf/; revision=177
* [project @ 2003-06-06 03:12:28 by jmb]John Mark Bell2003-06-061-2/+2
| | | | | | Begin to munge <embed>s into <object>s svn path=/import/netsurf/; revision=171