| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -17/+16 |
|
|
* | Cast some NULLs to (void *) in order to quash "missing sentinel in function c... | stwo | 2011-01-06 | 1 | -4/+4 |
|
|
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -3/+3 |
|
|
* | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -20/+19 |
|
|
* | 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 | -66/+24 |
|
|
* | * generic/tkEvent.c: Fix a possible segv due to a NULL | georgeps | 2009-01-11 | 1 | -1/+7 |
|
|
* | TIP#171 implementation - sanity for <MouseWheel> event handling! | dkf | 2008-12-28 | 1 | -9/+3 |
|
|
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1038 |
|
|