summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-09-07 23:14:31 by rjw]Richard Wilson2004-09-071-1/+1
| | | | | | Norcroft fix and update relating to CVS filename change svn path=/import/netsurf/; revision=1272
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-27/+12
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-26 22:58:19 by joty]John Tytgat2004-08-261-6/+8
| | | | | | | warn_user() : made warn_buffer static local. die() : a too long error message is now correctly NUL terminated; got rid of static variable. svn path=/import/netsurf/; revision=1251
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-9/+9
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-131-1/+24
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-11 21:36:30 by jmb]John Mark Bell2004-08-111-3/+1
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-11 16:38:04 by jmb]John Mark Bell2004-08-111-2/+1
| | | | | | Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
* [project @ 2004-08-09 09:05:34 by jmb]John Mark Bell2004-08-091-1/+2
| | | | | | Ignore dataloadack unless we actually expected it svn path=/import/netsurf/; revision=1205
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-091-2/+44
| | | | | | | Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199
* [project @ 2004-08-08 20:16:17 by rjw]Richard Wilson2004-08-081-1/+5
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [project @ 2004-08-01 23:58:26 by jmb]John Mark Bell2004-08-011-0/+1
| | | | | | Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176
* [project @ 2004-07-31 12:56:25 by jmb]John Mark Bell2004-07-311-0/+3
| | | | | | Prevent UnixLib munging suffixes svn path=/import/netsurf/; revision=1169
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-1/+2
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-281-29/+46
| | | | | | Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "". svn path=/import/netsurf/; revision=1158
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-3/+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-0/+2
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-1/+1
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-18 22:58:40 by jmb]John Mark Bell2004-07-181-4/+3
| | | | | | Remove unused variable from gui_init. Correctly apostrophise don't before Chocky complains. svn path=/import/netsurf/; revision=1101
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-3/+22
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-1/+1
| | | | | | 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-50/+0
| | | | | | 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-280/+303
| | | | | | 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-0/+10
| | | | | | 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-13 20:08:53 by rjw]Richard Wilson2004-07-131-1/+12
| | | | | | Adjust click on the iconbar icon opens the hotlist, Shift+Adjust opens the debug window. svn path=/import/netsurf/; revision=1075
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-0/+4
| | | | | | 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/+3
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-2/+3
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-041-1/+8
| | | | | | 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/+11
| | | | | | 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/+8
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-10/+15
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-28 23:57:26 by jmb]John Mark Bell2004-06-281-2/+1
| | | | | | Correct behaviour of unknown URL launching mechanism. the ANT load never occurred. svn path=/import/netsurf/; revision=1025
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-15/+11
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [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-18 17:03:22 by bursa]James Bursa2004-06-181-2/+2
| | | | | | Also warn user if Inet$Resolvers is set but empty. svn path=/import/netsurf/; revision=978
* [project @ 2004-06-11 12:19:56 by bursa]James Bursa2004-06-111-2/+2
| | | | | | New "About NetSurf" page, and menu item to open it. svn path=/import/netsurf/; revision=960
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-5/+5
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-1/+10
| | | | | | 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-06-09 21:04:45 by bursa]James Bursa2004-06-091-1/+7
| | | | | | Log value of Inet$Resolvers. svn path=/import/netsurf/; revision=943
* [project @ 2004-06-08 21:35:28 by joty]John Tytgat2004-06-081-137/+146
| | | | | | Buffer overflow checks. Reident. svn path=/import/netsurf/; revision=937
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-2/+2
| | | | | | 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-2/+2
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-22 14:38:59 by joty]John Tytgat2004-05-221-1/+1
| | | | | | gui_gadget_combo() : fix for spurious crash when RISC OS menu gets shown. svn path=/import/netsurf/; revision=888
* [project @ 2004-05-22 14:27:03 by joty]John Tytgat2004-05-221-14/+5
| | | | | | gui_gadget_combo() : small changes. svn path=/import/netsurf/; revision=887
* [project @ 2004-05-14 19:59:09 by rjw]Richard Wilson2004-05-141-4/+8
| | | | | | | | 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-13 14:39:43 by bursa]James Bursa2004-05-131-10/+12
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
* [project @ 2004-05-11 23:40:07 by rjw]Richard Wilson2004-05-111-1/+8
| | | | | | Interactive help support. svn path=/import/netsurf/; revision=853
* [project @ 2004-05-08 18:12:36 by bursa]James Bursa2004-05-081-163/+17
| | | | | | 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-17/+43
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-8/+8
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828