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
01c0332607
[project @ 2003-12-27 17:25:19 by jmb]
...
Handle indirected message data
svn path=/import/netsurf/; revision=459
2003-12-27 17:25:19 +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
02915bb583
[project @ 2003-12-27 02:23:10 by jmb]
...
Fix a couple more warnings
svn path=/import/netsurf/; revision=457
2003-12-27 02:23:10 +00:00
John Mark Bell
0a1756a84f
[project @ 2003-12-27 02:03:48 by jmb]
...
Reduce compiler warnings
svn path=/import/netsurf/; revision=456
2003-12-27 02:03:48 +00:00
John Mark Bell
4da66aef4b
[project @ 2003-12-27 01:37:51 by jmb]
...
Reduce compiler warnings
svn path=/import/netsurf/; revision=455
2003-12-27 01:37:51 +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
John Mark Bell
006a24e810
[project @ 2003-12-27 00:37:10 by jmb]
...
More code tidying...
svn path=/import/netsurf/; revision=453
2003-12-27 00:37:10 +00:00
John Mark Bell
7e132ad0bc
[project @ 2003-12-27 00:35:54 by jmb]
...
Return true after handling escape keypress.
svn path=/import/netsurf/; revision=452
2003-12-27 00:35:54 +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
2363d8f5af
[project @ 2003-12-26 22:13:22 by jmb]
...
Add the constant data files referred to in the previous checkin.
svn path=/import/netsurf/; revision=450
2003-12-26 22:13:22 +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
d49a18d608
[project @ 2003-12-26 22:11:28 by jmb]
...
Remove file:/// kludge. No longer needed as libcurl is now sensible
svn path=/import/netsurf/; revision=448
2003-12-26 22:11:28 +00:00
Michael Drake
30702d00cb
[project @ 2003-12-26 19:40:59 by tlsa]
...
Cookie support added
svn path=/import/netsurf/; revision=447
2003-12-26 19:40:59 +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
James Bursa
1b2b1ebe1c
[project @ 2003-12-26 16:22:03 by bursa]
...
Enable cookies.
svn path=/import/netsurf/; revision=445
2003-12-26 16:22:03 +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
eb7cc625e7
[project @ 2003-12-26 16:19:29 by bursa]
...
Add links to some more specifications and libraries.
svn path=/import/netsurf/; revision=442
2003-12-26 16:19:29 +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
3b4de07169
[project @ 2003-12-21 23:31:35 by jmb]
...
Disable frames for the moment.
svn path=/import/netsurf/; revision=440
2003-12-21 23:31:35 +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
John Mark Bell
96bbdbc7ab
[project @ 2003-12-21 22:05:05 by jmb]
...
Clean up version string related mess.
svn path=/import/netsurf/; revision=438
2003-12-21 22:05:05 +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
06d3f56519
[project @ 2003-12-19 17:27:39 by bursa]
...
Fix buffer overflow.
svn path=/import/netsurf/; revision=436
2003-12-19 17:27:39 +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
John Mark Bell
07ddbc00e9
[project @ 2003-12-19 01:25:15 by jmb]
...
Fixup to work with existing code
svn path=/import/netsurf/; revision=434
2003-12-19 01:25:15 +00:00
John Mark Bell
7d67bd5a31
[project @ 2003-12-19 01:00:22 by jmb]
...
Add build date to Info dialog.
Move populate_version into utils
svn path=/import/netsurf/; revision=433
2003-12-19 01:00:22 +00:00
John Mark Bell
4f52950690
[project @ 2003-12-19 00:59:36 by jmb]
...
Move version string creation to utils for easy access
svn path=/import/netsurf/; revision=432
2003-12-19 00:59:36 +00:00
James Bursa
7ec54af359
[project @ 2003-12-19 00:40:28 by bursa]
...
Fix Themes menu, optimize toolbar opening.
svn path=/import/netsurf/; revision=431
2003-12-19 00:40:28 +00:00
James Bursa
101c358751
[project @ 2003-12-15 12:58:58 by bursa]
...
Limit default window size, fix some warnings.
svn path=/import/netsurf/; revision=430
2003-12-15 12:58:58 +00:00
James Bursa
6cc6b610c7
[project @ 2003-12-14 18:10:59 by bursa]
...
Toggle size to full height only, fix empty window crash.
svn path=/import/netsurf/; revision=429
2003-12-14 18:10:59 +00:00
James Bursa
d2c8263e59
[project @ 2003-12-12 01:33:38 by bursa]
...
Improve toggle-size and window extent behaviour.
svn path=/import/netsurf/; revision=428
2003-12-12 01:33:38 +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
c5f1560a70
[project @ 2003-12-10 23:12:39 by bursa]
...
Remove obsolete css_selector code.
svn path=/import/netsurf/; revision=424
2003-12-10 23:12:39 +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
John Mark Bell
b8cd833cfd
[project @ 2003-11-23 18:08:07 by jmb]
...
Bring themes documentation in line with code.
svn path=/import/netsurf/; revision=422
2003-11-23 18:08:07 +00:00
James Bursa
0fbc1b4ba5
[project @ 2003-11-20 00:17:26 by bursa]
...
Simplify themes.
svn path=/import/netsurf/; revision=421
2003-11-20 00:17:26 +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
9472e0c668
[project @ 2003-11-19 19:57:11 by bursa]
...
Minor improvements to the parser.
svn path=/import/netsurf/; revision=419
2003-11-19 19:57:11 +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
John Mark Bell
c617bbd432
[project @ 2003-11-15 00:15:40 by jmb]
...
Fix debug build.
svn path=/import/netsurf/; revision=417
2003-11-15 00:15:40 +00:00
John Mark Bell
01d735dab8
[project @ 2003-11-12 22:22:45 by jmb]
...
Begin frames support. Just data structure handling for now. None of this
code is called atm.
svn path=/import/netsurf/; revision=416
2003-11-12 22:22:45 +00:00
John Mark Bell
bf202492f9
[project @ 2003-11-08 21:47:10 by jmb]
...
Sync Info box and About Page version numbers.
If no version is specified in the Messages file, it defaults to "CVS
Test Build"
Remove unnecessary TODOs in plugin.c
svn path=/import/netsurf/; revision=415
2003-11-08 21:47:10 +00:00