summaryrefslogtreecommitdiff
path: root/riscos/menus.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-02-08 23:37:41 by rjw]Richard Wilson2005-02-081-1/+36
| | | | | | Give global history some functionality svn path=/import/netsurf/; revision=1508
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-20/+255
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-241-3/+2
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-2/+2
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2005-01-01 22:05:20 by bursa]James Bursa2005-01-011-11/+21
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 5. Improve and simplify encoding detection. svn path=/import/netsurf/; revision=1416
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-161/+146
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-14 21:07:55 by rjw]Richard Wilson2004-11-141-53/+64
| | | | | | Fix for toolbar sub-menu closing on Adjust selection. svn path=/import/netsurf/; revision=1361
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-17/+38
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-20/+228
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-4/+4
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-2/+2
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-1/+101
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-09-07 23:05:34 by rjw]Richard Wilson2004-09-071-2/+9
| | | | | | Updates for new theme format along with a few minor bug fixes. svn path=/import/netsurf/; revision=1269
* [project @ 2004-09-01 20:57:25 by rjw]Richard Wilson2004-09-011-13/+63
| | | | | | Fix for incorrect stop button shading. Some fixes to stop a lack of content causing menu code to fail. svn path=/import/netsurf/; revision=1261
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-22/+20
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254