summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix warningdas2008-05-231-2/+3
|
* Batch of ttk::treeview enhancements:jenglish2008-05-2318-446/+782
| | | | | | | | | | | + 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-232-1/+13
| | | | as this leads to a panic on Windows [Bug 1967576]
* Add correct border to combobox on Vistapatthoyts2008-05-152-1/+28
|
* We should use the thread allocator for threaded builds. Added 'tclalloc' ↵patthoyts2008-05-153-5/+16
| | | | option to disable.
* Apply fix for [Bug 1639824]dkf2008-05-142-4/+19
|
* Support pixel sized font in the +/- keybindingspatthoyts2008-05-132-3/+9
|
* -activestyle default is underline on windowspatthoyts2008-05-132-2/+8
|
* Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵patthoyts2008-05-132-12/+23
| | | | is unset
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-112-5/+6
|
* Note negative widths for buttonpatthoyts2008-05-112-3/+9
|
* Document the identify command as present on all ttk widgetspatthoyts2008-05-0917-59/+62
|
* fix Makefile dependencydas2008-05-061-2/+2
|
* "default" and "focus" adornments should not be disjoint [Bug 1942785]jenglish2008-05-042-1/+8
|
* fix typos, whitespacedas2008-05-032-5/+5
|
* fix constness warningsdas2008-05-031-4/+4
|
* More elimination of pre-C89-isms.dkf2008-05-025-289/+287
|
* Forgot to check in critical helper macro!dkf2008-04-281-2/+8
|
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-27108-4653/+4644
|
* remove ioUtil.test, llvm-gcc fixdas2008-04-251-9/+1
|
* BUGFIX: [$tv selection] takes a list of items, not a single item [Bug 1951733].jenglish2008-04-252-2/+7
|
* Include ws2_32 in the link list [Bug 19200872]patthoyts2008-04-202-2/+3
|
* Minor change regarding the system menu on windows (1887169)patthoyts2008-04-202-3/+4
|
* Minor clarification of the button flash command (1926223)patthoyts2008-04-202-4/+8
|
* Corrected description of when tag -relief is ignored.dkf2008-04-172-2/+7
|
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-172-4/+10
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* * generic/tkStubInit.c: make stubs tables static constdas2008-04-163-20/+28
| | | | | * generic/tkWindow.c (Initialize): and export only a module-scope pointer to to the main stubs table (for package init). [Patch 1938497]
* * configure tktest-X11 with --disable-corefoundation to enable testing of ↵das2008-04-152-7/+25
| | | | | | | both notifiers from Xcode * add vsapi.test * sync Wish.xcode with Wish.xcodeproj
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after ↵patthoyts2008-04-144-8/+89
| | | | some code cleanup. Added tests for this windows dialog to avoid regression.
* Let the GIF writer use a real LZW compressor.nijtmans2008-04-092-444/+325
|
* a little cleanup, in preparation for replacing the gif compressor with a ↵nijtmans2008-04-091-92/+85
| | | | real LZW one.
* eliminate a few gcc 4.3 warningsnijtmans2008-04-091-5/+3
|
* Improved the element factory documentation and cross-linkspatthoyts2008-04-093-28/+44
|
* Forgot to add this yesterdaypatthoyts2008-04-091-0/+48
|
* Provide a visual-styles API element engine to permit scripts to createpatthoyts2008-04-083-3/+247
| | | | any available windows xp/vista element. Plus basic tests.
* * generic/tkDecls.h: make genstubs (genStubs.tcl changes).das2008-04-084-16/+15
| | | | | * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h:
* * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-086-43/+35
| | | | | | | | | | | * 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-073-3/+29
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* use kenny variant for 1936238 fixhobbs2008-04-072-13/+5
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-072-4/+9
|
* autoconf-2.59dgp2008-04-071-5/+5
|
* Don't resize the window if the toplevel is not resizable or the sizegrip is ↵patthoyts2008-04-042-3/+24
| | | | disabled
* Fixed stubs usagepatthoyts2008-04-032-5/+14
|
* Fix the foreground colour for labelframe in xppatthoyts2008-04-032-2/+6
|
* * unix/configure: autoconf-2.59das2008-04-021-1/+1
|
* * unix/configure.in (Darwin): remove now unnecessary unexportingdas2008-04-021-2/+2
| | | | of libtclstub symbols from libtk.
* * generic/tkDecls.h: make genstubsdas2008-04-027-63/+23
| | | | | | | | * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
* * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-023-13/+44
| | | | | | | | | 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/tk.decls: remove 'export' declarations of symbols nowdas2008-04-021-23/+1
| | | | only in libtkstub and no longer in libtk.