summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Rename enumermation for somewhat simpler-to-read code. [Bug 1677613]dkf2007-10-301-3/+3
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish2007-10-301-63/+56
* * README: Bump version number to 8.5b2.dgp2007-10-261-3/+3
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-251-32/+34
* * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-251-4/+42
* Move widget layout registration from TtkElements_Init()jenglish2007-10-2512-271/+230
* permit wm manage of any widget (esp: ttk::frame)patthoyts2007-10-241-2/+2
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-221-5/+4
* * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp.das2007-10-211-8/+11
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-153-5/+163
* generic/ttk/ttkTreeview.c: Store pointer to column table entryjenglish2007-10-152-73/+39
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-1512-58/+107
* * generic/tkTextDisp.c (CharUndisplayProc): fix textDisp.test crash.das2007-10-121-21/+23
* Make Ttk_GetImage safe if called with NULL interp. Added some testspatthoyts2007-10-091-2/+4
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
* Only call callbacks that are not NULL. [Bug 1791052]dkf2007-09-201-3/+8
* fix 'make checkstubs' complaint about Tk_PkgInitStubsCheckdas2007-09-201-1/+3
* * 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