Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented TIP #236 from patch by Neil McKay. | dkf | 2008-09-30 | 4 | -160/+388 |
| | |||||
* | Fix [Bug 2123813] | dkf | 2008-09-23 | 2 | -2/+5 |
| | |||||
* | Fix [Bug 2118116] | dkf | 2008-09-23 | 81 | -166/+332 |
| | |||||
* | a final fix | tmh | 2008-09-09 | 1 | -4/+4 |
| | |||||
* | add global tk_strickMotif | tmh | 2008-09-09 | 2 | -4/+8 |
| | |||||
* | Bug [2098425] docs typo | tmh | 2008-09-08 | 2 | -2/+6 |
| | |||||
* | * generic/tk.h: Dropped use of _ANSI_ARGS_ macro to preserve | dgp | 2008-09-03 | 3 | -162/+140 |
| | | | | * generic/tkSelect.h: Tk's TCL_NO_DEPRECATED build. | ||||
* | comments, whitespace | das | 2008-09-02 | 4 | -7/+13 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-30 | 14 | -2053/+3864 |
| | |||||
* | * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS | dgp | 2008-08-29 | 2 | -3/+7 |
| | | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk). | ||||
* | * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that | dgp | 2008-08-28 | 4 | -32/+17 |
| | | | | | | | | we don't create new dependencies on Tcl internals. * unix/tkUnixPort.h: Removed #include of tclInt.h that has been * win/tkWinPort.h: disabled for three years. If we needed this we'd have noticed by now. | ||||
* | * README: Bump version number to 8.6a3 | dgp | 2008-08-28 | 9 | -21/+33 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Fix 2080587 | dkf | 2008-08-28 | 2 | -34/+34 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-28 | 10 | -2759/+5260 |
| | |||||
* | fix typo in menu.tcl | tmh | 2008-08-27 | 2 | -2/+6 |
| | |||||
* | Added a "knownBug"-marked test to show a problem | pspjuth | 2008-08-27 | 2 | -17/+42 |
| | | | | identified in the grid implementation. | ||||
* | typo | dgp | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | Split the ChangeLog file. | dkf | 2008-08-26 | 2 | -5289/+5294 |
| | |||||
* | Tidy up the photo image tests a bit more. | dkf | 2008-08-26 | 2 | -242/+240 |
| | |||||
* | correct to use global namespace varialbe : 1023955 | tmh | 2008-08-25 | 1 | -5/+5 |
| | |||||
* | [Bug 1023955] don't flip to arrow cursor on menus | tmh | 2008-08-25 | 2 | -7/+21 |
| | |||||
* | Fix crash reported by Don Porter. | dkf | 2008-08-25 | 2 | -5/+11 |
| | |||||
* | Bug tracker ID 1936220 | tmh | 2008-08-25 | 2 | -20/+14 |
| | | | | This patch corrects the multiple selection error reported in this bug tracker. | ||||
* | add tkImgPhInstance.c | das | 2008-08-25 | 1 | -1/+7 |
| | |||||
* | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 8 | -2177/+2311 |
| | |||||
* | * changes: Updates for 8.6a2 release.core_8_6_a2 | dgp | 2008-08-22 | 2 | -8/+19 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-21 | 6 | -2746/+6488 |
| | |||||
* | Use ckrealloc to resize arrays... | dkf | 2008-08-21 | 2 | -93/+84 |
| | |||||
* | remove id.test | das | 2008-08-19 | 1 | -3/+1 |
| | |||||
* | Remove id.test that is no longer needed, because of the XID cleanup. | georgeps | 2008-08-19 | 2 | -97/+2 |
| | |||||
* | XID cleanup patch. Missed during the first commit, sorry. | georgeps | 2008-08-19 | 1 | -467/+6 |
| | |||||
* | Changelog entry for the XID cleanup patch. | georgeps | 2008-08-19 | 1 | -0/+33 |
| | |||||
* | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 11 | -132/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X.org developers (Keith Packard in particular), it was discovered that Tk is doing management of XIDs that it shouldn't need to do. The very common XC-MISC extension which has come with every version of X for the last 15 years is used with Xlib now, to retrieve the information about the used/unused XIDs. The public Tk_FreeXId is now a no-op. Joe English reviewed the patch, and said "please commit." The patch is associated with the bug tracker id: 2039720 generic/tkError.c: Remove the usage of TkpWindowWasRecentlyDeleted. generic/tkInt.decls: Update the declarations for the now unused internalstubs. generic/tkIntDecls.h: Regenerated based on tkInt.decls. generic/tkIntPlatDecls.h: Regenerated based on tkInt.decls. generic/tkStubInit.c generic/tkWindow.c: Remove the calls to TkInitXId, and TkFreeWindowId. macosx/tkMaxOSXPort.h: Remove TkFreeWindowId and TkInitXId macro definitions. macosx/tkMacOSXXStubs.c: Remove the no-op TkpWindowWasRecentlyDeleted. unix/tkUnixEvent.c: Remove call to TkFreeXId. unix/tkUnixXId.c: Remove a lot of unnecessary code (see above). win/tkWinPort.h: Remove TkFreeWindowId and TkInitXId. win/tkWinWindow.c: Remove TkpWindowWasRecentlyDeleted. | ||||
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 4 | -15/+24 |
| | | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0". | ||||
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 2 | -3/+25 |
| | | | | | fixed-width fonts with size <= 10. | ||||
* | force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵ | das | 2008-08-19 | 1 | -2/+3 |
| | | | | when really necessary | ||||
* | Update to tcltest2 | aniap | 2008-08-18 | 7 | -624/+1341 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-17 | 6 | -1859/+3309 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-16 | 8 | -1342/+1864 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-15 | 5 | -1652/+3439 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-13 | 4 | -1779/+3136 |
| | |||||
* | autoheader-2.59 | das | 2008-08-13 | 1 | -15/+0 |
| | |||||
* | autoconf-2.59 | das | 2008-08-13 | 1 | -389/+7 |
| | |||||
* | sync with tcl | das | 2008-08-13 | 1 | -37/+0 |
| | |||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 2 | -1/+8 |
| | | | | libX11.so et al. | ||||
* | Update to tcltest2 | aniap | 2008-08-12 | 5 | -276/+440 |
| | |||||
* | * README: Bump version number to 8.6a2 | dgp | 2008-08-12 | 9 | -16/+26 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * changes: Updates for 8.6a2 release. | dgp | 2008-08-12 | 2 | -2/+23 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-11 | 5 | -687/+1625 |
| | |||||
* | Update to tcltest2 | aniap | 2008-08-08 | 2 | -136/+399 |
| |