Skip to content

Releases: Kalmat/PyWinCtl

PyWinCtl

11 Mar 21:00
Compare
Choose a tag to compare

macOS (Apple Script version): fixed isActive() (for apps with limited AppScript support) and getChildren() methods

PyWinCtl

09 Mar 22:38
Compare
Choose a tag to compare

macOS (Apple Script version): fixed activate() method

PyWinCtl

09 Mar 19:28
Compare
Choose a tag to compare

macOS (Apple Script version): Added legible "shortcut" entry in MENU struct (only if addItemInfo enabled)

PyWinCtl

09 Mar 17:46
Compare
Choose a tag to compare

Improved methods documentation, homogenized getMenuItemRect() args, and fixed macOS (Apple Script version) getMenu() method

PyWinCtl

05 Mar 19:32
Compare
Choose a tag to compare
  • Added getAppName() method in window class
  • Added getApps() and getAppsWindows() as general functiions
  • Improved performance of MacOSWindow() class (Apple Script version)

PyWinCtl

28 Feb 09:38
Compare
Choose a tag to compare

Added getHandle(), getParent(), isParent(), isChild() methods for all platforms and classes.
Fixed for older macOS versiones (e.g. Yosemite).

PyWinCtl

27 Feb 11:38
Compare
Choose a tag to compare

Eliminated debug print() sentence

PyWinCtl

26 Feb 20:29
Compare
Choose a tag to compare

Multi-Platform Python module to get info and control windows

Multi-Platform PyGetWindow fork including Windows, Linux and MacOS

23 Feb 11:45
Compare
Choose a tag to compare

Added Menu information and control methods for win32Window (Windows) and MacOSWindow (MacOS AppleScript version) classes (Xlib does not have any standard API for menus)

Multi-Platform PyGetWindow fork including Linux and macOS

10 Feb 11:02
Compare
Choose a tag to compare

Improved documentation.
Simplified and homogenized Windows module.
Windows only: added menu info and control submodule: getMenu(), getMenuInfo(), getMenuItemCount(), getMenuItemInfo(), getMenuItemRect(), clickMenuItem()