summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivitydas2008-06-121-1/+19
| | | | instead of OverallAct (which may be ignored in some circumstances).
* Use Xutf8LookupString where available [Patch #1986818].jenglish2008-06-111-0/+6
| | | | | This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's.
* * macosx/Wish.xcodeproj/project.pbxproj: add new tclOO files; add debugdas2008-06-011-0/+6
| | | | | * macosx/README: targets with gcov; update to Xcode 3.1.
* [ttk::style theme use] without an argument now returns the current themepatthoyts2008-05-271-0/+5
|
* Batch of ttk::treeview enhancements:jenglish2008-05-231-0/+23
| | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used.
* (remove conflict marker -- oops)jenglish2008-05-231-1/+0
|
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-0/+6
| | | | as this leads to a panic on Windows [Bug 1967576]
* Add correct border to combobox on Vistapatthoyts2008-05-151-0/+4
|
* We should use the thread allocator for threaded builds. Added 'tclalloc' ↵patthoyts2008-05-151-0/+5
| | | | option to disable.
* Apply fix for [Bug 1639824]dkf2008-05-141-0/+6
|
* Support pixel sized font in the +/- keybindingspatthoyts2008-05-131-0/+1
|
* -activestyle default is underline on windowspatthoyts2008-05-131-0/+1
|
* Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵patthoyts2008-05-131-0/+4
| | | | is unset
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-0/+1
|
* Note negative widths for buttonpatthoyts2008-05-111-0/+4
|
* Document the identify command as present on all ttk widgetspatthoyts2008-05-091-0/+4
|
* "default" and "focus" adornments should not be disjoint [Bug 1942785]jenglish2008-05-041-0/+5
|
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-0/+8
|
* BUGFIX: [$tv selection] takes a list of items, not a single item [Bug 1951733].jenglish2008-04-251-0/+5
|
* Include ws2_32 in the link list [Bug 19200872]patthoyts2008-04-201-0/+1
|
* Minor change regarding the system menu on windows (1887169)patthoyts2008-04-201-0/+1
|
* Minor clarification of the button flash command (1926223)patthoyts2008-04-201-0/+4
|
* Corrected description of when tag -relief is ignored.dkf2008-04-171-0/+5
|
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-0/+5
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* * generic/tkStubInit.c: make stubs tables static constdas2008-04-161-4/+10
| | | | | * generic/tkWindow.c (Initialize): and export only a module-scope pointer to to the main stubs table (for package init). [Patch 1938497]
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵patthoyts2008-04-141-0/+6
| | | | some code cleanup. Added tests for this windows dialog to avoid regression.
* Let the GIF writer use a real LZW compressor.nijtmans2008-04-091-0/+4
|
* Provide a visual-styles API element engine to permit scripts to createpatthoyts2008-04-081-0/+6
| | | | any available windows xp/vista element. Plus basic tests.
* * generic/tkDecls.h: make genstubs (genStubs.tcl changes).das2008-04-081-5/+9
| | | | | * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h:
* * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-081-0/+12
| | | | | | | | | | | * tkIntDecls.h: from 'extern' to 'EXTERN'. Since the stubs pointer * tkPlatDecls.h: is always linked statically, its wrong to import or export it from a DLL, and the change causes trouble for extensions that build with -DUSE_TK_STUBS. * tkWinEmbed.c: Removed #if 0 code. Trust the revision control system, if you need it again, you can find it. * tkWinSend.c: Added conditional compilation to silence several compiler warnings.
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-0/+3
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* use kenny variant for 1936238 fixhobbs2008-04-071-1/+1
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-071-2/+6
|
* Don't resize the window if the toplevel is not resizable or the sizegrip is ↵patthoyts2008-04-041-0/+5
| | | | disabled
* Fixed stubs usagepatthoyts2008-04-031-0/+1
|
* Fix the foreground colour for labelframe in xppatthoyts2008-04-031-0/+4
|
* * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-021-1/+26
| | | | | | | | | avoid exporting them from libraries that link with -ltkstub; constify tk*StubsPtr and stub table hook pointers. [Bug 1819422] * generic/tkStubLib.c: undef USE_TCL_STUBS before defining it * generic/ttk/ttkStubLib.c: unconditionally; remove needless #ifdef
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-021-2/+3
| | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but * win/Makefile.in: is present only in libtkstub.a. This tightens * win/makefile.bc: up the rules for users of the stubs interfaces. * win/makefile.vc: [Tcl Bug 1819422].
* * generic/tkStubLib.c (Tk_InitStubs): Added missing error message anddgp2008-04-021-0/+4
| | | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef complexity.
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-021-3/+5
| | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but is present only in libtkstub.a. This tightens up the rules for users of the stubs interfaces. [Tcl Bug 1819422].
* * README: Bump version number to 8.6a0dgp2008-04-011-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h:
* * README: Bump to 8.5.2 for release.dgp2008-03-281-0/+12
| | | | | | | | | | | * 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.5.2 release.dgp2008-03-281-0/+4
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-0/+5
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-0/+6
|
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-271-0/+7
| | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition.
* * changes: Updates for 8.5.2 release.dgp2008-03-261-0/+7
| | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466]
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-0/+6
|
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-0/+5
|
* Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-201-0/+6
|