summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-10-07 21:34:39 by bursa]James Bursa2003-10-074-27/+108
| | | | | | Implement white-space property. svn path=/import/netsurf/; revision=348
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-075-220/+242
| | | | | | Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*. svn path=/import/netsurf/; revision=347
* [project @ 2003-10-06 16:29:27 by jmb]John Mark Bell2003-10-061-2/+10
| | | | | | use whole leafname for now svn path=/import/netsurf/; revision=346
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-056-7/+260
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-02 22:07:34 by tlsa]Michael Drake2003-10-021-1/+1
| | | | | | Add link to Doxygen developer documentation. svn path=/import/netsurf/; revision=344
* [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-02 11:12:44 by bursa]James Bursa2003-10-021-3/+10
| | | | | | Fix bugs in css_match_rule(). svn path=/import/netsurf/; revision=342
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-016-59/+155
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-10-01 22:48:02 by bursa]James Bursa2003-10-011-3/+3
| | | | | | clear only applies to br. svn path=/import/netsurf/; revision=340
* [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-10-01 00:26:42 by jmb]John Mark Bell2003-10-014-144/+119
| | | | | | Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338
* [project @ 2003-09-30 23:30:36 by jmb]John Mark Bell2003-09-304-242/+297
| | | | | | Split mouseactions code from gui.c svn path=/import/netsurf/; revision=337
* [project @ 2003-09-30 20:34:35 by bursa]James Bursa2003-09-303-14/+80
| | | | | | Implement background and font properties. svn path=/import/netsurf/; revision=336
* [project @ 2003-09-30 20:33:45 by bursa]James Bursa2003-09-304-2/+48
| | | | | | Document more files. svn path=/import/netsurf/; revision=335
* [project @ 2003-09-30 14:48:03 by bursa]James Bursa2003-09-302-56/+1135
| | | | | | Add config file for Doxygen. svn path=/import/netsurf/; revision=334
* [project @ 2003-09-30 12:58:33 by bursa]James Bursa2003-09-301-1/+35
| | | | | | Implement return in text areas. svn path=/import/netsurf/; revision=333
* [project @ 2003-09-29 16:32:17 by bursa]James Bursa2003-09-292-9/+34
| | | | | | Textareas scroll to show current line. svn path=/import/netsurf/; revision=332
* [project @ 2003-09-29 02:47:11 by jmb]John Mark Bell2003-09-292-3/+37
| | | | | | Cursor keys and Enter in forms svn path=/import/netsurf/; revision=331
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-286-281/+195
| | | | | | 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-286-56/+99
| | | | | | 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-28 16:46:48 by tlsa]Michael Drake2003-09-281-1/+1
| | | | | | Change a:hover to a:link:hover svn path=/import/netsurf/; revision=327
* [project @ 2003-09-28 16:01:42 by jmb]John Mark Bell2003-09-281-5/+1
| | | | | | Fix freeze when accessing about page svn path=/import/netsurf/; revision=326
* [project @ 2003-09-28 13:48:17 by tlsa]Michael Drake2003-09-282-2/+15
| | | | svn path=/import/netsurf/; revision=325
* [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