index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kwindowconfig.cpp
Age
Commit message (
Expand
)
Author
2021-05-04
Don't write position data for maximized windows
Nate Graham
2021-03-06
Optimise string operations a bit
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-08
Fix window positioning regression due to incorrect fallback in fallback
Nate Graham
2021-02-02
Refactor window geometry save/restore code to be less fragile
Nate Graham
2021-02-02
Fix restoring window size when closed while maximized
Nate Graham
2020-12-09
Fix windows being inappropriately maximized on launch
Nate Graham
2020-12-08
Correct format of window maximized string
Nate Graham
2020-12-07
Fix window sizing and positioning on Windows
Nate Graham
2020-09-03
Make KWindowConfig::allConnectedScreens() static and internal
Nate Graham
2020-08-25
Remember window sizes on a per-screen-arrangement basis
Nate Graham
2020-08-25
Extract code to get list of connected screens into a re-usable function
Nate Graham
2020-08-02
Add functions to save and restore window positions on non-Wayland platforms
Nate Graham
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2015-10-05
Minor optimizations
Albert Astals Cid
2015-05-29
Prevent crash if QWindow::screen() is null
Aleix Pol
2014-09-13
Use const char[] instead of const char*, saves 8 byte in .data each.
Volker Krause
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI