pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS

BSD-3-CLAUSE License

Downloads
77.7K
Stars
4.3K
Committers
137

Bot releases are hidden (Show)

pywebview - 0.9

Published by r0x0r almost 9 years ago

Released 27/11/2015

  • New [All] Right click context menu is disabled #12
  • New [All] Window minimum size constraints #13
  • New [All] Save file dialog
  • New [All] Added directory and save_filename parameters to create_file_dialog
  • New [All] An option to set a default directory in a file dialog
  • New [GTK] Introduced USE_GTK environment variable. When set, GTK is preferred over QT.
  • Fix [Windows] Webview scrollbar sizing with a non-resizable window
  • Fix [Windows] Add support for application icon #9
  • Fix [Windows] Disable logging spam for comtypes
pywebview - 0.8.4

Published by r0x0r almost 9 years ago

  • Fix invisible scrollbars on Win32
  • Fix Fullscreen mode on Win32
pywebview - 0.8.3

Published by r0x0r almost 9 years ago

  • Fixed #10 Underlying browser does not resize with window under windows
pywebview - 0.8.2

Published by r0x0r about 9 years ago

  • Fixed Pressing close window button terminates the whole program on OSX
pywebview - 0.8

Published by r0x0r about 9 years ago

  • New Support for native open file / open folder dialogs
  • Fixed #6 FEATURE_BROWSER_EMULATION not in winreg.HKEY_CURRENT_USER. Thanks to @frip for the fix.
pywebview - 0.7

Published by r0x0r over 9 years ago

  • Fixed Python 3 compatibility in Win32 module (thanks @Firnagzen) #3
  • Fixed Floating values for window dimensions causing issues on Windows XP (thanks @Firnagzen) #4
  • Fixed Correct IE version registry key on Windows XP (thanks @Firnagzen) #5
pywebview - 0.6

Published by r0x0r over 9 years ago

Fixed a problem preventing from creating a window on Windows.

pywebview -

Published by r0x0r almost 10 years ago

  • Windows, OS X, Linux support
  • Fullscreen mode