summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-2512-46/+234
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 18:28:24 by tlsa]Michael Drake2003-10-251-0/+0
| | | | | | New homepage screenshot svn path=/import/netsurf/; revision=381
* [project @ 2003-10-25 16:45:19 by bursa]James Bursa2003-10-256-102/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=380
* [project @ 2003-10-25 16:22:56 by bursa]James Bursa2003-10-251-1/+1
| | | | | | New home page url. svn path=/import/netsurf/; revision=379
* [project @ 2003-10-25 16:22:40 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Minor tidy. svn path=/import/netsurf/; revision=378
* [project @ 2003-10-25 16:22:11 by bursa]James Bursa2003-10-252-9/+55
| | | | | | Implement multipart/formdata POST. svn path=/import/netsurf/; revision=377
* [project @ 2003-10-25 16:12:08 by tlsa]Michael Drake2003-10-251-0/+66
| | | | | | New default Homepage svn path=/import/netsurf/; revision=376
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-2515-68/+135
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-2511-308/+367
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-23 00:19:04 by jmb]John Mark Bell2003-10-231-1/+2
| | | | | | Add 401login.o to targets svn path=/import/netsurf/; revision=373
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-239-4/+206
| | | | | | | | | | 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
* [project @ 2003-10-19 17:17:26 by jmb]John Mark Bell2003-10-192-7/+9
| | | | | | | Make text-decoration span child elements. Add text-decoration to css_dump() svn path=/import/netsurf/; revision=371
* [project @ 2003-10-18 00:24:53 by jmb]John Mark Bell2003-10-181-7/+8
| | | | | | Miscellaneous fixes. svn path=/import/netsurf/; revision=370
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-172-2/+1
| | | | | | | 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
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-178-9/+70
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-176-28/+61
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-16 20:48:22 by bursa]James Bursa2003-10-161-6/+18
| | | | | | Add fallback rule for general CSS syntax, handle [attr=NUMBER]. svn path=/import/netsurf/; revision=366
* [project @ 2003-10-16 12:43:53 by bursa]James Bursa2003-10-162-13/+20
| | | | | | Buffer css and scan in one piece to fix tokens split across blocks. svn path=/import/netsurf/; revision=365
* [project @ 2003-10-11 14:33:35 by jmb]John Mark Bell2003-10-111-0/+6
| | | | | | Prevent lnks and form items being clicked on when they are hidden svn path=/import/netsurf/; revision=364
* [project @ 2003-10-11 13:55:43 by jmb]John Mark Bell2003-10-111-3/+5
| | | | | | Fix visibility so visible children of hidden parents work svn path=/import/netsurf/; revision=363
* [project @ 2003-10-10 18:47:04 by bursa]James Bursa2003-10-101-3/+11
| | | | | | Add font[size] selectors. svn path=/import/netsurf/; revision=362
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-105-1/+33
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-09 15:46:30 by bursa]James Bursa2003-10-091-17/+17
| | | | | | Make this more correct. svn path=/import/netsurf/; revision=360
* [project @ 2003-10-09 15:23:10 by bursa]James Bursa2003-10-091-15/+16
| | | | | | Minor textarea changes. svn path=/import/netsurf/; revision=359
* [project @ 2003-10-09 15:22:48 by bursa]James Bursa2003-10-092-3/+22
| | | | | | Implement box_insert_sibling(). svn path=/import/netsurf/; revision=358
* [project @ 2003-10-08 22:25:20 by jmb]John Mark Bell2003-10-081-15/+7
| | | | | | Fix typo causing assertion failure svn path=/import/netsurf/; revision=357
* [project @ 2003-10-08 22:01:20 by jmb]John Mark Bell2003-10-081-4/+29
| | | | | | Allow cursor movement between lines in paragraphs svn path=/import/netsurf/; revision=356
* [project @ 2003-10-08 20:50:18 by bursa]James Bursa2003-10-081-1/+5
| | | | | | Exit on EOF. svn path=/import/netsurf/; revision=355
* [project @ 2003-10-08 20:49:57 by bursa]James Bursa2003-10-082-9/+3
| | | | | | Fix column width recalculation when objects are loaded. svn path=/import/netsurf/; revision=354
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-083-1/+4
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-10-08 20:48:46 by jmb]John Mark Bell2003-10-082-9/+56
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-08 17:03:17 by jmb]John Mark Bell2003-10-081-4/+86
| | | | | | Indicate status of properties svn path=/import/netsurf/; revision=351
* [project @ 2003-10-07 23:47:57 by bursa]James Bursa2003-10-071-6/+7
| | | | | | white-space: pre fixes. svn path=/import/netsurf/; revision=350
* [project @ 2003-10-07 21:41:55 by bursa]James Bursa2003-10-073-153/+216
| | | | | | Implementing a new CSS property overview. svn path=/import/netsurf/; revision=349
* [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