summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-0/+11
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-3/+14
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-21 14:19:21 by joty]John Tytgat2004-07-211-2/+26
| | | | | | Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133
* [project @ 2004-07-20 22:20:58 by rjw]Richard Wilson2004-07-201-5/+13
| | | | | | Support for complete buffering of all output. svn path=/import/netsurf/; revision=1132
* [project @ 2004-07-20 20:02:59 by rjw]Richard Wilson2004-07-201-5/+23
| | | | | | Fix for buffered text plotting. GUI control over font blending and buffering. svn path=/import/netsurf/; revision=1129
* [project @ 2004-07-20 11:30:03 by bursa]James Bursa2004-07-201-2/+1
| | | | | | Key presses are now an int. svn path=/import/netsurf/; revision=1126
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-0/+3
| | | | | | Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121
* [project @ 2004-07-19 01:00:25 by bursa]James Bursa2004-07-191-1/+3
| | | | | | Position caret correctly in scaled windows. svn path=/import/netsurf/; revision=1102
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-1/+24
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-28/+43
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-17 23:32:08 by bursa]James Bursa2004-07-171-34/+6
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-460/+729
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-6/+6
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-11 21:45:51 by rjw]Richard Wilson2004-07-111-1/+1
| | | | | | Inversion of hotlist icon functionality. Automatic placement of caret for dialog windows. Escape closes dialog windows. svn path=/import/netsurf/; revision=1071
* [project @ 2004-07-11 13:05:38 by bursa]James Bursa2004-07-111-17/+11
| | | | | | Clean up save box code by implementing ro_gui_save_open(). svn path=/import/netsurf/; revision=1070
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-9/+9
| | | | | | Save window cancel button implementation. Persistant child window handling. svn path=/import/netsurf/; revision=1056
* [project @ 2004-07-07 22:09:26 by rjw]Richard Wilson2004-07-071-3/+3
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-04 14:59:29 by rjw]Richard Wilson2004-07-041-1/+3
| | | | | | Futher hotlst development. Minor GUI tweaks. svn path=/import/netsurf/; revision=1044
* [project @ 2004-07-03 17:30:27 by rjw]Richard Wilson2004-07-031-1/+0
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-07-01 22:56:26 by rjw]Richard Wilson2004-07-011-1/+2
| | | | | | Hotlist visit count monitoring. Hotlist redraw optimisations. Hotlist entry content type icons. svn path=/import/netsurf/; revision=1037
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-1/+12
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-29 19:08:19 by jmb]John Mark Bell2004-06-291-8/+11
| | | | | | Full reload support for HTML contents. Adjust click the reload button svn path=/import/netsurf/; revision=1029
* [project @ 2004-06-28 19:40:57 by rjw]Richard Wilson2004-06-281-0/+1
| | | | | | Fix for Ctrl-N not working correctly. svn path=/import/netsurf/; revision=1024
* [project @ 2004-06-28 19:35:04 by rjw]Richard Wilson2004-06-281-15/+17
| | | | | | Optional window size inheritance to appease tlsa. Updates to code comments. Ctrl-N shortcut to open a new window. svn path=/import/netsurf/; revision=1023
* [project @ 2004-06-27 15:34:46 by rjw]Richard Wilson2004-06-271-2/+2
| | | | | | Missing file from last commit svn path=/import/netsurf/; revision=1019
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-271-23/+73
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-261-0/+2
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-25 17:52:05 by jmb]John Mark Bell2004-06-251-7/+9
| | | | | | Fix swi error reporting svn path=/import/netsurf/; revision=1009
* [project @ 2004-06-25 17:38:39 by jmb]John Mark Bell2004-06-251-53/+83
| | | | | | Tighten up parameter checking in ro_gui_window_click. svn path=/import/netsurf/; revision=1008
* [project @ 2004-06-22 20:39:16 by bursa]James Bursa2004-06-221-10/+9
| | | | | | Implement reload, with ^R shortcut. svn path=/import/netsurf/; revision=994
* [project @ 2004-06-22 17:39:00 by bursa]James Bursa2004-06-221-4/+0
| | | | | | Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-6/+1
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-4/+0
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-20 23:10:50 by bursa]James Bursa2004-06-201-13/+30
| | | | | | Implement stop toolbar button and Escape as key shortcut. svn path=/import/netsurf/; revision=983
* [project @ 2004-06-12 17:43:37 by bursa]James Bursa2004-06-121-2/+6
| | | | | | Fix limit zooming by ^Q / ^W. Increase limit to 1000. svn path=/import/netsurf/; revision=967
* [project @ 2004-06-11 00:08:53 by jmb]John Mark Bell2004-06-111-2/+19
| | | | | | Scale view keyboard shortcuts a la !Draw svn path=/import/netsurf/; revision=959
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-101-0/+2
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-06-10 13:05:43 by bursa]James Bursa2004-06-101-3/+8
| | | | | | Fix focus for new windows without URL bar. svn path=/import/netsurf/; revision=948
* [project @ 2004-06-06 19:39:17 by bursa]James Bursa2004-06-061-3/+0
| | | | | | Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931
* [project @ 2004-06-02 21:27:07 by bursa]James Bursa2004-06-021-25/+12
| | | | | | Simplify animation redraw code. svn path=/import/netsurf/; revision=922
* [project @ 2004-05-26 21:13:07 by rjw]Richard Wilson2004-05-261-22/+13
| | | | | | Fix for FP exceptions. svn path=/import/netsurf/; revision=897
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-86/+111
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-24 20:50:57 by rjw]Richard Wilson2004-05-241-3/+31
| | | | | | | Added option for maximum GIF animation speed (currently defaults to 10cs). Fix for scaled animations not being correctly updated due to rounding issues. svn path=/import/netsurf/; revision=895
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-9/+14
| | | | | | Improved style guide compliance and (incomplete) option to save window starting characteristics. svn path=/import/netsurf/; revision=891
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-141-0/+4
| | | | | | | | Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864
* [project @ 2004-05-12 10:43:34 by jmb]John Mark Bell2004-05-121-1/+0
| | | | | | Fix my inability to read svn path=/import/netsurf/; revision=857
* [project @ 2004-05-12 08:05:35 by jmb]John Mark Bell2004-05-121-1/+2
| | | | | | Fix input focus when right clicking a link. svn path=/import/netsurf/; revision=855
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-091-3/+24
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-05-09 16:12:24 by rjw]Richard Wilson2004-05-091-0/+15
| | | | | | Improved GIF animation and a decoding bug fix. svn path=/import/netsurf/; revision=845
* [project @ 2004-05-08 18:12:36 by bursa]James Bursa2004-05-081-0/+165
| | | | | | Move some functions from gui.c to window.c. Simplify and add error handling to gui_window_set_pointer(). svn path=/import/netsurf/; revision=842