Ross Boucher
|
d00197b1f7
|
This forces a recalculation at the point where autorecalculation is turned off (only if it was dirty).
From what I can tell, this brings it into line with how Cocoa handles the situation.
Closes issue #250.
|
2009-09-10 12:05:55 -04:00 |
|
 Francisco Ryan Tolmasky IandTom Robinson
|
35fa76064c
|
CPWindow centering
|
2009-08-20 19:15:31 -07:00 |
|
Francisco Ryan Tolmasky I
|
e8dd56bda7
|
Added HTML 5 drag and drop support for WebKit/Safari.
Reviewed by me.
|
2009-08-17 03:50:52 -07:00 |
|
Francisco Ryan Tolmasky I
|
ab8add681e
|
A number of fixes and improvements to the platform window subsystem.
Reviewed by me.
|
2009-08-17 03:50:51 -07: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 |
|
Francisco Ryan Tolmasky I
|
fbf559043e
|
Fixed accidentally committed #if 0.
Reviewed by me.
|
2009-07-28 21:10:16 -07:00 |
|
Francisco Ryan Tolmasky I
|
6a9804939e
|
More removal of "bridge".
Reviewed by me.
|
2009-07-27 22:43:01 -07:00 |
|
Francisco Ryan Tolmasky I
|
2e37945b4f
|
Removed remaining references to CPDOMWindowBridge.
Reviewed by me.
|
2009-07-27 12:06:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
92594a7ef9
|
Removed references from CPWindow and CPPlatformWindow to CPDOMWindowBridge.
Reviewed by me.
|
2009-07-27 12:06:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
4d179b1db7
|
Remove global references to first window.
Reviewed by me.
|
2009-07-27 12:06:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
d2b1df88e8
|
FIx for drag and drop without CPDOMWindowBridge.
Reviewed by me.
|
2009-07-27 12:06:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
d53207efd5
|
Furhter platform window support.
Reviewed by me.
|
2009-07-26 12:52:24 -07:00 |
|
Francisco Ryan Tolmasky I
|
e69d770583
|
Further deprecation of CPDOMWindowBridge.
Reviewed by me.
|
2009-07-25 17:10:48 -07:00 |
|
Francisco Ryan Tolmasky I
|
8382bb1ae8
|
Beginnings of Platform reorg.
Reviewed by me.
|
2009-07-25 16:47:30 -07:00 |
|
Francisco Ryan Tolmasky I
|
761e32a847
|
Fix for updating window background color to match crushed png.
Reviewed by me.
|
2009-07-05 21:04:08 -07:00 |
|
 Saikat ChakrabartiandFrancisco Ryan Tolmasky I
|
7d158de356
|
Fix for incorrect chain received mouseEntered events.
Closes #199.
Reviewed by me.
|
2009-06-20 17:12:03 -07:00 |
|
Francisco Ryan Tolmasky I
|
b4abc5a99d
|
Further key handling fixes.
Reviewed by me.
|
2009-06-15 12:33:16 -07:00 |
|
Francisco Ryan Tolmasky I
|
1e3b79de17
|
Fix for superview's not remaining mouseEntered when mouse moves over subviews.
Closes #126.
Reviewed by me.
|
2009-06-13 14:50:38 -07:00 |
|
Francisco Ryan Tolmasky I
|
1f0e4b0eca
|
Fix for window returning a direct reference to its frame instead of a copy.
Reviewed by me.
|
2009-06-10 13:17:09 -07:00 |
|
Ross Boucher
|
850125b8ab
|
Add documentation groups
|
2009-05-18 15:43:36 -07:00 |
|
Ross Boucher
|
bd3895e6c1
|
make windows not white by default
|
2009-05-17 13:00:06 -07:00 |
|
Ross Boucher
|
2825560c1f
|
keep key view loops established in interface builder
|
2009-05-08 14:37:31 -07:00 |
|
Ross Boucher
|
6cd92e1278
|
Force windows to stay within the bounds of the browser window
|
2009-05-04 21:54:02 -07:00 |
|
Ross Boucher
|
b6b3e7f492
|
Make setting initial first responder in IB work
|
2009-04-14 22:20:22 -07:00 |
|
Ross Boucher
|
4ce0bbe1c0
|
run recalculateKeyViewLoop automatically when a window is created
|
2009-04-14 22:10:50 -07:00 |
|
Ross Boucher
|
d2b5a7362e
|
support for autorecalculateskeyviewloop
|
2009-04-14 20:42:44 -07:00 |
|
Ross Boucher
|
db6c70215a
|
Next key view support, plus text field support
|
2009-04-14 15:40:12 -07:00 |
|
Ross Boucher
|
acb1929b49
|
Add default button style
|
2009-04-14 01:32:14 -07:00 |
|
Ross Boucher
|
0c63a5aba4
|
Add defaultButton to CPWindow, set up default key bindings
|
2009-04-13 21:22:32 -07:00 |
|
 nciagraandRoss Boucher
