summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix attempts to call die() before messages_hash exists:John Mark Bell2006-10-121-43/+71
| | | | | | | | | 1) Make hash_* more robust in the face of bad parameters 2) Make messages_* more robust in the face of bad parameters 3) Tidy up gui_init such that localised messages are loaded at the earliest opportunity svn path=/trunk/netsurf/; revision=2998
* Fix dataload stupiditiesJohn Mark Bell2006-09-071-2/+4
| | | | svn path=/trunk/netsurf/; revision=2925
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-182/+39
| | | | svn path=/trunk/netsurf/; revision=2922
* Experimental new frames code.Richard Wilson2006-09-021-10/+24
| | | | svn path=/trunk/netsurf/; revision=2906
* Workaround for later VideoHWSMI versions too; patterned line bug still not fixedAdrian Lees2006-08-221-1/+3
| | | | svn path=/trunk/netsurf/; revision=2883
* Call rufl_dump_state() when a crash occurs.James Bursa2006-08-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=2850
* Save and restore FP registers for APCS complianceAdrian Lees2006-08-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=2815
* Use desktop fontAdrian Lees2006-07-181-7/+13
| | | | svn path=/trunk/netsurf/; revision=2778
* Workaround for A9home crash drawing patterned lines; maybe temporaryAdrian Lees2006-07-161-0/+14
| | | | svn path=/trunk/netsurf/; revision=2768
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-10/+2
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-2/+4
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Join update boxes if possible to decrease rendering time (optimise bouncing ↵Richard Wilson2006-07-091-1/+2
| | | | | | bunny testcase.) svn path=/trunk/netsurf/; revision=2724
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-3/+10
| | | | svn path=/trunk/netsurf/; revision=2719
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-1/+3
| | | | svn path=/trunk/netsurf/; revision=2705
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=2699
* Make filename_create_directory check if directory already existsJohn Mark Bell2006-06-201-11/+14
| | | | | | | | 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
* 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
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-2/+2
| | | | | | | 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
* Replace a call to wimp_create_icon() with xwimp_create_icon().James Bursa2006-05-241-1/+8
| | | | svn path=/trunk/netsurf/; revision=2607
* 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