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

Carthage support #32

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

Carthage support #32

wants to merge 41 commits into from

Commits on Feb 12, 2013

  1. Add podspec for Cocoapods

    Thibaut Jarosz committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    deef80c View commit details
    Browse the repository at this point in the history
  2. Update podspec

    Thibaut Jarosz committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    c00c9e0 View commit details
    Browse the repository at this point in the history
  3. Podspec: add QuartzCore in required frameworks

    Thibaut Jarosz committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    b6fa7ef View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2013

  1. Merge pull request indragiek#6 from thibaut-jarosz/master

    Add arc compatibility, solving issue with KeyView loop, add podspec
    indragiek committed Feb 13, 2013
    Configuration menu
    Copy the full SHA
    dd5a264 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. Bugfix when using ARC

    Sample code wasn't using ARC for INPopoverController, my previous ARC
    conversion wasn't working.
    Thibaut Jarosz committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    e3c313d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. Merge pull request indragiek#8 from thibaut-jarosz/master

    Fixing crash with ARC
    indragiek committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    ab3ebe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Bugfix: crash then using ARC and no animation

    Thibaut Jarosz committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    b16c9d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request indragiek#9 from thibaut-jarosz/master

    Fixing Arc crash
    indragiek committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    22ce1b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Fixed border drawing glitch

    Border was drawn on half pixels on odd border width
    Thibaut Jarosz committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    287a7d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request indragiek#10 from thibaut-jarosz/master

    Fixed border drawing glitch
    indragiek committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    e59de64 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2013

  1. Fix error when using ARC

    Séraphin Huguenot committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    a563333 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Merge pull request indragiek#13 from Serahug/master

    Compilation error with ARC
    indragiek committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    34032ac View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2014

  1. Fix popover animation on Mavericks

    Thanks to @truppelito for the solution.
    indragiek committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    72d35d7 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    indragiek committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    545fdef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ea387 View commit details
    Browse the repository at this point in the history
  4. Remove old files

    indragiek committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    c9f3399 View commit details
    Browse the repository at this point in the history
  5. Update README

    indragiek committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    f9e89de View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2014

  1. Configuration menu
    Copy the full SHA
    0b0f4b2 View commit details
    Browse the repository at this point in the history
  2. Update README

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    61d1a7b View commit details
    Browse the repository at this point in the history
  3. Modernized Objective-C

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    d34b87e View commit details
    Browse the repository at this point in the history
  4. Remove all MRC conditionals

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    2155176 View commit details
    Browse the repository at this point in the history
  5. retain -> strong

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    0d63165 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0b8f88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0cda2b View commit details
    Browse the repository at this point in the history
  8. Style

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    126ec6c View commit details
    Browse the repository at this point in the history
  9. Reformat code

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    80b6676 View commit details
    Browse the repository at this point in the history
  10. Update README

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    35aa58d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0d2567 View commit details
    Browse the repository at this point in the history
  12. Add animationType property

    indragiek committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    2a23660 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Fix popover inset

    indragiek committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    ff9406c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b06722 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

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

Commits on Mar 28, 2014

  1. Merge pull request indragiek#16 from tomaz/master

    Fixed source files location in podspec.
    indragiek committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    d00abd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2014

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

Commits on Apr 13, 2014

  1. Merge pull request indragiek#17 from tomaz/master

    Added option to close popover when escape key is pressed.
    indragiek committed Apr 13, 2014
    Configuration menu
    Copy the full SHA
    2978287 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. copy/paste fail

    Taiki authored and Taiki committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    b524902 View commit details
    Browse the repository at this point in the history
  2. Merge pull request indragiek#19 from TaikiMMT/patch-1

    copy/paste fail
    indragiek committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    3564f98 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

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

Commits on Jul 6, 2015

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

Commits on Jul 7, 2015

  1. Merge pull request indragiek#27 from RobotsAndPencils/master

    NSRectEdge -> NSUInteger to support OSX 10.11
    indragiek committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    4c7c674 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Share scheme for Carthage

    PimCoumans committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    886b9c4 View commit details
    Browse the repository at this point in the history