Commit Graph

363 Commits

Author SHA1 Message Date
John Mark Bell 5e2fee7fd6 [project @ 2003-10-11 14:33:35 by jmb]
Prevent lnks and form items being clicked on when they are hidden

svn path=/import/netsurf/; revision=364
2003-10-11 14:33:35 +00:00
John Mark Bell e826c73485 [project @ 2003-10-11 13:55:43 by jmb]
Fix visibility so visible children of hidden parents work

svn path=/import/netsurf/; revision=363
2003-10-11 13:55:43 +00:00
James Bursa 7569235a26 [project @ 2003-10-10 18:47:04 by bursa]
Add font[size] selectors.

svn path=/import/netsurf/; revision=362
2003-10-10 18:47:04 +00:00
John Mark Bell 0e5d05b125 [project @ 2003-10-10 18:13:36 by jmb]
CSS visibility support (not collapse)

svn path=/import/netsurf/; revision=361
2003-10-10 18:13:36 +00:00
James Bursa 33efbb2806 [project @ 2003-10-09 15:46:30 by bursa]
Make this more correct.

svn path=/import/netsurf/; revision=360
2003-10-09 15:46:30 +00:00
James Bursa 77e239298c [project @ 2003-10-09 15:23:10 by bursa]
Minor textarea changes.

svn path=/import/netsurf/; revision=359
2003-10-09 15:23:10 +00:00
James Bursa 65263651e3 [project @ 2003-10-09 15:22:48 by bursa]
Implement box_insert_sibling().

svn path=/import/netsurf/; revision=358
2003-10-09 15:22:48 +00:00
John Mark Bell c673e138dc [project @ 2003-10-08 22:25:20 by jmb]
Fix typo causing assertion failure

svn path=/import/netsurf/; revision=357
2003-10-08 22:25:20 +00:00
John Mark Bell 6ad8b25cc0 [project @ 2003-10-08 22:01:20 by jmb]
Allow cursor movement between lines in paragraphs

svn path=/import/netsurf/; revision=356
2003-10-08 22:01:20 +00:00
James Bursa 4b45cf75a9 [project @ 2003-10-08 20:50:18 by bursa]
Exit on EOF.

svn path=/import/netsurf/; revision=355
2003-10-08 20:50:18 +00:00
James Bursa b510716c1d [project @ 2003-10-08 20:49:57 by bursa]
Fix column width recalculation when objects are loaded.

svn path=/import/netsurf/; revision=354
2003-10-08 20:49:57 +00:00
James Bursa 43736de996 [project @ 2003-10-08 20:49:26 by bursa]
Plug memory leaks.

svn path=/import/netsurf/; revision=353
2003-10-08 20:49:26 +00:00
John Mark Bell 16746b0151 [project @ 2003-10-08 20:48:46 by jmb]
Make cursor keys work in text areas

svn path=/import/netsurf/; revision=352
2003-10-08 20:48:46 +00:00
John Mark Bell ec15724bc3 [project @ 2003-10-08 17:03:17 by jmb]
Indicate status of properties

svn path=/import/netsurf/; revision=351
2003-10-08 17:03:17 +00:00
James Bursa 669a5e213a [project @ 2003-10-07 23:47:57 by bursa]
white-space: pre fixes.

svn path=/import/netsurf/; revision=350
2003-10-07 23:47:57 +00:00
James Bursa 01e2426b49 [project @ 2003-10-07 21:41:55 by bursa]
Implementing a new CSS property overview.

svn path=/import/netsurf/; revision=349
2003-10-07 21:41:55 +00:00
James Bursa bbcdf13fe0 [project @ 2003-10-07 21:34:39 by bursa]
Implement white-space property.

svn path=/import/netsurf/; revision=348
2003-10-07 21:34:39 +00:00
James Bursa 4ccdd4c7d2 [project @ 2003-10-07 21:34:27 by bursa]
Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*.

svn path=/import/netsurf/; revision=347
2003-10-07 21:34:27 +00:00
John Mark Bell 5d99ab2ff8 [project @ 2003-10-06 16:29:27 by jmb]
use whole leafname for now

svn path=/import/netsurf/; revision=346
2003-10-06 16:29:27 +00:00
Rob Jackson 0b5bea4c19 [project @ 2003-10-05 23:30:21 by rob]
Implemented download window interface, and modified ro_drag_info struct

svn path=/import/netsurf/; revision=345
2003-10-05 23:30:21 +00:00
Michael Drake f528562103 [project @ 2003-10-02 22:07:34 by tlsa]
Add link to Doxygen developer documentation.

svn path=/import/netsurf/; revision=344
2003-10-02 22:07:34 +00:00
James Bursa 0dad9a677a [project @ 2003-10-02 11:13:21 by bursa]
Initial value fix for <select>.

svn path=/import/netsurf/; revision=343
2003-10-02 11:13:21 +00:00
James Bursa 15a37bb9ed [project @ 2003-10-02 11:12:44 by bursa]
Fix bugs in css_match_rule().

svn path=/import/netsurf/; revision=342
2003-10-02 11:12:44 +00:00
James Bursa 7ef999c573 [project @ 2003-10-01 22:48:39 by bursa]
Improvements to <select>.

svn path=/import/netsurf/; revision=341
2003-10-01 22:48:39 +00:00
James Bursa 92d5404afa [project @ 2003-10-01 22:48:02 by bursa]
clear only applies to br.

