summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [project @ 2006-03-10 11:28:16 by jmb]John Mark Bell2006-03-101-4/+4
| | | | | | Add missing "struct" svn path=/import/netsurf/; revision=2126
* [project @ 2006-03-10 11:10:21 by dsilvers]Daniel Silverstone2006-03-101-0/+1
| | | | | | Include gui.h for gui_window struct svn path=/import/netsurf/; revision=2125
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-103-6/+7
| | | | | | Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer svn path=/import/netsurf/; revision=2123
* [project @ 2006-03-08 08:27:19 by bursa]James Bursa2006-03-081-1/+2
| | | | | | Disable font blending during printing (should fix text printing problems for LaserJets). svn path=/import/netsurf/; revision=2111
* [project @ 2006-03-05 12:24:18 by bursa]James Bursa2006-03-051-124/+253
| | | | | | Implement declaring fonts for printing (PostScript). svn path=/import/netsurf/; revision=2110
* [project @ 2006-03-05 01:42:16 by rjw]Richard Wilson2006-03-051-2/+1
| | | | | | Show unknown content icon in theme configuration toolbars. svn path=/import/netsurf/; revision=2109
* [project @ 2006-03-05 01:19:57 by rjw]Richard Wilson2006-03-051-2/+0
| | | | | | Fix theme choices window svn path=/import/netsurf/; revision=2108
* [project @ 2006-03-04 20:59:39 by rjw]Richard Wilson2006-03-041-9/+15
| | | | | | Only browser toolbars have associated gui windows (whoops!) svn path=/import/netsurf/; revision=2107
* [project @ 2006-03-04 20:50:12 by jmb]John Mark Bell2006-03-041-0/+2
| | | | | | Ensure bitmap is in memory svn path=/import/netsurf/; revision=2106
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-046-99/+215
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-03-04 06:11:55 by adrianl]Adrian Lees2006-03-041-4/+16
| | | | | | Second attempt svn path=/import/netsurf/; revision=2102