summaryrefslogtreecommitdiff
path: root/riscos/wimp.h
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Correctly calculate maximised frame heights (fix 1644216)Richard Wilson2007-03-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=3193
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add ↵James Bursa2006-08-211-7/+0
| | | | | | logging of result. svn path=/trunk/netsurf/; revision=2876
* Use desktop fontAdrian Lees2006-07-181-0/+9
| | | | svn path=/trunk/netsurf/; revision=2778
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=2755
* Localise configure icon strings when appropriate.John Mark Bell2006-06-201-0/+1
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-1/+0
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-1/+0
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-07 16:32:47 by adrianl]Adrian Lees2006-02-071-0/+1
| | | | | | Added function to bring window to front svn path=/import/netsurf/; revision=2062
* [project @ 2006-01-03 01:37:25 by rjw]Richard Wilson2006-01-031-1/+1
| | | | | | Move the caret from writable icons when shading. svn path=/import/netsurf/; revision=1972
* [project @ 2006-01-02 22:05:53 by rjw]Richard Wilson2006-01-021-1/+0
| | | | | | Remove redundant code. svn path=/import/netsurf/; revision=1958
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-0/+4
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-12-01 01:22:23 by rjw]Richard Wilson2005-12-011-0/+1
| | | | | | Add function to check for specific window furniture svn path=/import/netsurf/; revision=1889
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-0/+2
| | | | | | | | | | | | | | | | | | - 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:57:53 by adrianl]Adrian Lees2005-07-161-0/+1
| | | | | | Thumbnail display and dragging svn path=/import/netsurf/; revision=1794
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-6/+3
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-14 13:58:43 by rjw]Richard Wilson2005-03-141-1/+1
| | | | | | Minimise flicker when viewing non-HTML files. svn path=/import/netsurf/; revision=1535
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-0/+2
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+1
| | | | | | 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-08-31 19:51:29 by rjw]Richard Wilson2004-08-311-1/+1
| | | | | | Remove flicker from repeatedly setting icons as shaded. svn path=/import/netsurf/; revision=1259
* [project @ 2004-08-31 18:01:22 by rjw]Richard Wilson2004-08-311-1/+1
| | | | | | Further theme related fixes svn path=/import/netsurf/; revision=1257
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-0/+4
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-0/+1
| | | | | | Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
* [project @ 2004-07-21 20:02:13 by rjw]Richard Wilson2004-07-211-2/+4
| | | | | | Less compiler warnings. Fixed create_folder window title indirection from being too small. Support for help keys for greyed out menu items/icons. svn path=/import/netsurf/; revision=1135
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-0/+1
| | | | | | 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-11 21:45:51 by rjw]Richard Wilson2004-07-111-0/+1
| | | | | | Inversion of hotlist icon functionality. Automatic placement of caret for dialog windows. Escape closes dialog windows. svn path=/import/netsurf/; revision=1071
* [project @ 2004-07-11 13:05:38 by bursa]James Bursa2004-07-111-0/+1
| | | | | | Clean up save box code by implementing ro_gui_save_open(). svn path=/import/netsurf/; revision=1070
* [project @ 2004-07-08 22:05:35 by rjw]Richard Wilson2004-07-081-0/+1
| | | | | | Lose compiler warnings. Fix for dragging hotlist item to itself failing. Initial work on adding/editing entries. svn path=/import/netsurf/; revision=1061
* [project @ 2004-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-0/+1
| | | | | | 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-0/+2
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-0/+42
Revised GUI. svn path=/import/netsurf/; revision=823