summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Finish history cloning.Richard Wilson2006-04-221-7/+7
| | | | svn path=/trunk/netsurf/; revision=2547
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-12/+19
| | | | svn path=/trunk/netsurf/; revision=2540
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-151-2/+4
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-15/+12
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Unify information databasesJohn Mark Bell2006-04-091-6/+9
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-6/+4
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-241-1/+24
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-101-1/+1
| | | | | | 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-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+5
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+5
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-2/+26
| | | | | | 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-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-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-01-25 02:43:07 by rjw]Richard Wilson2006-01-251-9/+22
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-18 00:54:27 by rjw]Richard Wilson2006-01-181-63/+78
| | | | | | Tidy up code to use generic url<->path functions. svn path=/import/netsurf/; revision=2022
* [project @ 2006-01-09 00:12:09 by rjw]Richard Wilson2006-01-091-31/+76
| | | | | | Begin moving message routing to new code. Implement Adjust-click close behaviour for local files. svn path=/import/netsurf/; revision=2019
* [project @ 2006-01-08 20:09:05 by rjw]Richard Wilson2006-01-081-44/+78
| | | | | | View source on local files now shows the actual file. Use the DataOpen protocol rather than changing the filetype. svn path=/import/netsurf/; revision=2018
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-41/+133
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-061-14/+2
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-06 13:27:15 by rjw]Richard Wilson2006-01-061-5/+1
| | | | | | Improve the dragging of URL files into the hotlist. svn path=/import/netsurf/; revision=1993
* [project @ 2006-01-06 00:57:01 by jmb]John Mark Bell2006-01-061-7/+63
| | | | | | Handle previous signal handler claimants correctly svn path=/import/netsurf/; revision=1987
* [project @ 2006-01-02 05:21:57 by rjw]Richard Wilson2006-01-021-41/+3
| | | | | | Use library sprite loading. svn path=/import/netsurf/; revision=1943
* [project @ 2006-01-01 18:52:30 by jmb]John Mark Bell2006-01-011-3/+11
| | | | | | | | Dump user options to stderr on abort. Dump box tree on failed assertion. Display Red/Yellow hourglass whilst dumping box tree (as this can take some time) svn path=/import/netsurf/; revision=1928
* [project @ 2006-01-01 13:58:31 by rjw]Richard Wilson2006-01-011-4/+1
| | | | | | Re-introduce clicking in URL completion window svn path=/import/netsurf/; revision=1925
* [project @ 2005-12-31 04:38:27 by rjw]Richard Wilson2005-12-311-175/+49
| | | | | | Don't buffer any events. Use new wimp_event system. svn path=/import/netsurf/; revision=1915
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-1/+10
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-09-01 20:29:59 by adrianl]Adrian Lees2005-09-011-0/+27
| | | | | | Tolerate incorrectly terminated and unterminated data xfer filenames svn path=/import/netsurf/; revision=1860
* [project @ 2005-08-04 22:50:49 by bursa]James Bursa2005-08-041-9/+13
| | | | | | Fix "View source" (Filer_Run before setting filetype). svn path=/import/netsurf/; revision=1839
* [project @ 2005-08-03 17:01:40 by rjw]Richard Wilson2005-08-031-3/+44
| | | | | | Give an unique filename each time 'View Source' is used. svn path=/import/netsurf/; revision=1837
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-1/+2
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-06-26 23:23:55 by jmb]John Mark Bell2005-06-261-3/+4
| | | | | | Disable raising of inexact floating point operations as we're not interested in them. svn path=/import/netsurf/; revision=1768
* [project @ 2005-06-26 22:25:49 by jmb]John Mark Bell2005-06-261-4/+8
| | | | | | | | | | Update to cater for changes in UnixLib: - unixlib/features.h is now features.h - __dynamic_da_name is now declared as const char * const - We explicitly force all FPU exceptions/traps back on (UnixLib default is now off) Correct error message when <NetSurf$Dir>.Resources.Sprites is missing. svn path=/import/netsurf/; revision=1767
* [project @ 2005-06-23 17:37:34 by rjw]Richard Wilson2005-06-231-2/+2
| | | | | | Unbreak the build. svn path=/import/netsurf/; revision=1763
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-9/+18
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-06-22 00:21:36 by bursa]James Bursa2005-06-221-0/+2
| | | | | | Make a configured countries Austria and Switzerland default to German translation. svn path=/import/netsurf/; revision=1758
* [project @ 2005-06-21 23:56:40 by adrianl]Adrian Lees2005-06-211-0/+3
| | | | | | Netherlands support svn path=/import/netsurf/; revision=1757
* [project @ 2005-05-02 02:09:54 by adrianl]Adrian Lees2005-05-021-1/+4
| | | | | | Fix abort/quit confirmation; keyboard operation in download windows; allow spaces in filenames svn path=/import/netsurf/; revision=1708
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-2/+93
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-21 21:36:23 by adrianl]Adrian Lees2005-04-211-2/+15
| | | | | | Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% svn path=/import/netsurf/; revision=1676
* [project @ 2005-04-17 17:16:44 by bursa]James Bursa2005-04-171-6/+1
| | | | | | Enable closing windows while the browser is busy. svn path=/import/netsurf/; revision=1664
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-22/+75
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-04-09 22:31:26 by rjw]Richard Wilson2005-04-091-0/+2
| | | | | | Close file on memory exhaustion. svn path=/import/netsurf/; revision=1617
* [project @ 2005-04-08 02:06:46 by rjw]Richard Wilson2005-04-081-9/+31
| | | | | | Save the page title with Acorn URI files, and use it when dragging into the hotlist. svn path=/import/netsurf/; revision=1606
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-16/+11
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-04-04 22:14:51 by adrianl]Adrian Lees2005-04-041-20/+107
| | | | | | DataSave support for inter-app file/URL transfer svn path=/import/netsurf/; revision=1596
* [project @ 2005-04-02 23:57:48 by jmb]John Mark Bell2005-04-021-1/+11
| | | | | | Dump all box trees when SIGFPE raised svn path=/import/netsurf/; revision=1590
* [project @ 2005-03-21 15:27:31 by rjw]Richard Wilson2005-03-211-1/+1
| | | | | | Correct wrong initial configuration. svn path=/import/netsurf/; revision=1568
* [project @ 2005-03-21 14:48:26 by rjw]Richard Wilson2005-03-211-1/+8
| | | | | | Make toolbar configurable. svn path=/import/netsurf/; revision=1567