aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-title-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'BONOBO_0_24'.BONOBO_0_24nobody2000-08-221-548/+0
| | | | svn path=/tags/BONOBO_0_24/; revision=4924
* Fixed a warning.Christopher James Lahey2000-08-201-2/+2
| | | | | | | | 2000-08-19 Christopher James Lahey <clahey@helixcode.com> * e-shell-folder-title-bar.c: Fixed a warning. svn path=/trunk/; revision=4884
* update the pixmap define E_USE_STYLES to disable the current darkeningLarry Ewing2000-08-181-23/+22
| | | | | | | | | | | | | | | 2000-08-18 Larry Ewing <lewing@helixcode.com> * e-shell-folder-title-bar.c (style_set_cb): update the pixmap define E_USE_STYLES to disable the current darkening behavior (destroy): free the icon. (e_shell_folder_title_bar_construct): style_set_cb does everything important now. (e_shell_folder_title_bar_set_icon): actually store the pixbuf when we set it so that we still have it if the style changes and take care of refcounting them properly. svn path=/trunk/; revision=4872
* Some changes to the pop-up folder tree, so that it makes more visualEttore Perazzoli2000-07-221-17/+93
| | | | | | sense. svn path=/trunk/; revision=4271
* Improve the title bar pop-up button: use a toggle button instead of aEttore Perazzoli2000-07-211-11/+30
| | | | | | | regular one and allow sticking the pop-up with the close button (we'll need to have it change the icon). svn path=/trunk/; revision=4259
* First shot at the "click on the folder title, get the folder tree"Ettore Perazzoli2000-07-211-18/+91
| | | | | | thingie. Needs love, but it's a start. svn path=/trunk/; revision=4257
* `#if 0' an unused function.Ettore Perazzoli2000-07-111-0/+2
| | | | svn path=/trunk/; revision=4062
* Increase the size of the folder title bar slightly to make it nicer.Ettore Perazzoli2000-05-311-0/+1
| | | | svn path=/trunk/; revision=3304
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-0/+378
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