summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* fix to two text widget bugsvincentdarley2005-05-131-8/+11
* * generic/tkTextDisp.c (GetXView): Improved numerical precisiondgp2005-05-101-3/+3
* fix to elide search and insertofftime 0 text widget bugsvincentdarley2005-04-041-37/+129
* Style&clarity fixesdkf2005-04-041-309/+315
* Fixed bug in geometry calculations forpspjuth2005-04-031-7/+12
* Syntax/Style Guide fixesdgp2005-03-241-3/+8
* Get the Entry and Spinbox widgets to draw with the native look & feel onwolfsuit2005-03-242-348/+459
* 2005-03-23 Jim Ingham <jingham@apple.com>wolfsuit2005-03-232-5/+6
* Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfodkf2005-03-191-35/+34
* fix for display lines bug and panicvincentdarley2005-03-151-9/+25
* Correct the InvokeClientMessageHandlers logic. [Bug 1162356]dkf2005-03-141-220/+235
* fix to newline eliding in text widgetvincentdarley2005-02-145-106/+402
* * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixedhobbs2005-02-111-32/+58
* Fix silly mistake. :^}dkf2005-02-071-4/+4
* D'ohdkf2005-02-031-2/+2
* Ensure that the canvas's static data is either protected by a mutex ordkf2005-02-031-56/+121
* Doc fix [Bug 110553]dkf2005-01-311-8/+4
* D'oh!dkf2005-01-111-2/+2
* fix to text widget bugvincentdarley2005-01-111-4/+26
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-114-93/+115
* Correction of handling the return value of TkpUseWindowchengyemao2005-01-101-2/+2
* Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-4/+12
* bug fix [1098779]chengyemao2005-01-091-1/+2
* Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-072-2/+13
* Add missing Tcl_ResetResult [697915]dkf2005-01-071-1/+2
* Added functions to support embedded menu widgetchengyemao2004-12-282-2/+24
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-202-67/+105
* Added TkWinCleanupContainerList for platform supportchengyemao2004-12-172-2/+13
* bug fix (831627)chengyemao2004-12-171-7/+12
* Make the container draw its background to avoid an unpainted toplevel when th...chengyemao2004-12-171-3/+2
* Bump to 8.5a3dkf2004-12-111-3/+3
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-091-3/+7
* Alpha blending fix. [Patch 848161]dkf2004-12-031-22/+35
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-1/+10
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-171-3/+15
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-6/+8
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
* * macosx/Wish.pbproj/project.pbxproj:das2004-11-161-2/+6
* fix to one multi-line search bugvincentdarley2004-11-151-1/+10
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-6/+4
* * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-111-10/+16
* * generic/tkMain.c:das2004-11-112-2/+18
* Made handling of ^ a bit more consistent inpspjuth2004-11-071-20/+67
* * win/tkWinX.c: Signature for tkWinXCleanup needed to bedavygrvy2004-10-272-5/+5
* * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax errorpatthoyts2004-10-261-2/+1
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondkf2004-10-262-30/+17
* Stop compiler warningdkf2004-10-261-1/+2
* Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-70/+379
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-191-13/+13
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-1/+4