Alexander Ljungberg
|
c277ae7f68
|
Fixed: calling CPTabView setTabViewType:CPNoTabsNoBorder before the first insertTabViewItem would cause an error. Fixed: if a tab item was added in CPNoTabsNoBorder mode, and the mode was later switched to CPTopTabsBezelBorder, that previously added tab item would have no label/tab. The solution is to maintain _labelsView in either mode; since in CPNoTabsNoBorder mode _labelsView is not in the view hierarchy anyhow the performance impact should be minimal.
|
2010-07-30 21:03:00 -04:00 |
|
Alexander Ljungberg
|
7c78753865
|
Fixed with CPTabView: don't remove the content and auxiliary views if the new views are the same as the old ones. This prevents flickering and needless redraws when the currently selected tab is reselected.
|
2010-07-30 21:02:50 -04:00 |
|
Ross Boucher
|
0c66606d1d
|
Closes #517.
Adds missing delegate accessor.
|
2010-03-06 00:01:36 -08:00 |
|
Nicholas Small
|
d2cd3b899f
|
Fix CPTabViewItem -tabView.
|
2009-12-16 00:22:35 -05:00 |
|
Ross Boucher
|
341eddb9f9
|
Fixes a tab view bug with removing tabs.
Closes #274.
Kudos go to jtietema for tracking down the bug.
|
2009-10-22 10:20:14 -07:00 |
|
Ross Boucher
|
850125b8ab
|
Add documentation groups
|
2009-05-18 15:43:36 -07:00 |
|
 nciagraandRoss Boucher
|
e10445807c
|
Fix for CPTabView not having its bezel drawn before being added as a subview.
|
2009-04-06 22:26:25 -07:00 |
|
 Thomas BalthazarandRoss Boucher
|
5500792ed3
|
[#243 state:resolved] : Error in CPTabView.indexOfTabViewItemWithIdentifier
|
2009-04-04 22:41:12 -07:00 |
|
Ross Boucher
|
17bb6aac05
|
Fix typo in CPTabView.j
|
2009-01-19 01:25:54 -08:00 |
|
tlrobinson
|
77315d0268
|
Merge branch 'master' of git@github.com:280north/cappuccino
|
2008-12-10 19:03:03 -08:00 |
|
tlrobinson
|
f29be2f69c
|
CPTabView and CPTabViewItem coding and nib2cib support
|
2008-12-10 19:02:22 -08:00 |
|
Francisco Ryan Tolmasky I
|
d92fc8c4d0
|
Cleaned up old deprecated documentation stuff and added documentation to deploy.
Reviewed by me.
|
2008-12-10 15:57:31 -08:00 |
|
Francisco Ryan Tolmasky I
|
5144a5a579
|
Added @accessor support, @import, and fixed spacing bug with @selector.
Reviewed by ross.
|
2008-10-26 00:48:49 -07:00 |
|
Ross Boucher
|
f228934e54
|
Initial conversion to Doxygen style comments.
|
2008-10-12 15:57:01 -07:00 |
|
Ross Boucher
|
a40fbd7961
|
Add the first draft of documentation inline.
|
2008-09-10 15:11:37 -07:00 |
|
Francisco Ryan Tolmasky I
|
a97bb72800
|
Initial commit.
Reviewed by francisco, ross and tom.
|
2008-09-04 03:52:20 -07:00 |
|