Didier Korthoudt
7089abcef2
missing-fix
2015-12-08 22:41:18 +01:00
Didier Korthoudt
e6148a97a3
_CPWindowView-fix
2015-12-08 18:33:27 +01:00
Didier Korthoudt
9e40033a92
skipped-fix
2015-12-07 15:13:31 +01:00
Didier Korthoudt
08d4e19851
various-fixes
...
Following @aparajita indications
2015-12-07 14:58:42 +01:00
Didier Korthoudt
dcc0768411
Unit-test+fix
2015-12-05 20:14:24 +01:00
Didier Korthoudt
f14062c721
Style-fixes
2015-12-03 20:44:34 +01:00
Alexandre Wilhelm
0508b70658
Refactored: refactoring of the file CFHTTPRequest.js
2015-12-02 11:32:04 -08:00
Alexandre Wilhelm
04f8545397
Merge pull request #2368 from Rosch/master
...
Fix startup on IE10
2015-12-02 11:25:59 -08:00
cacaodev
633f985360
CFHTTPRequest : removed unused variable.
2015-12-02 17:51:49 +01:00
Didier Korthoudt
a649a6ebac
CIB-fix
...
For some (yet unknown) reason, when declaring a view with tracking area
in a CIB, there’s some weird things happening that try to use the
_trackingAreas array when it’s not yet initialized… So, replacing
_trackingAreas.length by [_trackingAreas count] resolves the problem.
2015-12-02 00:03:59 +01:00
Didier Korthoudt
634a8b4532
cocoadev-fix
2015-12-01 21:16:02 +01:00
Didier Korthoudt
f3709a41e3
removeAllTrackingAreas
2015-12-01 21:06:55 +01:00
Didier Korthoudt
2bfebfee3c
Manual-test-fix
2015-12-01 05:58:36 +01:00
Didier Korthoudt
76ab5fbf78
CPControl-fix
2015-11-30 09:07:33 +01:00
Didier Korthoudt
c0b0c74638
CPTableHeaderView-fix
2015-11-30 05:49:11 +01:00
Didier Korthoudt
6c0b771758
CPSplitView-fix
2015-11-29 21:54:36 +01:00
Didier Korthoudt
2f983fc305
optimization
2015-11-29 15:37:33 +01:00
Antoine Mercadal
3cf0d60f5d
Merge pull request #2399 from mrcarlberg/default_include_method_types
...
Default include type signatures for all kind of builds
2015-11-23 13:38:14 -08:00
Alexandre Wilhelm
751e76b453
Merge pull request #2396 from mrcarlberg/objj_runtime_method_type_accessors
...
Objective-J runtime method type accessor functions
2015-11-23 10:40:44 -08:00
Martin Carlberg
c2f95f7953
Fixed: Runtime method argument functions will now comply to how Objective-C runtime works.
2015-11-23 10:48:15 +01:00
Didier Korthoudt
924b994df2
First updateTrackingAreas implementation
2015-11-21 17:25:43 +01:00
Didier Korthoudt
b10de5e82c
Code-refactoring
2015-11-21 09:20:28 +01:00
daboe01
65ffce8db2
sheet fix part 2
2015-11-20 20:45:21 +01:00
Martin Carlberg
58aeb2e40f
Fixed: Add test cases
2015-11-20 14:54:23 +01:00
Martin Carlberg
141d737ca5
Fixed: Removed old function instead of mark it deprecated
2015-11-20 14:54:11 +01:00
Martin Carlberg
d0fd53a2ca
Added: Function method_getNumberOfArguments
2015-11-20 14:53:46 +01:00
Martin Carlberg
3e0a6ea2cf
Fixed: Return NULL when out of bounce
2015-11-20 14:52:53 +01:00
Martin Carlberg
758ad3eb06
Fixed: Method types was not copied into new KVO implementation of a class that is observed with KVO.
...
Some test cases are also added for this.
2015-11-20 12:43:53 +01:00
Martin Carlberg
b132a66707
Fixed: Compiler option 'IncludeTypeSignatures' is default turn on for all type of builds. It can optionally be turned off.
2015-11-20 12:33:00 +01:00
daboe01
f241f12ddb
fix for textview on sheets
2015-11-19 20:03:36 +01:00
Didier Korthoudt
e1daf9467c
Code-style-fixes
2015-11-19 06:13:18 +01:00
Alexandre Wilhelm
5457ddb44f
Fixed: ignored compiled nib file of xcodecapp when having xcodecapp folder in a XcodeCapp project
2015-11-18 13:09:39 -08:00
Alexandre Wilhelm
6fee13b0a5
Fixed: XcodeCapp did not ignore folder when sourcing them
2015-11-18 11:29:09 -08:00
Alexandre Wilhelm
2b17e173f5
Fixed: only reload the operations and errors dataview when they are currently displayed in XcodeCapp
2015-11-18 11:01:09 -08:00
cacaodev
569d4a5d8b
Merge branch 'master' of git://github.com/cappuccino/cappuccino
2015-11-15 19:34:39 +01:00
Alexandre Wilhelm
51a88a23ac
Fixed: removed files Lumberjack
2015-11-13 10:48:48 -08:00
Alexandre Wilhelm
f41504ca57
Fixed: remove library CocoaLumberjack in XcodeCapp. This lib added memory leaks when using it in an NSOperation. We now simply use NSLog
2015-11-13 10:48:02 -08:00
Alexandre Wilhelm
bacb7018cb
Fixed: thread of the spinning was always launched even if the spinner was not displayed in XcodeCapp
2015-11-12 16:29:46 -08:00
Alexandre Wilhelm
671ed3c2fe
Fixed: memory leak in XcodeCapp due to NSAppleScript. We now use osascript
2015-11-12 11:59:00 -08:00
Alexandre Wilhelm
372e994617
Fixed: XcodeCapp ignored by defaul the ressources folder
2015-11-11 13:24:18 -08:00
Martin Carlberg
e4560df62f
Fixed: Use correct property in decorator
2015-11-10 11:31:04 +01:00
Martin Carlberg
920daf7fde
Fixed: Marked function 'method_getTypes' as deprecated
2015-11-10 11:30:29 +01:00
Martin Carlberg
ad1a15faaa
New: Added runtime functions 'method_copyReturnType' and 'method_copyArgumentType'.
2015-11-10 11:29:52 +01:00
Didier Korthoudt
459cf2e380
Tests/Manual TrackingArea test app
2015-11-08 19:46:19 +01:00
Didier Korthoudt
8d058a53fd
CursorUpdate management + various fixes
2015-11-08 12:06:13 +01:00
Didier Korthoudt
d864ae9fef
Code style
2015-11-07 07:07:14 +01:00
Didier Korthoudt
f1eeb61264
Fix: log traces removal
2015-11-06 15:05:34 +01:00
Didier Korthoudt
1418dd8b29
First submit for CPTrackingArea
2015-11-06 14:09:23 +01:00
cacaodev
0297980ca3
Merge branch 'master' of git://github.com/cappuccino/cappuccino
2015-11-02 19:46:36 +01:00
cacaodev
5e94aaa2cb
Merge pull request #2391 from zittix/fix_initial_cptabview_selection
...
Fixed: default selection of a CPTabView item
2015-11-02 09:25:04 +01:00