summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-11-19 19:57:11 by bursa]James Bursa2003-11-191-30/+40
| | | | | | Minor improvements to the parser. svn path=/import/netsurf/; revision=419
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-159-4/+316
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-15 00:15:40 by jmb]John Mark Bell2003-11-151-0/+18
| | | | | | Fix debug build. svn path=/import/netsurf/; revision=417
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-127-53/+452
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-084-24/+15
| | | | | | | | | 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:18:37 by bursa]James Bursa2003-11-081-8/+24
| | | | | | Fix queueing bugs. svn path=/import/netsurf/; revision=413
* [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:51:58 by bursa]James Bursa2003-11-081-1/+1
| | | | | | Move Templates under en. svn path=/import/netsurf/; revision=411
* [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:52:08 by bursa]James Bursa2003-11-071-0/+6
| | | | | | Add dummy login_list_get(). svn path=/import/netsurf/; revision=409
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-0714-1044/+1091
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-07 23:47:55 by bursa]James Bursa2003-11-072-0/+18
| | | | | | Add is_dir(). svn path=/import/netsurf/; revision=407
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-068-44/+77
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [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-05 18:41:06 by jmb]John Mark Bell2003-11-051-3/+3
| | | | | | Text-decoration now spans child text elements svn path=/import/netsurf/; revision=404
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-055-55/+86
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-11-04 18:35:32 by bursa]James Bursa2003-11-041-2/+4
| | | | | | Patch inline container failure on some pages (eg. ebay). svn path=/import/netsurf/; revision=402
* [project @ 2003-11-04 18:34:46 by bursa]James Bursa2003-11-041-6/+9
| | | | | | Fix downloads from cache. svn path=/import/netsurf/; revision=401
* [project @ 2003-11-02 01:42:54 by jmb]John Mark Bell2003-11-021-7/+5
| | | | | | Bring up-to-date svn path=/import/netsurf/; revision=400
* [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-31 15:18:36 by bursa]James Bursa2003-10-311-16/+5
| | | | | | Updated makefile to use -lxxx syntax for libraries. svn path=/import/netsurf/; revision=396
* [project @ 2003-10-31 10:58:35 by jmb]John Mark Bell2003-10-311-1/+2
| | | | | | Really fix scheme:moose bug svn path=/import/netsurf/; revision=395
* [project @ 2003-10-30 22:45:23 by jmb]John Mark Bell2003-10-301-0/+3
| | | | | | Fix bug causing mailto: links to cause a crash svn path=/import/netsurf/; revision=394
* [project @ 2003-10-27 00:34:09 by bursa]James Bursa2003-10-271-4/+8
| | | | | | Fix controls which aren't inside a form. svn path=/import/netsurf/; revision=393
* [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-26 12:41:51 by jmb]John Mark Bell2003-10-262-14/+9
| | | | | | | | Make fetch abort finish when auth is required. Lose the right click performs the opposite action stuff in the login dialog. svn path=/import/netsurf/; revision=391
* [project @ 2003-10-26 11:40:50 by bursa]James Bursa2003-10-261-14/+19
| | | | | | Fix caret and buffer allocations. svn path=/import/netsurf/; revision=390
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-263-19/+23
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 22:51:45 by jmb]John Mark Bell2003-10-252-3/+20
| | | | | | | Fix bug relating to http://www.mw-software.com/software/artworks2/aw2support.html svn path=/import/netsurf/; revision=388
* [project @ 2003-10-25 22:03:14 by jmb]John Mark Bell2003-10-251-11/+26
| | | | | | | Fix a bug where an infinite loop is entered if the hostname is entered without a trailing '/'. svn path=/import/netsurf/; revision=387
* [project @ 2003-10-25 21:51:15 by bursa]James Bursa2003-10-251-3/+54
| | | | | | Submit textarea contents. svn path=/import/netsurf/; revision=386
* [project @ 2003-10-25 21:50:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Textarea loading fix. svn path=/import/netsurf/; revision=385
* [project @ 2003-10-25 21:50:16 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Temporary workaround for libcurl bug. svn path=/import/netsurf/; revision=384
* [project @ 2003-10-25 19:21:42 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | Turn on support for other http auth methods (other than Basic). This is untested. svn path=/import/netsurf/; revision=383
* [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