Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-29 | added --zcomp flag to disable wm, fixed border width calculation | angel | 5 | -22/+59 | |
2010-07-12 | Determine the id of the appropriate child window and pass that as "window" | Sam Spilsbury | 1 | -1/+15 | |
for xbutton events in button actions. The previous behaviour was to pass the xbutton.window, but this was usually the frame wrapper window, which meant calls to screen->findWindow () would fail since this window was not in screen->windows (); | |||||
2010-07-04 | Fix debugging prefix | Sam Spilsbury | 1 | -3/+3 | |
2010-07-04 | Install and load local information from XDG_HOME/.compiz-1 to prevent ↵ | Sam Spilsbury | 2 | -5/+5 | |
conflicts with compiz-0.8 | |||||
2010-06-19 | Revert "[PATCH] Handle dock windows with keep-below mask." | Sam Spilsbury | 1 | -3/+6 | |
This reverts commit 2fb7e4227d516cd2ba8b81e411bbfc0aca127943. Handling dock windows like this causes problems for docks that are set above windows (like plasma panel) we need to find a better way to handle these windows | |||||
2010-06-13 | Add missing files | Sam Spilsbury | 1 | -0/+227 | |
2010-06-12 | A few big changes: | Sam Spilsbury | 2 | -0/+7 | |
* Rewrite PropertyWriter, move it out of compiztoolbox * Added CompPluginStateWriter, a serialization interface, which plugins inherit, and specify how to serialize their class members, which will be automatically unloaded and reloaded as plugins unload and reload. * Currently there are bugs with this interface, so it is disabled by default (mostly bugs to do with boost and libdl) * Depend on libboost-serialization * A few bugfixes | |||||
2010-05-25 | [PATCH] Handle dock windows with keep-below mask. | Sebasian Billaudelle | 1 | -6/+3 | |
2010-05-19 | Return resName as CompString so it can't be modified by the caller. | Danny Baumann | 1 | -2/+5 | |
2010-05-18 | add resName getter | Travis Watkins | 1 | -0/+6 | |
2010-05-18 | Added DESTDIR support for packaging | Sam Spilsbury | 1 | -1/+1 | |
2010-05-03 | Use corect calculation | Sam Spilsbury | 1 | -1/+1 | |
2010-05-03 | Typofix | Sam Spilsbury | 1 | -1/+1 | |
2010-05-02 | Optionally traverse through ancestry when getting the client leader of a | Danny Baumann | 1 | -2/+8 | |
window which has no own client leader set. | |||||
2010-04-28 | Merge branch 'master' of git+ssh://git.compiz-fusion.org/git/compiz/core | Danny Baumann | 2 | -5/+9 | |
2010-04-28 | Add some additional accessor functions for more consistent class usage. | Danny Baumann | 1 | -0/+6 | |
2010-04-18 | Typo. | Dennis Kasprzyk | 1 | -1/+1 | |
2010-04-04 | Avoid excessive casting. | Danny Baumann | 1 | -10/+6 | |
2010-04-04 | Correctly handle weird icon sizes. | Sam Spilsbury | 1 | -3/+11 | |
iw * ih may overflow the value range of unsigned long if iw and ih are large enough, so check the single values as well. Forward port of 1bed3dbcea6473f84745ec7a1f936c4f5d3b3a01 to master | |||||
2010-03-19 | Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/core | Sam Spilsbury | 1 | -1/+1 | |
2010-03-15 | Keep pixmaps of unmapped windows around if they are used for animations. | Sam Spilsbury | 1 | -2/+13 | |
Previously, they were discarded if the window was resized right after being unmapped. As that might end close animations too early, keep the pixmap around until setting the internal state to 'unmapped'. For those cases, the pixmap size (width/height) will differ from the window geometry (attrib.width/attrib.height), though, so plugins should use the former values for animation purposes. Forward port of 54833da0e3d8efb946dcb38afe27914a47f1565f to master | |||||
2010-02-15 | Cleaner Xext dep | Guillaume Seguin | 1 | -1/+1 | |
2010-02-15 | Addd libXext and libdl to core links | Guillaume Seguin | 1 | -1/+1 | |
2010-02-12 | Place frame windows in correct stacking order. | Dennis Kasprzyk | 1 | -5/+17 | |
2010-02-12 | Unmap also the frame of minimized windows. | Dennis Kasprzyk | 1 | -0/+3 | |
2010-02-11 | Clients must specify position on _NET_MOVERESIZE_WINDOW ClientMessage | Sam Spilsbury | 1 | -1/+5 | |
Only accept ConfigureRequest / _NET_MOVERESIZE_WINDOW ClientMessage events as placement if the application indicates that it wants to specify the window position. Forward port of 65ed618a5f36b795dbef69ba04ebde6b911d228c to master. | |||||
2010-02-10 | Window position doesn't have to be synced to update frame window region. | Dennis Kasprzyk | 1 | -3/+4 | |
2010-02-09 | Don't break initial stacking order. | Dennis Kasprzyk | 1 | -5/+12 | |
2010-02-08 | Fixed fullscreen window handling. | Dennis Kasprzyk | 1 | -3/+1 | |
2010-02-06 | Fix selection aquiring, cleanup. | Danny Baumann | 2 | -50/+24 | |
2010-02-06 | Fix invalid read | Sam Spilsbury | 1 | -1/+1 | |
2010-02-06 | Properly send ClientMessage event after aquiring selections. | Sam Spilsbury | 2 | -15/+42 | |
Send appropriate ClientMessage for both the compositing manager and the window manager. Also rework appropriate functions Forward port of e86e5bee8ee6f1f265a76fef5fb0dc4e2c56be06 to master | |||||
2010-02-04 | Fixed missing variable. | Dennis Kasprzyk | 1 | -1/+1 | |
2010-02-04 | Reparent managed windows directly. | Dennis Kasprzyk | 2 | -62/+119 | |
2010-02-05 | Fix typo and fix more warnings | Sam Spilsbury | 3 | -10/+14 | |
2010-02-05 | core: fix more warnings | Sam Spilsbury | 1 | -1/+1 | |
2010-02-05 | core: fix warnings | Sam Spilsbury | 1 | -8/+8 | |
2010-02-05 | Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/core | Sam Spilsbury | 1 | -6/+13 | |
Conflicts: plugins/place/src/place.cpp | |||||
2010-02-04 | place: Improve resolution change handling. | Sam Spilsbury | 5 | -13/+9 | |
Windows are now moved/resized in a better way when changing resolution. Also, old window position and size will be remembered, so that they can be restored when going back to the original resolution. API changes were necessary in core, the functions ::updateStruts and ::updateWorkarea were moved from Private* to Comp* Forward port of 4327a7c83dc6c1fe77891ba7c6bf5023d21dfde8 | |||||
2010-02-03 | Improve API. | Danny Baumann | 1 | -6/+13 | |
2010-02-03 | Make addSupportedAtoms wrappable and use std::vector | Sam Spilsbury | 2 | -82/+84 | |
2010-02-03 | Apply stacking changes after configure | Sam Spilsbury | 1 | -6/+5 | |
2010-02-03 | Revert "Update client list after unhook/insert." | Sam Spilsbury | 1 | -2/+0 | |
This reverts commit 8c7459734c497d20fd8682b2268336ba31297f73. | |||||
2010-02-03 | Update client list after unhook/insert. | Sam Spilsbury | 1 | -0/+2 | |
Forward port of d8285f4f8c6ca50b69965a225c36cdad1e456d24 | |||||
2010-02-03 | Activate the topmost window when lowering a window, unless click-to-focus is ↵ | Sam Spilsbury | 2 | -0/+54 | |
off. Forward port of 85ba708cb894658c9bf9862a311010a9b79ec6f2 to master | |||||
2010-02-03 | Fix inaccessible windows when reducing num. of viewports. | Sam Spilsbury | 1 | -0/+66 | |
Forward port of 0b9c5efe8c2b6fe60780b8c3245b4aaa8ecdc943 to master | |||||
2010-02-03 | Prevent sticky windows from moving off-screen. | Sam Spilsbury | 1 | -20/+34 | |
Forward port of f02bf9d435def37d4587014a4548e8d99401f19d to master | |||||
2010-02-03 | Fix lost window by bringing window made sticky to current viewport. | Sam Spilsbury | 1 | -0/+22 | |
Forward port of 4bc44131442e9dbefadcad1a46932aec44bbcada to master | |||||
2010-02-02 | Fix gravity handling. | Sam Spilsbury | 1 | -11/+17 | |
Forward port of 510c24577c47eb9d373a3817e0475187631a71e8 | |||||
2010-02-02 | Fix icon property reading if the icon pixmap has a depth of 1 bit. | Sam Spilsbury | 1 | -0/+2 | |
Forward port of 4c7ffc4f1d82414a466fa0768d16fa96f30e3f7a to master |