summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2006-03-04 05:53:49 by adrianl]Adrian Lees2006-03-041-7/+5
| | | | | | Allow adjust-drag-saving of sprites too svn path=/import/netsurf/; revision=2101
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-264-0/+10
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-254-3/+17
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-235-26/+230
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-22 20:04:39 by jmb]John Mark Bell2006-02-221-2/+2
| | | | | | Lose warnings svn path=/import/netsurf/; revision=2091
* [project @ 2006-02-22 13:03:57 by rjw]Richard Wilson2006-02-221-4/+7
| | | | | | Make clicks on the recent URL menu move selected item to the top. svn path=/import/netsurf/; revision=2090
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-226-66/+86
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 22:29:17 by rjw]Richard Wilson2006-02-211-6/+8
| | | | | | Fix broken decompression svn path=/import/netsurf/; revision=2088
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-214-34/+46
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-37/+52
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-15 23:28:18 by adrianl]Adrian Lees2006-02-151-3/+3
| | | | | | Make search accessible for textplain content svn path=/import/netsurf/; revision=2084
* [project @ 2006-02-15 23:14:51 by adrianl]Adrian Lees2006-02-151-64/+163
| | | | | | Late arrival svn path=/import/netsurf/; revision=2083
* [project @ 2006-02-15 23:10:08 by adrianl]Adrian Lees2006-02-152-0/+63
| | | | | | New header files svn path=/import/netsurf/; revision=2082
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-1511-90/+357
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-122-52/+105
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-11 19:10:42 by adrianl]Adrian Lees2006-02-111-7/+5
| | | | | | Corrected UTF8 conversion of imported text svn path=/import/netsurf/; revision=2074
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-111-10/+14
| | | | | | Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072
* [project @ 2006-02-10 20:44:04 by adrianl]Adrian Lees2006-02-101-11/+8
| | | | | | Simplify code svn path=/import/netsurf/; revision=2069
* [project @ 2006-02-10 18:10:09 by adrianl]Adrian Lees2006-02-101-11/+32
| | | | | | Improved reporting of startup errors svn path=/import/netsurf/; revision=2068