Граф коммитов

642 Коммитов

Автор SHA1 Сообщение Дата
Danny Greg fecbc07eb1 This is Rebel… not AppKit. 2013-07-06 06:57:34 -07:00
Danny Greg f2126ee5a7 Application defined typo -- 2013-07-06 06:57:26 -07:00
Justin Spahr-Summers 119a05a069 Merge pull request #85 from anozaki/bug-75-fix
Controller/View life cycle fix.
2013-07-05 11:20:28 -07:00
Danny Greg 1157a72788 Update docs. 2013-07-02 21:26:08 +01:00
Danny Greg df2e7fbcf0 Support semi transient with multiple windows. 2013-07-02 20:46:54 +01:00
Danny Greg eb7d3ea59a Add initial support for semi transient.
This clones the behaviour of NSPopover such that mouse _up_ events
within the popover's window will close it.

We currently don't match NSPopover in one aspect: it doesn't close if
the user moves the window.
2013-07-02 20:30:43 +01:00
Danny Greg 511a1aed8b Don't listen for the escape key in the global monitor. 2013-07-02 20:11:42 +01:00
Danny Greg 4050b5131f Close transient popovers when the app resigns active. 2013-07-02 20:11:16 +01:00
Danny Greg 4d85b1f6d3 Add a global monitor for transient behaviour.
This means we correctly mimic NSPopover's behaviour of closing when
there is a click anywhere outside of the popover view.
2013-07-02 19:15:10 +01:00
Danny Greg e4c4e3bd2a Remove the view controller reference in behaviour consts. 2013-07-02 19:14:07 +01:00
Alan Rogers 7c9bd336e5 Merge pull request #91 from github/remove-libextobjc
Remove libextobjc
2013-06-24 17:13:40 -07:00
Justin Spahr-Summers eb1850cbf4 Fix up project file references 2013-06-24 16:42:43 -07:00
Justin Spahr-Summers 1379790bb9 Add jspahrsummers/xcconfigs as a submodule 2013-06-24 16:41:54 -07:00
Justin Spahr-Summers 320880ce77 Remove libextobjc submodule 2013-06-24 16:41:07 -07:00
Justin Spahr-Summers c3c461a587 Merge pull request #90 from github/update-xcode
Updates for Xdacted
2013-06-19 14:28:43 -07:00
joshaber a901eb5342 bumps 2013-06-19 17:26:18 -04:00
Josh Abernathy eb89d30e7c Merge pull request #89 from github/murder-justin-no-i-mean-autolayout
Stop RBLView turning on Autolayout.
2013-06-07 22:22:37 -07:00
Danny Greg 79b35fb39c Remove the interface. 2013-06-07 22:20:17 -07:00
Danny Greg 6f250c143f Stop RBLView turning on Autolayout. 2013-06-07 22:16:06 -07:00
Akito Nozaki e1b44aa4b5 changing dealloc to not use self.view. This prevents view from getting created inside dealloc. 2013-05-29 17:39:46 -07:00
Justin Spahr-Summers a7652961b8 Merge pull request #87 from anozaki/NSViewSwappingIssue
RBLViewControllerAddition replaces wrong method.
2013-05-24 12:10:54 -07:00
Akito Nozaki 2ffe5b25fc Force to replace NSView's methods 2013-05-23 18:37:48 -07:00
Akito Nozaki 13de4cabc1 Changing currentView to property and making it strong reference 2013-05-13 14:28:06 -07:00
Akito Nozaki 4e78124284 Fixing space to tab for ivar 2013-05-13 11:51:22 -07:00
Akito Nozaki d1e062e801 Fixing coding standard: tab instead of space and curly brace on same line. 2013-05-13 11:48:47 -07:00
Akito Nozaki 37abf28c11 Fixing code format to follow github's coding convention. 2013-05-13 07:42:05 -07:00
Akito Nozaki f92797d321 Bug#75 fix - Making sure controller is nulled out of rbl_viewController. 2013-05-13 07:34:07 -07:00
Josh Abernathy 207b42c9a6 Merge pull request #84 from github/fallback-font-crash
Verify that font descriptors exist before cascading to them
2013-05-09 09:15:57 -07:00
Justin Spahr-Summers 9a5cda53c6 Verify that font descriptors exist before cascading to them
Fixes a crash where the text renderer would look for a glyph in one of
the font descriptors from the cascade list, but the font was
nonexistent.
2013-05-09 01:36:31 -07:00
Justin Spahr-Summers 1042571ec0 Merge pull request #81 from github/rblresizableimage-tests
Fix RBLResizableImage to use @1x representation for @1x contexts
2013-05-03 08:24:54 -07:00
Josh Abernathy cfecd45c8f Merge pull request #83 from github/key-popover
Choose whether a popover can become key
2013-05-01 09:22:22 -07:00
Danny Greg 03cad5a0f2 Implement the key property. 2013-05-01 14:15:38 +01:00
Danny Greg ce2c02e1da Define a property to dictate whether the popover can be key 2013-05-01 14:15:23 +01:00
Josh Abernathy c08c61caaf Merge pull request #82 from sirenum/master
Fixes responder chain
2013-04-30 11:05:10 -07:00
Lukas Heiniger 4a4d3bee0b Fixes responder chain with RBLViewController 2013-04-30 11:19:26 +02:00
Justin Spahr-Summers ba1510581b Merge pull request #80 from github/rbltableview
Add RBLTableView.
2013-04-29 12:24:17 -07:00
Alan Rogers f43d56fce0 ++specta 2013-04-27 23:41:27 +10:00
Danny Greg c8871a6212 Import the RBLTableView header in the catch-all header. 2013-04-25 16:24:54 +01:00
Danny Greg 23dffa87d4 Make the RBLTableView header public. 2013-04-25 16:24:41 +01:00
Alan Rogers 89eae4bf5d Add assertions to check we have the blue border 2013-04-23 11:51:14 +10:00
Alan Rogers 6fbb21c28a Remove the -writeToFile: 2013-04-22 13:52:09 +10:00
Alan Rogers 2f4737b992 Tests improvements and possible fix for #79 2013-04-22 13:41:27 +10:00
Alan Rogers 92dfdee249 Merge remote-tracking branch 'origin/master' into rblresizableimage-tests 2013-04-22 12:51:35 +10:00
Danny Greg a9f766f4e0 Merge from master 2013-04-20 13:28:38 +02:00
Danny Greg e06c3c16c0 Add RBLTableView.
This aims to fix the scrolling craziness that can occur when holding
down arrow keys in NSTableView.

This matches the behaviour of the likes of Mail.app.
2013-04-20 10:47:35 +02:00
Alan Rogers 46d28a99fc Add tests to verify the correct asset it used
@2x versus @1x
2013-04-17 11:48:43 +10:00
Josh Abernathy 95430b9740 Merge pull request #78 from github/fix-threepart-rblresizableimage
Fix flippedness bug drawing vertical 3 part images.
2013-04-16 08:38:40 -07:00
Alan Rogers 57dd620278 Fix dem tests 2013-04-16 18:08:31 +10:00
Alan Rogers 9b885552cd Early attempts at testing RBLResixableImage 2013-04-16 18:06:24 +10:00
Alan Rogers 18a1f135ba Fix flippedness bug drawing vertical 3 part images.
Fixes #77
2013-04-16 12:06:04 +10:00