summaryrefslogtreecommitdiff
path: root/riscos/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-11/+14
| | | | | | Save window cancel button implementation. Persistant child window handling. svn path=/import/netsurf/; revision=1056
* [project @ 2004-07-07 22:17:24 by rjw]Richard Wilson2004-07-071-1/+2
| | | | | | Fix for broken compile svn path=/import/netsurf/; revision=1055
* [project @ 2004-07-07 00:31:57 by rjw]Richard Wilson2004-07-071-28/+67
| | | | | | Basic hotlist management facilities svn path=/import/netsurf/; revision=1053
* [project @ 2004-07-05 22:17:59 by rjw]Richard Wilson2004-07-051-32/+183
| | | | | | Minor hotlist GUI fixes. Further hotlist menu development. svn path=/import/netsurf/; revision=1052
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-3/+9
| | | | | | 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-3/+53
| | | | | | 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/+9
| | | | | | Futher hotlst development. Minor GUI tweaks. svn path=/import/netsurf/; revision=1044
* [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-30 22:09:20 by jmb]John Mark Bell2004-06-301-1/+2
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=1034
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-7/+21
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-29 19:08:19 by jmb]John Mark Bell2004-06-291-2/+2
| | | | | | Full reload support for HTML contents. Adjust click the reload button svn path=/import/netsurf/; revision=1029
* [project @ 2004-06-29 17:26:42 by jmb]John Mark Bell2004-06-291-13/+27
| | | | | | Reinstate Object->reload menu entry and make it work. svn path=/import/netsurf/; revision=1028
* [project @ 2004-06-28 19:35:04 by rjw]Richard Wilson2004-06-281-5/+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-19/+85
| | | | | | Missing file from last commit svn path=/import/netsurf/; revision=1019
* [project @ 2004-06-26 23:10:51 by rjw]Richard Wilson2004-06-261-1/+38
| | | | | | Dynamic updation on menu navigation status svn path=/import/netsurf/; revision=1016
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-261-245/+330
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-1/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-11 12:19:56 by bursa]James Bursa2004-06-111-4/+9
| | | | | | New "About NetSurf" page, and menu item to open it. svn path=/import/netsurf/; revision=960
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-101-2/+6
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-6/+22
| | | | | | Improved style guide compliance and (incomplete) option to save window starting characteristics. svn path=/import/netsurf/; revision=891
* [project @ 2004-05-22 23:04:44 by bursa]James Bursa2004-05-221-2/+0
| | | | | | 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-13/+36
| | | | | | | | 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-1/+1
| | | | | | Interactive help support. svn path=/import/netsurf/; revision=853
* [project @ 2004-05-09 16:49:53 by joty]John Tytgat2004-05-091-2/+2
| | | | | | Type change of struct content_html.encoding from xmlCharEncoding to xmlChar; Pickup Content-Type charset in the HTML file and use this if the server didn't send it or there was no server involved (e.g. HTML loading from disk). svn path=/import/netsurf/; revision=846
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-3/+3
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-06 20:37:48 by bursa]James Bursa2004-05-061-13/+9
| | | | | | Remove obsolete theme files. Hide some unimplemented toolbar icons. F2 moves caret to URL bar and clears it to "www.". Simplify some of the toolbar code. Fix menu-related crash (reported by Jerome Mathevet). svn path=/import/netsurf/; revision=836
* [project @ 2004-05-06 12:14:47 by bursa]James Bursa2004-05-061-15/+7
| | | | | | Some save-related fixes. svn path=/import/netsurf/; revision=835
* [project @ 2004-05-06 01:26:37 by jmb]John Mark Bell2004-05-061-5/+16
| | | | | | | | Remove Object->Reload menu entry as it does nothing. Save the correct URL when exporting the URL of an object (previously it saved the URL of the link target (if appropriate) of ofla (if not). Now save the URL of the object. TODO - saving of link targets and their URLs svn path=/import/netsurf/; revision=834
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-0/+1
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-051-11/+213
| | | | | | | | | 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-75/+274
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-01 23:40:37 by joty]John Tytgat2004-05-011-1/+2
| | | | | | Workaround for Norcroft oddity. svn path=/import/netsurf/; revision=811
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-5/+5
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-13 19:04:32 by rjw]Richard Wilson2004-04-131-51/+156
| | | | | | | Added extra menu options. Fixed bug in menu creation for values not present in the Messages file. svn path=/import/netsurf/; revision=774
* [project @ 2004-04-03 02:59:34 by jmb]John Mark Bell2004-04-031-2/+44
| | | | | | Implement page info dialog box. svn path=/import/netsurf/; revision=709
* [project @ 2004-03-27 23:18:52 by bursa]James Bursa2004-03-271-1/+7
| | | | | | Implement url_nice() and make save boxes use it to choose the default filename. svn path=/import/netsurf/; revision=682
* [project @ 2004-03-27 18:53:17 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Menu warning bug fix. svn path=/import/netsurf/; revision=681
* [project @ 2004-03-27 18:46:08 by bursa]James Bursa2004-03-271-29/+65
| | | | | | 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-2/+12
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-1/+6
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-2/+4
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-27 14:09:15 by bursa]James Bursa2004-02-271-2/+0
| | | | | | Implement option_language. svn path=/import/netsurf/; revision=574
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-261-2/+4
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-2/+51
| | | | | | 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-8/+23
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-3/+6
| | | | | | | 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-0/+1
| | | | | | | | 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-19 00:40:28 by bursa]James Bursa2003-12-191-0/+15
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-1/+1
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-09-26 16:52:53 by jmb]John Mark Bell2003-09-261-4/+7
| | | | | | Add Help option to Iconbar menu svn path=/import/netsurf/; revision=317