Commit Graph

374 Commits

Author SHA1 Message Date
James Bursa 28f974f00f [project @ 2003-10-25 14:13:49 by bursa]
URL encoded POST support.

svn path=/import/netsurf/; revision=375
2003-10-25 14:13:49 +00:00
James Bursa f1375fe19d [project @ 2003-10-25 00:35:49 by bursa]
Split out and clean up form submit code.

svn path=/import/netsurf/; revision=374
2003-10-25 00:35:49 +00:00
John Mark Bell 099d537267 [project @ 2003-10-23 00:19:04 by jmb]
Add 401login.o to targets

svn path=/import/netsurf/; revision=373
2003-10-23 00:19:04 +00:00
John Mark Bell caac2628a7 [project @ 2003-10-23 00:09:16 by jmb]
Enable logging into sites which require Basic Authentication
Has a couple of issues:
	1) Opens the page in the first window in the list
	2) Doesn't save the login details so you have to log in to each page.
	3) The call to ro_gui_401login_open shouldn't be there.

svn path=/import/netsurf/; revision=372
2003-10-23 00:09:17 +00:00
John Mark Bell 9fd638f098 [project @ 2003-10-19 17:17:26 by jmb]
Make text-decoration span child elements.
Add text-decoration to css_dump()

svn path=/import/netsurf/; revision=371
2003-10-19 17:17:26 +00:00
John Mark Bell 6f33e2d42e [project @ 2003-10-18 00:24:53 by jmb]
Miscellaneous fixes.

svn path=/import/netsurf/; revision=370
2003-10-18 00:24:53 +00:00
John Mark Bell 6ac3166271 [project @ 2003-10-17 23:59:23 by jmb]
Whoops. Fix CSS default so a:link really is underlined instead of
stricken (as earlier). Also lose LOGging from htmlredraw.c

svn path=/import/netsurf/; revision=369
2003-10-17 23:59:23 +00:00
John Mark Bell c97107af5c [project @ 2003-10-17 23:47:13 by jmb]
Add text-decoration support. Overline needs work. a:link defaults to
being underlined.

svn path=/import/netsurf/; revision=368
2003-10-17 23:47:13 +00:00
James Bursa 13d6923b5e [project @ 2003-10-17 17:39:29 by bursa]
Implement :link, ignore stylesheets with syntax errors, parse pseudo classes.

svn path=/import/netsurf/; revision=367
2003-10-17 17:39:29 +00:00
James Bursa a808d816ee [project @ 2003-10-16 20:48:22 by bursa]
Add fallback rule for general CSS syntax, handle [attr=NUMBER].

svn path=/import/netsurf/; revision=366
2003-10-16 20:48:22 +00:00
James Bursa e33b401cb8 [project @ 2003-10-16 12:43:53 by bursa]
Buffer css and scan in one piece to fix tokens split across blocks.

svn path=/import/netsurf/; revision=365
2003-10-16 12:43:53 +00:00
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