summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [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-2724-111/+154
| | | | | | | 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-266-14/+21
| | | | | | | | 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 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:21:46 by bursa]James Bursa2003-12-261-0/+1
| | | | | | 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-261-15/+22
| | | | | | 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-217-307/+224
| | | | | | 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-211-4/+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