Randall Luecke
|
9a302328c6
|
Move the new close button a little to the right to confrom with the Aristo art.
|
2010-06-26 23:35:33 -05:00 |
|
Randall Luecke
|
cdb1ac32fa
|
Use the new Aristo HUD window art.
|
2010-06-26 23:22:24 -05:00 |
|
nciagra
|
bd06b8a867
|
Modifier keys will fire flagsChanged: instead of keyDown: and keyUp:, like Cocoa does.
|
2010-06-16 22:02:40 -04:00 |
|
 Alexander LjungbergandRoss Boucher
|
db3514a2c1
|
Only allow a single window frame animation at a time; stop the previous animation before starting a new one. This allows e.g. a sheet animating open to 'turn around' and animate right back out. Fixed: if a sheet was closed before it finished animating open, for example by hitting a keyboard equivalent immediately, CPWindow would crash with "Uncaught TypeError: Cannot read property 'sheet' of null".
|
2010-06-16 08:46:54 -07:00 |
|
Klaas Pieter Annema
|
f40fc321fe
|
Make the window perform it's defaults button's key equivalent after the default keyDown messages are handled
|
2010-06-16 14:17:58 +02:00 |
|
Ross Boucher
|
fed39694f6
|
Improve the handling of key window's losing their status.
|
2010-06-12 18:23:51 -07:00 |
|
 Scott KyleandRandall Luecke
|
1899250a53
|
Semicolons are nice...
|
2010-06-10 16:42:28 -05:00 |
|
Alexander Ljungberg
|
44f5086600
|
Key equivalents for CPButton.
|
2010-06-07 19:08:44 -04:00 |
|
 Saikat ChakrabartiandRoss Boucher
|
c8759babae
|
Adding checks for existence of DOM when calling CPPlatformWindow+DOM-only methods
Conflicts:
AppKit/CPWindow/CPWindow.j
|
2010-06-06 11:48:15 -07:00 |
|
Ross Boucher
|
09727909b3
|
Fix for menuless windows. Closes #640.
|
2010-05-01 14:47:43 -07:00 |
|
Tom Robinson
|
0d97dfacd6
|
give zero sized borderless bridge windows a default size if we're not in the browser so they show up in NativeHost.
|
2010-04-27 12:56:24 -07:00 |
|
 Alexander LjungbergandRoss Boucher
|
639a32ea7e
|
CPWindow alpha value support.
|
2010-04-21 15:47:25 -07:00 |
|
Francisco Ryan Tolmasky I
|
54685b1f36
|
One additional fix for IE not loading in certain occasions.
Reviewed by me.
|
2010-04-08 23:58:47 -07:00 |
|
Francisco Ryan Tolmasky I
|
abdc601d92
|
Fix for IE not loading bug.
Reviewed by me.
|
2010-04-08 23:58:31 -07:00 |
|
Nicholas Small
|
6a8126337c
|
Added right click responder methods and context menu support.
|
2010-03-31 15:56:18 -04:00 |
|
Ross Boucher
|
7ab41cf195
|
If there is no key window or no main window make the first opened window those things.
|
2010-03-28 09:03:33 -07:00 |
|
Ross Boucher
|
b0e0156880
|
Fix support for initial first responder.
|
2010-03-27 13:08:47 -07:00 |
|
Ross Boucher
|
ef7ad8ee8e
|
A few minor bug fixes for key/main window handling.
|
2010-03-13 22:49:06 -08:00 |
|
Ross Boucher
|
c514fd7a08
|
Fix an issue where window levels weren't kept in sync with dom window layers.
Closes #507.
|
2010-03-06 00:57:59 -08:00 |
|
Ross Boucher
|
29a0de3636
|
Fix document title's not being synced properly.
|
2010-03-05 20:09:23 -08:00 |
|
Ross Boucher
|
398d61097c
|
Typo in miniaturize:
|
2010-03-02 15:27:40 -08:00 |
|
Ross Boucher
|
4a43e4fda6
|
Overhaul of the key/main window status, esp. with respect to assigning new values after a window
closes or after a window is minimized, and with app activation/deactivation.
|
2010-03-02 15:16:10 -08:00 |
|
Ross Boucher
|
01aec1f78e
|
If the mainWindow tries to become main again, just return early.
|
2010-03-01 18:07:38 -08:00 |
|
Francisco Ryan Tolmasky I
|
c33e2ee51f
|
Fixed a bug with objj_debug_typecheck incorrectly misidentifying empty string as not a CPString. Also fixed a number of type declarations after running with objj_msgSend_decorate(objj_typecheck_decorator); turned on.
Reviewed by me.
|
2010-02-21 13:37:20 -08:00 |
|
Ross Boucher
|
fb8ba655e1
|
Do not enforce min/max size in setFrame:display:animate: only do so in the other setFrame* variants.
Closes #284.
|
2010-02-10 19:55:40 -08:00 |
|
 Philipe FatioandRoss Boucher
