summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [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