summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-032-0/+19
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-09-03 17:52:45 by bursa]James Bursa2003-09-032-0/+17
| | | | | | Add box_coords(). svn path=/import/netsurf/; revision=264
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-302-0/+14
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [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:57:14 by bursa]James Bursa2003-08-291-6/+6
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-29 12:56:06 by bursa]James Bursa2003-08-292-15/+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-242-0/+76
| | | | | | 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-22 22:13:44 by jmb]John Mark Bell2003-07-221-0/+8
| | | | | | Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241
* [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-20 13:12:38 by bursa]James Bursa2003-07-201-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=238
* [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-174-17/+41
| | | | | | 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-172-33/+169
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-8/+15
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-16 17:37:01 by bursa]James Bursa2003-07-161-2/+3
| | | | | | Bad pointer fix. svn path=/import/netsurf/; revision=224