summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2080587dkf2008-08-282-34/+34
|
* Update to tcltest2aniap2008-08-2810-2759/+5260
|
* fix typo in menu.tcltmh2008-08-272-2/+6
|
* Added a "knownBug"-marked test to show a problempspjuth2008-08-272-17/+42
| | | | identified in the grid implementation.
* typodgp2008-08-271-2/+2
|
* Split the ChangeLog file.dkf2008-08-262-5289/+5294
|
* Tidy up the photo image tests a bit more.dkf2008-08-262-242/+240
|
* correct to use global namespace varialbe : 1023955tmh2008-08-251-5/+5
|
* [Bug 1023955] don't flip to arrow cursor on menustmh2008-08-252-7/+21
|
* Fix crash reported by Don Porter.dkf2008-08-252-5/+11
|
* Bug tracker ID 1936220tmh2008-08-252-20/+14
| | | | This patch corrects the multiple selection error reported in this bug tracker.
* add tkImgPhInstance.cdas2008-08-251-1/+7
|
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-258-2177/+2311
|
* * changes: Updates for 8.6a2 release.core_8_6_a2dgp2008-08-222-8/+19
|
* Update to tcltest2aniap2008-08-216-2746/+6488
|
* Use ckrealloc to resize arrays...dkf2008-08-212-93/+84
|
* remove id.testdas2008-08-191-3/+1
|
* Remove id.test that is no longer needed, because of the XID cleanup.georgeps2008-08-192-97/+2
|
* XID cleanup patch. Missed during the first commit, sorry.georgeps2008-08-191-467/+6
|
* Changelog entry for the XID cleanup patch.georgeps2008-08-191-0/+33
|
* After some discussion with Joe English and subsequently thegeorgeps2008-08-1911-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 floatingjenglish2008-08-194-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 ofdas2008-08-192-3/+25
| | | | | fixed-width fonts with size <= 10.
* force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵das2008-08-191-2/+3
| | | | when really necessary
* Update to tcltest2aniap2008-08-187-624/+1341
|
* Update to tcltest2aniap2008-08-176-1859/+3309
|
* Update to tcltest2aniap2008-08-168-1342/+1864
|
* Update to tcltest2aniap2008-08-155-1652/+3439
|
* Update to tcltest2aniap2008-08-134-1779/+3136
|
* autoheader-2.59das2008-08-131-15/+0
|
* autoconf-2.59das2008-08-131-389/+7
|
* sync with tcldas2008-08-131-37/+0
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | libX11.so et al.
* Update to tcltest2aniap2008-08-125-276/+440
|
* * README: Bump version number to 8.6a2dgp2008-08-129-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.dgp2008-08-122-2/+23
|
* Update to tcltest2aniap2008-08-115-687/+1625
|
* Update to tcltest2aniap2008-08-082-136/+399
|
* Update to tcltest2aniap2008-08-073-669/+1745
|
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-053-13/+36
| | | | | | | while executing "bind Listbox <MouseWheel> [...]". This allows Tk to compile and run against newer versions of libX11 where the protocol constant LastEvent has changed.
* Update to tcltest2aniap2008-08-031-0/+7
|
* Update to tcltest2; report: test text-33.11 failsaniap2008-08-031-2636/+5669
|
* Update to tcltest2aniap2008-08-033-88/+175
|
* remove NRE.test & add new test filesdas2008-08-031-3/+5
|
* Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-013-8/+25
|
* tclNRE.h die die diedas2008-07-311-3/+1
|
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-312-2/+7
| | | | declaration to fix inability to embed non-stub-enabled Tk on Windows.
* -highlightthickness entry's option (fonts constraint)aniap2008-07-291-1/+1
|
* Update to tcltest2aniap2008-07-282-278/+1162
|
* bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-262-2/+5
|