John Mark Bell
0bb832d890
[project @ 2004-03-05 13:23:48 by jmb]
...
Fix memory leak when fgets fails.
Add debugging round early part of gui_init
svn path=/import/netsurf/; revision=583
2004-03-05 13:23:48 +00:00
John Mark Bell
0ea3e074f6
[project @ 2004-03-04 23:15:17 by jmb]
...
Add support for double clicking on / dragging in URL files.
svn path=/import/netsurf/; revision=582
2004-03-04 23:15:17 +00:00
James Bursa
d5bcedd3de
[project @ 2004-03-03 00:19:47 by bursa]
...
Handle DataLoads to iconbar, canonicalise path when loading files.
svn path=/import/netsurf/; revision=579
2004-03-03 00:19:47 +00:00
James Bursa
1c85bf0429
[project @ 2004-03-02 18:02:17 by bursa]
...
Add new url functions and modify to use them.
svn path=/import/netsurf/; revision=578
2004-03-02 18:02:41 +00:00
James Bursa
7f68e012cc
[project @ 2004-02-27 17:45:19 by bursa]
...
Move English text to Messages file for translation.
svn path=/import/netsurf/; revision=576
2004-02-27 17:45:19 +00:00
James Bursa
37cf580743
[project @ 2004-02-27 14:09:15 by bursa]
...
Implement option_language.
svn path=/import/netsurf/; revision=574
2004-02-27 14:09:15 +00:00
James Bursa
318869e90e
[project @ 2004-02-26 00:44:42 by bursa]
...
Implement drag saving of drawfiles and clean up drag/drop/save code.
svn path=/import/netsurf/; revision=568
2004-02-26 00:44:42 +00:00
James Bursa
7897a98a4c
[project @ 2004-02-25 15:12:57 by bursa]
...
Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history.
svn path=/import/netsurf/; revision=566
2004-02-25 15:12:58 +00:00
James Bursa
deaaa4a753
[project @ 2004-02-23 00:25:09 by bursa]
...
Workaround for window closing crash.
svn path=/import/netsurf/; revision=565
2004-02-23 00:25:09 +00:00
James Bursa
1319ff78c8
[project @ 2004-02-13 16:09:12 by bursa]
...
Clean up and rewrite options code.
svn path=/import/netsurf/; revision=536
2004-02-13 16:09:12 +00:00
John Mark Bell
f53642c94b
[project @ 2004-01-31 19:14:06 by jmb]
...
Fix positioning of caret in URL bar
svn path=/import/netsurf/; revision=520
2004-01-31 19:14:06 +00:00
James Bursa
ec933cf485
[project @ 2004-01-28 18:37:56 by bursa]
...
Clean up gui_poll() / gui_multitask() mess, add hourglass.
svn path=/import/netsurf/; revision=513
2004-01-28 18:37:56 +00:00
John Mark Bell
6b367e0795
[project @ 2004-01-20 20:13:43 by jmb]
...
View source for CSS files.
svn path=/import/netsurf/; revision=492
2004-01-20 20:13:43 +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
John Mark Bell
3d7c7a7050
[project @ 2003-12-29 22:50:43 by jmb]
...
Add some debugging.
svn path=/import/netsurf/; revision=470
2003-12-29 22:50:43 +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
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