Commit Graph

16 Commits (f2ab6cbc9c04a3ba600b5d4530b733727a28a6e2)

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez c77ba179fe fix , [Wayland] Dodge modes do not ignore the plasma desktop
Johan Smith Agudelo Rodriguez a2e4397d03 renaming and add noexcept to lambdas
Johan Smith Agudelo Rodriguez 6b52cc894a Include moc file
Johan Smith Agudelo Rodriguez 5667d31385 , AlwaysVisible is functional
Johan Smith Agudelo Rodriguez c4e01f428f keeping compatibility with gcc 4.8
Johan Smith Agudelo Rodriguez 6892e96769 keeping compatibility with gcc 4.8
Johan Smith Agudelo Rodriguez cb9fadbcbd keeping compatibility with gcc 4.8
Johan Smith Agudelo Rodriguez f5607f87e2 AlwaysVisible Not yet implemented
Johan Smith Agudelo Rodriguez a6bcc53aad Cleaning up a bit before implementing always visible
Johan Smith Agudelo Rodriguez 42885005b2 DodgeAllWindows is functional
Johan Smith Agudelo Rodriguez 35c44a6918 DodgeMaximized is functional
Johan Smith Agudelo Rodriguez a41710b155 DodgeActive is functional
Johan Smith Agudelo Rodriguez a02fe1322e waylandinterface implemented
Johan Smith Agudelo Rodriguez 2040ac3063 abstractwindowinterface now is based over an variant class type
Michail Vourlakos eb2387c581 fix configuration window positioning and issues
--draw the wayland surfaces for docks and config
views earlier. That way we are certain that the
signals wont mess up the experience. This way
positioning config views and getting the focusOut
event works correctly
--disable in waylandinterface any x specific code.
In order to be ready that class to accept only
wayland centered code
Michail Vourlakos 048acbfb71 initial commit for waylandinterface
--support wayland painting without init crashes
--the wayland interface is just the xwindow one
masked as an wayland interface