aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kwindowconfig.cpp
AgeCommit message (Expand)Author
2021-05-04Don't write position data for maximized windowsNate Graham
2021-03-06Optimise string operations a bitAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-08Fix window positioning regression due to incorrect fallback in fallbackNate Graham
2021-02-02Refactor window geometry save/restore code to be less fragileNate Graham
2021-02-02Fix restoring window size when closed while maximizedNate Graham
2020-12-09Fix windows being inappropriately maximized on launchNate Graham
2020-12-08Correct format of window maximized stringNate Graham
2020-12-07Fix window sizing and positioning on WindowsNate Graham
2020-09-03Make KWindowConfig::allConnectedScreens() static and internalNate Graham
2020-08-25Remember window sizes on a per-screen-arrangement basisNate Graham
2020-08-25Extract code to get list of connected screens into a re-usable functionNate Graham
2020-08-02Add functions to save and restore window positions on non-Wayland platformsNate Graham
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2015-10-05Minor optimizationsAlbert Astals Cid
2015-05-29Prevent crash if QWindow::screen() is nullAleix Pol
2014-09-13Use const char[] instead of const char*, saves 8 byte in .data each.Volker Krause
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI