index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
core
/
libLumina
/
RootSubWindow.cpp
Commit message (
Expand
)
Author
Age
*
Some work on Lumina 2.x
Ken Moore
2017-08-14
*
Start adding the window arrangement framework to Lumina2.
Ken Moore
2017-07-26
*
Now all the compositing is finished - fixed the last couple painting issues.
Ken Moore
2017-07-21
*
Get the compositing and window interactions all cleaned up. Seems to work gre...
Ken Moore
2017-07-20
*
Add a window animation framework, with 7 visibility animations for starters.
Ken Moore
2017-07-20
*
Another checkpoint in the compositing saga. Got most of it working, but still...
Ken Moore
2017-07-19
*
Finish up the on-move window notification so that sub-windows (menus and such...
Ken Moore
2017-07-18
*
Clean up a bit of debugging and such
Ken Moore
2017-07-18
*
Get the resize/movement functionality all finished.
Ken Moore
2017-07-18
*
Add some better edge-detection systems for the window borders on the left/rig...
Ken Moore
2017-07-18
*
Get a lot more of the geometry calculations/movements working. Almost ready t...
Ken Moore
2017-07-18
*
Start working on getting the frame extents set/used properly. Still off on th...
Ken Moore
2017-07-13
*
Large update to the window embedding systems - almost have the compositing up...
Ken Moore
2017-07-13
*
Commit another large block of work on Lumina2.
Ken Moore
2017-06-29
*
add some debugging for the new window routine (need window ID's)
Ken Moore
2017-06-29
*
Fix up the animation finished routine - should work fine now
Ken Moore
2017-06-29
*
Add an animation finished routine so we can re-load any Window settings which...
Ken Moore
2017-06-29
*
Some more fixes for the window animations
Ken Moore
2017-06-29
*
Clean up a bunch of debugging, and add a "closing" animation to the rootSubWi...
Ken Moore
2017-06-29
*
Add some window close debugging, and change the setVisible animation to a win...
Ken Moore
2017-06-29
*
Make sure we set the root flag that window opacity is supported.
Ken Moore
2017-06-29
*
Add in a "show" animation for windows when they appear
Ken Moore
2017-06-29
*
Some more tweaks to the default stylesheet for the window frame.
Ken Moore
2017-06-29
*
Also clean up the default stylesheet for the window frame right now
Ken Moore
2017-06-29
*
Get the RootSubWindow loading/using icons for the various buttons now.
Ken Moore
2017-06-29
*
Fix up the saving/using of the global position property
Ken Moore
2017-06-29
*
Quick change to some debugging
Ken Moore
2017-06-29
*
Quick fix to disable setting the new global position on window move (temporary)
Ken Moore
2017-06-29
*
Try to fix up the looping of the size/resize between X and the window
Ken Moore
2017-06-29
*
Oops - fix how the new/initial frame extents get saved into the structure..
Ken Moore
2017-06-29
*
Clean up the handling of the frameExtents property quite a bit.
Ken Moore
2017-06-29
*
Ensure that the Global Position (and Size) properties *always* reference the ...
Ken Moore
2017-06-29
*
Make sure the global position of a window is/can be set as needed.
Ken Moore
2017-06-29
*
Get the window size/position change detection implemented.
Ken Moore
2017-06-29
*
Clean up some of the rootSubWindow overrides
Ken Moore
2017-06-29
*
Get a lot more of the Lumina2 window-management functionality working.
Ken Moore
2017-06-28
*
Commit some more debugging and changes to the event systems for Lumina2.
Ken Moore
2017-06-27
*
Start working on the RootSubWindow interactions.
Ken Moore
2017-06-27
*
Add some more debugging.
Ken Moore
2017-06-27
*
Large amount of whitespace cleanup, and almost get the LuminaRandR class fini...
Ken Moore
2017-06-23
*
Commit some small changes I still had on my main workstation:
Ken Moore
2017-04-13
*
Another large batch of updates to the Native Window "plumbing":
Ken Moore
2017-03-03
*
A bit more work on the new window frames. Now the minimum size policies are r...
Ken Moore
2017-03-02
*
Write up a new window frame for Lumina2 (not using the QMdi[Sub]Window classe...
Ken Moore
2017-03-02
*
Clean up some of the applauncher context menu functionality:
Ken Moore
2017-03-02
*
Another large batch of work on Lumina2:
Ken Moore
2017-02-01
*
Add a new "NativeWindow" class to the library. This is a pure Qt container cl...
Ken Moore
2017-02-01
*
Get a lot more of Lumina2 working. Now the window embed systems are functiona...
Ken Moore
2017-01-31
bgstack15