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

Appeals Clang, adds functionality to toggle popover from the bar button #32

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2010

  1. Ignores various OS X noise

    Evadne Wu committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    2550c48 View commit details
    Browse the repository at this point in the history
  2. fixes a null initial value bug

    Evadne Wu committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    7b95f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2010

  1. Assigns default values to leadingCorners, trailingCorners so Clang is…

    … happy
    Evadne Wu committed Dec 6, 2010
    Configuration menu
    Copy the full SHA
    4fe4a6a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2011

  1. Allows toggling the popover from the bar button.

    in MGSplitViewController
    adds property (BOOL) togglesMasterPopover.
    adds internal -toggleMasterPopover:, -hideMasterPopover:.
    
    in MGSplitViewControllerDelegate 
    adds -splitViewController:popoverController:willDismissViewController:
    Evadne Wu committed Jan 9, 2011
    Configuration menu
    Copy the full SHA
    911950f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2011

  1. revises several no-initial-value-for-synthesized-property issues as r…

    …eported by Clang, fixes leaks
    Evadne Wu committed Jan 24, 2011
    Configuration menu
    Copy the full SHA
    867c9cc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2011

  1. non-synthesized-by-default bugfix

    Evadne Wu committed Feb 1, 2011
    Configuration menu
    Copy the full SHA
    316aad9 View commit details
    Browse the repository at this point in the history