summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-263-40/+93
| | | | | | 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-11-12 22:22:45 by jmb]John Mark Bell2003-11-122-50/+4
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-04 18:35:32 by bursa]James Bursa2003-11-041-2/+4
| | | | | | Patch inline container failure on some pages (eg. ebay). svn path=/import/netsurf/; revision=402
* [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 22:51:45 by jmb]John Mark Bell2003-10-251-0/+6
| | | | | | | Fix bug relating to http://www.mw-software.com/software/artworks2/aw2support.html svn path=/import/netsurf/; revision=388
* [project @ 2003-10-25 21:51:15 by bursa]James Bursa2003-10-251-3/+54
| | | | | | Submit textarea contents. svn path=/import/netsurf/; revision=386
* [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 19:20:13 by jmb]John Mark Bell2003-10-251-0/+6
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-254-24/+38
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-254-163/+328
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-2/+8
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-09 15:22:48 by bursa]James Bursa2003-10-092-3/+22
| | | | | | Implement box_insert_sibling(). svn path=/import/netsurf/; revision=358
* [project @ 2003-10-08 20:49:57 by bursa]James Bursa2003-10-082-9/+3
| | | | | | Fix column width recalculation when objects are loaded. svn path=/import/netsurf/; revision=354
* [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-072-27/+82
| | | | | | 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-013-45/+115
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-10-01 16:12:04 by bursa]James Bursa2003-10-011-1/+1
| | | | | | Partial fix for pages including themselves. svn path=/import/netsurf/; revision=339
* [project @ 2003-09-29 16:32:17 by bursa]James Bursa2003-09-291-3/+2
| | | | | | Textareas scroll to show current line. svn path=/import/netsurf/; revision=332
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-282-81/+62
| | | | | | 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-28 17:37:19 by bursa]James Bursa2003-09-281-2/+5
| | | | | | Fix redirected images which are already loaded. svn path=/import/netsurf/; revision=328
* [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-263-37/+79
| | | | | | 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-233-2/+8
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-224-10/+9
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-213-41/+99
| | | | | | Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
* [project @ 2003-09-21 22:46:17 by bursa]James Bursa2003-09-211-1/+1
| | | | | | Fix destroy problem with aborted fetches. svn path=/import/netsurf/; revision=306
* [project @ 2003-09-19 23:36:17 by bursa]James Bursa2003-09-192-78/+28
| | | | | | 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-192-40/+46
| | | | | | 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-17 12:57:33 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [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-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-14 20:31:02 by bursa]James Bursa2003-09-141-2/+1
| | | | | | Fix already loaded object bug. svn path=/import/netsurf/; revision=290
* [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-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-10 21:44:10 by bursa]James Bursa2003-09-101-0/+3
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-1/+2
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-094-64/+63
| | | | | | 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-093-7/+91
| | | | | | 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-082-2/+6
| | | | | | Box width fixes. svn path=/import/netsurf/; revision=272
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-071-1/+41
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [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