svn path=/import/netsurf/; revision=340
2003-10-01 22:48:02 +00:00
James Bursa 9db8936d5a [project @ 2003-10-01 16:12:04 by bursa]
Partial fix for pages including themselves.

svn path=/import/netsurf/; revision=339
2003-10-01 16:12:04 +00:00
John Mark Bell c67ffb2b39 [project @ 2003-10-01 00:26:42 by jmb]
Split text selection related code from riscos/gui.c

svn path=/import/netsurf/; revision=338
2003-10-01 00:26:42 +00:00
John Mark Bell 563b8f6335 [project @ 2003-09-30 23:30:36 by jmb]
Split mouseactions code from gui.c

svn path=/import/netsurf/; revision=337
2003-09-30 23:30:36 +00:00
James Bursa ba64beed38 [project @ 2003-09-30 20:34:35 by bursa]
Implement background and font properties.

svn path=/import/netsurf/; revision=336
2003-09-30 20:34:35 +00:00
James Bursa 63822e9469 [project @ 2003-09-30 20:33:45 by bursa]
Document more files.

svn path=/import/netsurf/; revision=335
2003-09-30 20:33:45 +00:00
James Bursa 90e77a0d4f [project @ 2003-09-30 14:48:03 by bursa]
Add config file for Doxygen.

svn path=/import/netsurf/; revision=334
2003-09-30 14:48:04 +00:00
James Bursa 404a17b0a7 [project @ 2003-09-30 12:58:33 by bursa]
Implement return in text areas.

svn path=/import/netsurf/; revision=333
2003-09-30 12:58:33 +00:00
James Bursa 0a1975f8d6 [project @ 2003-09-29 16:32:17 by bursa]
Textareas scroll to show current line.

svn path=/import/netsurf/; revision=332
2003-09-29 16:32:17 +00:00
John Mark Bell 20ae4bff71 [project @ 2003-09-29 02:47:11 by jmb]
Cursor keys and Enter in forms

svn path=/import/netsurf/; revision=331
2003-09-29 02:47:11 +00:00
James Bursa 73f7db2a75 [project @ 2003-09-28 23:41:06 by bursa]
Rewrite text and password inputs to stop using wimp icons.

svn path=/import/netsurf/; revision=330
2003-09-28 23:41:07 +00:00
James Bursa fd7078b1ad [project @ 2003-09-28 17:37:43 by bursa]
Implement CSS specificity and fix bugs.

svn path=/import/netsurf/; revision=329
2003-09-28 17:37:43 +00:00
James Bursa c48e0ce8dc [project @ 2003-09-28 17:37:19 by bursa]
Fix redirected images which are already loaded.

svn path=/import/netsurf/; revision=328
2003-09-28 17:37:19 +00:00
Michael Drake a4c93bf500 [project @ 2003-09-28 16:46:48 by tlsa]
Change a:hover to a🔗hover

svn path=/import/netsurf/; revision=327
2003-09-28 16:46:48 +00:00
John Mark Bell cce87c5890 [project @ 2003-09-28 16:01:42 by jmb]
Fix freeze when accessing about page

svn path=/import/netsurf/; revision=326
2003-09-28 16:01:42 +00:00
Michael Drake 7ef809e709 [project @ 2003-09-28 13:48:17 by tlsa]
svn path=/import/netsurf/; revision=325
2003-09-28 13:48:17 +00:00
James Bursa 1975b5cd1a [project @ 2003-09-27 23:36:34 by bursa]
Implement CSS attribute selectors and parent / preceding combinators.

svn path=/import/netsurf/; revision=324
2003-09-27 23:36:34 +00:00
John Mark Bell 3e023a74a7 [project @ 2003-09-27 17:05:25 by jmb]
Fix plugin image loading

svn path=/import/netsurf/; revision=323
2003-09-27 17:05:25 +00:00
James Bursa 311c488f5a [project @ 2003-09-26 23:22:00 by bursa]
Implement button element and more work on input element.

svn path=/import/netsurf/; revision=322
2003-09-26 23:22:00 +00:00
John Mark Bell ba67140eb5 [project @ 2003-09-26 22:51:18 by jmb]
Let's try that again

svn path=/import/netsurf/; revision=321
2003-09-26 22:51:18 +00:00
John Mark Bell 75abb473a8 [project @ 2003-09-26 22:29:02 by jmb]
Add debug LOG macro calls

svn path=/import/netsurf/; revision=320
2003-09-26 22:29:02 +00:00
John Mark Bell 9b6a3f62be [project @ 2003-09-26 21:58:11 by jmb]
Improve image filename discovery

svn path=/import/netsurf/; revision=319
2003-09-26 21:58:11 +00:00
John Mark Bell 0650ab2886 [project @ 2003-09-26 17:11:02 by jmb]
It helps if you check in the Messages file when fiddling with menus

svn path=/import/netsurf/; revision=318
2003-09-26 17:11:02 +00:00
John Mark Bell 243618bd27 [project @ 2003-09-26 16:52:53 by jmb]
Add Help option to Iconbar menu

svn path=/import/netsurf/; revision=317
2003-09-26 16:52:53 +00:00
Michael Drake 92f3368c87 [project @ 2003-09-26 16:40:57 by tlsa]
New Documentation

svn path=/import/netsurf/; revision=316
2003-09-26 16:40:57 +00:00
James Bursa 9671fa03c4 [project @ 2003-09-24 21:40:40 by bursa]
Add NO_IFC tests.

svn path=/import/netsurf/; revision=315
2003-09-24 21:40:40 +00:00