summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-12-21 23:31:35 by jmb]John Mark Bell2003-12-211-6/+6
| | | | | | Disable frames for the moment. svn path=/import/netsurf/; revision=440
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-219-324/+284
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-213-38/+2
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-213-7/+102
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 17:27:39 by bursa]James Bursa2003-12-191-2/+2
| | | | | | Fix buffer overflow. svn path=/import/netsurf/; revision=436
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-195-5/+9
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:25:15 by jmb]John Mark Bell2003-12-191-2/+2
| | | | | | Fixup to work with existing code svn path=/import/netsurf/; revision=434
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-192-37/+8
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-12-19 00:59:36 by jmb]John Mark Bell2003-12-192-0/+35
| | | | | | Move version string creation to utils for easy access svn path=/import/netsurf/; revision=432
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-196-117/+113
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-12-15 12:58:58 by bursa]James Bursa2003-12-151-21/+15
| | | | | | Limit default window size, fix some warnings. svn path=/import/netsurf/; revision=430
* [project @ 2003-12-14 18:10:59 by bursa]James Bursa2003-12-141-4/+4
| | | | | | Toggle size to full height only, fix empty window crash. svn path=/import/netsurf/; revision=429
* [project @ 2003-12-12 01:33:38 by bursa]James Bursa2003-12-122-99/+162
| | | | | | Improve toggle-size and window extent behaviour. svn path=/import/netsurf/; revision=428
* [project @ 2003-12-12 00:46:18 by bursa]James Bursa2003-12-121-1/+1
| | | | | | Fix protocol check. svn path=/import/netsurf/; revision=427
* [project @ 2003-12-11 19:06:39 by bursa]James Bursa2003-12-112-3/+16
| | | | | | Fix submit outside form crash. svn path=/import/netsurf/; revision=426
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-115-87/+171
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-12-10 23:12:39 by bursa]James Bursa2003-12-101-33/+15
| | | | | | Remove obsolete css_selector code. svn path=/import/netsurf/; revision=424
* [project @ 2003-12-10 23:12:03 by bursa]James Bursa2003-12-101-2/+8
| | | | | | Dump stylesheets on F9. svn path=/import/netsurf/; revision=423