summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-202-19/+27
| | | | | | | | Constify return of filename_request Make bitmap save code check for filename_request failure Update ro_gui_view_source to take account of constification svn path=/trunk/netsurf/; revision=2639
* Localise configure icon strings when appropriate.John Mark Bell2006-06-206-340/+493
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+2
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* Make URL completion ignore unvisited URLsJohn Mark Bell2006-06-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=2621
* Provide persistent flag for urldb entries.John Mark Bell2006-06-142-5/+6
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Fix handling of backspace in URL entry fieldJohn Mark Bell2006-06-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=2614
* New keybindings similar to other browsers:John Mark Bell2006-06-011-0/+18
| | | | | | | Backspace -> back Shift + Backspace -> forward svn path=/trunk/netsurf/; revision=2610
* Eliminate error at end of page drag scrolling on SelectAdrian Lees2006-05-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=2608
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8
| | | | svn path=/trunk/netsurf/; revision=2607
* Handle omitted realmJohn Mark Bell2006-05-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=2602
* Add Ctrl-Shift-Q and Ctrl-Shift-W to change scale in 10% steps.James Bursa2006-05-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=2593
* Reinstate Ctrl+R (full reload).Michael Drake2006-05-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=2584
* Fix crash when no Choices file is presentJohn Mark Bell2006-04-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=2562
* Fix crash when saving a selection after its containing window's content John Mark Bell2006-04-261-1/+2
| | | | | | has changed. svn path=/trunk/netsurf/; revision=2557
* Remove redundant mouseaction code.Richard Wilson2006-04-221-304/+0
| | | | svn path=/trunk/netsurf/; revision=2554
* Remove redundant mouseaction code.Richard Wilson2006-04-222-4/+0
| | | | svn path=/trunk/netsurf/; revision=2553
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2551
* Fix incorrect interactive help assignmentRichard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2549
* Finish history cloning.Richard Wilson2006-04-2211-23/+23
| | | | svn path=/trunk/netsurf/; revision=2547
* Apparently I need to specify add/deletions too...Richard Wilson2006-04-212-449/+0
| | | | svn path=/trunk/netsurf/; revision=2541
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-213-21/+46
| | | | svn path=/trunk/netsurf/; revision=2540
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-152-8/+14
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Fix insertion of unordered base nodesJohn Mark Bell2006-04-141-17/+25
| | | | svn path=/trunk/netsurf/; revision=2529
* Fix redraw issues for CONTENT_CSSJohn Mark Bell2006-04-131-0/+3
| | | | svn path=/trunk/netsurf/; revision=2528
* Fix global history tree corruptionJohn Mark Bell2006-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=2525
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-122-17/+14
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-112-51/+35
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-0911-255/+370
| | | | svn path=/trunk/netsurf/; revision=2519
* Fix spelling in comment.Michael Drake2006-04-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=2518
* Add missing include.James Bursa2006-04-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=2515
* [project @ 2006-04-06 22:42:22 by rjw]Richard Wilson2006-04-065-6/+201
| | | | | | Add connection option tool. svn path=/import/netsurf/; revision=2498
* [project @ 2006-04-06 22:39:53 by rjw]Richard Wilson2006-04-061-1/+1
| | | | | | Fix documentation. svn path=/import/netsurf/; revision=2497
* [project @ 2006-04-06 17:51:25 by rjw]Richard Wilson2006-04-064-12/+163
| | | | | | Content and security option tools. svn path=/import/netsurf/; revision=2493
* [project @ 2006-04-06 17:06:17 by rjw]Richard Wilson2006-04-061-5/+19
| | | | | | Add more interface options. svn path=/import/netsurf/; revision=2491
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-311-16/+0
| | | | | | Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-291-2/+0
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-25 22:48:32 by jmb]John Mark Bell2006-03-252-15/+4
| | | | | | | Assert that template names are <=11 chars long. Rename con_language to con_lang svn path=/import/netsurf/; revision=2165
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-254-541/+176
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-25 20:13:51 by bursa]James Bursa2006-03-251-1/+11
| | | | | | Make dialogs open fully on screen even if they are already open. svn path=/import/netsurf/; revision=2163
* [project @ 2006-03-25 06:21:21 by adrianl]Adrian Lees2006-03-251-31/+27
| | | | | | Correct operation in non-square 32bpp modes svn path=/import/netsurf/; revision=2160
* [project @ 2006-03-24 04:00:27 by adrianl]Adrian Lees2006-03-241-0/+1
| | | | | | Missing #include svn path=/import/netsurf/; revision=2159
* [project @ 2006-03-24 03:54:47 by adrianl]Adrian Lees2006-03-242-0/+333
| | | | | | Palette definitions for sprites svn path=/import/netsurf/; revision=2158
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-2410-7/+338
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-23 10:25:50 by tlsa]Michael Drake2006-03-231-2/+2
| | | | | | Add remaining pointer types to RISC OS build. svn path=/import/netsurf/; revision=2154
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-221-3/+3
| | | | | | More pointer types for RISC OS build. svn path=/import/netsurf/; revision=2150
* [project @ 2006-03-21 18:20:07 by rjek]Rob Kendrick2006-03-211-1/+1
| | | | | | Remove unwanted ; from drawfile saving code svn path=/import/netsurf/; revision=2147
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-212-0/+59
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-19 21:27:54 by jmb]John Mark Bell2006-03-191-2/+3
| | | | | | Fixup _disc API svn path=/import/netsurf/; revision=2138
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-192-5/+11
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-191-0/+9
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135