summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-10-31 10:58:35 by jmb]John Mark Bell2003-10-311-1/+2
| | | | | | Really fix scheme:moose bug svn path=/import/netsurf/; revision=395
* [project @ 2003-10-30 22:45:23 by jmb]John Mark Bell2003-10-301-0/+3
| | | | | | Fix bug causing mailto: links to cause a crash svn path=/import/netsurf/; revision=394
* [project @ 2003-10-26 12:41:51 by jmb]John Mark Bell2003-10-261-0/+5
| | | | | | | | 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
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-17/+21
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 22:03:14 by jmb]John Mark Bell2003-10-251-11/+26
| | | | | | | Fix a bug where an infinite loop is entered if the hostname is entered without a trailing '/'. svn path=/import/netsurf/; revision=387
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-253-3/+163
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-252-29/+49
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-253-134/+31
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-232-0/+19
| | | | | | | | | | 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
* [project @ 2003-10-11 14:33:35 by jmb]John Mark Bell2003-10-111-0/+6
| | | | | | Prevent lnks and form items being clicked on when they are hidden svn path=/import/netsurf/; revision=364
* [project @ 2003-10-09 15:23:10 by bursa]James Bursa2003-10-091-15/+16
| | | | | | Minor textarea changes. svn path=/import/netsurf/; revision=359
* [project @ 2003-10-08 22:25:20 by jmb]John Mark Bell2003-10-081-15/+7
| | | | | | Fix typo causing assertion failure svn path=/import/netsurf/; revision=357
* [project @ 2003-10-08 22:01:20 by jmb]John Mark Bell2003-10-081-4/+29
| | | | | | Allow cursor movement between lines in paragraphs svn path=/import/netsurf/; revision=356
* [project @ 2003-10-08 20:48:46 by jmb]John Mark Bell2003-10-081-8/+55
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-051-1/+1
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-12/+37
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-30 12:58:33 by bursa]James Bursa2003-09-301-1/+35
| | | | | | Implement return in text areas. svn path=/import/netsurf/; revision=333
* [project @ 2003-09-29 16:32:17 by bursa]James Bursa2003-09-291-6/+32
| | | | | | Textareas scroll to show current line. svn path=/import/netsurf/; revision=332
* [project @ 2003-09-29 02:47:11 by jmb]John Mark Bell2003-09-291-2/+31
| | | | | | Cursor keys and Enter in forms svn path=/import/netsurf/; revision=331
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-282-24/+130
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-8/+2
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-23 21:48:22 by bursa]James Bursa2003-09-231-1/+41
| | | | | | Textarea related fixes. svn path=/import/netsurf/; revision=312
* [project @ 2003-09-23 18:35:44 by bursa]James Bursa2003-09-231-1/+94
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-223-4/+174
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-19 23:36:17 by bursa]James Bursa2003-09-191-1/+1
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-17 17:43:56 by bursa]James Bursa2003-09-171-2/+4
| | | | | | Fix instances being removed. svn path=/import/netsurf/; revision=298
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-0/+8
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-092-0/+34
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-1/+0
| | | | | | Split out html_redraw(). svn path=/import/netsurf/; revision=271
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-031-0/+1
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-1/+1
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-282-5/+54
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-2/+0
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-175-22/+18
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-0/+4
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-142-8/+15
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-3/+3
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-05 16:23:52 by bursa]James Bursa2003-07-051-3/+7
| | | | | | Improved status bar behaviour. svn path=/import/netsurf/; revision=205
* [project @ 2003-06-30 22:21:51 by bursa]James Bursa2003-06-301-1/+7
| | | | | | Add title attribute support. svn path=/import/netsurf/; revision=195
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-306-12/+34
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+9
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-172-35/+46
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-06 02:14:28 by jmb]John Mark Bell2003-06-061-1/+5
| | | | | | Add RCS ID svn path=/import/netsurf/; revision=169
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-052-3/+5
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-013-2/+35
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-05-25 04:09:59 by jmb]John Mark Bell2003-05-251-3/+5
| | | | | | Make form action buttons unindent after being clicked svn path=/import/netsurf/; revision=133
* [project @ 2003-05-22 13:21:45 by bursa]James Bursa2003-05-221-1/+120
| | | | | | Form GET support (John M Bell) svn path=/import/netsurf/; revision=130
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-102-3/+5
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-2/+4
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-152-7/+13
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125