summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-174-8/+209
| | | | | | | 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-16 21:09:40 by jmb]John Mark Bell2004-02-161-3/+11
| | | | | | | Check that we're actually dealing with a HTML page, just in case the user is silly enough to try and save something else as draw. svn path=/import/netsurf/; revision=555
* [project @ 2004-02-16 20:42:49 by jmb]John Mark Bell2004-02-162-7/+14
| | | | | | | Remove hard-coded sprite offset nastiness. Why this ever worked is confusing... svn path=/import/netsurf/; revision=554
* [project @ 2004-02-15 22:54:49 by jmb]John Mark Bell2004-02-151-2/+1
| | | | | | Lose unnecessary todo svn path=/import/netsurf/; revision=553
* [project @ 2004-02-15 22:40:02 by jmb]John Mark Bell2004-02-151-1/+1
| | | | | | Let's try that again... svn path=/import/netsurf/; revision=552
* [project @ 2004-02-15 22:37:52 by jmb]John Mark Bell2004-02-151-0/+5
| | | | | | Don't add zero length text strings. svn path=/import/netsurf/; revision=551
* [project @ 2004-02-15 22:19:43 by jmb]John Mark Bell2004-02-153-20/+73
| | | | | | Font support in draw export. svn path=/import/netsurf/; revision=549
* [project @ 2004-02-15 18:07:26 by jmb]John Mark Bell2004-02-151-8/+9
| | | | | | Use proper offsets instead of hard-coded nastiness svn path=/import/netsurf/; revision=546
* [project @ 2004-02-15 14:43:39 by jmb]John Mark Bell2004-02-151-2/+0
| | | | | | Lose LOG(()) call. update todo list svn path=/import/netsurf/; revision=545
* [project @ 2004-02-15 14:17:29 by jmb]John Mark Bell2004-02-151-0/+129
| | | | | | Radio button circle plotting. Warning - scary ;) svn path=/import/netsurf/; revision=544
* [project @ 2004-02-15 03:19:21 by jmb]John Mark Bell2004-02-151-17/+83
| | | | | | Fix various issues: Duplicate images, text madness. svn path=/import/netsurf/; revision=543
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-143-0/+476
| | | | | | Draw export module. svn path=/import/netsurf/; revision=541
* [project @ 2004-02-13 23:18:29 by bursa]James Bursa2004-02-131-1/+1
| | | | | | Fix proxy host icon. svn path=/import/netsurf/; revision=539
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-134-10/+74
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-136-334/+143
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-03 21:16:40 by jmb]John Mark Bell2004-02-031-13/+65
| | | | | | Add 24bpp support. svn path=/import/netsurf/; revision=532
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-023-79/+47
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-31 23:00:17 by jmb]John Mark Bell2004-01-311-6/+6
| | | | | | Fix text-decoration colours again. svn path=/import/netsurf/; revision=525
* [project @ 2004-01-31 22:40:03 by jmb]John Mark Bell2004-01-311-3/+21
| | | | | | Fix text-decoration colours svn path=/import/netsurf/; revision=524
* [project @ 2004-01-31 19:14:06 by jmb]John Mark Bell2004-01-313-4/+4
| | | | | | Fix positioning of caret in URL bar svn path=/import/netsurf/; revision=520
* [project @ 2004-01-31 18:12:08 by jmb]John Mark Bell2004-01-311-3/+7
| | | | | | | Stop grabbing input focus on fetch completion, unless the window already has the input focus. svn path=/import/netsurf/; revision=519
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-301-27/+60
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-281-6/+1
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-11/+73
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-28 18:37:56 by bursa]James Bursa2004-01-281-392/+330
| | | | | | Clean up gui_poll() / gui_multitask() mess, add hourglass. svn path=/import/netsurf/; revision=513
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-263-17/+21
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-25 21:40:45 by jmb]John Mark Bell2004-01-251-1/+3
| | | | | | Plot preview sprite with mask and palette svn path=/import/netsurf/; revision=505
* [project @ 2004-01-25 20:39:35 by jmb]John Mark Bell2004-01-251-4/+26
| | | | | | Override jpeglib's error handling. svn path=/import/netsurf/; revision=504
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-252-38/+258
| | | | | | | 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 16:56:57 by bursa]James Bursa2004-01-232-2/+6
| | | | | | Fix positioning of drawfiles (render bounding box). svn path=/import/netsurf/; revision=495
* [project @ 2004-01-21 23:57:19 by bursa]James Bursa2004-01-211-73/+158
| | | | | | Clean up and comment. svn path=/import/netsurf/; revision=493
* [project @ 2004-01-20 20:13:43 by jmb]John Mark Bell2004-01-201-8/+16
| | | | | | View source for CSS files. svn path=/import/netsurf/; revision=492
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-204-3/+24
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [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-0521-28/+191
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-312-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-301-1/+1
| | | | | | Read cookie file from the correct path svn path=/import/netsurf/; revision=472
* [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-28 16:17:31 by jmb]John Mark Bell2003-12-281-0/+16
| | | | | | | | 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-283-2/+5
| | | | | | | | | | | 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-276-30/+101
| | | | | | | | 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-2710-10/+10
| | | | | | 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-273-1/+103
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458