summaryrefslogtreecommitdiff
path: root/riscos/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-62/+57
| | | | | | 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-3/+4
| | | | | | 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 23:14:24 by rjw]Richard Wilson2004-07-111-1/+1
| | | | | | Hotlist folder/entry creation. svn path=/import/netsurf/; revision=1072
* [project @ 2004-07-11 13:05:38 by bursa]James Bursa2004-07-111-8/+16
| | | | | | Clean up save box code by implementing ro_gui_save_open(). svn path=/import/netsurf/; revision=1070
* [project @ 2004-07-09 21:03:26 by rjw]Richard Wilson2004-07-091-0/+1
| | | | | | Various minor GUI fixes svn path=/import/netsurf/; revision=1064
* [project @ 2004-07-08 22:05:35 by rjw]Richard Wilson2004-07-081-1/+4
| | | | | | Lose compiler warnings. Fix for dragging hotlist item to itself failing. Initial work on adding/editing entries. svn path=/import/netsurf/; revision=1061
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-0/+3
| | | | | | 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-1/+17
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-07 00:31:57 by rjw]Richard Wilson2004-07-071-0/+1
| | | | | | Basic hotlist management facilities svn path=/import/netsurf/; revision=1053
* [project @ 2004-07-05 22:17:59 by rjw]Richard Wilson2004-07-051-1/+7
| | | | | | Minor hotlist GUI fixes. Further hotlist menu development. svn path=/import/netsurf/; revision=1052
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-041-1/+3
| | | | | | Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
* [project @ 2004-07-04 14:59:29 by rjw]Richard Wilson2004-07-041-0/+1
| | | | | | 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-2/+4
| | | | | | 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/+9
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-49/+40
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-271-0/+1
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-261-0/+1
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-101-0/+1
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-1/+7
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-1/+1
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-22 23:04:44 by bursa]James Bursa2004-05-221-10/+5
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-141-1/+1
| | | | | | | | 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-11 23:40:07 by rjw]Richard Wilson2004-05-111-0/+1
| | | | | | Interactive help support. svn path=/import/netsurf/; revision=853
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-091-0/+1
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-05-08 20:44:00 by bursa]James Bursa2004-05-081-0/+1
| | | | | | Break out ro_gui_dialog_load_template(). Replace xcalloc() with malloc() and add some error handling. svn path=/import/netsurf/; revision=844
* [project @ 2004-05-08 18:12:36 by bursa]James Bursa2004-05-081-0/+2
| | | | | | 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
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-5/+8
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-051-2/+10
| | | | | | | | | Implement saving of Links as URI, URL and Text Implement saving of page objects in their original format Implement export of page images as Sprite Fix NULL pointer causing ofla when extracting page charset from libxml svn path=/import/netsurf/; revision=826
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-17/+36
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-0/+1
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-04-13 23:19:44 by bursa]James Bursa2004-04-131-1/+1
| | | | | | Remove some obsolete options. svn path=/import/netsurf/; revision=777
* [project @ 2004-04-13 21:57:12 by andrew]Andrew Duffell2004-04-131-14/+10
| | | | | | removal of redundant options bor browser svn path=/import/netsurf/; revision=776
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-1/+3
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-03 02:59:34 by jmb]John Mark Bell2004-04-031-1/+7
| | | | | | Implement page info dialog box. svn path=/import/netsurf/; revision=709
* [project @ 2004-03-27 18:46:08 by bursa]James Bursa2004-03-271-1/+3
| | | | | | Save complete gui and F3 etc. svn path=/import/netsurf/; revision=677
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-1/+1
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-211-0/+7
| | | | | | Implement scheduled callbacks. svn path=/import/netsurf/; revision=640
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-0/+3
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-081-0/+4
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-19/+23
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-12/+21
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-0/+6
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-7/+4
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-0/+1
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-0/+7
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+3
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-0/+1
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-1/+0
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-261-0/+2
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446