summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Tidy up the photo image tests a bit more.dkf2008-08-261-3/+7
|
* [Bug 1023955] don't flip to arrow cursor on menustmh2008-08-251-0/+6
|
* Fix crash reported by Don Porter.dkf2008-08-251-4/+8
|
* Bug tracker ID 1936220tmh2008-08-251-0/+7
| | | | This patch corrects the multiple selection error reported in this bug tracker.
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-0/+8
|
* * changes: Updates for 8.6a2 release.core_8_6_a2dgp2008-08-221-6/+12
|
* Update to tcltest2aniap2008-08-211-0/+8
|
* Use ckrealloc to resize arrays...dkf2008-08-211-82/+77
|
* Remove id.test that is no longer needed, because of the XID cleanup.georgeps2008-08-191-0/+2
|
* Changelog entry for the XID cleanup patch.georgeps2008-08-191-0/+33
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-0/+9
| | | | | 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-191-0/+6
| | | | | fixed-width fonts with size <= 10.
* Update to tcltest2aniap2008-08-181-0/+9
|
* Update to tcltest2aniap2008-08-171-0/+5
|
* Update to tcltest2aniap2008-08-161-0/+10
|
* Update to tcltest2aniap2008-08-151-0/+7
|
* Update to tcltest2aniap2008-08-131-0/+6
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-0/+7
| | | | libX11.so et al.
* Update to tcltest2aniap2008-08-121-14/+21
|
* * README: Bump version number to 8.6a2dgp2008-08-121-0/+10
| | | | | | | | | | | * 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-121-1/+5
|
* Update to tcltest2aniap2008-08-111-3/+7
|
* Update to tcltest2aniap2008-08-081-0/+5
|
* Update to tcltest2aniap2008-08-071-104/+133
|
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-051-0/+6
| | | | | | | 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
|
* Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-011-0/+5
|
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-311-0/+5
| | | | declaration to fix inability to embed non-stub-enabled Tk on Windows.
* bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-261-0/+2
|
* Conform to testing policy and added a nonwin contraint. [Bug 2024753]patthoyts2008-07-261-0/+3
|
* Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-261-0/+3
|
* bug #2026405: Check for 0x prefix in sprintf %p and redo if necessary. Works ↵patthoyts2008-07-261-0/+4
| | | | around cygwin issue.
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-0/+9
|
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-221-5/+10
| | | | font instead of hardcoded color values and deprecated native font name.
* Fixed broken line endings from last doc commitpatthoyts2008-07-081-0/+4
|
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-041-0/+9
| | | | in case of erroneous style specifications [#2009213].
* Ensure that errors in callback scripts don't get swept under the carpet.dkf2008-07-021-0/+5
|
* Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-129/+130
| | | | | | formatting, etc.)
* release tag 8.6a1core_8_6_a1dgp2008-06-251-0/+2
|
* * changes: Updates for 8.6a1 release.dgp2008-06-251-0/+4
|
* Work around missing timezones (eg: tclkit or some unixes)patthoyts2008-06-241-0/+1
|
* bug #1997293 - fix documentation of text tag options.patthoyts2008-06-241-0/+4
|
* * changes: Updates for 8.6a1 release.dgp2008-06-191-0/+2
|
* * generic/tk.h: TIP 285 additions make Tk 8.6 call the newdgp2008-06-191-0/+5
| | | | | | * library/tk.tcl: Tcl_Canceled() routine, available only in Tcl 8.6, so bump our Tcl dependencies to version 8.6. Tk 8.6a1 will no longer [load] into a Tcl 8.5 interp.
* * README: Bump version number to 8.6a1dgp2008-06-191-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-0/+25
| | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
* * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-131-0/+5
| | | | of interim a/b versioning for manifest usage.
* TIP 285 ImplementationJoe Mistachkin2008-06-131-0/+9
|
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-0/+5
| | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932]
* s/target/config/das2008-06-121-2/+2
|