John Mark Bell
e8290de904
[project @ 2004-02-02 23:38:02 by jmb]
...
Fix issues highlighted by teoma.com
svn path=/import/netsurf/; revision=531
2004-02-02 23:38:02 +00:00
John Mark Bell
986b650983
[project @ 2004-01-25 20:13:51 by jmb]
...
Add jpeglib 6b based rendering. Attempts to use the OS routines first as
they're faster.
svn path=/import/netsurf/; revision=503
2004-01-25 20:13:51 +00:00
John Mark Bell
0dab93fe76
[project @ 2004-01-20 19:08:34 by jmb]
...
Allow toggling of POST support.
Add new toolbar icon numbers to riscos/gui.h
svn path=/import/netsurf/; revision=490
2004-01-20 19:08:34 +00:00
John Mark Bell
62245d13ec
[project @ 2004-01-05 02:10:59 by jmb]
...
Add ability to turn off browser features in build.
This may be useful when hunting down bugs.
svn path=/import/netsurf/; revision=480
2004-01-05 02:10:59 +00:00
James Bursa
825c81f03a
[project @ 2004-01-02 12:04:04 by bursa]
...
Use memory pool for box tree.
svn path=/import/netsurf/; revision=477
2004-01-02 12:04:04 +00:00
John Mark Bell
76e2269df3
[project @ 2003-12-29 23:09:39 by jmb]
...
Comment out frames-related stuff in the vain hope that it fixes bugs
some people are seeing.
svn path=/import/netsurf/; revision=471
2003-12-29 23:09:39 +00:00
John Mark Bell
3a8b8485ad
[project @ 2003-12-28 16:17:31 by jmb]
...
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
2003-12-28 16:17:31 +00:00
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
7e7b70e171
[project @ 2003-12-28 01:00:58 by jmb]
...
Fixup missing #include
svn path=/import/netsurf/; revision=462
2003-12-28 01:00:58 +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
James Bursa
ce0d5294d5
[project @ 2003-12-27 20:15:22 by bursa]
...
Use charset from Content-Type header.
svn path=/import/netsurf/; revision=460
2003-12-27 20:15:23 +00:00
John Mark Bell
3613ab36a9
[project @ 2003-12-27 01:06:46 by jmb]
...
Reduce number of compiler warnings.
svn path=/import/netsurf/; revision=454
2003-12-27 01:06:46 +00:00
James Bursa
20a6f739dc
[project @ 2003-12-26 16:21:46 by bursa]
...
Rewrite get_host_from_url() to use uri library.
svn path=/import/netsurf/; revision=444
2003-12-26 16:21:46 +00:00
James Bursa
894703b53b
[project @ 2003-12-26 16:20:57 by bursa]
...
Enable cookies.
svn path=/import/netsurf/; revision=443
2003-12-26 16:20:57 +00:00
James Bursa
f1b59814f8
[project @ 2003-12-26 00:17:55 by bursa]
...
New url_join using liburi, <base href=...>.
svn path=/import/netsurf/; revision=441
2003-12-26 00:17:55 +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
4c80a24364
[project @ 2003-12-19 17:11:07 by bursa]
...
Add netsurf_version string.
svn path=/import/netsurf/; revision=435
2003-12-19 17:11:07 +00:00
James Bursa
599953c98f
[project @ 2003-12-12 00:46:18 by bursa]
...
Fix protocol check.
svn path=/import/netsurf/; revision=427
2003-12-12 00:46:18 +00:00
James Bursa
086d66c9a1
[project @ 2003-12-11 19:06:39 by bursa]
...
Fix submit outside form crash.
svn path=/import/netsurf/; revision=426
2003-12-11 19:06:39 +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
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
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
94a175d78a
[project @ 2003-11-04 18:34:46 by bursa]
...
Fix downloads from cache.
svn path=/import/netsurf/; revision=401
2003-11-04 18:34:46 +00:00
John Mark Bell
04a1d398f2
[project @ 2003-10-31 10:58:35 by jmb]
...
Really fix scheme:moose bug
svn path=/import/netsurf/; revision=395
2003-10-31 10:58:35 +00:00
John Mark Bell
76c37600ad
[project @ 2003-10-30 22:45:23 by jmb]
...
Fix bug causing mailto: links to cause a crash
svn path=/import/netsurf/; revision=394
2003-10-30 22:45:23 +00:00
John Mark Bell
6d036cb630
[project @ 2003-10-26 12:41:51 by jmb]
...
Make fetch abort finish when auth is required.
Lose the right click performs the opposite action stuff in the login
dialog.
svn path=/import/netsurf/; revision=391
2003-10-26 12:41:51 +00:00
John Mark Bell
f07a47d252
[project @ 2003-10-26 00:09:27 by jmb]
...
Fix bug involving while loop exiting early.
Move the xstrdup of the realm into riscos/401login.c
svn path=/import/netsurf/; revision=389
2003-10-26 00:09:27 +00:00
John Mark Bell
c91e9b3458
[project @ 2003-10-25 22:03:14 by jmb]
...
Fix a bug where an infinite loop is entered if the hostname is entered
without a trailing '/'.
svn path=/import/netsurf/; revision=387
2003-10-25 22:03:14 +00:00
John Mark Bell
c9e188a4d1
[project @ 2003-10-25 19:20:13 by jmb]
...
HTTP Auth login improved (greatly).
Addresses all three issues in the previous version.
svn path=/import/netsurf/; revision=382
2003-10-25 19:20:13 +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
John Mark Bell
5e2fee7fd6
[project @ 2003-10-11 14:33:35 by jmb]
...
Prevent lnks and form items being clicked on when they are hidden
svn path=/import/netsurf/; revision=364
2003-10-11 14:33:35 +00:00
James Bursa
77e239298c
[project @ 2003-10-09 15:23:10 by bursa]
...
Minor textarea changes.
svn path=/import/netsurf/; revision=359
2003-10-09 15:23:10 +00:00
John Mark Bell
c673e138dc
[project @ 2003-10-08 22:25:20 by jmb]
...
Fix typo causing assertion failure
svn path=/import/netsurf/; revision=357
2003-10-08 22:25:20 +00:00
John Mark Bell
6ad8b25cc0
[project @ 2003-10-08 22:01:20 by jmb]
...
Allow cursor movement between lines in paragraphs
svn path=/import/netsurf/; revision=356
2003-10-08 22:01:20 +00:00
John Mark Bell
16746b0151
[project @ 2003-10-08 20:48:46 by jmb]
...
Make cursor keys work in text areas
svn path=/import/netsurf/; revision=352
2003-10-08 20:48:46 +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
James Bursa
7ef999c573
[project @ 2003-10-01 22:48:39 by bursa]
...
Improvements to <select>.
svn path=/import/netsurf/; revision=341
2003-10-01 22:48:39 +00:00
James Bursa
404a17b0a7
[project @ 2003-09-30 12:58:33 by bursa]
...
Implement return in text areas.
svn path=/import/netsurf/; revision=333
2003-09-30 12:58:33 +00:00
James Bursa
0a1975f8d6
[project @ 2003-09-29 16:32:17 by bursa]
...
Textareas scroll to show current line.
svn path=/import/netsurf/; revision=332
2003-09-29 16:32:17 +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
James Bursa
311c488f5a
[project @ 2003-09-26 23:22:00 by bursa]
...
Implement button element and more work on input element.
svn path=/import/netsurf/; revision=322
2003-09-26 23:22:00 +00:00
James Bursa
6da97decbf
[project @ 2003-09-23 21:48:22 by bursa]
...
Textarea related fixes.
svn path=/import/netsurf/; revision=312
2003-09-23 21:48:22 +00:00
James Bursa
29952cfc1f
[project @ 2003-09-23 18:35:44 by bursa]
...
More work on editing textareas.
svn path=/import/netsurf/; revision=311
2003-09-23 18:35:44 +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
4aadb2d013
[project @ 2003-09-19 23:36:17 by bursa]
...
Start converting forms to use CSS properly.
svn path=/import/netsurf/; revision=305
2003-09-19 23:36:17 +00:00