summaryrefslogtreecommitdiffstats
path: root/carbon/tkMacOSXKeyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-081-1/+2
| | | | needed for Cygwin
* Purge RCS Keywordsdgp2011-06-081-2/+0
|
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-4/+4
| | | using useful casts internally.
* CONSTify return values of TkKeysymToString,nijtmans2009-12-161-2/+2
| | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast.
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-261-0/+842
source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).