summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-202-14/+44
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-055-16/+82
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-021-1/+2
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-29 23:09:39 by jmb]John Mark Bell2003-12-291-5/+16
| | | | | | | Comment out frames-related stuff in the vain hope that it fixes bugs some people are seeing. svn path=/import/netsurf/; revision=471
* [project @ 2003-12-28 16:17:31 by jmb]John Mark Bell2003-12-282-0/+4
| | | | | | | | 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
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-0/+2
| | | | | | | | | | | 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
* [project @ 2003-12-28 01:00:58 by jmb]John Mark Bell2003-12-281-2/+3
| | | | | | Fixup missing #include svn path=/import/netsurf/; revision=462
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-1/+0
| | | | | | | | 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
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-0/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 01:06:46 by jmb]John Mark Bell2003-12-271-35/+51
| | | | | | Reduce number of compiler warnings. svn path=/import/netsurf/; revision=454
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-261-0/+4
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-1/+1
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-262-33/+24
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-212-17/+60
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-192-0/+3
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-12 00:46:18 by bursa]James Bursa2003-12-121-1/+1
| | | | | | Fix protocol check. svn path=/import/netsurf/; revision=427
* [project @ 2003-12-11 19:06:39 by bursa]James Bursa2003-12-111-3/+8
| | | | | | Fix submit outside form crash. svn path=/import/netsurf/; revision=426
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-112-19/+29
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-202-103/+1
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-152-0/+13
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-072-0/+2
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-063-23/+39
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-11-04 18:34:46 by bursa]James Bursa2003-11-041-6/+9
| | | | | | Fix downloads from cache. svn path=/import/netsurf/; revision=401
* [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