 Randall LueckeandFrancisco Ryan Tolmasky I
|
e15cbfca33
|
fix bug in CPPlatformWindow where the visible frame for the platform window would offset itself for the menu bar height, even though no menu bar would be displayed because it's not the primaryPlatformWindow
|
2009-12-20 15:44:39 -08:00 |
|
Ross Boucher
|
ee8e65c80d
|
Fix for alt+character key events not propagating correctly.
Closes #354.
|
2009-12-05 16:58:26 -08:00 |
|
Ross Boucher
|
2351f73c76
|
Make the new cursor stuff work across platform windows
|
2009-12-04 18:07:53 -08:00 |
|
Francisco Ryan Tolmasky I
|
06b64c6a87
|
Fix for a few edge cases, and added showsStateColumn support to nib2cib.
Reviewed by me.
|
2009-12-03 19:24:03 -08:00 |
|
Ross Boucher
|
56a739655f
|
A whole bunch of textfield and key event fixes.
|
2009-12-02 17:14:47 -08:00 |
|
Francisco Ryan Tolmasky I
|
77bd8d3a76
|
Add hide: and hideOthers support.
Reviewed by me.
|
2009-11-16 18:27:38 -08:00 |
|
Ross Boucher
|
558dbdc612
|
Some documentation. Eventually I will rewrite all of the key event stuff to work like Google Closure using this documentation
|
2009-11-14 17:04:18 -08:00 |
|
Francisco Ryan Tolmasky I
|
9dfdde674f
|
Fix for off by one error in HTML 5 Safari drag and drop, as well as error when building with Rhino Narwhal.
Reviewed by me.
|
2009-11-13 17:39:16 -08:00 |
|
Ross Boucher
|
a3a03d702c
|
Remove a few IE bugs.
|
2009-11-12 15:54:52 -08:00 |
|
Ross Boucher
|
742df0df82
|
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
|
2009-11-12 11:24:47 -08:00 |
|
Ross Boucher
|
aaac5e429d
|
New textfield code that passes keyboard events through the standard mechanisms. Still broken in IE.
|
2009-11-12 11:24:23 -08:00 |
|
Francisco Ryan Tolmasky I
|
c3ac3ddd3f
|
A few fixes to drag and drop.
Reviewed by me.
|
2009-11-12 04:15:43 -08:00 |
|
Ross Boucher
|
95c3401640
|
Fix some old calls to _bridgeMouseEvent: which were not updated
|
2009-11-04 14:23:30 -08:00 |
|
Ross Boucher
|
93c90274b5
|
Updates for massaging a few key inputs.
|
2009-11-02 16:47:07 -08:00 |
|
Francisco Ryan Tolmasky I
|
0561f69c86
|
Made cancelTracking send a close menu event so that it doesn't behave passively.
Reviewed by me.
|
2009-10-22 19:58:34 -07:00 |
|
Francisco Ryan Tolmasky I
|
0af70c04a0
|
Fixed a bug where windows would not become visible again after closing their platform windows.
Reviewed by me.
|
2009-10-21 21:01:49 -07:00 |
|
Francisco Ryan Tolmasky I
|
6076185da7
|
Added application activation.
Reviewed by me.
|
2009-10-18 17:35:53 -07:00 |
|
 Ross BoucherandFrancisco Ryan Tolmasky I
|
2338ca2fa2
|
Add support for minimization.
|
2009-10-10 12:20:02 -04:00 |
|
 Ross BoucherandFrancisco Ryan Tolmasky I
|
1d76ac1b91
|
Addes initial support for window shadow styles.
Reviewed by tolmasky.
|
2009-09-30 07:03:55 +01:00 |
|
Ross Boucher
|
2e350f6bc5
|
Fix an accidental global in platformwindow
|
2009-09-20 10:36:30 -07:00 |
|
 Michael PorterandFrancisco Ryan Tolmasky I
|
7728d8abfb
|
Fix window maximise issue in Firefox
|
2009-09-16 15:23:42 -07:00 |
|
Francisco Ryan Tolmasky I
|
b21b08f899
|
Improved drag and drop.
Reviewd by me.
|
2009-09-16 00:27:56 -07:00 |
|
Francisco Ryan Tolmasky I
|
1862eacc27
|
Change frame setting behavior to match immediacy of Cocoa/GNUStep.
Reviewed by me.
|
2009-09-15 14:51:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
1a7a07b51a
|
Fix for draggedView:endedAt:operation: giving 0,0 locations.
Reviewed by me.
|
2009-09-04 03:54:40 -07:00 |
|
Francisco Ryan Tolmasky I
|
8fc45cf345
|
Workaround for terminate: warning when using cibs.
Reviewed by me.
|
2009-09-02 23:37:51 -07:00 |
|
Francisco Ryan Tolmasky I
|
2fbe026215
|
Further drawing fixes.
Reviewed by me.
|
2009-08-31 14:39:00 -07:00 |
|
Francisco Ryan Tolmasky I
|
2cf5b90183
|
Fixes for uncommon drawRect: bugs.
Reviewed by me.
|
2009-08-30 20:59:01 -07:00 |
|
Francisco Ryan Tolmasky I
|
35c1221905
|
Fixed a bug with HTML 5 and platform windows.
Reviewed by me.
|
2009-08-17 14:10:22 -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
|
0c9f247a82
|
Slight frame setting modification.
Reviewed by me.
|
2009-08-17 03:50:52 -07:00 |
|
Francisco Ryan Tolmasky I
|
d1d0d72e32
|
Slight change from macro to runtime option.
Reviewed by me.
|
2009-08-17 03:50:51 -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 |
|
Francisco Ryan Tolmasky I
|
3f496f1a10
|
Fixed CPEvent returning a direct reference to its location (as opposed to a copy), and CPPlatformWindow doing geometry gymnastics instead of the well defined conversion methods on CPWindow.
Reviewed by me.
|
2009-08-03 01:47:33 -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
|
59bec06e6e
|
Removed CPDOMWindowBridge file.
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
|
a34e23fa1c
|
Removed CPDOMWindowBridge dependency in CPTextField.
Reviewed by me.
|
2009-07-27 12:06:07 -07:00 |
|
Francisco Ryan Tolmasky I
|
fa5352ad40
|
Fix for drag and drop with platform windows.
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
|
ae7fbad2b9
|
Fix for dom layer.
Reviewed by me.
|
2009-07-26 01:34:16 -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
|
b2f35b61d3
|
Fix for making scrolling smoother.
Reviewed by me.
|
2009-07-07 11:33:58 -07:00 |
|
Francisco Ryan Tolmasky I
|
d57e7050db
|
Added CPWindowList and CPWindowObjectList functions for grabbing the currently visible windows.
Reviewed by me.
|
2009-06-24 14:41:37 -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
|
6cab77e005
|
More hash->UID name changes.
Reviewed by andrew.
|
2009-06-07 16:07:08 -07:00 |
|
Ross Boucher
|
8971c320bd
|
Don't capture errors during DOM events in DEBUG mode, to make it easier to debug IE
|
2009-05-31 19:17:56 -07:00 |
|
Francisco Ryan Tolmasky I
|
0fff3bade6
|
Support for new CPEvent mechanism.
Reviewed by me.
|
2009-05-30 23:18:48 -07:00 |
|