summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-11/+121
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-4/+6
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-0/+3
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-2/+2
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-04-13 16:15:23 by jmb]John Mark Bell2004-04-131-1/+1
| | | | | | | Move hot spot of caret pointer down. Tidy up caret pointer sprite svn path=/import/netsurf/; revision=772
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-0/+4
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-12 17:43:54 by bursa]James Bursa2004-04-121-2/+2
| | | | | | Replace / in docs file names with _. svn path=/import/netsurf/; revision=757
* [project @ 2004-04-09 21:06:10 by bursa]James Bursa2004-04-091-20/+67
| | | | | | Add FixFonts to attempt to fix common font problem. svn path=/import/netsurf/; revision=741
* [project @ 2004-04-04 18:07:44 by jmb]John Mark Bell2004-04-041-2/+4
| | | | | | | Add pointer to containing content struct to box_selection and update box_under_area accordingly This ensures relative links in frames etc. are url_joined correctly. svn path=/import/netsurf/; revision=721
* [project @ 2004-04-02 23:59:53 by jmb]John Mark Bell2004-04-021-4/+15
| | | | | | Allow files to be dragged into browser windows. svn path=/import/netsurf/; revision=708
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+24
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-04-02 14:31:20 by jmb]John Mark Bell2004-04-021-1/+1
| | | | | | Forgot to increment the number of messages we're interested in. svn path=/import/netsurf/; revision=700
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-3/+23
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-04-01 00:26:05 by jmb]John Mark Bell2004-04-011-0/+62
| | | | | | Change mouse pointer over page elements svn path=/import/netsurf/; revision=694
* [project @ 2004-03-30 11:45:48 by bursa]James Bursa2004-03-301-0/+6
| | | | | | Reduce frequency of gui_multitask() to improve performance. svn path=/import/netsurf/; revision=691
* [project @ 2004-03-28 00:29:29 by bursa]James Bursa2004-03-281-0/+5
| | | | | | Fix idle polling when events are scheduled. svn path=/import/netsurf/; revision=684
* [project @ 2004-03-27 00:49:29 by bursa]James Bursa2004-03-271-4/+16
| | | | | | Update die() to use an error box. svn path=/import/netsurf/; revision=673