You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
latte-dock/app
Michail Vourlakos b717a714f5 fix #154,crash on screenGeometry change
--strange thing is that the code producing
this was very weird. From the user's backtrace
syntax: if(!screen())
and more specific at updateEnabledBorders() of
dockview was creating the crash.
replacing it with syntax:
if (!this->screen())
fixes the issue
8 years ago
..
packageplugins/shell Missing file licences #34 8 years ago
plasmaquick avoid white spaces with astyle 8 years ago
CMakeLists.txt update requirements for devel packages 8 years ago
FakeTarget.cmake FakeTarget moved to app/ 8 years ago
abstractwindowinterface.cpp avoid white spaces with astyle 8 years ago
abstractwindowinterface.h avoid white spaces with astyle 8 years ago
config-latte.h.cmake support drawing panel shadows outside dock window 8 years ago
dockconfigview.cpp add shadows to config window 8 years ago
dockconfigview.h add shadows to config window 8 years ago
dockcorona.cpp support debug flags from the runtime 8 years ago
dockcorona.h support debug flags from the runtime 8 years ago
dockview.cpp fix #154,crash on screenGeometry change 8 years ago
dockview.h fix, publish correct borders 8 years ago
latte-dock.desktop sync po files 8 years ago
main.cpp added website to about dialog 8 years ago
panelshadows.cpp support drawing panel shadows outside dock window 8 years ago
panelshadows_p.h support drawing panel shadows outside dock window 8 years ago
visibilitymanager.cpp disable more debug messages 8 years ago
visibilitymanager.h avoid white spaces with astyle 8 years ago
visibilitymanager_p.h avoid white spaces with astyle 8 years ago
windowinfowrap.cpp avoid white spaces with astyle 8 years ago
windowinfowrap.h avoid white spaces with astyle 8 years ago
xwindowinterface.cpp removed NET::WM2WindowClass property 8 years ago
xwindowinterface.h avoid white spaces with astyle 8 years ago