summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Conform to testing policy and added a nonwin contraint. [Bug 2024753]patthoyts2008-07-263-3/+7
|
* Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-263-3/+35
|
* bug #2026405: Check for 0x prefix in sprintf %p and redo if necessary. Works ↵patthoyts2008-07-262-1/+8
| | | | around cygwin issue.
* Update to tcltest2aniap2008-07-251-29/+3
|
* Update to tcltest2aniap2008-07-251-2293/+5959
|
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-2371-297/+306
|
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-222-21/+28
| | | | font instead of hardcoded color values and deprecated native font name.
* * macosx/tkMacOSXHLEvents.c: factor out common code; formatting.das2008-07-221-22/+15
|
* remove duplicate testdgp2008-07-221-13/+1
|
* Update to tcltest2aniap2008-07-221-60/+51
|
* Update to tcltest2aniap2008-07-225-2626/+9821
|
* Update to tcltest2aniap2008-07-222-45/+61
|
* add new NRE filesdas2008-07-131-1/+5
|
* Fixed broken line endings from last doc commitpatthoyts2008-07-0834-2736/+2740
|
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-046-17/+33
| | | | in case of erroneous style specifications [#2009213].
* Ensure that errors in callback scripts don't get swept under the carpet.dkf2008-07-022-208/+234
|
* Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-30163-5307/+4984
| | | | | | formatting, etc.)
* release tag 8.6a1core_8_6_a1dgp2008-06-251-0/+2
|
* * changes: Updates for 8.6a1 release.dgp2008-06-252-2/+6
|
* Work around missing timezones (eg: tclkit or some unixes)patthoyts2008-06-242-3/+10
|
* bug #1997293 - fix documentation of text tag options.patthoyts2008-06-242-12/+11
|
* Aqua, Solaris, stubs changes for 8.6a1das2008-06-201-1/+7
|
* * changes: Updates for 8.6a1 release.dgp2008-06-192-1/+31
|
* Tk 8.6a1 will no longer support [load] into, or compile against Tcl 8.5.dgp2008-06-191-3/+3
|
* * generic/tk.h: TIP 285 additions make Tk 8.6 call the newdgp2008-06-193-7/+10
| | | | | | * 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-199-21/+33
| | | | | | | | | | | * 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-192-44/+71
| | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().