Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frameless windows (macOS implementation) #177

Merged
merged 15 commits into from
Mar 31, 2018

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    c9e838f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    bf14753 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    d5a05eb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Correct typo.

    Fizzadar committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    1f3686f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9cb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f40e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a793339 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Merge branch 'master' of github.com:r0x0r/pywebview into frameless-wi…

    …ndows
    
    # Conflicts:
    #	webview/cocoa.py
    Fizzadar committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    76a53ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841ca88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83cd92b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. [Cocoa] Fix compatibility issues + refactor

    I have also made some small changes and bug fixes:
      * Default title bar height is 22; changed to it from 24.
      * We cannot not set content view of window in __init__, should be done
    in the load-finish delegate. Originally this was to support background
    color, but now a couple of other things depend on it as well.
    shivaprsd committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3e11619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76b3f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #1 from shivaprsdv/frameless-windows

    Fix compatibility issues and refactor
    Fizzadar committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d4dfb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c109c8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from shivaprsdv/frameless-windows

    [Qt] Correct frameless parameter position
    Fizzadar committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    2037a3d View commit details
    Browse the repository at this point in the history