summaryrefslogtreecommitdiff
path: root/!NetSurf
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-0/+0
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-02 01:38:54 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Indent list items svn path=/import/netsurf/; revision=530
* [project @ 2004-01-28 23:49:56 by tlsa]Michael Drake2004-01-281-4/+5
| | | | | | Change default CSS file. pre now monospaced plus other minor changes svn path=/import/netsurf/; revision=517
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-0/+3
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-26 22:14:38 by tlsa]Michael Drake2004-01-261-0/+0
| | | | | | Add palette to Preview sprite to avoid rendering problems. svn path=/import/netsurf/; revision=511
* [project @ 2004-01-26 01:24:32 by jmb]John Mark Bell2004-01-261-0/+4
| | | | | | Add rules for <u>, <s>, <ins> and <del> svn path=/import/netsurf/; revision=506
* [project @ 2004-01-25 12:47:05 by tlsa]Michael Drake2004-01-252-0/+0
| | | | | | All theme sprites now have palettes. Buttons shrink when pressed. svn path=/import/netsurf/; revision=502
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-231-0/+2
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-20 19:29:10 by tlsa]Michael Drake2004-01-202-11/+14
| | | | | | Change CSS layout stuff and remove debugging key shortcuts. svn path=/import/netsurf/; revision=491
* [project @ 2004-01-19 00:48:57 by tlsa]Michael Drake2004-01-196-10/+95
| | | | | | Move themes document and update user guide with keyboard and URL shortcuts. Plus minor tweaks. svn path=/import/netsurf/; revision=489
* [project @ 2004-01-05 20:30:08 by tlsa]Michael Drake2004-01-053-0/+0
| | | | | | New theme svn path=/import/netsurf/; revision=488
* [project @ 2004-01-05 20:20:44 by tlsa]Michael Drake2004-01-0513-9/+22
| | | | | | New user guide graphics svn path=/import/netsurf/; revision=487
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-311-0/+0
| | | | | | | Rename login template to "login". Use OS_GBPB9 to get filename of plugin logos. svn path=/import/netsurf/; revision=474
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-0/+8
| | | | | | | | Add about:cookies. Tidy special URL handling code (it's now been moved into url_join in utils.c). svn path=/import/netsurf/; revision=461
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-271-2/+11
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-26 19:40:59 by tlsa]Michael Drake2003-12-261-7/+8
| | | | | | Cookie support added svn path=/import/netsurf/; revision=447
* [project @ 2003-12-26 16:22:03 by bursa]James Bursa2003-12-261-0/+4
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=445
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-192-0/+2
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-11-20 00:17:26 by bursa]James Bursa2003-11-203-14/+0
| | | | | | Simplify themes. svn path=/import/netsurf/; revision=421
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-0/+0
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-081-1/+1
| | | | | | | | | Sync Info box and About Page version numbers. If no version is specified in the Messages file, it defaults to "CVS Test Build" Remove unnecessary TODOs in plugin.c svn path=/import/netsurf/; revision=415
* [project @ 2003-11-08 19:29:08 by bursa]James Bursa2003-11-081-4/+16
| | | | | | Tidy up intro page and add netsurf.sourceforge.net link. svn path=/import/netsurf/; revision=414
* [project @ 2003-11-08 19:17:58 by bursa]James Bursa2003-11-082-7/+7
| | | | | | Fix info box to stay on screen. svn path=/import/netsurf/; revision=412
* [project @ 2003-11-08 13:49:34 by bursa]James Bursa2003-11-085-136/+15
| | | | | | Move Templates under en, new !Help. svn path=/import/netsurf/; revision=410
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-072-4/+4
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-06 15:38:12 by jmb]John Mark Bell2003-11-063-25/+136
| | | | | | Improve documentation. Now launches HTML docs if it can. Launches text docs otherwise. svn path=/import/netsurf/; revision=405
* [project @ 2003-11-01 20:16:00 by jmb]John Mark Bell2003-11-011-5/+5
| | | | | | Improve error messages when required modules aren't present. svn path=/import/netsurf/; revision=399
* [project @ 2003-10-31 17:57:08 by tlsa]Michael Drake2003-10-311-6/+6
| | | | | | Remove library version numbers svn path=/import/netsurf/; revision=398
* [project @ 2003-10-31 17:23:39 by tlsa]Michael Drake2003-10-312-8/+1
| | | | | | 26-bit build removed svn path=/import/netsurf/; revision=397
* [project @ 2003-10-26 13:09:20 by tlsa]Michael Drake2003-10-261-10/+5
| | | | | | POST method now implemented svn path=/import/netsurf/; revision=392
* [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:12:08 by tlsa]Michael Drake2003-10-251-0/+66
| | | | | | New default Homepage svn path=/import/netsurf/; revision=376
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-232-1/+2
| | | | | | | | | | 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-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+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-172-2/+2
| | | | | | | 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-171-10/+10
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [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-08 20:48:46 by jmb]John Mark Bell2003-10-081-1/+1
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-07 21:41:55 by bursa]James Bursa2003-10-071-0/+2
| | | | | | Implementing a new CSS property overview. svn path=/import/netsurf/; revision=349
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-051-0/+0
| | | | | | 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-01 22:48:39 by bursa]James Bursa2003-10-011-0/+2
| | | | | | 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-09-28 17:37:43 by bursa]James Bursa2003-09-281-3/+17
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329
* [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 13:48:17 by tlsa]Michael Drake2003-09-282-2/+15
| | | | svn path=/import/netsurf/; revision=325
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-262-0/+5
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [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:40:57 by tlsa]Michael Drake2003-09-2615-0/+263
| | | | | | New Documentation svn path=/import/netsurf/; revision=316