summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * README: Bump version number to 8.5b1.dgp2007-09-191-4/+4
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-191-2/+11
* * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()dgp2007-09-181-2/+8
* fix warningsdas2007-09-181-3/+3
* Yet another step in the tidying up of the GIF code.dkf2007-09-181-138/+169
* * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to accountdgp2007-09-175-11/+75
* Missed one PkgRequire Tcl revisiondgp2007-09-111-2/+2
* * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-2/+2
* * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-113-6/+6
* * generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restoredgp2007-09-103-6/+6
* Assorted minor cleanups.dkf2007-09-085-92/+125
* Disable __NO_OLD_CONFIG configuration enabled by latest commitdgp2007-09-071-1/+3
* header cleanupdgp2007-09-0767-141/+86
* * generic/tkWindow.c (Initialize): Moved common Tk initializationdgp2007-09-062-55/+23
* Fix for [Bug 1788019] "tkTest.c compiler warning".jenglish2007-09-041-4/+5
* * generic/ttk/ttkInit.c (Ttk_Init): register ttk in package databasedas2007-09-032-5/+3
* restore unix line endingsdgp2007-06-258-2491/+2491
* fix compile errors & warnings introduced by dkf's cleanupdas2007-06-253-8/+8
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-830/+825
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-242-80/+77
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-2417-2195/+2160
* * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance):das2007-06-231-19/+12
* Added -width and -height options.jenglish2007-06-101-15/+69
* Ttk_Manager API overhaul:jenglish2007-06-095-339/+386
* * generic/tkFont.c: #ifdef out debug msg printing to stderr.das2007-05-312-3/+9
* * generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812].dgp2007-05-301-8/+6
* Fix comments. (Thanks to Emiliano for spotting)dkf2007-05-241-3/+3
* EntrySetValue: Ensure that widget is in a consistent state before settingjenglish2007-05-181-5/+10
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-181-3/+3
* * generic/tk.decls: workaround 'make checkstubs' failures fromdas2007-05-161-1/+19
* Change Tk_InitStubs(), tkStubsPtr, and the auxilliary stubs table pointersjenglish2007-05-161-16/+2
* * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]dgp2007-05-151-3/+23
* [Tk Bug 1712081]dgp2007-05-149-149/+468
* bug #1716613 propagate error from TkDeleteNamedFont.patthoyts2007-05-111-5/+5
* * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-3/+5
* TIP #145 implementationpatthoyts2007-05-042-23/+50
* Another pun warningdkf2007-05-031-2/+3
* Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-031-2/+4
* Missed a place (or rather not all versions of GCC catch it.)dkf2007-05-031-36/+21
* Tackle [Bug 1711985]dkf2007-05-032-17/+16
* * generic/ttk/ttkTreeview.c(TagOptionSpecs): Use TK_OPTION_STRINGjenglish2007-04-281-4/+4
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-239-58/+156
* Fix indentation errordkf2007-04-171-4/+4
* Add in cast for boneheadedness in VC's handling of const qualifiersdkf2007-04-171-4/+5
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-174-14/+13
* Standardize function definition format.dkf2007-04-172-265/+265
* BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not workjenglish2007-03-211-2/+12
* revert premature commitdas2007-03-071-13/+1
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-074-6/+921
* Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use opti...chengyemao2007-02-281-1/+9