summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-3/+1
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-012-6/+40
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-3/+3
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-141-20/+17
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-092-101/+127
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-09 07:37:29 by jmb]John Mark Bell2004-08-091-0/+2
| | | | | | Checkin missing config.h update svn path=/import/netsurf/; revision=1203
* [project @ 2004-08-06 22:20:36 by jmb]John Mark Bell2004-08-061-4/+6
| | | | | | Make the likes of <a href="#foo"> work svn path=/import/netsurf/; revision=1188
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-0/+2
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-07-28 22:35:02 by bursa]James Bursa2004-07-283-0/+854
| | | | | | Heap debugging functions and log analysis script. svn path=/import/netsurf/; revision=1156
* [project @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-272-0/+18
| | | | | | | Language configuration menu Make adjust clicks on font size arrows style guide compliant svn path=/import/netsurf/; revision=1154
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-2/+2
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-19 20:49:34 by joty]John Tytgat2004-07-191-1/+1
| | | | | | Build fix (part 2). svn path=/import/netsurf/; revision=1119
* [project @ 2004-07-19 20:43:25 by joty]John Tytgat2004-07-191-2/+2
| | | | | | Build fix. svn path=/import/netsurf/; revision=1118
* [project @ 2004-07-19 20:29:47 by joty]John Tytgat2004-07-192-2/+65
| | | | | | | Added cnv_local_enc_str() : to convert string in local machine encoding into UTF-8 NUL terminated string. svn path=/import/netsurf/; revision=1116
* [project @ 2004-07-19 19:34:07 by atimmins]Andrew Timmins2004-07-191-4/+4
| | | | | | Updated to support NCNetSurf build options svn path=/import/netsurf/; revision=1115
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-25/+30
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+1
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-08 20:13:35 by joty]John Tytgat2004-07-081-10/+9
| | | | | | Log function name too when compiling with Norcroft. svn path=/import/netsurf/; revision=1058
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-052-59/+80
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-2/+5
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-6/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-0/+1
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-08 10:56:21 by bursa]James Bursa2004-06-081-2/+4
| | | | | | Ignore whitespace at the start and end of URLs. svn path=/import/netsurf/; revision=935
* [project @ 2004-06-02 20:53:37 by bursa]James Bursa2004-06-021-5/+13
| | | | | | Make config change according to build. svn path=/import/netsurf/; revision=906
* [project @ 2004-05-20 20:55:36 by matthewh]Matthew Hambley2004-05-201-0/+1
| | | | | | Added a .cvsignore file to hide automatically built files svn path=/import/netsurf/; revision=874
* [project @ 2004-05-12 10:23:07 by rjw]Richard Wilson2004-05-122-2/+2
| | | | | | | Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
* [project @ 2004-05-08 18:13:27 by bursa]James Bursa2004-05-082-66/+85
| | | | | | Clean up and make more efficient. svn path=/import/netsurf/; revision=843
* [project @ 2004-05-07 19:04:59 by bursa]James Bursa2004-05-071-1/+2
| | | | | | Fix possible buffer under-read. svn path=/import/netsurf/; revision=840
* [project @ 2004-05-02 17:06:59 by jmb]John Mark Bell2004-05-021-3/+5
| | | | | | No longer truncate bytesize. svn path=/import/netsurf/; revision=817
* [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