|
94ce055bc2
|
CPWindow's makeFirstResponder: return type was void, changed to BOOL
|
2010-02-09 10:49:04 -08:00 |
|
 Alexander LjungbergandRoss Boucher
|
2dccee05bc
|
Fixed: CPWindow setFrame:display: failed with an "unrecognized selector" exception.
|
2010-02-03 14:58:01 -08:00 |
|
Nicholas Small
|
204df99375
|
Make CPPanel -becomesKeyOnlyIfNeeded and CPView -needsPanelToBecomeKey work.
|
2010-01-15 17:23:56 -05:00 |
|
Ross Boucher
|
d78eb4a4e5
|
Fix an undefined notification variable
|
2010-01-04 19:11:10 -05:00 |
|
 Randall LueckeandRoss Boucher
|
a3d168b646
|
left unnessisary line... whoops
|
2010-01-04 10:24:45 -05:00 |
|
 Randall LueckeandRoss Boucher
|
5018df511b
|
fix for window overlapping the menu bar if the user dragged it up there.
|
2010-01-04 10:24:38 -05:00 |
|
Ross Boucher
|
09345a9d53
|
Use a notificaiton rather than a direct call for windowDidResize:
Closes #393.
|
2010-01-04 10:21:16 -05:00 |
|
Francisco Ryan Tolmasky I
|
7acfbb9eed
|
Added [CPView setSubviews:] which allows you to add multiple subviews, remove multiple subviews, and reorder multple subviews.
Reviewed by me.
|
2009-12-20 13:00:25 -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 |
|
Francisco Ryan Tolmasky I
|
a401dfddff
|
Merge branch 'jake' into menus
|
2009-12-02 20:19:14 -08:00 |
|
Ross Boucher
|
2120e9cf2a
|
Potential fix for a drawing issue in IE.
|
2009-12-02 18:27:18 -08:00 |
|
Ross Boucher
|
3002acc895
|
Change for the way in which we detect full bridge window close
|
2009-12-02 18:26:55 -08:00 |
|
Francisco Ryan Tolmasky I
|
982ab4b4fa
|
Merge branch 'jake' into menus
|
2009-12-02 17:18:11 -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
|
495b774965
|
A bit of cleanup.
Reviewed by me.
|
2009-12-01 17:49:15 -08:00 |
|
Francisco Ryan Tolmasky I
|
72f80cdbed
|
Cleaned up menu constraints.
Reviewed by me.
|
2009-11-30 02:01:44 -08:00 |
|
Francisco Ryan Tolmasky I
|
8f1e56e398
|
Implemented manual validation for toolbar items and fixed a number of toolbar bugs.
Closes #43.
Closes #48.
Reviewed by me.
|
2009-11-15 00:35:52 -08:00 |
|
Francisco Ryan Tolmasky I
|
b694437dba
|
Fix for flash when closing windows.
Reviewed by me.
|
2009-11-14 19:58:40 -08:00 |
|
Francisco Ryan Tolmasky I
|
312a48a3fe
|
Fix for borderless bridge windows showing and allowing the user to use resize indicator.
Reviewed by me.
|
2009-11-14 14:41:09 -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 |
|
Francisco Ryan Tolmasky I
|
61c0d33b4d
|
Made shadows more robust with platform windows.
Reviewed by me.
|
2009-11-12 01:46:10 -08:00 |
|
Francisco Ryan Tolmasky I
|
14ad8f6d6d
|
Cleaned up key equivalent handling and added support for key equivalents
to nib2cib.
Reviewed by me.
|
2009-10-31 18:32:58 -07:00 |
|
 Ross BoucherandFrancisco Ryan Tolmasky I
|
bcd8c72ae4
|
Add an unsaved state affordance to the close button on standard windows.
|
2009-10-31 18:22:27 -07:00 |
|
Ross Boucher
|
0423546451
|
Update to the new close/warn stuff to correctly support multiple windows per document and multiple documents per window.
|
2009-10-29 16:33:56 -07:00 |
|
Ross Boucher
|
b2d994bd66
|
Adds support for warning before closing documents that have unsaved changes.
Includes changes to the multiple documents per window controller stuff.
|
2009-10-27 17:36:46 -07:00 |
|