Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-02 | Fix window region calculation for windows that have border width set. | Sam Spilsbury | 1 | -2/+2 | |
Forward port of 79a275b240a98d9f64c8dd1e799e5d469ec8f204 to master | |||||
2010-01-22 | Fix character encoding issue | Sam Spilsbury | 1 | -1/+1 | |
2010-01-22 | Add appropriate operator overloads to CompPoint | Sam Spilsbury | 1 | -1/+32 | |
2009-12-18 | Add another contains method to CompRegion. | Erkin Bahceci | 1 | -0/+10 | |
2009-12-16 | Add notification for "before map". | Erkin Bahceci | 1 | -0/+2 | |
2009-11-18 | Fixed image paths. | Dennis Kasprzyk | 1 | -1/+4 | |
2009-11-18 | Less mallocs. | Dennis Kasprzyk | 1 | -18/+26 | |
2009-11-18 | Avoid unneeded mallocs. | Dennis Kasprzyk | 1 | -1/+2 | |
2009-11-16 | Fixed action option handling. | Dennis Kasprzyk | 1 | -2/+4 | |
2009-11-05 | Fix return issues. | Erkin Bahceci | 1 | -1/+1 | |
2009-11-03 | Final fix for overlapping outputs. | Dennis Kasprzyk | 1 | -2/+2 | |
2009-11-03 | Removed unneeded variable. | Dennis Kasprzyk | 1 | -1/+0 | |
2009-11-03 | Check for overlapping Outputs. | Dennis Kasprzyk | 1 | -0/+6 | |
2009-10-01 | Link pthread (protobuf >= 2.1.0 needs it). | Erkin Bahceci | 1 | -1/+1 | |
2009-08-23 | Let windows be opened above fullscreen windows. | Erkin Bahceci | 1 | -2/+5 | |
2009-08-23 | Avoid setting XSelectInput to NoEventMask for grabWindow. | Erkin Bahceci | 1 | -1/+2 | |
Prevents compiz from getting stuck at termination in ~CompWindow(). | |||||
2009-08-21 | Silence some warnings. | Erkin Bahceci | 1 | -1/+1 | |
2009-08-21 | Delete array with delete []. | Erkin Bahceci | 1 | -1/+1 | |
2009-08-21 | Fix memory leaks. | Erkin Bahceci | 2 | -0/+3 | |
2009-08-21 | Remove sequences at termination. | Erkin Bahceci | 2 | -0/+21 | |
2009-08-15 | Unsigned int conversions. | Erkin Bahceci | 2 | -6/+6 | |
2009-08-14 | Remove unused member variable. | Erkin Bahceci | 1 | -1/+0 | |
2009-08-14 | Delete arrays with delete []. | Erkin Bahceci | 1 | -2/+2 | |
2009-08-12 | Fix possible infinite loop. | Erkin Bahceci | 1 | -1/+7 | |
2009-08-11 | Revert "Fix panels starting below other windows." | Erkin Bahceci | 1 | -1/+4 | |
This reverts commit d6f56253b2d2ffd8be1f6283fac2a3e13a45130c. This didn't work as expected, as windows' input was still above panels even though windows looked like they were behind panels, whenever the problem happened. When fullscreen mode is initiated in evince, this commit also caused windows to have their input in front of evince's fullscreen window even though the fullscreen window appears to be in front of them. This in turn triggered a freeze when the user clicks on the screen in evince while in fullscreen mode. | |||||
2009-08-08 | Use <cstring> | Sam Spilsbury | 1 | -1/+1 | |
2009-08-08 | Revert "Use <string>" | Sam Spilsbury | 1 | -1/+1 | |
This reverts commit 1234ee9de9950799cefd7e62e8dad2167c6ac9af. | |||||
2009-08-08 | Use <string> | Sam Spilsbury | 1 | -1/+1 | |
2009-08-07 | Don't update region if geometry is not in sync. | Dennis Kasprzyk | 1 | -1/+2 | |
2009-08-01 | Include cstdio and others instead of their C counterparts for g++ 4.4 ↵ | Sam Spilsbury | 1 | -1/+2 | |
compatibilty | |||||
2009-07-30 | More unsigned int to int conversion. | Erkin Bahceci | 3 | -32/+35 | |
2009-07-31 | Changed unsigned int to int to fix warnings | Dennis Kasprzyk | 2 | -9/+9 | |
2009-07-31 | Handle signed/unsigned correctly | Dennis Kasprzyk | 3 | -9/+9 | |
2009-07-24 | Shaped windows may have only one rectangle which is smaller than window. | Joel Bosveld | 1 | -1/+1 | |
Fixes bugzilla.gnome.org/show_bug.cgi?id=589472 | |||||
2009-07-24 | Fix long standing typo. | Erkin Bahceci | 1 | -2/+2 | |
2009-07-23 | Add CompRect::operator= (). | Erkin Bahceci | 1 | -0/+12 | |
2009-07-23 | Add CompScreen::normalCursor (). | Erkin Bahceci | 2 | -2/+7 | |
2009-07-17 | Convert Bool -> bool, TRUE -> true, FALSE -> false. | Erkin Bahceci | 6 | -67/+67 | |
2009-07-15 | Fix panels starting below other windows. | Erkin Bahceci | 1 | -4/+1 | |
2009-07-14 | Fix some compiler warnings. | Erkin Bahceci | 3 | -1/+4 | |
2009-07-13 | Add notifications for show desktop mode. | Erkin Bahceci | 1 | -0/+3 | |
2009-07-08 | Add hasUnmapReference and use it in decor. | Erkin Bahceci | 1 | -0/+6 | |
This prevents a window's decoration to be updated early while it is closing, which isn't necessary anyway. This problem leads to a close animation with an empty frame. | |||||
2009-07-08 | Move hide/show to PrivateWindow, add wrapper hide/show. | Erkin Bahceci | 3 | -57/+74 | |
The new hide/show are used by switcher, so that it doesn't call minimize/unminimize. | |||||
2009-07-04 | CompRect: add set{Left,Top,Right,Buttom} functions | Joel Bosveld | 1 | -0/+32 | |
2009-07-01 | Move modifier handling into a separate top level class exposed to plugins | Sam Spilsbury | 6 | -184/+237 | |
2009-07-01 | Make bool CompWindow::isFocussable () wrappable | Sam Spilsbury | 1 | -1/+7 | |
2009-07-01 | Make CompWindow::alpha () wrappable | Sam Spilsbury | 1 | -0/+6 | |
2009-06-02 | Separate clientList. Add clientList accessor. | Erkin Bahceci | 2 | -55/+47 | |
2009-05-07 | Add comments for changes to window restacking | Joel Bosveld | 1 | -0/+16 | |
2009-04-30 | Restack windows in reverse, and stack above correct window. | Joel Bosveld | 1 | -4/+13 | |
Previously this worked due to the order that the events arived in, however, now we want it to be stacked above correct window straight away so that we do not restack it again when configureNotify event comes through |