aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view.c
Commit message (Collapse)AuthorAgeFilesLines
* #if 0 some unused functions to prevent warnings.Ettore Perazzoli2000-07-201-0/+2
| | | | svn path=/trunk/; revision=4236
* created a model for the EShortcutBar. This will probably have to be movedDamon Chaplin2000-07-171-6/+11
| | | | | | | | | | | | 2000-07-16 Damon Chaplin <damon@helixcode.com> * e-shortcuts-view.c (e_shortcuts_view_construct): created a model for the EShortcutBar. This will probably have to be moved to support multiple views. (class_init): #if'd out overriding the class functions. They don't exist any more (they are in the model instead). svn path=/trunk/; revision=4187
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-011-4/+195
| | | | | | | | can remove shortcuts now) and added status bar to the shell view. Also, added an API call to EShortcutBar to get the view type for a specified group. svn path=/trunk/; revision=3318
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-10/+99
| | | | | | | | shortcut view. Made shortcuts behave correctly when moved around. Also, implemented automatic re-saving of the shortcuts when they change. svn path=/trunk/; revision=3276
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-3/+3
| | | | | | | folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-1/+2
| | | | svn path=/trunk/; revision=3091
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-1/+138
| | | | | | | | the widget with `gtk_grab_add' and `gtk_grab_remove'. Removed leaks from Iain's patch. Moved shortcut view initialization from the model into the view. svn path=/trunk/; revision=3047
* Fix incorrect casting.Ettore Perazzoli2000-05-071-1/+1
| | | | svn path=/trunk/; revision=2873
* Machinery for quitting and handling the relationship between a shellEttore Perazzoli2000-05-071-0/+2
| | | | | | and its views. svn path=/trunk/; revision=2862
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+154
svn path=/trunk/; revision=2848