summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-9/+1
* Formattingnijtmans2010-04-231-16/+2
* tkPort.h already includes tk.h, which includes tcl.hnijtmans2010-04-201-7/+1
* fix more gcc warnings: missing initializernijtmans2010-01-221-1/+2
* CONSTify Tk_SetClassProcsnijtmans2010-01-101-2/+2
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-2/+5
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+17
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-3/+4
* * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-151-2/+1
* Improve generation of EWMH hints for windows.dkf2009-12-091-3/+13
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-021-2/+2
* Make all internal initializationnijtmans2009-11-291-1/+14
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Finish purging remains of old XID hacks (a bunch of unused/write-only fields indkf2009-09-041-35/+1
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-241-4/+2
* Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-191-1/+7
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-07-021-2/+2
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-1/+15
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premergenijtmans2009-06-271-13/+1
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-121-7/+1
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-271-34/+8
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-2/+2
* Implementation of TIP #244, PNG image support.dkf2008-12-281-1/+2
* TIP #324 IMPLEMENTATIONdas2008-12-101-5/+6
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-4/+17
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-271-1/+6
* [Bug 1389270] event generate silently ignored focus events. These can now be ...patthoyts2008-11-231-1/+9
* use M_PI when available, remove redundant definitions of PIdas2008-11-221-1/+5
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-1/+27
* One more (hopefully the last) signature changenijtmans2008-11-091-2/+2
* no need to use CONST in internal header filesnijtmans2008-11-051-8/+8
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-8/+8
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-2/+2
* Reduce number of castsdkf2008-10-201-2/+2
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-201-1/+9
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-1/+5
* Add "const" to many internalnijtmans2008-10-151-9/+9
* Added new utility function: TkNewWindowObj()dkf2008-10-141-1/+2
* * generic/tkDecls.h: make genstubsdas2008-04-021-2/+2
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-16/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-1/+4
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-1/+26
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-16/+18
* various "const" additions, in line with TIP #27nijtmans2007-01-181-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+5
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-1/+7