Alexander Ljungberg
cb786a0166
Small CPBox optimisation.
...
No need to call `setNeedsDisplay:` after `setValue:forThemeAttribute:`.
2013-01-20 13:19:29 +00:00
Aparajita Fishman
e292bf01d7
Fixed mouse down within the resize slop outside a window not resizing
2013-01-20 09:13:17 +07:00
Aparajita Fishman
17f07ee888
capp_lint will not flag CPRectEdge, more linking
2013-01-20 07:24:00 +07:00
Antoine Mercadal
51c09a1b02
Merge branch 'CPRuleEditor-fixes' of https://github.com/cacaodev/cappuccino into pr-1718
2013-01-19 11:48:18 -08:00
cacaodev
fe7befa845
Fix missing @end
2013-01-19 17:11:11 +01:00
cacaodev
eca5ef6f84
Fix textfield in rules croped
2013-01-19 17:08:34 +01:00
cacaodev
c023a38544
Remove unused code
2013-01-19 17:07:11 +01:00
Aparajita Fishman
7c831fa19d
capp_lint flags deprecated CPPoint/Rect/Size types/functions
...
- Changed to corresponding CG types/functions in all files
- Fixed some demo app bugs
2013-01-19 16:51:56 +07:00
Aparajita Fishman
24c0f2aedc
Merge branch 'refs/heads/inactive-window'
...
Conflicts:
AppKit/Themes/Aristo/ThemeDescriptors.j
AppKit/Themes/Aristo2/ThemeDescriptors.j
2013-01-19 15:15:51 +07:00
Antoine Mercadal
6170a274d7
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2013-01-18 23:24:22 -08:00
Antoine Mercadal
155796b0e0
Linting Aristo1
2013-01-18 23:24:00 -08:00
Aparajita Fishman
3b7262681c
Added inactive state to window title bar
...
- When a window is neither key nor main the title bar is clearly different
- capp_lint ThemeDescriptors.j
- Renamed some layers in Aristo2 PSD to be more descriptive
- New artwork files for window close buttons
- Removed stray Aristo2 image
2013-01-19 14:20:51 +07:00
Antoine Mercadal
988ab9722c
Linting
2013-01-18 23:20:44 -08:00
Alexander Ljungberg
8eae427591
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-01-19 02:27:55 +00:00
Alexander Ljungberg
b4fe13dfb1
Merge branch 'refs/heads/0.9.6'
2013-01-19 02:27:43 +00:00
Alexander Ljungberg
c0b5ed6b3f
New demos repository.
2013-01-19 02:21:12 +00:00
Alexander Ljungberg
dfad18e047
New website location.
2013-01-19 02:11:37 +00:00
Alexander Ljungberg
7f93173b33
This will be the final v0.9.6.
2013-01-19 01:00:05 +00:00
Martin Carlberg
f435a15b43
Merge branch 'experimental_class_and_global_implementation' of https://github.com/cappuccino/cappuccino into objj_compiler2
...
Conflicts:
Tools/capp/Configuration.j
2013-01-18 23:51:36 +01:00
Martin Carlberg
08d5be5ce3
Fixed imports in Tools/capp
2013-01-18 23:49:22 +01:00
Antoine Mercadal
c3d8f4f80b
Fix bug in NSWindowTemplate.j where using a non existing ivar
2013-01-18 14:46:49 -08:00
Antoine Mercadal
bbb8bdb687
Fix other small bugs
2013-01-18 14:38:37 -08:00
Antoine Mercadal
4138a6d6dc
Merge branch 'objj_compiler2' into experimental_class_and_global_implementation
2013-01-18 14:35:03 -08:00
Antoine Mercadal
6b172cd3a6
remove useless usage of self. in NSWindowTemplate.j
2013-01-18 14:34:22 -08:00
Antoine Mercadal
86e0282011
Fix nib2cib warnings
2013-01-18 14:29:25 -08:00
Martin Carlberg
f1250ae5eb
Merge branch 'experimental_class_and_global_implementation' of https://github.com/cappuccino/cappuccino into objj_compiler2
2013-01-18 22:27:54 +01:00
Martin Carlberg
586c9d3139
Fixed "Can't find superclass 'MyClass' <Context File: Accessors>" problem when
...
compiling accessors to class with superclass in same file.
2013-01-18 21:23:11 +01:00
cacaodev
00fea3e02f
nib2cibed example
2013-01-18 20:24:18 +01:00
cacaodev
6a72855de8
Merge remote-tracking branch 'upstream/master' into CPCollectionViewItem-loading
2013-01-18 20:20:06 +01:00
Antoine Mercadal
6b0edaecc6
Move the editable property to _CPRuleEditorViewSlice.j as it is used in this class
2013-01-18 10:38:35 -08:00
Antoine Mercadal
a4bfd2c9f7
Add missing imports
2013-01-18 10:38:03 -08:00
Antoine Mercadal
7a419c262e
Add missing @class
2013-01-18 10:37:51 -08:00
Antoine Mercadal
40ac3210c4
Add missing import
2013-01-18 10:37:37 -08:00
Antoine Mercadal
3bb9e234d8
Add missing import
2013-01-18 10:37:27 -08:00
Antoine Mercadal
75a4ef99c9
Add some missing globals in CPTextField
2013-01-18 10:37:16 -08:00
Antoine Mercadal
1e4b6b6c49
Add missing import
2013-01-18 10:30:13 -08:00
Antoine Mercadal
c9eeab09a1
Add missing import in _CPWindow.j
2013-01-18 10:17:19 -08:00
Antoine Mercadal
1a61fc832e
Fix a bug in wrong code order in _CPMenuManager.j making usage of undeclared variable. Also add some missing imports
2013-01-18 10:16:55 -08:00
Antoine Mercadal
1d232fd263
Add missing import in BKShowcaseController.j
2013-01-18 10:03:11 -08:00
Martin Carlberg
197f3665bc
Fixed removed import
2013-01-18 17:33:09 +01:00
cacaodev
ce62e32dfa
Removed isa in CPTableCellView (Objj2 compat). nib2cibed all examples (Aristo2 compat).
2013-01-18 17:28:36 +01:00
cacaodev
2cc3521989
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Tests/Manual/CPOutlineViewCibTest/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
2013-01-18 16:57:46 +01:00
Martin Carlberg
6fbab322cf
Fixed warning messages in compiler
2013-01-18 14:25:05 +01:00
Martin Carlberg
458fa9d02e
Fixed a lot of small bugs found by new warning message from compiler
2013-01-18 14:24:37 +01:00
daboe01
9f85d2bdb3
fix for scrollwheel in FF>3 (issue #1244 )
2013-01-17 20:43:37 +01:00
Martin Carlberg
ff20822b47
Merge branch 'master' of https://github.com/cappuccino/cappuccino into objj_compiler2_experiment
2013-01-17 18:20:07 +01:00
Aparajita Fishman
eff0621966
Formatting
2013-01-17 15:32:53 +07:00
Antoine Mercadal
6aeb6199f7
Restore line
2013-01-16 18:10:46 -08:00
Alexandre Wilhelm
072fac837c
Merge branch 'master' of github.mv.usa.alcatel.com:amercada/Cappuccino
2013-01-16 18:06:59 -08:00
Alexandre Wilhelm
f1fa185383
Fixed bug about sheet/titled/window
2013-01-16 18:06:42 -08:00