| Commit message (Expand) | Author | Age | Files | Lines |
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -1/+2 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -1/+2 |
|
|
* | | Fix for serious bugs with input methods, and for display of certain fonts in ... | Kevin Walzer | 2012-01-29 | 1 | -3/+3 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -3/+4 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -345/+346 |
|
|
| * | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change | das | 2006-07-21 | 1 | -10/+13 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -5/+1 |
|
|
| * | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -1/+2 |
|
|
| * | * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms | cc_benny | 2004-02-25 | 1 | -1/+15 |
|
|
| * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -326/+486 |
|
|
| * | * keyArray: Add 0x34 as <Return>. Add notes. (Merge from | cc_benny | 2003-11-21 | 1 | -1/+13 |
|
|
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -2/+2 |
|
|
* | | More marking of files as Objective-C. | dkf | 2009-07-06 | 1 | -3/+4 |
|
|
* | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -87/+159 |
|
|
* | | Code style improvements, especially including making code less deeply nested. | dkf | 2008-10-27 | 1 | -84/+86 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. | das | 2007-06-03 | 1 | -3/+4 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -345/+346 |
|
|
* | | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change | das | 2006-07-21 | 1 | -10/+13 |
|
|
* | | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -5/+1 |
|
|
* | | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -1/+2 |
|
|
* | | * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms | cc_benny | 2004-02-17 | 1 | -1/+15 |
|
|
* | | * Fix: Convert DOS lineends to Unix. | cc_benny | 2004-02-14 | 1 | -824/+824 |
|
|
* | | * (TkpSetKeycodeAndState): Put UTF-8 into trans_chars instead | cc_benny | 2004-02-07 | 1 | -823/+824 |
|
|
* | | * (TkpGetKeySym): Ignore option key for generation of keysym, | cc_benny | 2004-01-25 | 1 | -1/+10 |
|
|
* | | * (TkpSetKeycodeAndState): Add setting of xkey.trans_chars. | cc_benny | 2004-01-24 | 1 | -2/+10 |
|
|
* | | * (TkpSetKeycodeAndState): Don't clobber xkey.state. | cc_benny | 2003-12-15 | 1 | -3/+1 |
|
|
* | | * (InitLatin1Table): Rename initialized to latin1_initialized | cc_benny | 2003-12-15 | 1 | -32/+32 |
|
|
* | | * latin1Table, (InitLatin1Table): Add. | cc_benny | 2003-12-15 | 1 | -29/+177 |
|
|
* | | * (TkpInitKeymapInfo): Remove dead code. The code depended on | cc_benny | 2003-12-15 | 1 | -104/+40 |
|
|
* | | * LATIN1_MAX and MAC_KEYCODE_MAX: Add and use for better | cc_benny | 2003-12-15 | 1 | -25/+47 |
|
|
* | | * Comments: Add and clarify some points, correct spellings. | cc_benny | 2003-12-15 | 1 | -268/+306 |
|
|
* | | * keyArray: Add 0x34 as <Return>. Add notes. | cc_benny | 2003-11-20 | 1 | -1/+13 |
|/ |
|
* | This submission contains a slightly reworked & cleaned up version of | wolfsuit | 2003-02-19 | 1 | -13/+16 |
|
|
* | dead keys first fix for MacOSX | vincentdarley | 2002-10-16 | 1 | -38/+5 |
|
|
* | * library/tk.tcl: use command instead of control on Aqua bindings. | hobbs | 2002-09-09 | 1 | -2/+34 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -0/+650 |
|
|