aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-9/+9
| | | | | | | folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-124/+87
| | | | | | | | 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
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-151-6/+4
| | | | svn path=/trunk/; revision=3031
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-22/+3
| | | | svn path=/trunk/; revision=3020
* Fix const warning.Ettore Perazzoli2000-05-081-2/+2
| | | | svn path=/trunk/; revision=2916
* xmlFree the return value of xmlGetProp.Larry Ewing2000-05-081-0/+2
| | | | | | | | | 2000-05-08 Larry Ewing <lewing@helixcode.com> * e-shortcuts.c (load_shortcuts_into_view): xmlFree the return value of xmlGetProp. svn path=/trunk/; revision=2903
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-2/+5
| | | | | | about NULL objects when destroying the shell or the shortcuts. svn path=/trunk/; revision=2850
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+530
svn path=/trunk/; revision=2848