summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-074-31/+40
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-07 14:17:35 by rjw]Richard Wilson2005-02-071-0/+15
| | | | | | Stop crashes during buffered rendering freezing RISC OS svn path=/import/netsurf/; revision=1494
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-0/+6
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-27 22:54:59 by rjw]Richard Wilson2005-01-271-1/+1
| | | | | | Recursing deleted nodes is foolish svn path=/import/netsurf/; revision=1472
* [project @ 2005-01-24 23:02:37 by bursa]James Bursa2005-01-241-0/+1
| | | | | | Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-242-11/+11
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-24 20:59:15 by bursa]James Bursa2005-01-241-1/+0
| | | | | | Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-132-2/+15
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-032-26/+50
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-3/+3
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-251-49/+49
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-12-16 14:12:04 by rjw]Richard Wilson2004-12-161-0/+3
| | | | | | Fix for bug when deleting an expanded tree node. JNG/PNG opacity is now tested during the first plot. svn path=/import/netsurf/; revision=1405
* [project @ 2004-12-13 13:48:56 by rjw]Richard Wilson2004-12-131-2/+21
| | | | | | Fix hotlist dragging inconsitency. svn path=/import/netsurf/; revision=1402
* [project @ 2004-12-09 12:07:32 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Fix GTK build. Lose xcalloc() from history. svn path=/import/netsurf/; revision=1396
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-094-0/+1632
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-12-08 23:16:53 by jmb]John Mark Bell2004-12-081-3/+24
| | | | | | | Squash bug which caused assertion failure Add more asserts, for my own sanity svn path=/import/netsurf/; revision=1393
* [project @ 2004-12-08 00:31:11 by jmb]John Mark Bell2004-12-084-230/+389
| | | | | | | xfoo purge, reindent some sources. Loginlist is ugly, feel free to rewrite. svn path=/import/netsurf/; revision=1390
* [project @ 2004-11-22 23:29:50 by jmb]John Mark Bell2004-11-221-13/+15
| | | | | | Move URI handleability check to last minute prior to starting fetch - this enables catching of redirects to unsupported URIs. svn path=/import/netsurf/; revision=1371
* [project @ 2004-11-20 00:02:56 by bursa]James Bursa2004-11-203-30/+178
| | | | | | Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders. svn path=/import/netsurf/; revision=1363
* [project @ 2004-10-22 20:58:11 by bursa]James Bursa2004-10-221-39/+44
| | | | | | Fix form textarea scrolling. The scrollbar now works properly. svn path=/import/netsurf/; revision=1334
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-201-0/+2
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-17 21:11:29 by bursa]James Bursa2004-10-172-41/+70
| | | | | | Scrollbar and dragging work. svn path=/import/netsurf/; revision=1315
* [project @ 2004-10-17 21:03:19 by bursa]James Bursa2004-10-171-0/+47
| | | | | | New target-independent interface for plotting and RISC OS screen implementation. svn path=/import/netsurf/; revision=1312
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-042-0/+4
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 23:19:08 by jmb]John Mark Bell2004-10-012-19/+17
| | | | | | Referer header is now preserved across redirects svn path=/import/netsurf/; revision=1299
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-014-19/+49
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-013-16/+23
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-30 16:48:04 by jmb]John Mark Bell2004-09-301-1/+6
| | | | | | | Prevent crash when radio button outside a form block is selected. Make url bar update slightly more sane - doesn't update if the fetch is a download. svn path=/import/netsurf/; revision=1295
* [project @ 2004-09-28 15:30:48 by tlsa]Michael Drake2004-09-281-1/+3
| | | | | | Support invalid polygon shape name in image maps. svn path=/import/netsurf/; revision=1292
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-272-2/+4
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-14 00:20:29 by jmb]John Mark Bell2004-09-141-1/+0
| | | | | | Revert last change svn path=/import/netsurf/; revision=1278
* [project @ 2004-09-14 00:20:06 by jmb]John Mark Bell2004-09-141-0/+1
| | | | | | Prod NC build - looks like dependencies are screwed svn path=/import/netsurf/; revision=1277
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+5
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-26 22:59:02 by joty]John Tytgat2004-08-261-1/+1
| | | | | | die() doesn't need extra (). svn path=/import/netsurf/; revision=1252
* [project @ 2004-08-25 23:56:48 by bursa]James Bursa2004-08-252-5/+63
| | | | | | Experimental overflow: scroll code. svn path=/import/netsurf/; revision=1250
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-142-6/+5
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-141-7/+8
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-08-14 12:16:44 by joty]John Tytgat2004-08-142-17/+17
| | | | | | Keypresses are wchar_t typed data. svn path=/import/netsurf/; revision=1227
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-112-14/+8
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-111-0/+4
| | | | | | Start work on removing instances and making content types non-shareable. Clean up some #includes. svn path=/import/netsurf/; revision=1211
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-092-18/+25
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-08 19:13:40 by bursa]James Bursa2004-08-081-1/+14
| | | | | | Fix form submitting with an empty file upload. Update form_textarea_value(). Purge xcalloc() etc from form.c and handle memory exhaustion. svn path=/import/netsurf/; revision=1195
* [project @ 2004-08-06 22:19:12 by jmb]John Mark Bell2004-08-062-3/+30
| | | | | | Anchor support svn path=/import/netsurf/; revision=1187
* [project @ 2004-08-01 13:08:18 by bursa]James Bursa2004-08-011-8/+13
| | | | | | More work on overflow. Modify block centering to left-align when insufficient space. Fix caret positioning for form controls with padding. svn path=/import/netsurf/; revision=1171
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-303-1/+6
| | | | | | | | Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-1/+2
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-282-26/+4
| | | | | | Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "". svn path=/import/netsurf/; revision=1158
* [project @ 2004-07-28 22:38:17 by bursa]James Bursa2004-07-281-5/+5
| | | | | | Renamed curl_memdebug() to memdebug_memdebug(). svn path=/import/netsurf/; revision=1157
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-272-0/+15
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-262-1/+22
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150