summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-09-27 23:36:34 by bursa]James Bursa2003-09-277-74/+168
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-09-27 17:05:25 by jmb]John Mark Bell2003-09-271-9/+16
| | | | | | Fix plugin image loading svn path=/import/netsurf/; revision=323
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-267-67/+90
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-26 22:51:18 by jmb]John Mark Bell2003-09-261-1/+0
| | | | | | Let's try that again svn path=/import/netsurf/; revision=321
* [project @ 2003-09-26 22:29:02 by jmb]John Mark Bell2003-09-261-2/+7
| | | | | | Add debug LOG macro calls svn path=/import/netsurf/; revision=320
* [project @ 2003-09-26 21:58:11 by jmb]John Mark Bell2003-09-261-6/+8
| | | | | | Improve image filename discovery svn path=/import/netsurf/; revision=319
* [project @ 2003-09-26 17:11:02 by jmb]John Mark Bell2003-09-261-0/+1
| | | | | | It helps if you check in the Messages file when fiddling with menus svn path=/import/netsurf/; revision=318
* [project @ 2003-09-26 16:52:53 by jmb]John Mark Bell2003-09-263-4/+23
| | | | | | Add Help option to Iconbar menu svn path=/import/netsurf/; revision=317
* [project @ 2003-09-26 16:40:57 by tlsa]Michael Drake2003-09-2615-0/+263
| | | | | | New Documentation svn path=/import/netsurf/; revision=316
* [project @ 2003-09-24 21:40:40 by bursa]James Bursa2003-09-241-3/+12
| | | | | | Add NO_IFC tests. svn path=/import/netsurf/; revision=315
* [project @ 2003-09-24 21:23:28 by bursa]James Bursa2003-09-241-1/+1
| | | | | | Fix 26 build. svn path=/import/netsurf/; revision=314
* [project @ 2003-09-24 21:12:40 by bursa]James Bursa2003-09-243-8/+76
| | | | | | Use ImageFileConvert if available to render PNGs (using IFCLib). svn path=/import/netsurf/; revision=313
* [project @ 2003-09-23 21:48:22 by bursa]James Bursa2003-09-232-3/+47
| | | | | | Textarea related fixes. svn path=/import/netsurf/; revision=312
* [project @ 2003-09-23 18:35:44 by bursa]James Bursa2003-09-234-3/+102
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 23:20:10 by bursa]James Bursa2003-09-221-2/+2
| | | | | | Remove inline to fix 26-bit build. svn path=/import/netsurf/; revision=310
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-2210-48/+196
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-22 21:46:07 by bursa]James Bursa2003-09-221-73/+72
| | | | | | Fix clipping for colspan cells. svn path=/import/netsurf/; revision=308
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-216-44/+102
| | | | | | 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-195-114/+84
| | | | | | 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 23:27:33 by bursa]James Bursa2003-09-172-65/+58
| | | | | | Documented fetch. svn path=/import/netsurf/; revision=303
* [project @ 2003-09-17 21:47:21 by jmb]John Mark Bell2003-09-172-16/+18
| | | | | | Make applets load (untested). Plugin loading conforms closer to the spec svn path=/import/netsurf/; revision=302
* [project @ 2003-09-17 21:43:15 by jmb]John Mark Bell2003-09-172-3/+3
| | | | | | Fix about page HTMl a bit svn path=/import/netsurf/; revision=301
* [project @ 2003-09-17 17:54:39 by bursa]James Bursa2003-09-171-1/+1
| | | | | | Fix last checkin. svn path=/import/netsurf/; revision=300
* [project @ 2003-09-17 17:44:12 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Fix aborting fetches. svn path=/import/netsurf/; revision=299
* [project @ 2003-09-17 17:43:56 by bursa]James Bursa2003-09-171-2/+4
| | | | | | Fix instances being removed. svn path=/import/netsurf/; revision=298
* [project @ 2003-09-17 12:58:19 by bursa]James Bursa2003-09-172-2/+4
| | | | | | Update plugin_redraw() parameters. svn path=/import/netsurf/; revision=297
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-174-37/+55
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [project @ 2003-09-17 12:56:43 by bursa]James Bursa2003-09-171-1/+3
| | | | | | Fix memory corruption when content destroyed from CONTENT_MSG_LOADING. svn path=/import/netsurf/; revision=295
* [project @ 2003-09-16 20:02:55 by jmb]John Mark Bell2003-09-1612-3/+335
| | | | | | Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
* [project @ 2003-09-16 19:53:59 by jmb]John Mark Bell2003-09-162-23/+187
| | | | | | Streaming plugin support, beginnings of URL_Access support, fix codebase for ActiveX Flash objects svn path=/import/netsurf/; revision=293
* [project @ 2003-09-14 23:00:53 by bursa]James Bursa2003-09-141-5/+14
| | | | | | Check for errors from Anim_DecompressAligned. svn path=/import/netsurf/; revision=292
* [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 19:51:17 by bursa]James Bursa2003-09-122-10/+12
| | | | | | Display sprites with extension areas, fix some warnings. svn path=/import/netsurf/; revision=289
* [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-11 18:37:25 by jmb]John Mark Bell2003-09-111-8/+11
| | | | | | Fix sprite support svn path=/import/netsurf/; revision=284
* [project @ 2003-09-10 22:46:56 by jmb]John Mark Bell2003-09-104-0/+277
| | | | | | It helps if you cvs add new files... svn path=/import/netsurf/; revision=283
* [project @ 2003-09-10 22:40:32 by jmb]John Mark Bell2003-09-102-3/+3
| | | | | | Fix Drawfile module check. Add else statement to box.c:788 svn path=/import/netsurf/; revision=282
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-106-5/+29
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-106-9/+59
| | | | | | 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-1013-38/+73
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-096-245/+208
| | | | | | Display image alt text while it loads. svn path=/import/netsurf/; revision=278
* [project @ 2003-09-09 21:23:56 by jmb]John Mark Bell2003-09-091-0/+1
| | | | | | It helps to create the Choices:WWW directory if it doesn't already exist svn path=/import/netsurf/; revision=277
* [project @ 2003-09-09 21:11:25 by jmb]John Mark Bell2003-09-091-2/+2
| | | | | | Move the Choices file to Choices:WWW.NetSurf - unfortunately, anyone who has already used NetSurf will now have a spurious Choices file in Choices:NetSurf svn path=/import/netsurf/; revision=276
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-097-21/+241
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275