Commit Graph

282 Commits

Author SHA1 Message Date
John Mark Bell b0b2ec850f [project @ 2003-12-28 02:35:46 by jmb]
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
2003-12-28 02:35:46 +00:00
John Mark Bell 9ec88eb91f [project @ 2003-12-27 23:49:31 by jmb]
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
2003-12-27 23:49:31 +00:00
John Mark Bell fe1e4efac2 [project @ 2003-12-27 04:50:02 by jmb]
Add rudimentary ANT URL protocol support

svn path=/import/netsurf/; revision=458
2003-12-27 04:50:02 +00:00
John Mark Bell 59fb052818 [project @ 2003-12-27 00:11:57 by jmb]
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
2003-12-27 00:11:57 +00:00
John Mark Bell 93dfe6dfe8 [project @ 2003-12-26 22:12:39 by jmb]
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
2003-12-26 22:12:39 +00:00
John Mark Bell 78f9b20b3e [project @ 2003-12-26 18:18:17 by jmb]
Keypress handling in dialog boxes.

svn path=/import/netsurf/; revision=446
2003-12-26 18:18:17 +00:00
John Mark Bell adc3476157 [project @ 2003-12-21 22:10:15 by jmb]
Tidy up and integrate frames code. Still incomplete.

svn path=/import/netsurf/; revision=439
2003-12-21 22:10:15 +00:00
James Bursa d6f9f025f2 [project @ 2003-12-21 02:27:22 by bursa]
Improved scrolling by mouse and keyboard.

svn path=/import/netsurf/; revision=437
2003-12-21 02:27:22 +00:00
James Bursa 9805610091 [project @ 2003-12-11 01:23:57 by bursa]
Clean up key handling and implement scrolling using cursor keys.

svn path=/import/netsurf/; revision=425
2003-12-11 01:23:57 +00:00
James Bursa 87cb037c31 [project @ 2003-12-10 23:12:03 by bursa]
Dump stylesheets on F9.

svn path=/import/netsurf/; revision=423
2003-12-10 23:12:03 +00:00
James Bursa 9e13c0f9a3 [project @ 2003-11-20 00:16:31 by bursa]
Clean up and simplify themes, remove old history code.

svn path=/import/netsurf/; revision=420
2003-11-20 00:16:31 +00:00
James Bursa 64941a66d2 [project @ 2003-11-15 00:26:41 by bursa]
New history window.

svn path=/import/netsurf/; revision=418
2003-11-15 00:26:42 +00:00
James Bursa a1637bc53c [project @ 2003-11-08 13:51:58 by bursa]
Move Templates under en.

svn path=/import/netsurf/; revision=411
2003-11-08 13:51:58 +00:00
James Bursa b055948973 [project @ 2003-11-07 23:51:13 by bursa]
Split out window.c, implement DataOpen and tidy up gui code.

svn path=/import/netsurf/; revision=408
2003-11-07 23:51:13 +00:00
James Bursa b212e59a20 [project @ 2003-11-06 19:41:41 by bursa]
Mask null polls and use PollIdle when appropriate.

svn path=/import/netsurf/; revision=406
2003-11-06 19:41:41 +00:00
James Bursa f6828df654 [project @ 2003-10-25 16:22:56 by bursa]
New home page url.

svn path=/import/netsurf/; revision=379
2003-10-25 16:22:56 +00:00
James Bursa 28f974f00f [project @ 2003-10-25 14:13:49 by bursa]
URL encoded POST support.

svn path=/import/netsurf/; revision=375
2003-10-25 14:13:49 +00:00
James Bursa f1375fe19d [project @ 2003-10-25 00:35:49 by bursa]
Split out and clean up form submit code.

svn path=/import/netsurf/; revision=374
2003-10-25 00:35:49 +00:00
John Mark Bell caac2628a7 [project @ 2003-10-23 00:09:16 by jmb]
Enable logging into sites which require Basic Authentication
Has a couple of issues:
	1) Opens the page in the first window in the list
	2) Doesn't save the login details so you have to log in to each page.
	3) The call to ro_gui_401login_open shouldn't be there.

svn path=/import/netsurf/; revision=372
2003-10-23 00:09:17 +00:00
Rob Jackson 0b5bea4c19 [project @ 2003-10-05 23:30:21 by rob]
Implemented download window interface, and modified ro_drag_info struct

svn path=/import/netsurf/; revision=345
2003-10-05 23:30:21 +00:00
John Mark Bell c67ffb2b39 [project @ 2003-10-01 00:26:42 by jmb]
Split text selection related code from riscos/gui.c

