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

322 Коммитов

Автор SHA1 Сообщение Дата
Justin Spahr-Summers fcf7004256 Ensure that fontName isn't nil 2012-12-09 00:31:03 -08:00
Justin Spahr-Summers 0e9680c74b :trollface: 2012-12-09 00:30:31 -08:00
Justin Spahr-Summers b71a5b10f3 Added +[NSFont rbl_fontWithName:size:fallbackNames:] 2012-12-09 00:22:08 -08:00
Justin Spahr-Summers dd666fee0d Merge pull request #55 from jwilling/layer-backed-scrollview
Layer-back RBLScrollView
2012-12-08 21:57:51 -08:00
Jonathan Willing dc9c0874a7 layer-back the scroll view 2012-12-08 23:52:28 -06:00
Justin Spahr-Summers 2c3b043574 Merge pull request #53 from jwilling/scrollview
Add RBLScrollView
2012-12-04 16:08:40 -08:00
Jonathan Willing c3fda66c88 pragma markings, fix trolls, test 2012-12-04 18:05:26 -06:00
Jonathan Willing 7a24be7529 I blame Xcode 2012-12-04 17:49:20 -06:00
Jonathan Willing da8648ba2d swap in initializer and awakeFromNib 2012-12-04 17:47:41 -06:00
Jonathan Willing c5ef346f39 fix test 2012-12-04 17:47:16 -06:00
Jonathan Willing 7c09b3374f newline 2012-12-04 17:33:51 -06:00
Jonathan Willing b7ce54bc86 add test 2012-12-04 17:31:35 -06:00
Jonathan Willing e205519cb5 add RBLScrollView 2012-12-04 17:31:07 -06:00
Danny Greg 4a7bb87a28 Merge pull request #51 from github/preserve-backed-layer-properties
Preserve RBLView's layer properties when moving superviews/windows
2012-11-26 06:58:51 -08:00
Justin Spahr-Summers 01cd0e84d9 Meh, just don't test the layer after removing the view from a window 2012-11-25 23:47:25 -08:00
Justin Spahr-Summers 6e30d6b1c6 Revert "Try reinvoking -setWantsLayer: when applying layer properties"
This reverts commit aec0b4fa0f.
2012-11-25 23:47:24 -08:00
Justin Spahr-Summers aec0b4fa0f Try reinvoking -setWantsLayer: when applying layer properties 2012-11-25 23:44:14 -08:00
Justin Spahr-Summers 2a9c03a0a3 At each step, verify that the layer is not nil 2012-11-25 23:42:39 -08:00
Justin Spahr-Summers 4f61ad954a Reapply layer properties whenever -setLayer: is invoked too 2012-11-25 23:38:48 -08:00
Justin Spahr-Summers b9a06603b5 Log the different things being tested when moving around 2012-11-25 23:33:54 -08:00
Justin Spahr-Summers 7876253145 Test layer property preservation 2012-11-25 23:26:49 -08:00
Justin Spahr-Summers c48bb20e9d Add RBLView.cornerRadius
This way, it can be saved and reapplied just like other layer properties.
2012-11-25 23:17:06 -08:00
Justin Spahr-Summers e0cbb42ea4 Reapply layer properties when transitioning superviews or windows 2012-11-25 23:14:39 -08:00
Justin Spahr-Summers 38929552a7 ++specta for shared example and teardown improvements 2012-11-20 13:58:46 -08:00
Justin Spahr-Summers ea9d661b08 Merge pull request #50 from github/contributing
Added CONTRIBUTING file
2012-11-15 15:35:11 -08:00
Justin Spahr-Summers 0cf60b3bc9 Merge remote-tracking branch 'origin/master' into contributing 2012-11-15 15:33:51 -08:00
Justin Spahr-Summers 297c7d7272 Remove Contributing section from README 2012-11-15 15:33:47 -08:00
Justin Spahr-Summers 7ae3b2109c Adding CONTRIBUTING file 2012-11-15 15:32:22 -08:00
Justin Spahr-Summers 2fb6af31ae ++libextobjc to fix ext_copyPropertyAttributes() overflow 2012-11-07 09:49:18 -08:00
Danny Greg 1816ef692e Merge pull request #47 from baz/master
Ability to customise fade duration
2012-11-06 14:52:41 -08:00
Basil Shkara c58b60fc3b Remove `closeWithFadeoutDuration:`. 2012-11-07 09:22:15 +11:00
Basil Shkara d725fc771d Wrapped method signature comment in backticks. 2012-11-07 09:08:46 +11:00
Basil Shkara 7f362f943a Ability to customise fade duration. 2012-11-07 09:02:39 +11:00
Justin Spahr-Summers 2763201ad1 Merge pull request #43 from github/clipsToBounds
Add RBLView clipsToBounds property
2012-10-26 13:30:35 -07:00
Josh Vera a20e6ed642 Note that RBLView's clipsToBounds passes through to its layer's maskToBounds property 2012-10-26 14:45:26 -04:00
Josh Vera 03f3c46a37 Make memory management of RBLView's opaque and flipped properties explicit 2012-10-26 00:20:40 -04:00
Josh Vera a0e5cc58ba Implement clipsToBounds on RBLView 2012-10-26 00:19:46 -04:00
Justin Spahr-Summers 65cdfe4454 Merge pull request #42 from jwilling/fix-tablecellview
Modify NSTableCellView a bit.
2012-10-25 18:41:10 -07:00
Jonathan Willing 959d726b32 extend comment 2012-10-25 20:37:35 -05:00
Jonathan Willing 729e938504 lol newline 2012-10-25 19:44:09 -05:00
Jonathan Willing 3c101a63c7 Merge branch 'master' into fix-tablecellview 2012-10-25 19:42:18 -05:00
Danny Greg 5ed7ec3bd9 Merge pull request #40 from jwilling/master
Add support for a block-based sheet handler
2012-10-25 16:00:27 -07:00
Jonathan Willing 19c76a3f53 return code type 2012-10-25 17:35:11 -05:00
Jonathan Willing b8778ffa82 remove linebreaks 2012-10-25 11:05:33 -05:00
Danny Greg 7391dc0c44 Merge pull request #41 from luosheng/popover-acting-like-key
Popover window should act like a key window.
2012-10-25 05:49:33 -07:00
Sheng Luo 9694c86344 Move RBLPopoverWindow's implementation down to where others are. 2012-10-25 19:36:55 +08:00
Jonathan Willing 2361067e73 whoops! 2012-10-24 18:09:28 -05:00
Jonathan Willing 875cc107c0 rework -prepareForReuse
It is now called when the cell has actually been removed from the
superview. However, it is also called when the cell is initially
created and has no superview, so this has been noted in the comments.
2012-10-24 18:04:22 -05:00
Jonathan Willing 3d8a97e842 add header, fix all the things
- Setting the associated object onto the passed-in window.
- Stray "&"s
2012-10-24 17:50:31 -05:00
Sheng Luo a71e5570d8 Popover window should act like a key window. 2012-10-25 01:25:09 +08:00