summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-09-01 16:48:25 by rjw]Richard Wilson2004-09-011-1/+1
| | | | | | Fix for previous stupidity. svn path=/import/netsurf/; revision=1260
* [project @ 2004-08-31 19:51:29 by rjw]Richard Wilson2004-08-311-3/+12
| | | | | | 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-5/+20
| | | | | | Further theme related fixes svn path=/import/netsurf/; revision=1257
* [project @ 2004-08-30 21:57:47 by rjw]Richard Wilson2004-08-301-1/+14
| | | | | | Various small theme related fixes svn path=/import/netsurf/; revision=1256
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-5/+17
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-09 06:29:46 by jmb]John Mark Bell2004-08-091-0/+5
| | | | | | Ignore shaded text inputs when finding a place for the caret svn path=/import/netsurf/; revision=1200
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-271-4/+53
| | | | | | 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-1/+16
| | | | | | 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/+57
| | | | | | 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/+47
| | | | | | 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-4/+30
| | | | | | 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/+29
| | | | | | 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-06-28 19:35:04 by rjw]Richard Wilson2004-06-281-3/+2
| | | | | | 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-10 20:41:26 by bursa]James Bursa2004-06-101-0/+1
| | | | | | 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-05-23 12:22:05 by rjw]Richard Wilson2004-05-231-1/+20
| | | | | | 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-3/+57
| | | | | | Work on new theme choices dialog. svn path=/import/netsurf/; revision=889
* [project @ 2004-05-19 17:31:34 by rjw]Richard Wilson2004-05-191-1/+20
| | | | | | Fix for WindowManager 3.98 svn path=/import/netsurf/; revision=868
* [project @ 2004-05-06 21:18:26 by joty]John Tytgat2004-05-061-11/+17
| | | | | | | | | | | [ Again, the same commit of 2004-05-03 ] ro_gui_set_icon_string() : - anti-flicker test didn't work when string is longer than icon text buffer length. - make sure we have a NUL char terminated string when new icon text is longer than icon buffer. svn path=/import/netsurf/; revision=837
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-041-0/+193
Revised GUI. svn path=/import/netsurf/; revision=823