This website requires JavaScript.
Explore
Help
Sign In
colby
/
cappuccino
Watch
1
Star
0
Fork
0
mirror of
https://github.com/cappuccino/cappuccino.git
synced
2026-08-26 13:37:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff8e5ae42e2f2f141ff2a3ba80a397bafd08d785
cappuccino
/
AppKit
/
Platform
/
DOM
T
History
Alexander Ljungberg
and
Ross Boucher
474623feb3
Added support for punctuation based key equivalents such as Cmd-' or Cmd-;. Fixed: [event characters] would contain Þ when Cmd-' was pressed and º for Cmd-; since the key codes for punctuation do not match the ASCII codes and String.fromCharCode does not work. Manual test included.
2010-07-21 14:52:05 -07:00
..
CPDOMDisplayServer.h
Further drawing fixes.
2009-08-31 14:39:00 -07:00
CPDOMWindowLayer.j
Fixed a bug where windows would not become visible again after closing their platform windows.
2009-10-21 21:01:49 -07:00
CPPlatform.j
Add CPApplicationWillTerminateNotification.
2010-04-12 12:21:45 -07:00
CPPlatformString.j
Fix for sizeWithFont: in Internet Explorer.
2010-03-16 16:01:44 -07:00
CPPlatformWindow+DOM.j
Added support for punctuation based key equivalents such as Cmd-' or Cmd-;. Fixed: [event characters] would contain Þ when Cmd-' was pressed and º for Cmd-; since the key codes for punctuation do not match the ASCII codes and String.fromCharCode does not work. Manual test included.
2010-07-21 14:52:05 -07:00
CPPlatformWindow+DOMKeys.j
A whole bunch of textfield and key event fixes.
2009-12-02 17:14:47 -08:00