svn path=/import/netsurf/; revision=338
2003-10-01 00:26:42 +00:00
John Mark Bell 563b8f6335 [project @ 2003-09-30 23:30:36 by jmb]
Split mouseactions code from gui.c

svn path=/import/netsurf/; revision=337
2003-09-30 23:30:36 +00:00
John Mark Bell 20ae4bff71 [project @ 2003-09-29 02:47:11 by jmb]
Cursor keys and Enter in forms

svn path=/import/netsurf/; revision=331
2003-09-29 02:47:11 +00:00
James Bursa 73f7db2a75 [project @ 2003-09-28 23:41:06 by bursa]
Rewrite text and password inputs to stop using wimp icons.

svn path=/import/netsurf/; revision=330
2003-09-28 23:41:07 +00:00
John Mark Bell 243618bd27 [project @ 2003-09-26 16:52:53 by jmb]
Add Help option to Iconbar menu

svn path=/import/netsurf/; revision=317
2003-09-26 16:52:53 +00:00
James Bursa 287986b28a [project @ 2003-09-22 21:55:08 by bursa]
Experimental textarea editing code.

svn path=/import/netsurf/; revision=309
2003-09-22 21:55:08 +00:00
James Bursa 763f186705 [project @ 2003-09-17 12:57:33 by bursa]
Poll queuing fix, backup redraw code.

svn path=/import/netsurf/; revision=296
2003-09-17 12:57:43 +00:00
John Mark Bell f4e447871b [project @ 2003-09-16 20:02:55 by jmb]
Add dynamically created About page. Accessed via about:

svn path=/import/netsurf/; revision=294
2003-09-16 20:02:55 +00:00
James Bursa f33b3e6f52 [project @ 2003-09-10 21:44:10 by bursa]
Reformat page when browser window is resized.

svn path=/import/netsurf/; revision=280
2003-09-10 21:44:11 +00:00
James Bursa 9c2e649290 [project @ 2003-09-10 17:10:25 by bursa]
Set graphics window when rendering objects.

svn path=/import/netsurf/; revision=279
2003-09-10 17:10:25 +00:00
John Mark Bell ddb2b98716 [project @ 2003-09-09 19:25:28 by jmb]
Forms: [input type=image] support, passwords are now displayed as asterisks

svn path=/import/netsurf/; revision=275
2003-09-09 19:25:28 +00:00
James Bursa 74b71f8295 [project @ 2003-09-08 22:46:20 by bursa]
Split out html_redraw().

svn path=/import/netsurf/; revision=271
2003-09-08 22:46:20 +00:00
James Bursa 83de722a57 [project @ 2003-09-05 14:35:36 by bursa]
Fix wimp message queueing.

svn path=/import/netsurf/; revision=267
2003-09-05 14:35:36 +00:00
James Bursa cdf0601420 [project @ 2003-08-30 21:45:03 by bursa]
Make page background colour work properly.

svn path=/import/netsurf/; revision=263
2003-08-30 21:45:03 +00:00
James Bursa cef8c477c3 [project @ 2003-08-28 19:21:27 by bursa]
Start implementing download window.

svn path=/import/netsurf/; revision=255
2003-08-28 19:21:27 +00:00
James Bursa 1548c232ca [project @ 2003-08-27 20:09:57 by bursa]
Fix negative dimensions, more gui cleanup.

svn path=/import/netsurf/; revision=252
2003-08-27 20:09:57 +00:00
James Bursa fd5b6d0c80 [project @ 2003-08-26 22:37:32 by bursa]
Break out dialog related code from gui.c.

svn path=/import/netsurf/; revision=251
2003-08-26 22:37:32 +00:00
John Mark Bell 3c11ffdc9f [project @ 2003-08-24 22:39:55 by jmb]
Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window.

svn path=/import/netsurf/; revision=246
2003-08-24 22:39:55 +00:00
James Bursa dfbe3c84f1 [project @ 2003-08-21 21:39:07 by bursa]
Break out menu related code.

svn path=/import/netsurf/; revision=245
2003-08-21 21:39:07 +00:00
John Mark Bell 7c474c848e [project @ 2003-07-30 13:06:22 by jmb]
Add support for Acorn URI Protocol and URI files (Rob Jackson)

svn path=/import/netsurf/; revision=242
2003-07-30 13:06:22 +00:00
John Mark Bell 3c0daf429a [project @ 2003-07-22 22:13:44 by jmb]
Enable viewing HTML source when F8 is pressed

