summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-2015-35/+157
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [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-0514-11/+32
| | | | | | New user guide graphics svn path=/import/netsurf/; revision=487
* [project @ 2004-01-05 12:41:24 by jmb]John Mark Bell2004-01-052-3/+0
| | | | | | Remove logging macros svn path=/import/netsurf/; revision=486
* [project @ 2004-01-05 12:24:54 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | Enumerate all sprites in file (hopefully). svn path=/import/netsurf/; revision=485
* [project @ 2004-01-05 11:56:45 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | fixup missing include svn path=/import/netsurf/; revision=484
* [project @ 2004-01-05 11:28:04 by jmb]John Mark Bell2004-01-052-1/+3
| | | | | | Add some logging. Revert last change. svn path=/import/netsurf/; revision=483
* [project @ 2004-01-05 11:12:32 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | Fix another monkeybug (last throbber sprite was never displayed) svn path=/import/netsurf/; revision=482
* [project @ 2004-01-05 11:04:54 by jmb]John Mark Bell2004-01-051-1/+1
| | | | | | Fix inappropriate cast. svn path=/import/netsurf/; revision=481
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-0539-68/+560
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2004-01-05 02:06:27 by jmb]John Mark Bell2004-01-051-3/+3
| | | | | | Add ,faf to themes documentation svn path=/import/netsurf/; revision=479
* [project @ 2004-01-02 12:04:29 by bursa]James Bursa2004-01-022-0/+240
| | | | | | Implement memory pools. svn path=/import/netsurf/; revision=478
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-025-76/+124
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2004-01-02 12:02:01 by bursa]James Bursa2004-01-021-1/+33
| | | | | | Add debugro build. svn path=/import/netsurf/; revision=476
* [project @ 2004-01-02 12:01:23 by bursa]James Bursa2004-01-021-1/+13
| | | | | | Add debugro build and pool.o. svn path=/import/netsurf/; revision=475
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-313-30/+27
| | | | | | | Rename login template to "login". Use OS_GBPB9 to get filename of plugin logos. svn path=/import/netsurf/; revision=474
* [project @ 2003-12-30 17:52:26 by jmb]John Mark Bell2003-12-301-2/+10
| | | | | | Add some error handling svn path=/import/netsurf/; revision=473
* [project @ 2003-12-30 16:47:16 by jmb]John Mark Bell2003-12-302-2/+2
| | | | | | Read cookie file from the correct path svn path=/import/netsurf/; revision=472
* [project @ 2003-12-29 23:09:39 by jmb]John Mark Bell2003-12-291-5/+16
| | | | | | | Comment out frames-related stuff in the vain hope that it fixes bugs some people are seeing. svn path=/import/netsurf/; revision=471
* [project @ 2003-12-29 22:50:43 by jmb]John Mark Bell2003-12-292-4/+14
| | | | | | Add some debugging. svn path=/import/netsurf/; revision=470
* [project @ 2003-12-29 22:20:52 by jmb]John Mark Bell2003-12-291-1/+1
| | | | | | Escape @ symbol in email address. svn path=/import/netsurf/; revision=469
* [project @ 2003-12-29 20:16:37 by tlsa]Michael Drake2003-12-291-25/+25
| | | | | | Use Acorn-defined characters svn path=/import/netsurf/; revision=468
* [project @ 2003-12-29 18:59:15 by jmb]John Mark Bell2003-12-292-1/+10
| | | | | | | | Comment out unnecessary call to cache_dump from html_process_data. Add Licence and relevant #include to tt2code. Stops the compiler moaning about no definition of unicode_transliterate. svn path=/import/netsurf/; revision=467
* [project @ 2003-12-29 16:33:36 by jmb]John Mark Bell2003-12-291-1/+1
| | | | | | Fix typo in build objects svn path=/import/netsurf/; revision=466
* [project @ 2003-12-29 00:38:59 by bursa]James Bursa2003-12-295-7/+1762
| | | | | | Transliterate Unicode to Latin1 using Markus Kuhn's transtab. svn path=/import/netsurf/; revision=465
* [project @ 2003-12-28 16:17:31 by jmb]John Mark Bell2003-12-283-0/+20
| | | | | | | | Fix bug in HTTP auth where trying to fetch a page into a non-existent browser window caused NetSurf to fall over. We now check that the window still exists. If not, we ignore the request. svn path=/import/netsurf/; revision=464
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-286-2/+79
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463
* [project @ 2003-12-28 01:00:58 by jmb]John Mark Bell2003-12-281-2/+3
| | | | | | Fixup missing #include svn path=/import/netsurf/; revision=462
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-279-32/+137
| | | | | | | | 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 20:15:22 by bursa]James Bursa2003-12-2726-48/+169
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 17:25:19 by jmb]John Mark Bell2003-12-271-14/+73
| | | | | | Handle indirected message data svn path=/import/netsurf/; revision=459
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-275-4/+115
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-272-2/+2
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-27 02:03:48 by jmb]John Mark Bell2003-12-273-53/+54
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=456
* [project @ 2003-12-27 01:37:51 by jmb]John Mark Bell2003-12-272-14/+15
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=455
* [project @ 2003-12-27 01:06:46 by jmb]John Mark Bell2003-12-271-35/+51
| | | | | | Reduce number of compiler warnings. svn path=/import/netsurf/; revision=454
* [project @ 2003-12-27 00:37:10 by jmb]John Mark Bell2003-12-271-6/+7
| | | | | | More code tidying... svn path=/import/netsurf/; revision=453
* [project @ 2003-12-27 00:35:54 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Return true after handling escape keypress. svn path=/import/netsurf/; revision=452
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-2725-111/+155
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-12-26 22:13:22 by jmb]John Mark Bell2003-12-262-0/+35
| | | | | | Add the constant data files referred to in the previous checkin. svn path=/import/netsurf/; revision=450
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-267-15/+22
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 22:11:28 by jmb]John Mark Bell2003-12-261-18/+1
| | | | | | Remove file:/// kludge. No longer needed as libcurl is now sensible svn path=/import/netsurf/; revision=448
* [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 18:18:17 by jmb]John Mark Bell2003-12-264-1/+27
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [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-26 16:21:46 by bursa]James Bursa2003-12-263-16/+22
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-267-17/+27
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 16:19:29 by bursa]James Bursa2003-12-261-1/+9
| | | | | | Add links to some more specifications and libraries. svn path=/import/netsurf/; revision=442
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-2612-194/+219
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441