summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-1/+1
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+1
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-1/+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-14 22:36:38 by bursa]James Bursa2004-02-141-1/+1
| | | | | | Add save_draw. svn path=/import/netsurf/; revision=542
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-4/+4
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-1/+1
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-23 19:55:38 by bursa]James Bursa2004-01-231-10/+1
| | | | | | Remove generated documentation. svn path=/import/netsurf/; revision=497
* [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: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-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-291-1/+3
| | | | | | Transliterate Unicode to Latin1 using Markus Kuhn's transtab. svn path=/import/netsurf/; revision=465
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-1/+1
| | | | | | | | 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 00:17:55 by bursa]James Bursa2003-12-261-2/+3
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-191-1/+2
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-1/+1
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-121-2/+3
| | | | | | | 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-07 23:51:13 by bursa]James Bursa2003-11-071-1/+1
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [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-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+1
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | 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-01 00:26:42 by jmb]John Mark Bell2003-10-011-1/+1
| | | | | | Split text selection related code from riscos/gui.c svn path=/import/netsurf/; revision=338
* [project @ 2003-09-30 23:30:36 by jmb]John Mark Bell2003-09-301-2/+4
| | | | | | Split mouseactions code from gui.c svn path=/import/netsurf/; revision=337
* [project @ 2003-09-24 21:12:40 by bursa]James Bursa2003-09-241-1/+2
| | | | | | Use ImageFileConvert if available to render PNGs (using IFCLib). svn path=/import/netsurf/; revision=313
* [project @ 2003-09-16 20:02:55 by jmb]John Mark Bell2003-09-161-1/+1
| | | | | | Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-1/+1
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-1/+1
| | | | | | Split out html_redraw(). svn path=/import/netsurf/; revision=271
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-281-1/+1
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-26 22:37:32 by bursa]James Bursa2003-08-261-1/+1
| | | | | | Break out dialog related code from gui.c. svn path=/import/netsurf/; revision=251
* [project @ 2003-08-25 16:16:16 by bursa]James Bursa2003-08-251-0/+1
| | | | | | Link with ares. svn path=/import/netsurf/; revision=248
* [project @ 2003-08-21 21:39:07 by bursa]James Bursa2003-08-211-1/+1
| | | | | | Break out menu related code. svn path=/import/netsurf/; revision=245
* [project @ 2003-08-16 18:39:10 by bursa]James Bursa2003-08-161-1/+1
| | | | | | New portable messages module. svn path=/import/netsurf/; revision=244
* [project @ 2003-07-30 13:06:22 by jmb]John Mark Bell2003-07-301-1/+1
| | | | | | Add support for Acorn URI Protocol and URI files (Rob Jackson) svn path=/import/netsurf/; revision=242
* [project @ 2003-07-18 21:02:29 by bursa]James Bursa2003-07-181-1/+1
| | | | | | New GIF renderer using animlib (jmb). svn path=/import/netsurf/; revision=235
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-2/+2
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-3/+3
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-1/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-24 23:32:39 by bursa]James Bursa2003-06-241-3/+3
| | | | | | SSL support. svn path=/import/netsurf/; revision=185
* [project @ 2003-06-24 23:22:00 by bursa]James Bursa2003-06-241-2/+4
| | | | | | Change cache to use current content sizes. svn path=/import/netsurf/; revision=183
* [project @ 2003-06-21 13:18:00 by bursa]James Bursa2003-06-211-10/+30
| | | | | | Add debug command line build. svn path=/import/netsurf/; revision=181
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-2/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 14:39:54 by bursa]James Bursa2003-06-051-24/+30
| | | | | | Undo accidental commit. svn path=/import/netsurf/; revision=165
* [project @ 2003-06-05 14:33:18 by philpem]Philip Pemberton2003-06-051-30/+24
| | | | | | Added test GIF svn path=/import/netsurf/; revision=164
* [project @ 2003-06-05 14:01:37 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Add gif.o to makefile. svn path=/import/netsurf/; revision=162
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+2
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-05 11:03:20 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Rebuild zip if docs change. svn path=/import/netsurf/; revision=159
* [project @ 2003-06-04 22:12:32 by bursa]James Bursa2003-06-041-5/+4
| | | | | | Generate documentation. svn path=/import/netsurf/; revision=155
* [project @ 2003-06-04 21:59:01 by jmb]John Mark Bell2003-06-041-1/+12
| | | | | | Import User Documentation svn path=/import/netsurf/; revision=154
* [project @ 2003-06-01 23:44:38 by jmb]John Mark Bell2003-06-011-2/+2
| | | | | | Make it build svn path=/import/netsurf/; revision=149