summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-312-30/+27
| | | | | | | Rename login template to "login". Use OS_GBPB9 to get filename of plugin logos. svn path=/import/netsurf/; revision=474
* [project @ 2003-12-30 17:52:26 by jmb]John Mark Bell2003-12-301-2/+10
| | | | | | Add some error handling svn path=/import/netsurf/; revision=473
* [project @ 2003-12-30 16:47:16 by jmb]John Mark Bell2003-12-301-1/+1
| | | | | | Read cookie file from the correct path svn path=/import/netsurf/; revision=472
* [project @ 2003-12-29 22:50:43 by jmb]John Mark Bell2003-12-292-4/+14
| | | | | | Add some debugging. svn path=/import/netsurf/; revision=470
* [project @ 2003-12-28 16:17:31 by jmb]John Mark Bell2003-12-281-0/+16
| | | | | | | | 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-283-2/+5
| | | | | | | | | | | 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-27 23:49:31 by jmb]John Mark Bell2003-12-276-30/+101
| | | | | | | | 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-2710-10/+10
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 17:25:19 by jmb]John Mark Bell2003-12-271-14/+73
| | | | | | Handle indirected message data svn path=/import/netsurf/; revision=459
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-273-1/+103
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-27 00:35:54 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Return true after handling escape keypress. svn path=/import/netsurf/; revision=452
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-2724-111/+154
| | | | | | | 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
* [project @ 2003-12-26 22:13:22 by jmb]John Mark Bell2003-12-262-0/+35
| | | | | | Add the constant data files referred to in the previous checkin. svn path=/import/netsurf/; revision=450
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-266-14/+21
| | | | | | | | 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
* [project @ 2003-12-26 22:11:28 by jmb]John Mark Bell2003-12-261-18/+1
| | | | | | Remove file:/// kludge. No longer needed as libcurl is now sensible svn path=/import/netsurf/; revision=448
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-264-1/+27
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-261-0/+1
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-15/+22
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 23:31:35 by jmb]John Mark Bell2003-12-211-6/+6
| | | | | | Disable frames for the moment. svn path=/import/netsurf/; revision=440
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-217-307/+224
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-211-4/+2
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-213-7/+102
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 17:27:39 by bursa]James Bursa2003-12-191-2/+2
| | | | | | Fix buffer overflow. svn path=/import/netsurf/; revision=436
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-192-4/+4
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:25:15 by jmb]John Mark Bell2003-12-191-2/+2
| | | | | | Fixup to work with existing code svn path=/import/netsurf/; revision=434
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-192-37/+8
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-194-117/+111
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-12-15 12:58:58 by bursa]James Bursa2003-12-151-21/+15
| | | | | | Limit default window size, fix some warnings. svn path=/import/netsurf/; revision=430
* [project @ 2003-12-14 18:10:59 by bursa]James Bursa2003-12-141-4/+4
| | | | | | Toggle size to full height only, fix empty window crash. svn path=/import/netsurf/; revision=429
* [project @ 2003-12-12 01:33:38 by bursa]James Bursa2003-12-122-99/+162
| | | | | | Improve toggle-size and window extent behaviour. svn path=/import/netsurf/; revision=428
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-113-68/+142
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-12-10 23:12:03 by bursa]James Bursa2003-12-101-2/+8
| | | | | | Dump stylesheets on F9. svn path=/import/netsurf/; revision=423
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-206-456/+181
| | | | | | 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-155-3/+302
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-124-1/+445
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-083-23/+14
| | | | | | | | | 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
* [project @ 2003-11-08 13:51:58 by bursa]James Bursa2003-11-081-1/+1
| | | | | | Move Templates under en. svn path=/import/netsurf/; revision=411
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-079-1039/+1084
| | | | | | 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-21/+30
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-11-05 18:41:06 by jmb]John Mark Bell2003-11-051-3/+3
| | | | | | Text-decoration now spans child text elements svn path=/import/netsurf/; revision=404
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-44/+25
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-26 12:41:51 by jmb]John Mark Bell2003-10-261-14/+4
| | | | | | | | 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 11:40:50 by bursa]James Bursa2003-10-261-14/+19
| | | | | | Fix caret and buffer allocations. svn path=/import/netsurf/; revision=390
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-1/+1
| | | | | | | 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 19:20:13 by jmb]John Mark Bell2003-10-251-27/+25
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 16:22:56 by bursa]James Bursa2003-10-251-1/+1
| | | | | | New home page url. svn path=/import/netsurf/; revision=379
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-253-3/+4
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-253-10/+7
| | | | | | 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-234-2/+158
| | | | | | | | | | 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