kwin/tests
Martin Gräßlin f238cbc3f5 Light-weight wrapper class for an xcb_window_t
The idea behind this class is to relieve the developer from having to
call xcb_destroy_window once it is no longer needed. That is having a
RAII approach to windows.

In addition the class provides some simple method wrappers for the most
common use cases inside KWin:
* map
* unmap
* setGeometry - basically a moveResizeWindow
* ...
2013-02-04 08:47:46 +01:00
..
CMakeLists.txt Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_client_machine.cpp Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_screen_paint_data.cpp Adding unit test for ScreenPaintData and WindowPaintData 2012-07-19 18:25:03 +02:00
test_update_kwin_49.cpp KConf Update script for KWin 4.9 2012-05-24 19:02:48 +02:00
test_virtual_desktops.cpp Add unit test case for problem fixed in fcf4f610a68 2013-01-09 14:22:49 +01:00
test_window_paint_data.cpp Getter/setters for opacity, saturation and brightness in WindowPaintData 2012-07-19 18:25:48 +02:00
test_xcb_window.cpp Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_xcb_wrapper.cpp Do not use a shared pointer for the Xcb::Wrapper 2013-01-25 08:51:38 +01:00
testutils.h Do not use a shared pointer for the Xcb::Wrapper 2013-01-25 08:51:38 +01:00