| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning... | stwo | 2012-08-09 | 1 | -3/+3 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | XIM fixes [See #905830, patch tk84-xim-fixes.patch]: | jenglish | 2006-01-20 | 1 | -3/+5 |
|
|
| * | * generic/tkEvent.c: fix handling of ClientMessage handlers. | hobbs | 2005-11-30 | 1 | -4/+4 |
|
|
| * | * generic/tkEvent.c (Tk_HandleEvent): Call XSetICFocus whenever | rmax | 2004-10-26 | 1 | -1/+12 |
|
|
| * | * changes: | dgp | 2004-07-29 | 1 | -11/+1 |
|
|
| * | Don't queue events for unmapped children. | wolfsuit | 2004-07-21 | 1 | -1/+5 |
|
|
| * | * generic/tkEvent.c (Tk_HandleEvent): ensure IC focus is set after | hobbs | 2004-07-21 | 1 | -1/+11 |
|
|
| * | This gets the scroll wheel working for listboxes and text widgets for Mac OS | wolfsuit | 2004-02-16 | 1 | -1/+6 |
|
|
| * | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for | hobbs | 2003-07-19 | 1 | -3/+12 |
|
|
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -4/+4 |
|
|
* | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -15/+59 |
|
|
* | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -60/+18 |
|
|
* | | * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointer | georgeps | 2009-01-11 | 1 | -1/+7 |
|
|
* | | Fix for [Bug 2010422] "no event type or button # or keysym | jenglish | 2008-08-05 | 1 | -5/+24 |
|
|
* | | XIM reorganization and cleanup; see [Patch 1919791] for details. | jenglish | 2008-03-26 | 1 | -81/+47 |
|
|
* | | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl, | jenglish | 2006-11-24 | 1 | -3/+1 |
|
|
* | | Comment formatting | dkf | 2006-02-03 | 1 | -16/+21 |
|
|
* | | XIM fixes [See #905830, patch tk84-xim-fixes.patch]. | jenglish | 2006-01-20 | 1 | -3/+5 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -4/+4 |
|
|
* | | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header | dgp | 2005-09-28 | 1 | -3/+23 |
|
|
* | | Tk-internal exit handler improvements. [Bug 749908] | dkf | 2005-09-21 | 1 | -613/+725 |
|
|
* | | On Mac OS X scrollwheel events are sent to the window under the mouse, not | wolfsuit | 2005-06-03 | 1 | -3/+8 |
|
|
* | | Correct the InvokeClientMessageHandlers logic. [Bug 1162356] | dkf | 2005-03-14 | 1 | -220/+235 |
|
|
* | | * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocus | rmax | 2004-11-11 | 1 | -10/+16 |
|
|
* | | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -18/+35 |
|
|
* | | Applied a fix from the core-8-4-branch so that unmapped windows don't queue e... | georgeps | 2004-07-29 | 1 | -1/+5 |
|
|
* | | * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is set | hobbs | 2004-07-21 | 1 | -1/+11 |
|
|
* | | The usage of the TK_XIM_SPOT definition was causing a build failure with some... | georgeps | 2004-07-05 | 1 | -5/+5 |
|
|
* | | tkEvent.c was refactored to be cleaner and fix two bugs. Two bugs were found... | georgeps | 2004-07-02 | 1 | -315/+650 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -6/+6 |
|
|
* | | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 1 | -1/+147 |
|
|
* | | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for | hobbs | 2003-07-19 | 1 | -3/+12 |
|/ |
|
* | * generic/tkEvent.c (Tk_HandleEvent): Fixup button | mdejong | 2003-02-18 | 1 | -2/+17 |
|
|
* | * generic/tkBind.c (TkBindDeadWindow): | mdejong | 2002-06-19 | 1 | -1/+5 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-15 | 1 | -2/+2 |
|
|
* | changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarity | hobbs | 2002-06-15 | 1 | -2/+2 |
|
|
* | * generic/tkEvent.c (Tk_HandleEvent): | hobbs | 2002-06-15 | 1 | -33/+34 |
|
|
* | * generic/tk.decls: added TIP #84 implementation that adds a | hobbs | 2002-06-15 | 1 | -1/+48 |
|
|
* | * generic/tkBind.c (TkXErrorHandler): Declare static | mdejong | 2002-06-14 | 1 | -1/+3 |
|
|
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish | 2002-06-14 | 1 | -8/+121 |
|
|
* | * generic/tkInt.h: added TK_XIM_SPOT #define (default 1). | hobbs | 2002-04-05 | 1 | -11/+44 |
|
|
* | * generic/tk.h: added typdef for Tk_ClientMessageProc | hobbs | 2000-06-03 | 1 | -35/+162 |
|
|
* | * generic/tkCmds.c: | hobbs | 1999-12-16 | 1 | -9/+10 |
|
|
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -1/+28 |
|
|
* | Fixed ANSI-style function definitions so that they work on K&R | redman | 1999-08-13 | 1 | -2/+2 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -42/+103 |
|
|
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 1 | -4/+9 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|