svn path=/import/netsurf/; revision=241
2003-07-22 22:13:44 +00:00
James Bursa 5031b80b33 [project @ 2003-07-17 23:01:02 by bursa]
Fix 670947, tidy gui code, move some headers.

svn path=/import/netsurf/; revision=231
2003-07-17 23:01:02 +00:00
John Mark Bell 59cf6bcb96 [project @ 2003-07-17 15:37:36 by jmb]
move scrap directory

svn path=/import/netsurf/; revision=229
2003-07-17 15:37:36 +00:00
James Bursa 535d7771cf [project @ 2003-07-16 17:39:07 by bursa]
Dump cache on F10.

svn path=/import/netsurf/; revision=226
2003-07-16 17:39:07 +00:00
James Bursa 8319659562 [project @ 2003-07-15 18:06:52 by bursa]
Dump box tree on F9.

svn path=/import/netsurf/; revision=221
2003-07-15 18:06:52 +00:00
James Bursa 5911578eaf [project @ 2003-07-15 14:37:34 by bursa]
Implement html_redraw.

svn path=/import/netsurf/; revision=218
2003-07-15 14:37:34 +00:00
James Bursa 8d6365f4f3 [project @ 2003-07-02 14:32:21 by bursa]
Dither colours.

svn path=/import/netsurf/; revision=201
2003-07-02 14:32:21 +00:00
James Bursa 017fc4eb4b [project @ 2003-06-30 12:44:02 by bursa]
New file headers.

svn path=/import/netsurf/; revision=190
2003-06-30 12:44:03 +00:00
James Bursa 9903df5654 [project @ 2003-06-24 23:22:00 by bursa]
Change cache to use current content sizes.

svn path=/import/netsurf/; revision=183
2003-06-24 23:22:00 +00:00
James Bursa 0c0ff3c596 [project @ 2003-06-17 19:24:20 by bursa]
Change fetchcache system to store loading contents in cache.

svn path=/import/netsurf/; revision=180
2003-06-17 19:24:21 +00:00
James Bursa ce6dbbb5db [project @ 2003-06-14 11:34:02 by bursa]
Scale JPEGs and PNGs when plotting.

svn path=/import/netsurf/; revision=179
2003-06-14 11:34:02 +00:00
John Mark Bell bdad21d51c [project @ 2003-06-08 04:00:05 by jmb]
Cope with broken Choices file.

svn path=/import/netsurf/; revision=178
2003-06-08 04:00:05 +00:00
John Mark Bell c28a52f93e [project @ 2003-06-04 18:42:13 by jmb]
Update Themes URL to avoid unnecessary browser redirection

svn path=/import/netsurf/; revision=153
2003-06-04 18:42:13 +00:00
Phil Mellor 9f81422aea [project @ 2003-06-01 23:02:56 by monkeyson]
Configuration windows added.  HTTP Proxy support (untested).

svn path=/import/netsurf/; revision=145
2003-06-01 23:02:56 +00:00
James Bursa 27d93c182c [project @ 2003-05-10 11:13:34 by bursa]
Partial PNG support.

svn path=/import/netsurf/; revision=129
2003-05-10 11:15:49 +00:00
James Bursa 1ab6b6c50b [project @ 2003-04-15 18:07:25 by bursa]
Fix window resizing.

svn path=/import/netsurf/; revision=126
2003-04-15 18:07:25 +00:00
James Bursa 09b1ede5a3 [project @ 2003-04-15 17:53:00 by bursa]
Inline images and related.

svn path=/import/netsurf/; revision=125
2003-04-15 17:53:00 +00:00
James Bursa 0267469306 [project @ 2003-04-11 21:06:51 by bursa]
Memory usage and CSS fixes.

svn path=/import/netsurf/; revision=122
2003-04-11 21:06:51 +00:00
James Bursa 7c94cf8be9 [project @ 2003-04-10 21:44:45 by bursa]
Memory usage cleaning.

svn path=/import/netsurf/; revision=121
2003-04-10 21:44:45 +00:00
James Bursa 5d371fb47e [project @ 2003-03-25 21:51:29 by bursa]
Show alt text for images.

svn path=/import/netsurf/; revision=109
2003-03-25 21:51:29 +00:00
James Bursa 91f8a679db [project @ 2003-03-15 15:53:20 by bursa]
MIME types for local files, new test files.

svn path=/import/netsurf/; revision=107
2003-03-15 15:53:20 +00:00
James Bursa d3265936b9 [project @ 2003-03-08 20:26:31 by bursa]
Fix coordinates, sprite area.

svn path=/import/netsurf/; revision=105
2003-03-08 20:26:31 +00:00
James Bursa e2efda19df [project @ 2003-03-04 11:59:35 by bursa]
More compiler warning fixes.

