summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [project @ 2006-02-09 00:43:32 by adrianl]Adrian Lees2006-02-091-3/+6
| | | | | | Disable trapping of FP underflows (raised erroneously by FPEv4.09-4.11) svn path=/import/netsurf/; revision=2066
* [project @ 2006-02-07 16:32:47 by adrianl]Adrian Lees2006-02-072-0/+30
| | | | | | Added function to bring window to front svn path=/import/netsurf/; revision=2062
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-076-33/+265
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-6/+8
| | | | | | Implement HTTP caching algorithm; this should avoid stale cache entries being used. svn path=/import/netsurf/; revision=2059
* [project @ 2006-02-03 21:20:43 by adrianl]Adrian Lees2006-02-031-8/+39
| | | | | | Tidy up ro_gui_screen_size and remember screen properties svn path=/import/netsurf/; revision=2054
* [project @ 2006-02-02 17:32:00 by jmb]John Mark Bell2006-02-021-12/+28
| | | | | | Tidy up and fix 1422623. svn path=/import/netsurf/; revision=2053
* [project @ 2006-02-01 22:31:27 by adrianl]Adrian Lees2006-02-011-2/+2
| | | | | | Eliminate spurious char at end of imported text svn path=/import/netsurf/; revision=2052
* [project @ 2006-02-01 17:34:36 by adrianl]Adrian Lees2006-02-011-17/+43
| | | | | | Use hash table for faster access to event_windows svn path=/import/netsurf/; revision=2051
* [project @ 2006-01-29 12:23:22 by bursa]James Bursa2006-01-291-4/+27
| | | | | | New version of RUfl - better weight detection and up to 9 weights. svn path=/import/netsurf/; revision=2050
* [project @ 2006-01-26 23:52:01 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Revert accidentally checked in file. svn path=/import/netsurf/; revision=2048
* [project @ 2006-01-26 23:38:22 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
* [project @ 2006-01-26 02:24:29 by adrianl]Adrian Lees2006-01-261-28/+36
| | | | | | Correct handling of special chars at string start and adjacent special chars svn path=/import/netsurf/; revision=2045
* [project @ 2006-01-25 23:12:36 by jmb]John Mark Bell2006-01-251-13/+13
| | | | | | Fix buffer overflow svn path=/import/netsurf/; revision=2044
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-252-4/+94
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-25 13:38:55 by rjw]Richard Wilson2006-01-251-1/+2
| | | | | | Correctly display toolbar separator when editing toolbars. svn path=/import/netsurf/; revision=2042
* [project @ 2006-01-25 12:49:51 by rjw]Richard Wilson2006-01-251-0/+14
| | | | | | Possible workaround for OS template loading bug. svn path=/import/netsurf/; revision=2041
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-257-65/+175
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-25 00:33:00 by rjw]Richard Wilson2006-01-251-1/+2
| | | | | | Supress error message if parent window is already closed. svn path=/import/netsurf/; revision=2037
* [project @ 2006-01-25 00:21:26 by rjw]Richard Wilson2006-01-251-13/+12
| | | | | | Fix NULL reads. svn path=/import/netsurf/; revision=2036
* [project @ 2006-01-25 00:20:21 by rjw]Richard Wilson2006-01-251-9/+5
| | | | | | Rescue jmb from O2 svn path=/import/netsurf/; revision=2035