|
3bc50c1c3b
|
Allow _CPWindowView to set its own toolbarItem labelShadowColor.
|
2009-04-06 21:19:46 -07:00 |
|
Francisco Tolmasky
|
390208d16a
|
Fixed a bug where registerForDraggedTypes: replaced current drag types instead of appending to them.
Reviewed by me.
|
2009-03-27 17:32:53 -07:00 |
|
Francisco Tolmasky
|
0638de200b
|
Use visibleFrame for full bridge windows, not contentBounds.
Reviewed by me.
|
2009-03-22 12:20:18 -07:00 |
|
 nciagraand280 North, Inc.
|
8dc6500649
|
Fix for setting toolbar on bridge window losing its origin.
Signed-off-by: 280 North, Inc. <admin+280north@280north.com>
|
2009-03-23 02:47:25 +08:00 |
|
Tom Robinson
|
8b36cddd9c
|
Init _isFullBridge and cast too BOOL in setFullBridge:
|
2009-02-21 21:56:24 -08:00 |
|
Francisco Tolmasky
|
b74b382e30
|
Fix for resize indicator always showing up.
Reviewed by me.
|
2009-02-20 14:47:34 -08:00 |
|
Francisco Tolmasky
|
180c42b9d5
|
Added setFullBridge:/isFullBridge.
Reviewed by me.
|
2009-02-19 22:56:07 -08:00 |
|
Francisco Tolmasky
|
1f54d5de0e
|
Some cleanup.
Reviewed by me.
|
2009-02-18 23:28:13 -08:00 |
|
Francisco Tolmasky
|
44d837c1eb
|
A number of improvements to theming and bug fixes.
Reviewed by me.
|
2009-02-13 01:48:44 -08:00 |
|
Francisco Ryan Tolmasky I
|
289d0cac63
|
Added close button to standard window look.
Reviewed by me.
|
2009-01-23 10:10:56 -08:00 |
|
Francisco Ryan Tolmasky I
|
90389996d1
|
Fixed a DOM protection issue in CPWindow.
Reviewed by me.
|
2009-01-23 09:59:29 -08:00 |
|
Francisco Ryan Tolmasky I
|
d942ed415b
|
Fix for Dragging can happen across views.
Reviewed by me.
|
2009-01-05 23:46:57 -08:00 |
|
Francisco Ryan Tolmasky I
|
6a5bf822ab
|
Fix for setIgnoresMouseEvents: in CPWindow.
[#195 state:resolved].
Reviewed by me.
|
2009-01-05 01:58:21 -08:00 |
|
Francisco Ryan Tolmasky I
|
b29dc6052e
|
Further reorg.
Reviewed by me.
|
2008-12-26 23:54:20 -08:00 |
|
Francisco Ryan Tolmasky I
|
3afd7a9a69
|
A bit more CPWindow code reorg.
Reviewed by me.
|
2008-12-26 21:35:10 -08:00 |
|
Francisco Ryan Tolmasky I
|
3305385311
|
Removed unnecesary code.
Reviewed by me.
|
2008-12-26 20:38:08 -08:00 |
|
Francisco Ryan Tolmasky I
|
459316f102
|
Major Window Fixes/Changes.
[#65 state:resolved].
[#58 state:resolved].
[#94 state:resolved].
Reviewed by me.
|
2008-12-22 13:53:48 -08:00 |
|