summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [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-243-14/+58
| | | | | | 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-20 19:08:34 by jmb]John Mark Bell2004-01-202-6/+25
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-053-9/+64
| | | | | | | 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-024-75/+122
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-29 18:59:15 by jmb]John Mark Bell2003-12-291-1/+1
| | | | | | | | Comment out unnecessary call to cache_dump from html_process_data. Add Licence and relevant #include to tt2code. Stops the compiler moaning about no definition of unicode_transliterate. svn path=/import/netsurf/; revision=467
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-274-7/+20
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 02:03:48 by jmb]John Mark Bell2003-12-273-53/+54
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=456
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-6/+6
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [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