svn path=/import/netsurf/; revision=104
2003-03-04 11:59:36 +00:00
James Bursa 64e1781eb4 [project @ 2003-03-03 22:40:39 by bursa]
Fix many browser warnings.

svn path=/import/netsurf/; revision=103
2003-03-03 22:40:39 +00:00
James Bursa 8edb43af7d [project @ 2003-02-25 21:00:27 by bursa]
Bug fixes, experimental JPEG support.

svn path=/import/netsurf/; revision=100
2003-02-25 21:00:27 +00:00
James Bursa a4c5929a2f [project @ 2003-02-09 12:58:14 by bursa]
Reorganization and rewrite of fetch, cache, and content handling.

svn path=/import/netsurf/; revision=96
2003-02-09 12:58:15 +00:00
James Bursa 30c5f817ba [project @ 2003-01-12 17:48:44 by bursa]
Implement title element.

svn path=/import/netsurf/; revision=94
2003-01-12 17:48:44 +00:00
Phil Mellor 6f67739fa7 [project @ 2003-01-11 17:33:31 by monkeyson]
Mouse gestures.  Recognises the same gestures as Opera, although only
back, forward and reload actually do anything yet.

svn path=/import/netsurf/; revision=91
2003-01-11 17:33:31 +00:00
James Bursa 2d515e267a [project @ 2003-01-07 23:16:04 by bursa]
Move baseline of text up.

svn path=/import/netsurf/; revision=89
2003-01-07 23:16:04 +00:00
James Bursa 59a1594f21 [project @ 2003-01-06 00:04:43 by bursa]
Remove special case code for file: urls.

svn path=/import/netsurf/; revision=85
2003-01-06 00:04:43 +00:00
Phil Mellor 20ea5ea00f [project @ 2002-12-30 22:56:30 by monkeyson]
Forms are now interactive - user can manipulate checkbox, radio, text, textarea,
select elements.

svn path=/import/netsurf/; revision=76
2002-12-30 22:56:30 +00:00
Phil Mellor 33a91eb2fe [project @ 2002-12-30 02:06:03 by monkeyson]
Started support for img tag - doesn't attempt to fetch/render images yet.
Combo boxes in forms.

svn path=/import/netsurf/; revision=72
2002-12-30 02:06:03 +00:00
Phil Mellor 50fc20c2d4 [project @ 2002-12-29 22:27:35 by monkeyson]
Font anti-alias colours corrected.

Begin displaying form elements - text, password, submit, reset

svn path=/import/netsurf/; revision=71
2002-12-29 22:27:35 +00:00
James Bursa 0eec3d6d4f [project @ 2002-12-29 20:02:46 by bursa]
Fix redraw problems

svn path=/import/netsurf/; revision=70
2002-12-29 20:02:46 +00:00
James Bursa e2ba6726c5 [project @ 2002-12-27 21:09:15 by bursa]
Implement color property.

svn path=/import/netsurf/; revision=67
2002-12-27 21:09:15 +00:00
James Bursa 8d1cbc0d05 [project @ 2002-12-27 20:35:32 by bursa]
Implement color property.

svn path=/import/netsurf/; revision=65
2002-12-27 20:35:32 +00:00
James Bursa a6c8472922 [project @ 2002-12-27 20:08:18 by bursa]
Implement color property.

svn path=/import/netsurf/; revision=63
2002-12-27 20:08:18 +00:00
James Bursa 8f5c1d0e6e [project @ 2002-12-27 17:27:24 by bursa]
Window minimum size

svn path=/import/netsurf/; revision=59
2002-12-27 17:27:24 +00:00
Phil Mellor eab796506b [project @ 2002-10-15 10:41:12 by monkeyson]
GUI: menus, toolbar, adjustable window width.

svn path=/import/netsurf/; revision=44
2002-10-15 10:41:12 +00:00
James Bursa 390fb8fb8d [project @ 2002-10-08 11:15:29 by bursa]
Removed most Unicode support, because it slows things down too much.

svn path=/import/netsurf/; revision=42
2002-10-08 11:15:29 +00:00
James Bursa fcbe2cebae [project @ 2002-09-26 21:38:32 by bursa]
New Unicode font handling and rendering code.

svn path=/import/netsurf/; revision=39
2002-09-26 21:38:33 +00:00
Phil Mellor 811106028f [project @ 2002-09-11 14:24:02 by monkeyson]
RISC OS Wimp GUI.

svn path=/import/netsurf/; revision=33
2002-09-11 14:24:02 +00:00