summaryrefslogtreecommitdiff
path: root/riscos/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement 1582065.Richard Wilson2006-12-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=3096
* Fix 1568884.Richard Wilson2006-12-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=3094
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-15/+2
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing ↵Richard Wilson2006-09-061-23/+10
| | | | | | issues for framesets. svn path=/trunk/netsurf/; revision=2924
* Fix 1528364.Richard Wilson2006-09-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=2916
* Allow the user to delete cookies.Richard Wilson2006-07-161-1/+11
| | | | svn path=/trunk/netsurf/; revision=2770
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-11/+68
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Make adjust-back/forwards/up open content in a new window (implement 1431600)Richard Wilson2006-07-051-11/+1
| | | | svn path=/trunk/netsurf/; revision=2717
* Implement up toolbar icon and menu option.Richard Wilson2006-07-031-1/+41
| | | | svn path=/trunk/netsurf/; revision=2705
* Finish history cloning.Richard Wilson2006-04-221-5/+5
| | | | svn path=/trunk/netsurf/; revision=2547
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-2/+2
| | | | | | Convert file:/... to file:///... (the former isn't a valid URL) svn path=/trunk/netsurf/; revision=2524
* Unify information databasesJohn Mark Bell2006-04-091-3/+4
| | | | svn path=/trunk/netsurf/; revision=2519
* Add missing include.James Bursa2006-04-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=2515
* [project @ 2006-04-06 22:42:22 by rjw]Richard Wilson2006-04-061-5/+6
| | | | | | Add connection option tool. svn path=/import/netsurf/; revision=2498
* [project @ 2006-02-22 13:03:57 by rjw]Richard Wilson2006-02-221-4/+7
| | | | | | Make clicks on the recent URL menu move selected item to the top. svn path=/import/netsurf/; revision=2090
* [project @ 2006-02-15 23:28:18 by adrianl]Adrian Lees2006-02-151-3/+3
| | | | | | Make search accessible for textplain content svn path=/import/netsurf/; revision=2084
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-251-53/+22
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-5/+5
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-02 22:09:23 by rjw]Richard Wilson2006-01-021-1/+1
| | | | | | Enable access to new configuration tools. svn path=/import/netsurf/; revision=1962
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-146/+133
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-12-10 18:02:36 by adrianl]Adrian Lees2005-12-101-1/+3
| | | | | | Added quit msg to stderr to differentiate user request from failure svn path=/import/netsurf/; revision=1895
* [project @ 2005-11-28 00:20:15 by adrianl]Adrian Lees2005-11-281-13/+5
| | | | | | Fix IS_MENU check to prevent Illegal window handle error in menus. Removed debug svn path=/import/netsurf/; revision=1886
* [project @ 2005-11-27 12:53:59 by jmb]John Mark Bell2005-11-271-1/+11
| | | | | | Some debug svn path=/import/netsurf/; revision=1885
* [project @ 2005-08-03 17:02:16 by rjw]Richard Wilson2005-08-031-4/+2
| | | | | | Save the desired window position when required. svn path=/import/netsurf/; revision=1838
* [project @ 2005-07-19 03:56:17 by adrianl]Adrian Lees2005-07-191-1/+7
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1805
* [project @ 2005-07-16 16:17:49 by adrianl]Adrian Lees2005-07-161-10/+8
| | | | | | Correct and simplify space -> hard space conversion svn path=/import/netsurf/; revision=1798
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-240/+511
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-9/+9
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-2/+12
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-06-09 18:37:27 by adrianl]Adrian Lees2005-06-091-7/+7
| | | | | | Prevent checksum code traversing submenu dialogues svn path=/import/netsurf/; revision=1747
* [project @ 2005-06-07 21:58:17 by jmb]John Mark Bell2005-06-071-2/+9
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-9/+10
| | | | | | | Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. svn path=/import/netsurf/; revision=1744
* [project @ 2005-05-14 16:13:36 by rjw]Richard Wilson2005-05-141-1/+4
| | | | | | Recognise that current_gui may me NULL on menu selection if gui_multitask has been called. svn path=/import/netsurf/; revision=1722
* [project @ 2005-05-10 22:49:41 by rjw]Richard Wilson2005-05-101-4/+11
| | | | | | Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. svn path=/import/netsurf/; revision=1716
* [project @ 2005-05-03 21:55:42 by rjw]Richard Wilson2005-05-031-1/+1
| | | | | | Fix tree menu quirk. svn path=/import/netsurf/; revision=1711
* [project @ 2005-04-29 05:58:25 by rjw]Richard Wilson2005-04-291-2/+4
| | | | | | Only enable Find Text when we should. svn path=/import/netsurf/; revision=1701
* [project @ 2005-04-28 17:15:29 by rjw]Richard Wilson2005-04-281-52/+62
| | | | | | Don't rebuild SELECT menus on Adjust clicks. svn path=/import/netsurf/; revision=1696
* [project @ 2005-04-28 01:05:40 by rjw]Richard Wilson2005-04-281-7/+13
| | | | | | Fix incorrect menu preperation. svn path=/import/netsurf/; revision=1691
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-1/+2
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-20 23:22:49 by rjw]Richard Wilson2005-04-201-15/+4
| | | | | | Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
* [project @ 2005-04-14 01:34:23 by rjw]Richard Wilson2005-04-141-3/+3
| | | | | | Only close menus we own. svn path=/import/netsurf/; revision=1629
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-1874/+1654
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-201-59/+67
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-19 12:50:45 by rjw]Richard Wilson2005-03-191-72/+80
| | | | | | Minor toolbar/GUI refinements. svn path=/import/netsurf/; revision=1543
* [project @ 2005-03-19 01:21:53 by rjw]Richard Wilson2005-03-191-160/+38
| | | | | | Remove legacy toolbar button configuration code. Squash some compiler warnings. svn path=/import/netsurf/; revision=1542
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-8/+12
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-14 22:41:16 by rjw]Richard Wilson2005-03-141-0/+6
| | | | | | Stop a lack of hotlist causing hotlist menu preparation from crashing. svn path=/import/netsurf/; revision=1537
* [project @ 2005-03-14 14:01:02 by rjw]Richard Wilson2005-03-141-0/+7
| | | | | | Stop text matching keyboard shortcuts in SELECT entities being right aligned. svn path=/import/netsurf/; revision=1536
* [project @ 2005-02-24 22:00:40 by bursa]James Bursa2005-02-241-101/+31
| | | | | | Reimplement font family support, part 2 (font menus in choices). svn path=/import/netsurf/; revision=1525