aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaX11.cpp
Commit message (Collapse)AuthorAge
* Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
* Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
* Bump the copyright year on the LuminaX11 files.Ken Moore2016-11-17
|
* Large update/refactor of desktop widgets.Ken Moore2016-10-18
| | | | This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
* use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence ↵Ken Moore2016-08-05
| | | | a possible c++11 build warning/error.
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
|
* initialize struct before using itHenry Hu2016-05-15
|
* use WM_CHANGE_STATE to minimize windowHenry Hu2016-05-15
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15