diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-19 09:54:54 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-19 09:54:54 +0000 |
commit | 582af02062b8fd1f9b89123e7667c8756de46e46 (patch) | |
tree | edd22b83a69ba2f40a5ac2409ea1eb21d49bf2b3 /ChangeLog | |
parent | 803b582904431c8073ed23a08298de576118a7cd (diff) |
add e_popup_object_remove
SVN revision: 84097
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ | |||
11 | * e_util_size_debug_set now also prints for object show/hide events | 11 | * e_util_size_debug_set now also prints for object show/hide events |
12 | * e_gadcon_unpopulate now correctly freezes the container while deleting gadgets | 12 | * e_gadcon_unpopulate now correctly freezes the container while deleting gadgets |
13 | * e_popup is now a wrapper for drawing objects onto the compositor canvas | 13 | * e_popup is now a wrapper for drawing objects onto the compositor canvas |
14 | * added functions for noting objects which are part of a popup | ||
14 | * added e_layout functions for returning objects above or below a layout child | 15 | * added e_layout functions for returning objects above or below a layout child |
15 | * compositor nocomp mode now dynamically enables/disables based on the state and stacking of fullscreen windows and comp objects | 16 | * compositor nocomp mode now dynamically enables/disables based on the state and stacking of fullscreen windows and comp objects |
16 | 17 | ||