 Alexander LjungbergandRoss Boucher
|
f2c01cbbbd
|
In CPUndoManager, handle the edge cases if an object changes from being an Objective-J object to being just a JS object. Also handle the case where an Objective-J object could theoretically compare equal to nil - CPNull isEqual:.
|
2010-06-16 08:50:42 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
c807358216
|
Support non Objective-J objects in CPUndoManager's no-op check for auto undo.
|
2010-06-16 08:50:34 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
685c3c9853
|
Don't add no-ops to the undo stack when using automatic undo manager mode. This is necessary when used together with bindings since controls issue reverse binding updates whenever editing ends, which would add a 'do nothing' undo entry on the stack in cases where nothing changed.
|
2010-06-16 08:50:27 -07:00 |
|
 Stephen IerodiaconouandRoss Boucher
|
b98f0b1427
|
Apply style rules to Foundation
|
2010-05-26 08:53:05 -07:00 |
|
Randall Luecke
|
a9f970459b
|
Fix for undoManager thowing exception in -canUndo.
|
2010-05-19 01:33:13 -05:00 |
|
Francisco Ryan Tolmasky I
|
3cfd392e3e
|
Added new automatic undo API to CPUndoManager.
Added archiving support for CPTreeNode.
Reviewd by me.
|
2010-01-05 11:14:56 -08:00 |
|
Francisco Ryan Tolmasky I
|
ac2c0d5d84
|
Update CPUndoManager to post checkpoint notifications and only create run loop performs if undos actually take place.
Reviewed by me.
|
2009-12-15 16:37:47 -08:00 |
|
Francisco Ryan Tolmasky I
|
eb43e416ae
|
Added CPProxy class to support better undo proxying in CPUndoManager.
Closes #370.
Closes #371.
Reviewed by me.
|
2009-12-11 11:38:26 -08:00 |
|
 lowell vizonandFrancisco Ryan Tolmasky I
|
377f331b47
|
Documentation Edits: Replaced <code> and <pre> tags with \c; this allows monospaced text to be displayed with formatted text without needing a new line. See AppKit/CPView after generating documentation for examples. Also added - and + signs to the above changes when referring to either an -instanceMethod or a +classMethod. --lowell@cocoastep
Signed-off-by: Francisco Ryan Tolmasky I <francisco@280north.com>
|
2009-08-08 03:50:50 +08:00 |
|
Ross Boucher
|
7d4c2840eb
|
All Foundation classes briefed
Conflicts:
Foundation/CPSet.j
Foundation/CPTimer.j
Foundation/CPURLConnection.j
|
2009-05-30 13:46:42 -07:00 |
|
Ross Boucher
|
850125b8ab
|
Add documentation groups
|
2009-05-18 15:43:36 -07: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 |
|