summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
Commit message (Expand)AuthorAgeFilesLines
* Type correctness fix, to stop compiler complaintjan.nijtmans2012-07-121-1/+1
* Fix text clipping when working with the Xft-based renderer.dkf2012-06-121-0/+3
|\
| * Fix text clipping when working with the Xft-based renderer.dkf2012-06-121-0/+3
* | _Xconst -> constjan.nijtmans2012-02-211-1/+1
|\ \ | |/
| * _Xconst -> CONSTjan.nijtmans2012-02-211-1/+1
| |\
| | * _Xconst -> CONSTjan.nijtmans2012-02-211-1/+1
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-0/+8
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-0/+7
| |\ \ | | |/
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-0/+7
* | | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-251-0/+2
|\ \ \ | |/ /
| * | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...bug_3410609Kevin B Kenny2011-10-011-0/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-1/+4
| | * * generic/tkInt.h: Thread safety for the data structures ofdgp2006-06-051-4/+1
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+3
| | * * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checkshobbs2005-10-101-1/+40
| | * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-4/+5
| | * Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-1/+6
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-1/+6
| | * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-1/+4
| | * * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-4/+1
| * | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-4/+19
| * | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-3/+4
| * | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...nijtmans2009-06-271-20/+2
| * | Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-271-25/+1
| * | Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-1/+6
| * | ensure WORDS_BIGENDIAN #define agrees with autoconfdas2008-04-021-2/+2
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-14/+3
* | | [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