Update project for OS X 10.10.
[enjoyable.git] / Enjoyable.xcodeproj / project.pbxproj
2014-10-27 Joe WreschnigUpdate project for OS X 10.10.
2013-11-12 Joe WreschnigRename displayLink to _displayLink.
2013-08-17 Joe WreschnigUpdate manual and version numbers.
2013-08-14 Joe WreschnigSwitch from NSTimer to a CVDisplayLink to handle contin...
2013-03-20 Joe WreschnigCorrect some names. NJOutputController should be NJOutp...
2013-03-20 Joe WreschnigMerge device and mapping controllers into NJInputContro...
2013-03-17 Joe WreschnigisBeingDebugged needs to always be NO in release builds...
2013-03-17 Joe WreschnigChange two-pass behavior for loading mappings. Allow...
2013-03-17 Joe WreschnigSplit NJMappingController view handling off into NJMapp...
2013-03-16 Joe WreschnigSplit view management out of NJDeviceController. Right...
2013-03-13 Joe WreschnigSupport relaunching in the background as part of resume...
2013-03-13 Joe WreschnigFix localization changing mapping logical names.
2013-03-13 Joe WreschnigSplit actual IOKit HID interfacing off from NJDeviceCon...
2013-03-12 Joe WreschnigMore key codes. Explain (sort of) raw key codes in...
2013-03-12 Joe WreschnigLocalization support. Change many names in NJKeyInputFi...
2013-03-11 Joe WreschnigDisabling code signing only in Debug is not possible...
2013-03-11 Joe WreschnigAdd Sparkle automatic updater.
2013-03-11 Joe WreschnigGeneralize and share mapping menu (main, status, dock...
2013-03-10 Joe WreschnigRemove duplicate file entry.
2013-03-09 Joe WreschnigUpdate documentation for mouse events.
2013-03-09 Joe WreschnigIgnore website for build also.
2013-03-09 Joe WreschnigFix paths that trigger build increments.
2013-03-08 Joe WreschnigAuto-incrementing build script, I may regret this when...
2013-03-08 Joe WreschnigAdd status item. Disable automatic termination, but...
2013-03-08 Joe WreschnigAllow mapping names to be auto-set based on bundleand...
2013-03-07 Joe WreschnigMandatory filename for icon.
2013-03-07 Joe WreschnigSomething terrible happened to the project file.
2013-03-07 Joe WreschnigSupport opening/adding a mapping file directly to impor...
2013-03-07 Joe WreschnigProvide file promises from the mapping list. Perform...
2013-03-06 Joe WreschnigDrag-and-drop mappings.
2013-03-06 Joe WreschnigLess crap in the dock menu.
2013-03-06 Joe WreschnigMove help files around. Build index correctly.
2013-03-06 Joe WreschnigMove copyright license to help book.
2013-03-06 Joe WreschnigMouse mode toggle creates really confusing situations...
2013-03-06 Joe WreschnigStart help book. Tweak UI to deal with issues discovere...
2013-03-04 Joe WreschnigAdd some categories to better handle menus with represe...
2013-03-03 Joe WreschnigRename the application delegate, and hopefully catch...
2013-03-03 Joe WreschnigBig rename part 3: 'target' to 'output'.
2013-03-03 Joe WreschnigBig rename part 2: 'config' etc. to 'mapping.
2013-03-03 Joe WreschnigBig rename part 1: 'action' to 'input'.
2013-03-03 Joe WreschnigRewrite KeyInputTextView into NJKeyInputField. New...
2013-03-02 Joe WreschnigPost active mapping changes through notification center...
2013-03-02 Joe WreschnigFormal protocol for the interface shared between Joysti...
2013-03-01 Joe WreschnigRemove 32 bit build.
2013-03-01 Joe WreschnigMore compiler warnings on. Make all properties nonatomic.
2013-03-01 Joe WreschnigClean up some comments.
2013-03-01 Joe WreschnigRe-import exported files.
2013-03-01 Joe WreschnigRename from Enjoy/Enjoy2 to 'Enjoyable'. While I'm...