summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-252-0/+52
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-21 22:51:51 by jmb]John Mark Bell2004-04-211-0/+5
| | | | | | Fix crash in tolat1_pre. Thanks to John Tytgat for reporting. svn path=/import/netsurf/; revision=800
* [project @ 2004-04-13 23:21:03 by bursa]James Bursa2004-04-131-2/+2
| | | | | | Make scheme matching stricter. svn path=/import/netsurf/; revision=779
* [project @ 2004-04-12 20:43:29 by bursa]James Bursa2004-04-121-3/+7
| | | | | | Fix bug in url_join(). svn path=/import/netsurf/; revision=763
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-272-3/+101
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-27 00:49:29 by bursa]James Bursa2004-03-271-5/+0
| | | | | | Update die() to use an error box. svn path=/import/netsurf/; revision=673
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-0/+1
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-15 15:03:34 by bursa]James Bursa2004-03-151-3/+8
| | | | | | Remove isspace() calls to avoid squashing nbsp (see setlocale() change). svn path=/import/netsurf/; revision=624
* [project @ 2004-03-05 22:15:33 by jmb]John Mark Bell2004-03-051-0/+2
| | | | | | | Fix URI file dragging properly. Fix missing fclose in load() svn path=/import/netsurf/; revision=587
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-024-107/+459
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-271-8/+1
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-0/+1
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-172-2/+2
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-0/+1
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-02-15 22:22:38 by jmb]John Mark Bell2004-02-151-0/+2
| | | | | | Add reminder to update Docs/Doxyfile too. svn path=/import/netsurf/; revision=550
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-141-0/+3
| | | | | | Draw export module. svn path=/import/netsurf/; revision=541
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-0/+3
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-052-2/+53
| | | | | | | 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-02 12:04:29 by bursa]James Bursa2004-01-022-0/+240
| | | | | | Implement memory pools. svn path=/import/netsurf/; revision=478
* [project @ 2003-12-30 16:47:16 by jmb]John Mark Bell2003-12-301-1/+1
| | | | | | Read cookie file from the correct path svn path=/import/netsurf/; revision=472
* [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-291-0/+9
| | | | | | | | 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 00:38:59 by bursa]James Bursa2003-12-294-6/+1759
| | | | | | Transliterate Unicode to Latin1 using Markus Kuhn's transtab. svn path=/import/netsurf/; revision=465
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-282-0/+72
| | | | | | | | | | | 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-27 23:49:31 by jmb]John Mark Bell2003-12-271-1/+28
| | | | | | | | 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-272-0/+25
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [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-26 16:21:46 by bursa]James Bursa2003-12-261-16/+17
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-262-88/+50
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-212-34/+0
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [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-11-07 23:47:55 by bursa]James Bursa2003-11-072-0/+18
| | | | | | Add is_dir(). svn path=/import/netsurf/; revision=407
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-252-3/+23
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-07 21:34:39 by bursa]James Bursa2003-10-072-0/+26
| | | | | | Implement white-space property. svn path=/import/netsurf/; revision=348
* [project @ 2003-08-16 18:39:10 by bursa]James Bursa2003-08-162-0/+161
| | | | | | New portable messages module. svn path=/import/netsurf/; revision=244
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-303-6/+17
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-05-22 13:21:45 by bursa]James Bursa2003-05-221-3/+42
| | | | | | Form GET support (John M Bell) svn path=/import/netsurf/; revision=130
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-112-2/+40
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-052-2/+59
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-093-7/+7
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-07 23:15:23 by bursa]James Bursa2003-01-071-1/+2
| | | | | | Clean up many compiler warnings. svn path=/import/netsurf/; revision=88
* [project @ 2002-10-08 09:38:29 by bursa]James Bursa2002-10-081-0/+24
| | | | | | LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-1/+9
| | | | | | RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
* [project @ 2002-08-11 23:04:02 by bursa]James Bursa2002-08-111-1/+7
| | | | | | [monkeyson] Multiple-include guards. svn path=/import/netsurf/; revision=30
* [project @ 2002-06-21 18:16:24 by bursa]James Bursa2002-06-211-3/+3
| | | | | | Implemented clear, fixed inline / float bugs, eliminated many compiler warnings. svn path=/import/netsurf/; revision=22
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-181-16/+14
| | | | | | Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
* [project @ 2002-05-21 21:27:29 by bursa]James Bursa2002-05-212-2/+21
| | | | | | Add squash_whitespace(). svn path=/import/netsurf/; revision=17
* [project @ 2002-04-22 09:24:35 by bursa]James Bursa2002-04-222-0/+86
Initial revision svn path=/import/netsurf/; revision=2