summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkInt.decls: move all platform test sources from tk lib intodas2005-12-091-3/+1
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+14
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-8/+8
* Regendkf2005-09-211-1/+3
* * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-1/+2
* * generic/tkDecls.h:das2005-05-291-5/+3
* Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-071-1/+2
* Added functions to support embedded menu widgetchengyemao2004-12-281-1/+3
* Added TkWinCleanupContainerList for platform supportchengyemao2004-12-171-1/+2
* * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-211-1/+2
* regendkf2004-08-191-1/+3
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-229/+15
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-1/+2
* TIP#116 implementation. Docs still to come, tests will never be done becausedkf2003-03-061-5/+9
* * generic/tkImage.c (Tk_ImageObjCmd): Added check to make suredkf2003-01-221-1/+2
* * generic/tkInt.decls: add TkWinSetHINSTANCE declhobbs2002-12-081-1/+2
* * generic/tkInt.decls(tkIntXlib): added XQueryTree declaration fordas2002-10-091-1/+3
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-17/+227
* Added TIP#48 style engine implementationdkf2002-06-181-1/+19
* * generic/tk.decls: added TIP #84 implementation that adds ahobbs2002-06-151-1/+2
* regendkf2002-06-141-3/+3
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-3/+14
* * generic/tkInt.decls: Add unix decl for TkpWmSetState.mdejong2002-05-271-1/+2
* * generic/tkStubInit.c:hobbs2002-04-121-1/+7
* * generic/tkStubInit.c:hobbs2002-04-051-1/+2
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-041-1/+2
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-91/+12
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-1/+3
* * Corrected definition ofdgp2001-09-251-1/+2
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-2/+3
* Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.dkf2000-11-211-1/+2
* * generic/tkCmds.c (Tk_WinfoObjCmd): Added check forericm2000-10-051-1/+2
* * generic/tk.h: added typdef for Tk_ClientMessageProchobbs2000-06-031-1/+3
* * generic/tkImage.c (Tk_PostscriptImage): added check to createhobbs2000-04-251-1/+2
* * doc/WinViewable.3:ericm2000-04-191-2/+1
* * win/tkWinDialog.c: Added checks for visibility of parent windowericm2000-04-181-1/+2
* * tests/event.test: Added test for [event generate $widgetericm2000-04-101-1/+2
* * generic/tkImgGIF.c (FileReadGIF): added cast for trashBufferhobbs2000-02-101-1/+7
* * generic/tk.decls:hobbs2000-02-091-1/+3
* * generic/tkDecls.h:hobbs2000-02-081-1/+21
* * generic/tkCanvas.c: fixed mem leak with TagSearchExprInithobbs2000-01-121-3/+1
* * generic/tkStubInit.c:hobbs1999-12-141-4/+12
* added TkMacPreprocessMenuhobbs1999-12-071-1/+2
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-1/+2
* New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl...jingham1999-08-101-1/+2
* 1999-07-30 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-07-311-1/+4
* modified files to work with new windows Makefilessurles1999-06-161-1/+3
* * generic/tkStubLib.c:stanton1999-05-251-11/+130
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-1/+3
* merged 8.1.0 changes into mainlinestanton1999-04-241-334/+386