| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|
|
|
| |
which are ignored during the animation.
|
| |
|
| |
|
|
|
|
| |
rootSubWindow as well.
|
|
|
|
| |
window zoom rather than opacity (the frame is not technically an independant window).
|
| |
|
|
|
|
| |
This is a good example of how animations can be setup/used in the window
|
| |
|
| |
|
| |
|
|
|
|
| |
- the WM handles that.
|
|
|
|
| |
should always be (0,0) relative to the parent.
|
|
|
|
| |
other property
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
embedded window.
Also make a new "geometry()" function in NativeWindow to return the full window+frame geometry.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
special property used only for seeing which Window ID's are also associated with a given window.
|
| |
|
|
|
|
| |
properly getting registered for the session.
|
| |
|
|
|
|
| |
start testing and see if windows respond to the EWMH hints.
|
|
|
|
| |
class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
|
| |
|
| |
|
|
|
|
| |
Ensure the translation files are all in sync as well.
|
|
|
|
| |
(for now - needs more testing).
|
|
|
|
|
|
|
|
|
| |
1. Save/load the size of the tree widget between sessions (sync size across all tabs as well).
2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not.
3. Tie the tree widget "dir model" to the line edit so we get auto-completions again.
4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such).
5. Clean up a lot of debugging messages and comment out unused variable declarations.
6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
|