diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-07 13:20:07 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-07 13:20:07 +0000 |
commit | aa6a2d173d8c8771643a54c1a364f666bc63b410 (patch) | |
tree | 2e0b7b8f8f11d95940ea87611e32bd5eede6c3f2 /ChangeLog | |
parent | f49dd52cd3941ca7c36b4373090b953dbf725fda (diff) |
giant comp rejiggering commit because anything smaller would have broken something:
* remove xwin for container canvas: now drawn directly on the compositor canvas
* added SHAPE_DEBUG define for bored developers
* bindings now use new e struct for mouse/wheel events
* container+zone now get mouse events from smart callbacks instead of x events
* rename comp api namespace
* change comp underlay theme to have a swallow for the wallpaper
* add names to all zone/container/comp objects to make debugging much easier
* some minor related updates to go along with this
SVN revision: 83752
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,10 @@ | |||
7 | * keyboard mapping change now also disables for window class "vmware" | 7 | * keyboard mapping change now also disables for window class "vmware" |
8 | * added option for remembering filemanager windows globally | 8 | * added option for remembering filemanager windows globally |
9 | * added edit functionality to window remembers dialog | 9 | * added edit functionality to window remembers dialog |
10 | * added function for getting children of e_layout | ||
11 | * container now uses compositor window | ||
12 | * bindings now use new E_Binding_Event structs for mouse events | ||
13 | * added utility function for printing all objects above a given object | ||
10 | 14 | ||
11 | 2013-02-07 Carsten Haitzler | 15 | 2013-02-07 Carsten Haitzler |
12 | 16 | ||
@@ -69,7 +73,6 @@ | |||
69 | 2013-01-29 Mike Blumenkrantz | 73 | 2013-01-29 Mike Blumenkrantz |
70 | 74 | ||
71 | * fixed bug where dragging files into sidebar would move them instead of creating links | 75 | * fixed bug where dragging files into sidebar would move them instead of creating links |
72 | * added function for getting children of e_layout | ||
73 | 76 | ||
74 | 2013-01-23 Chris Michael | 77 | 2013-01-23 Chris Michael |
75 | 78 | ||