├── .gitignore ├── License.txt ├── NSButton+Dejal.h ├── NSButton+Dejal.m ├── NSImage+Dejal.h ├── NSImage+Dejal.m ├── NSMenu+Dejal.h ├── NSMenu+Dejal.m ├── NSOutlineView+Dejal.h ├── NSOutlineView+Dejal.m ├── NSPopUpButton+Dejal.h ├── NSPopUpButton+Dejal.m ├── NSProgressIndicator+Dejal.h ├── NSProgressIndicator+Dejal.m ├── NSScreen+Dejal.h ├── NSScreen+Dejal.m ├── NSSplitView+Dejal.h ├── NSSplitView+Dejal.m ├── NSTableView+Dejal.h ├── NSTableView+Dejal.m ├── NSTextField+Dejal.h ├── NSTextField+Dejal.m ├── NSTextView+Dejal.h ├── NSTextView+Dejal.m ├── NSToolbar+Dejal.h ├── NSToolbar+Dejal.m ├── NSView+Dejal.h ├── NSView+Dejal.m ├── NSViewController+Dejal.h ├── NSViewController+Dejal.m ├── NSWindow+Dejal.h ├── NSWindow+Dejal.m └── README.markdown /.gitignore: -------------------------------------------------------------------------------- 1 | .svn -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/License.txt -------------------------------------------------------------------------------- /NSButton+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSButton+Dejal.h -------------------------------------------------------------------------------- /NSButton+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSButton+Dejal.m -------------------------------------------------------------------------------- /NSImage+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSImage+Dejal.h -------------------------------------------------------------------------------- /NSImage+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSImage+Dejal.m -------------------------------------------------------------------------------- /NSMenu+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSMenu+Dejal.h -------------------------------------------------------------------------------- /NSMenu+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSMenu+Dejal.m -------------------------------------------------------------------------------- /NSOutlineView+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSOutlineView+Dejal.h -------------------------------------------------------------------------------- /NSOutlineView+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSOutlineView+Dejal.m -------------------------------------------------------------------------------- /NSPopUpButton+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSPopUpButton+Dejal.h -------------------------------------------------------------------------------- /NSPopUpButton+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSPopUpButton+Dejal.m -------------------------------------------------------------------------------- /NSProgressIndicator+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSProgressIndicator+Dejal.h -------------------------------------------------------------------------------- /NSProgressIndicator+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSProgressIndicator+Dejal.m -------------------------------------------------------------------------------- /NSScreen+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSScreen+Dejal.h -------------------------------------------------------------------------------- /NSScreen+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSScreen+Dejal.m -------------------------------------------------------------------------------- /NSSplitView+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSSplitView+Dejal.h -------------------------------------------------------------------------------- /NSSplitView+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSSplitView+Dejal.m -------------------------------------------------------------------------------- /NSTableView+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTableView+Dejal.h -------------------------------------------------------------------------------- /NSTableView+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTableView+Dejal.m -------------------------------------------------------------------------------- /NSTextField+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTextField+Dejal.h -------------------------------------------------------------------------------- /NSTextField+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTextField+Dejal.m -------------------------------------------------------------------------------- /NSTextView+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTextView+Dejal.h -------------------------------------------------------------------------------- /NSTextView+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSTextView+Dejal.m -------------------------------------------------------------------------------- /NSToolbar+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSToolbar+Dejal.h -------------------------------------------------------------------------------- /NSToolbar+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSToolbar+Dejal.m -------------------------------------------------------------------------------- /NSView+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSView+Dejal.h -------------------------------------------------------------------------------- /NSView+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSView+Dejal.m -------------------------------------------------------------------------------- /NSViewController+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSViewController+Dejal.h -------------------------------------------------------------------------------- /NSViewController+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSViewController+Dejal.m -------------------------------------------------------------------------------- /NSWindow+Dejal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSWindow+Dejal.h -------------------------------------------------------------------------------- /NSWindow+Dejal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/NSWindow+Dejal.m -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dejal/DejalAppKitCategories/HEAD/README.markdown --------------------------------------------------------------------------------