Commit Graph

5 Commits (a91cc436bd08d009e90d4b93941e84c7bf1c977a)

Author SHA1 Message Date
Balazs Birtalan a91cc436bd Now the border, title bars are showed on Linux because the mouse "move" position function doesnt work on Wayland properly yet. 2023-10-27 15:03:00 +01:00
Balazs Birtalan 6250541e22 The data-type is now data-page and everywhere where "type" was given as named by "page" in the code.
New function is available from the javascript is the window.sight.system() (return: Linux, Windows, Darwin) return back with that system type where the app runs.
2023-10-27 14:14:49 +01:00
Balazs Birtalan 4965e87980 Parent and Child relationship is working. If the parent is closed its children will be closed too.
But the child's children not (in this version).

The parent knows about its children in self.children list variable. The child knows about its parent in self.parent variable. When a child is closed the its id will be removed its parent (self.children) list variable.
2023-10-26 18:43:59 +01:00
Balazs Birtalan 346c22193d Three sight running mode defined and redefined. Now it has unique, auto and normal running mode. 2023-10-26 16:58:46 +01:00
Balazs Birtalan 997d9e87c5 First Commit
Signed-off-by: balazs <contact@balazsbirtalan.com>
2023-05-17 11:16:32 +01:00