Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

334 check-ins using file doc/cursors.n version 9cb95700

2009-06-27
19:33
Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table. check-in: 068ec150 user: nijtmans tags: trunk, macosx-cocoa-premerge
2009-06-26
01:42
* carbon/ (new directory): copy of current state of 'macosx' source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).
check-in: 163cd900 user: das tags: trunk
01:42
* unix/Makefile.in: add support for --enable-aqua=carbon * unix/configure.in: configure option (legacy fallback for pre-Mac OS X 10.5 releases).
* unix/configure: autoconf-2.59
check-in: 179bb88c user: das tags: trunk
2009-06-23
05:16
fix [Bug #220935] canvas dash update problem (follow-up) check-in: b5433c44 user: nijtmans tags: trunk, macosx-carbon-freeze
2009-06-22
05:52
fix [Bug #220935] canvas dash update problem check-in: 4346651f user: nijtmans tags: trunk
2009-06-13
12:02
Missing constraint on new test winWm-9.0 check-in: 7a5237c3 user: dgp tags: trunk
2009-06-12
23:03
regen stubs check-in: d4d10009 user: dkf tags: trunk
12:46
Move another two entries to the internal stub table from MODULE_SCOPE. check-in: 41dfab18 user: dkf tags: trunk
2009-06-02
09:26
[Bug 2799589] Avoid setting the focus on a deleted window during delayed activation. check-in: 8086ae21 user: patthoyts tags: trunk
2009-05-21
22:52
[Bug 2794778]: Calls to CallWindowProc can lead to other functions overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events. check-in: 650ff4b9 user: patthoyts tags: trunk
2009-05-17
17:20
BUGFIX: last commit did not account for possibility of 0 tabs. check-in: 5989b1b9 user: jenglish tags: trunk
17:04
generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] check-in: c6a5f7ea user: jenglish tags: trunk
2009-05-14
11:54
[Bug 1923684]: checkbuttons must prefer off over the indeterminate state
If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev)
check-in: 72a78060 user: patthoyts tags: trunk
2009-05-13
22:03
FormatMessage should always use the ignore-inserts flag when processing system errors. check-in: d2298817 user: patthoyts tags: trunk
21:33
[Bug 2791352] handle parsing of type 5 font descriptions with hyphenated family name. check-in: 0d40b67c user: patthoyts tags: trunk
2009-05-06
16:36
avoid panic for CFStrings longer than INT_MAX check-in: d2550d4f user: das tags: trunk
13:27
Updated the Wish and Tk icons for Windows 7 support.
Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
check-in: 0fce2094 user: patthoyts tags: trunk
2009-05-05
09:22
Fix [Bug 487220]. check-in: c00bc01d user: dkf tags: trunk
09:18
Fix [Bug 1832015]. check-in: 48740f1b user: dkf tags: trunk
2009-05-04
09:12
Purge mention of interp->result. [Bug 2431507] check-in: b51b115f user: dkf tags: trunk
2009-05-03
06:46
Fix [Bug 2785744]. check-in: 062ccdeb user: dkf tags: trunk
2009-05-01
15:21
Fix [Bug 2777019]. check-in: 935a1387 user: dkf tags: trunk
15:04
oops check-in: bed1dff9 user: dkf tags: trunk
15:03
Factor out some of the postscript generation code to the PS prolog. check-in: ba8f6a43 user: dkf tags: trunk
2009-04-30
14:46
[Patch 2504402] Create icon bitmaps as device independent bitmaps.
This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
check-in: 3c299e31 user: patthoyts tags: trunk
13:54
Fix typo check-in: 00d1f5c1 user: dkf tags: trunk
13:44
Fix [Bug 2080533] by falling back to creating a DIB. check-in: 427ac9fc user: dkf tags: trunk
2009-04-28
16:53
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with threads.
check-in: 27dd0093 user: hobbs tags: trunk
2009-04-27
10:31
Private-export functions that were being used in extensions. [Bug 2768945] check-in: f36a791d user: dkf tags: trunk
2009-04-24
17:29
* win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to set cwd on selchange. Prevents delete of selected folder in dialog.
check-in: 72af3e84 user: hobbs tags: trunk
15:34
Removed stray @ from Makefile.in test target. [Bug 2764263] Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272] check-in: 0d6727e8 user: stwo tags: trunk
15:07
Don't chmod/exec installManPage. [Patch 2769530] check-in: bcaa0143 user: stwo tags: trunk
2009-04-23
22:01
* win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the new style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910]
check-in: 8d3d53e9 user: hobbs tags: trunk
2009-04-14
18:09
Make filebox.test pass cleanly again. check-in: 4e282004 user: dkf tags: trunk
00:56
update Apple copyright notice for 2009-04-10 changes check-in: 677297a1 user: das tags: trunk
2009-04-13
21:26
Fix the other issue from [Bug 2759119]. check-in: c56cfc06 user: dkf tags: trunk
21:12
Fix [Bug 2759119] and apply [Patch 2739360] (partially). check-in: 915c67b6 user: dkf tags: trunk
2009-04-11
12:49
Oops! check-in: 5e116ee6 user: dkf tags: trunk
04:26
revert HandleEventGenerate change, it was causing bind-8.2 to fail check-in: a05dd49d user: das tags: trunk
00:22
D'oh check-in: 26dd6679 user: das tags: trunk
2009-04-10
18:01
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
check-in: d53f32f8 user: das tags: trunk
16:52
tk_setPalette: Don't set *selectColor: #b03060; this makes radio- and checkbuttons look wrong post-TIP#109. check-in: d75960f9 user: jenglish tags: trunk
16:42
* library/demos/filebox.tcl: only show "Motif Style Dialog" checkbutton on X11 windowingsystem.
check-in: 4b9f9ba2 user: das tags: trunk
16:40
* library/demos/widget: GOOBE: use ttk::cursor
check-in: eb4b5ca2 user: das tags: trunk
16:34
* library/demos/knightstour.tcl: fix knightstour demo not running from interactive wish.
check-in: 06deeaa3 user: das tags: trunk
16:31
* library/console.tcl (::tk::ConsoleInit): remove redundant TkAqua Quit menu item.
check-in: 1233729f user: das tags: trunk
16:20
* generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.
check-in: 041f6f27 user: das tags: trunk
16:16
* generic/tkMenu.c (PostProcessEntry): delay call to TkpConfigureMenuEntry() until all menu entry attributes are setup.
check-in: 9a54a123 user: das tags: trunk
16:08
* library/menu.tcl (::tk::MbPost): fix error thrown in y position computation with indicatoron.
check-in: 427949f4 user: das tags: trunk
16:07
* generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/
check-in: 916c7955 user: das tags: trunk
16:00
* generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.
check-in: cef0a17b user: das tags: trunk
15:54
* generic/tkBind.c (HandleEventGenerate): ensure window exists before generating an event for it (fixes testsuite crash).
check-in: 3b16864e user: das tags: trunk
15:53
* generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check to startEnd array access (fixes testsuite crash).
check-in: 1ec2acc7 user: das tags: trunk
15:52
* tests/unixFont.test: only use xlsfonts with X11 windowingsystem.
check-in: 2ac90cff user: das tags: trunk
13:18
Squelch pointless file. check-in: 3dd6914e user: dkf tags: trunk
10:16
Fix [Bug 2116837]. check-in: d57cebbb user: dkf tags: trunk
2009-04-08
12:28
Remove 'NEW' tags from sub-demos. check-in: 6237ac24 user: dkf tags: trunk
2009-04-04
16:18
Fix [Bug 1881896] check-in: 7c57502d user: dkf tags: trunk
2009-04-03
20:20
Don't Panic [Bug 1789819]. check-in: 454c20ad user: jenglish tags: trunk
09:41
Fix [Bug 974421] check-in: bb0df7a6 user: dkf tags: trunk
2009-04-02
09:40
Ensure the pointer begins outside the window for all the tests checking Enter/Leave motion events. check-in: b28d8aaa user: patthoyts tags: trunk
08:27
Minor fixes to demos. In the pendulum demo make use of unicode for the axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead. check-in: 19020018 user: patthoyts tags: trunk
2009-03-31
14:20
Small improvements to multi-column list demo. check-in: ff87042c user: dkf tags: trunk
2009-03-25
23:39
Eliminate a few compiler warnings on mingw spacing check-in: 65ea29f3 user: nijtmans tags: trunk
23:27
bring doc and demos in line with http://wiki.tcl.tk/812 check-in: 5b70a9ed user: nijtmans tags: trunk
09:06
Prevent zero-size malloc() calls. [Bug 2178820] check-in: ddd898d0 user: dkf tags: trunk
08:45
Fix [Bug 1871101]. check-in: 8ba8e70d user: dkf tags: trunk
2009-03-14
17:44
regen check-in: 4166032b user: dkf tags: trunk
17:35
Added support for reporting TEA-like info via pkg-config. [Patch 2243962] check-in: 62bab079 user: dkf tags: trunk
2009-03-10
11:13
Tidy up and expand examples. check-in: 5b8e4388 user: dkf tags: trunk
2009-03-09
18:50
* tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handle NULL return from CFStringCreate. check-in: 715b7194 user: cc_benny tags: trunk
2009-03-01
21:54
update comment to reflect reality check-in: 505b7ad9 user: patthoyts tags: trunk
2009-02-27
23:23
[Feature Request 2636558] Tk_DefineBitmap and Tk_GetBitmapFromData signature problem check-in: bf459fc1 user: nijtmans tags: trunk
23:04
[Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoid a crash when mapping dead windows. check-in: dbeb0e45 user: patthoyts tags: trunk
2009-02-23
11:59
[Patch 2513104] fix cursor hotspots (cjmcdonald) check-in: 96896e5c user: patthoyts tags: trunk
10:18
[Patch 2507419] fixes the image drawing bug on windows menus. check-in: 677b1bdf user: patthoyts tags: trunk
2009-02-22
23:39
[Patch 2542828] use stock Win32 help arrow cursor for question_arrow check-in: 640e20fb user: patthoyts tags: trunk
2009-02-21
11:38
Correct the ttk::treeview border on XP and Vista. check-in: 13c9723c user: patthoyts tags: trunk
10:22
[Bug 2546087] Restore support for NULs in console stdout channel. In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour. check-in: e865a11e user: patthoyts tags: trunk
2009-02-17
18:11
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
check-in: 743984af user: hobbs tags: trunk
2009-02-16
18:14
* win/configure.in, win/configure: align better with tcl version. Ensures finding correct CPP for Win64.
check-in: 5e06a1f0 user: hobbs tags: trunk
09:30
Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420] check-in: a80b5eeb user: dkf tags: trunk
00:57
Some tidying up; reducces coupling to rest of Tk implementation check-in: 75e8d893 user: dkf tags: trunk
2009-02-12
21:32
Factor out the IconList megawidget. check-in: 22a1fab7 user: dkf tags: trunk
2009-02-11
15:25
Increase idiomaticity check-in: bd0561b5 user: dkf tags: trunk
15:17
Use a color picture of JO for better GOOBE. [Bug 2588919] check-in: 636956d3 user: dkf tags: trunk
2009-02-10
22:06
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. check-in: 05eb3a7a user: nijtmans tags: trunk
2009-02-09
01:45
ElementStateEventProc: Avoid dangling pointers when layout changes [Fix for #2431428]. check-in: acb551a6 user: jenglish tags: trunk
2009-02-08
19:35
Renamed several internal data structures and functions: ElementImpl -> ElementClass, LayoutNode -> Element. Remove more unnecessary casts. Add function Ttk_ClientRegion, common factor of entry, scale, progress, and treeview widgets. check-in: 5e86a8ff user: jenglish tags: trunk
2009-02-06
08:12
* generic/tkImgPhInstance.c: fix numerous leaks discovered with the * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c:
check-in: b14d66d4 user: das tags: trunk
08:11
whitespace check-in: 9d9280fa user: das tags: trunk
2009-02-03
23:55
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 02ca10b0 user: nijtmans tags: trunk
2009-01-30
21:02
catch font create when the console is re-sourced via F9 check-in: 290f836f user: patthoyts tags: trunk
2009-01-28
20:47
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 380696ca user: nijtmans tags: trunk
2009-01-24
14:15
Fix a typo check-in: 8db520ec user: dkf tags: trunk
2009-01-22
05:08
typo check-in: e8424081 user: dgp tags: trunk
02:11
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Autoconf 2.59 check-in: f8d0816f user: kennykb tags: trunk
2009-01-20
03:39
Patch 907924 check-in: 217b27b9 user: kennykb tags: trunk
2009-01-19
14:00
fix typo that led to crashes check-in: b3060e8f user: das tags: trunk
2009-01-16
20:55
* generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in:
* unix/configure: autoconf-2.59 * win/configure:
check-in: 24da8fd0 user: dgp tags: trunk
2009-01-14
22:48
- fix for aMSN compatibility [tcl-Bug 2507326] - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations check-in: c77e1b2d user: nijtmans tags: trunk
2009-01-13
22:37
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC check-in: dcb33423 user: nijtmans tags: trunk
01:46
Tk tests that create images need to be independent of the interpreter environment. check-in: 1cd8c350 user: patthoyts tags: trunk
2009-01-11
23:37
[Bug 2495740] result needed to exclude any images already present. check-in: be96804e user: patthoyts tags: trunk
23:08
[Bug 2336454] fixed keysyms used in bind tests. check-in: 02862c72 user: patthoyts tags: trunk
19:05
* generic/tkEvent.c: Fix a possible segv due to a NULL pointer dereference that occurs when XCreateIC fails. check-in: 78d05cc9 user: georgeps tags: trunk
11:51
Pretty up the messagebox on unix using PNG images for the icons and group the icons into one place. check-in: 71ece0c8 user: patthoyts tags: trunk
11:25
Fix missing word spotted by stu. check-in: f1acc37e user: patthoyts tags: trunk
08:40
ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), it's unnecessary and quite possibly harmful [Bug 2496162]. check-in: 7368c7d1 user: jenglish tags: trunk
2009-01-09
07:03
CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks. check-in: 36cbe251 user: nijtmans tags: trunk
2009-01-08
23:44
adjust copyright year check-in: 32f0c035 user: das tags: trunk
16:31
Themed the bgerror dialog and make use of our PNG support to improve the icon. check-in: 3a39b9b5 user: patthoyts tags: trunk
2009-01-07
14:35
Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call in the tk_chooseDirectory unix implementation. check-in: b805b8b4 user: patthoyts tags: trunk
00:25
[Bug 1847002] On Windows a grab can be bypassed using the taskbar. This prevents that by handling the keyboard activation message and the system menu commands when grabs are present. check-in: 510ac2a5 user: patthoyts tags: trunk
2009-01-06
21:58
A few const -> CONST86 modifications, improving backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API. check-in: 88f4039a user: nijtmans tags: trunk
09:22
Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case. check-in: 54363ffe user: dkf tags: trunk
01:29
cast away a warning. check-in: 8fd7f201 user: patthoyts tags: trunk
01:26
Use task modal rather than system modal for messageboxes and use MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771] check-in: f40fb8fd user: patthoyts tags: trunk
2009-01-03
14:41
Improve documentation of -offset and -outlineoffset item options. [Bug 1836621] check-in: 8e67ecc2 user: dkf tags: trunk
13:56
add new ttk test files check-in: b0059841 user: das tags: trunk
00:05
Fix incorrect statement about %-substituees quoting. check-in: 6d4f7377 user: ferrieux tags: trunk
2009-01-02
23:20
CONSTify Tk_ClipboardAppend check-in: b1e934f0 user: nijtmans tags: trunk
2008-12-31
23:13
no message check-in: b280e971 user: davygrvy tags: trunk
23:11
* win/rules.vc: small bug not setting SYMBOLS macro fixed.
check-in: 9818428d user: davygrvy tags: trunk
23:10
tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test. check-in: 609629b4 user: jenglish tags: trunk
21:25
* generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges. check-in: bd5403fe user: jenglish tags: trunk
2008-12-29
16:29
window-2.9 deadlocks threaded Tk [Bug 1715716], add constraint check-in: 9cf6ca45 user: das tags: trunk
16:28
fixes for [temporaryDirectory] != [pwd] check-in: d28a7744 user: das tags: trunk
2008-12-28
23:45
Added an "incompat" note check-in: dfdc9808 user: dkf tags: trunk
23:43
Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls the text widget horizontally on all platforms. check-in: e71e11a6 user: dkf tags: trunk
22:59
TIP#171 implementation - sanity for <MouseWheel> event handling! check-in: da1b9246 user: dkf tags: trunk
22:13
Applied Michael Kirkham's fix to make all PngSuite images work. check-in: 8dfa607b user: dkf tags: trunk
16:42
add ImgPNG files check-in: 3cff2dc0 user: das tags: trunk
13:08
Implementation of TIP #244, PNG image support. check-in: 683798fd user: dkf tags: trunk
2008-12-27
18:54
ttk::treeview: Fix inconsistent use of treeArea / headingArea; fixes #2381555 ([$tv identify] didn't work when horizontally scrolled). check-in: f2413979 user: jenglish tags: trunk
18:41
doc/busy.n: add missing .BS check-in: dd48095f user: jenglish tags: trunk
2008-12-21
22:09
MINOR CHANGE: Tidy up changelog formatting. check-in: d10552c7 user: dkf tags: trunk
20:31
Regularized doc of postscript subcommand's -channel option. check-in: 822e40c2 user: dkf tags: trunk
2008-12-20
02:03
sync file additions/removals with Wish.xcodeproj check-in: a9eeee74 user: das tags: trunk, core-8-6-b1
01:57
add new files check-in: 94ced829 user: das tags: trunk
01:33
mark fontchooser demo as new check-in: a1e5750a user: das tags: trunk
01:33
fix warning check-in: 1b38bd12 user: das tags: trunk
2008-12-19
19:58
* changes: Updates for 8.6b1 release.
check-in: 6af94a12 user: dgp tags: trunk
17:56
tag for 8.6b1 release check-in: 57cc7101 user: dgp tags: trunk
15:33
* tests/clrpick.test: Eliminate duplicate test names. * tests/embed.test: * tests/text.test: * tests/textMark.test:
check-in: b44d7556 user: dgp tags: trunk
14:32
* README: Bump version number to 8.6b1 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:
* unix/configure: autoconf-2.59 * win/configure:
check-in: 377b636a user: dgp tags: trunk
2008-12-18
20:50
* library/msgs/de.msg: Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309].
check-in: 0f8edda1 user: dgp tags: trunk
2008-12-17
22:51
VOID -> void check-in: 6cf4c938 user: nijtmans tags: trunk
22:36
Small doc fixes check-in: d548bea0 user: dkf tags: trunk
2008-12-16
23:53
remove unused variables check-in: a26db0ec user: nijtmans tags: trunk
2008-12-15
17:51
fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPE check-in: d15c12d8 user: das tags: trunk
16:17
TIP #338 IMPLEMENTATION
* doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c:
check-in: beef4afb user: dgp tags: trunk
2008-12-14
15:11
add new zlib files check-in: b10e55d3 user: das tags: trunk
2008-12-12
02:02
Added a simple fontchooser demo to the common dialogs section. check-in: 0e3a536d user: patthoyts tags: trunk
00:09
Make error message from Tk_GetRelief the same as for Tk_GetReliefFromObj Adapt test cases for changed error message check-in: ba87777f user: nijtmans tags: trunk
2008-12-11
18:35
Remove leftover commented-out code, mistakenly included in last commit check-in: 4b6a01df user: jenglish tags: trunk
18:13
library/demos/*.tcl: Omit contraindicated [package require Ttk]. Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl. check-in: 36850054 user: jenglish tags: trunk
05:21
add TIP #234 files check-in: 4ad2261b user: das tags: trunk
2008-12-10
13:41
Fix some problems running the tests on windows. As Tk tests run in -singleproc 1 we cannot do the script testing without damaging the later native tests. check-in: 45d20e31 user: patthoyts tags: trunk
10:54
Fixed tk.test to account for tk ensemble changes check-in: baf91af4 user: patthoyts tags: trunk
09:08
Fixed windows build glitches for tip 324 check-in: 9d03b9da user: patthoyts tags: trunk
05:08
note patch # and new files check-in: b4afe995 user: das tags: trunk
05:02
TIP #324 IMPLEMENTATION check-in: 7946dc22 user: das tags: trunk
04:27
TkMakeEnsemble(): support for NULL subensemble check-in: 2ac4c985 user: das tags: trunk
04:13
fix warning check-in: 9573b639 user: das tags: trunk
02:51
s/Tk_BackgroundException/Tcl_BackgroundException/ check-in: addcb794 user: das tags: trunk
00:34
* generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
check-in: a0b9ec24 user: das tags: trunk
2008-12-09
23:53
* macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk console if TK_CONSOLE env var is set.
check-in: c1fcc95a user: das tags: trunk
23:21
minor improvements check-in: 8f0ac5c4 user: dkf tags: trunk
22:58
minor corrections to comments check-in: 94657f65 user: dkf tags: trunk
21:22
TIP 337
* generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c:
check-in: 8390c9df user: dgp tags: trunk
2008-12-08
00:10
add error checking check-in: 952835ff user: das tags: trunk
2008-12-07
21:56
fix brekage (bad merge?) check-in: 6a125524 user: das tags: trunk
21:24
ttk::spinbox: Add cross-platform MouseWheel bindings. Factored out [ttk::bindMouseWheel] procedure. check-in: 379841dd user: jenglish tags: trunk
18:42
Add native aqua elements for ttk::spinbox [Bug 2219588]. Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme. check-in: 08795276 user: jenglish tags: trunk
16:36
Remove/disable dead code flagged by clang static analyzer check-in: 0ac08e28 user: das tags: trunk
16:35
Fix potential divide by zero flagged by clang static analyzer check-in: 75200196 user: das tags: trunk
16:34
Fix potential null dereference flagged by clang static analyzer check-in: 6f14ab51 user: das tags: trunk
16:34
Fix potential use of uninitialized variable flagged by clang static analyzer check-in: 01ac8739 user: das tags: trunk
16:32
Fix leaks flagged by clang static analyzer check-in: 4d3adc5d user: das tags: trunk
16:30
TkpDisplayButton: use computed borderWidth check-in: 7397ab0f user: das tags: trunk
16:30
MenuDefProc: avoid crash with non-Tk menus check-in: 4695f9cf user: das tags: trunk
16:29
SeparatorElementSize: fix state lookup check-in: 8deae19f user: das tags: trunk
2008-12-06
10:48
Implementation of TIP #197. check-in: f5b1e704 user: dkf tags: trunk
09:51
Remove useless constraint check-in: 50e11876 user: dkf tags: trunk
2008-12-05
17:10
remove prolog.ps, add xpTheme.tcl check-in: 6a1da99d user: das tags: trunk
16:58
fix warning check-in: 0f5f09f0 user: das tags: trunk
16:25
Improve the code to convert from pixels to points check-in: d63b555a user: dkf tags: trunk
15:51
undid previous 'fix': 'const' is only useful for pointers, not for opaque types. Therefore it should not have slipped in here. check-in: 8e68859f user: nijtmans tags: trunk
11:11
Added vista theme to iron out the visual differences between vista and XP. check-in: 88cd5d73 user: patthoyts tags: trunk
10:48
Remove references to deleted file check-in: 4f7c22f7 user: dkf tags: trunk
10:27
Clean up PS prolog generation, getting rid of an obsolete file, and stop text from going wildly wrong when Xft is used. [Bug 2107938] check-in: d7688f1c user: dkf tags: trunk
09:33
Make TkTextMakeByteIndex implementation agree with the prototype (const-ness) check-in: 2ceae6be user: patthoyts tags: trunk
2008-12-04
21:33
Move 10 functions from tkText.h to stub table [Feature Request 220906] check-in: bfe3ee52 user: nijtmans tags: trunk
15:47
Add mentions of Toolbutton style to relevant ttk manpages. check-in: 55f8598b user: dkf tags: trunk
2008-12-03
18:44
Add new "hover" state (patch from Pat Thoyts; needed to support proper visual feedback on Vista). check-in: 8a64537b user: jenglish tags: trunk
2008-12-02
23:33
Minor indentation/capitalization corrections check-in: 4dc3b73b user: dkf tags: trunk
2008-12-01
09:56
autoconf-2.59 check-in: 5f6c036d user: das tags: trunk
2008-11-29
00:43
Use a styled frame around the popdown listbox so we can adjust the border for each theme as needed. check-in: 64cd2523 user: patthoyts tags: trunk
00:12
Refactoring of the millimeter patch. Fix of a potential issue if a pixel object is reused across screens of different resolutions. check-in: 6e3c42f6 user: ferrieux tags: trunk
2008-11-28
17:05
Fix stupid bug in millimeter patch (conditionally uninited var) check-in: 43a713a5 user: ferrieux tags: trunk
00:10
Added a test that distance units are not confused with pixels (for the millimeter patch) check-in: 9d5d8a97 user: ferrieux tags: trunk
2008-11-27
23:47
Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem. check-in: 3790d36a user: ferrieux tags: trunk
23:26
elminate warning: unused variable 'tkwin' Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere check-in: d45f4e57 user: nijtmans tags: trunk
2008-11-26
15:56
Making code neater... check-in: 0720979d user: dkf tags: trunk
2008-11-25
11:19
Minor tidying up check-in: e4566d2b user: dkf tags: trunk
2008-11-24
09:56
Minor doc fixes. [Bug 2330040] check-in: b9241cf2 user: dkf tags: trunk
2008-11-23
21:58
[Bug 1389270] event generate silently ignored focus events. These can now be generated. check-in: 185b0e79 user: patthoyts tags: trunk
21:40
Fixed some locale dependencies to reduce the noise on non-English systems check-in: 265ddb94 user: patthoyts tags: trunk
15:08
Formatting check-in: a0801d96 user: dkf tags: trunk
00:47
Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat Thoyts) check-in: 879b7b5a user: ferrieux tags: trunk
2008-11-22
23:45
Fixed QWERTY/AZERTY sensitivity of key event generation test check-in: 21bc3b70 user: ferrieux tags: trunk
23:03
Added angled text support to demonstration check-in: fd55d3ad user: dkf tags: trunk
22:38
GOOBE on Win, where stippling and angling work poorly together... check-in: 5fad4c62 user: dkf tags: trunk
22:30
demo angled text check-in: 2487a8b8 user: das tags: trunk
22:29
reduce number of CTM manipulation calls check-in: a75e45e6 user: das tags: trunk
22:28
use M_PI when available, remove redundant definitions of PI check-in: 1572525e user: das tags: trunk
22:07
[Bug 1991930] combobox dropdown needs to be topmost check-in: 459d1356 user: patthoyts tags: trunk
20:26
[Bug 1939129] combobox dropdown was drawn behind topmost toplevels. check-in: 8c83cb43 user: patthoyts tags: trunk
20:16
Added documentation on the -angle option for text items check-in: cbf51f96 user: dkf tags: trunk
20:05
Fixed up complaints from MSVC engendered by the last commit. In particular replaced round() which is a C99 function. check-in: 9dc3d444 user: patthoyts tags: trunk
18:08
TIP#119 implementation. [Patch 1611359] check-in: a2e77573 user: dkf tags: trunk
12:22
Fixed internationalization issues with the winDialog tests check-in: 836373e2 user: patthoyts tags: trunk
01:07
[Bug 2307837] avoid some locale-dependent failures by using id's or an english constraint check-in: 3258e882 user: patthoyts tags: trunk
2008-11-19
20:17
Remove inoperative text stating that slave windows must be direct children of the master [Bug 1824996]. check-in: 4f8dee00 user: jenglish tags: trunk
00:21
remove unnoticed CVS conflict in ChangeLog check-in: 9831e653 user: nijtmans tags: trunk
2008-11-18
23:49
Minor simplification in fix for [Bug 2312027]: no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 check-in: 4978c305 user: nijtmans tags: trunk
2008-11-16
17:14
Widget self-destruction is not necessarily an error [Bug 2298720]. check-in: 91b97118 user: jenglish tags: trunk
17:07
Explained constraints on [wm overrideredirect] better. [Bug 2282861] check-in: 4d0f2047 user: dkf tags: trunk
2008-11-15
00:00
bug 2239034: restrict [wm manage] to Frame type widgets check-in: 3f2db3b4 user: patthoyts tags: trunk
2008-11-14
13:19
autoheader-2.59 check-in: 19bf54b4 user: das tags: trunk
13:01
remove -Wno-implicit-int check-in: 8e31376a user: das tags: trunk
2008-11-13
01:13
ttkWidget.c: Reworked widget construction and destruction sequence; fixes #2207435 and several other problems discovered during investigation of same. ttkButton.c(CheckbuttonInitialize): Account for initializeProc being called earlier in the construction sequence now. check-in: 8ed212b7 user: jenglish tags: trunk
2008-11-12
16:38
bug #1777362 - handle windows with funky names by avoiding use of the window path for anchors. check-in: 4460b1ed user: patthoyts tags: trunk
09:56
Small syntactic improvements check-in: 0992c39f user: dkf tags: trunk
01:19
fix [Bug 2265860] new test failures check-in: bbe65d64 user: nijtmans tags: trunk
00:37
Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for UNIX check-in: cc47867e user: nijtmans tags: trunk
00:15
modify Tk_Create(Old)ImageType signature, relaxing the constraint that every Tk_ImageType can only be passed to this function once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. This CONSTification complies with TIP #27. It is binary compatible with the old interface, but not fully source compatible (although tkImg does not suffer). check-in: 0dc55135 user: nijtmans tags: trunk
2008-11-11
23:39
Don't crash when application uses nondefault visual #2264732. check-in: ff066d00 user: jenglish tags: trunk
22:13
reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) check-in: d1edd20f user: nijtmans tags: trunk
2008-11-09
23:53
Ttk widget initializeProc()s now return void instead of a status code, and are no longer allowed to fail. (Fix for #2207435 in progress). check-in: 203f93be user: jenglish tags: trunk
23:16
One more (hopefully the last) signature change in Tk_CreatePhotoImageFormat check-in: 36115a59 user: nijtmans tags: trunk
21:53
One more (hopefully the last) signature change in Tk_CreateSmoothMethod. check-in: 8f425191 user: nijtmans tags: trunk
21:37
Remove unnecessary casts from ttkWidget.c.

(More remain in other files; will get to those later). check-in: a42da439 user: jenglish tags: trunk

20:51
make all Tk_CustomOption tables const and remove unnecessary type cast check-in: 7ed7342a user: nijtmans tags: trunk
2008-11-08
22:52
More small changes to use C89 better and manage the result more efficiently. check-in: e19bdf70 user: dkf tags: trunk
19:04
Lots of small changes to make code more pretty and C89-like. check-in: 8e893040 user: dkf tags: trunk
18:44
Lots of small changes to make code more pretty and C89-like. check-in: 782ccc1d user: dkf tags: trunk
2008-11-06
22:19
add "-Wno-implicit-int" flag for gcc, as on UNIX Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin check-in: f297c97e user: nijtmans tags: trunk
16:29
regen check-in: 9a2ab686 user: dkf tags: trunk
16:28
Fix [Bug 2229999]. check-in: 9fa12057 user: dkf tags: trunk
2008-11-05
23:29
no need to use CONST in internal header files check-in: 0b20383a user: nijtmans tags: trunk
22:58
fix [Bug 1866774 ] Remove X10 references from docs check-in: d4c9d8a3 user: nijtmans tags: trunk
22:48
CONSTify string and fileName parameters of TkGetBitmapData more internal -Wwrite-string warning fixes check-in: 2432463c user: nijtmans tags: trunk
22:20
fix [Bug 2226093] const changes not all correct more internal -Wwrite-string warning fixes check-in: 00402a8e user: nijtmans tags: trunk
2008-11-03
22:59
bug #2218949: force focus to the tested widget check-in: 29c612c1 user: patthoyts tags: trunk
22:44
tkWinTest.c: fix warning: assignment discards qualifiers from pointer target type check-in: d408bea5 user: nijtmans tags: trunk
22:20
ttkEntry.c: fix warning: unused variable 'currentValue' tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type check-in: 58673d61 user: nijtmans tags: trunk
22:02
Fixed broken test. testclipboard no longer returns binary data but proper tcl strings without \r check-in: 494425ae user: patthoyts tags: trunk
14:36
Fixed an embedding test that became broken during the test upgrade. Killing a contained window should not destroy the container. check-in: 059619f4 user: patthoyts tags: trunk
11:54
busy tests: the default wait cursor on windows is wait not watch, so added suitable constraints and cloned some tests check-in: 07d05778 user: patthoyts tags: trunk
11:09
const fixes for windows code check-in: d4f7bab7 user: patthoyts tags: trunk
10:17
Added cast to work around stupid type inference bug in MSVC. Apparently it can't tell the difference between 'const char **' and 'char *const *'... check-in: 247c6ad8 user: dkf tags: trunk
2008-11-02
11:20
Forgot to check this in due to local network woes. check-in: 04cf18bf user: dkf tags: trunk
09:54
more internal -Wwrite-strings warning fixes check-in: bef0648a user: nijtmans tags: trunk
2008-11-01
17:26
Cleanup and document TK_MOVABLE_POINTS check-in: 96f217aa user: dkf tags: trunk
16:14
Implementation of TIP 97 - canvas imove and rchars methods. check-in: b63a8c79 user: dkf tags: trunk
15:34
Implemented the themed spinbox widget ttk::spinbox. check-in: 1fc44d63 user: patthoyts tags: trunk
12:25
Minor formatting/usage correction check-in: da8d966b user: dkf tags: trunk
2008-10-31
18:01
Temporary workaround for [Bug 2207435] check-in: 14002bf5 user: jenglish tags: trunk
2008-10-30
23:18
more internal -Wwrite-strings warning fixes check-in: 8cc51975 user: nijtmans tags: trunk
21:50
* tests/unixSelect.test: Revise the unixSelect-1.* tests so that they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength].
check-in: 2c3d71a5 user: dgp tags: trunk
21:39
[Bug 2190619] Warnings due to Tk_SmoothMethod name constness change.

Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option.

Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility. check-in: bb3ffd49 user: nijtmans tags: trunk

2008-10-29
23:31
Remove incorrect 'const' qualifier. Remove useless 'register' declarations too, while we're at it. check-in: 0b6ae256 user: jenglish tags: trunk
13:28
CONST update check-in: 5f302943 user: dgp tags: trunk
12:57
formatting check-in: 348a46de user: dgp tags: trunk
2008-10-28
22:33
CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) check-in: 17c2598f user: nijtmans tags: trunk
20:02
Expanded set of symbolic cursors. Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835] check-in: 07dfba23 user: jenglish tags: trunk
17:44
* win/tkWinTest.c: Revise [testclipboard] to form that * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used.
check-in: 3fbd7343 user: dgp tags: trunk
2008-10-27
13:38
Tweaking for better readability. check-in: 6ff5ed2f user: dkf tags: trunk
11:55
Code style improvements, especially including making code less deeply nested. check-in: 2784f9c7 user: dkf tags: trunk
2008-10-24
20:01
Disable test ttk-6.3, it's not applicable [Bug 2175411]. Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this. check-in: a501aa15 user: jenglish tags: trunk
06:00
Silence warning. check-in: 74d4ee8c user: dkf tags: trunk
2008-10-23
16:15
* README: Bump version number to 8.6a4 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:
* unix/configure: autoconf-2.59 * win/configure:
check-in: a6a0e86e user: dgp tags: trunk
12:20
fix TkX11 build check-in: f6dc7461 user: das tags: trunk
2008-10-22
20:56
Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complained about it. check-in: ff239323 user: nijtmans tags: trunk
16:31
add tkBusy.c check-in: d8446e68 user: das tags: trunk
16:30
fix GenericEvent Tcl_Panic error check-in: e06cf705 user: das tags: trunk
2008-10-20
12:22
Reduce number of casts check-in: 5febc09c user: dkf tags: trunk
12:22
Correct mistake in [tk busy configure]. check-in: 62c5f711 user: dkf tags: trunk
11:18
fix compile errors and warnings check-in: 2bfb5fbd user: dgp tags: trunk
10:50
Factor out the platform-specific bits of [tk busy]. [Bug 2180919] check-in: 42d69c54 user: dkf tags: trunk
2008-10-19
21:22
msvc uses __inline, so added the necessary macro now that we are using this check-in: 9317b035 user: patthoyts tags: trunk
2008-10-18
14:22
Implementation of the [tk busy] command on non-OSX. Adapted from [Patch 1997907] check-in: d9f9056e user: dkf tags: trunk
11:31
[Bug 1825353] To fix a problem with tiny fonts on Russian versions of Windows we will avoid removing the internal leading for fixed width fonts. See the bug for more details on why this change is as it is. check-in: 4ee14262 user: patthoyts tags: trunk
11:26
Avoid const jiggling by using Tcl_SetObjResult check-in: dcded822 user: patthoyts tags: trunk
2008-10-17
23:18
Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. check-in: da3819db user: nijtmans tags: trunk
20:15
fix missing "-Wl," prefix in HP-UX build check-in: 58f0f966 user: nijtmans tags: trunk
20:09
fix missing "-Wl," prefix in HP-UX build check-in: 2556c2c4 user: nijtmans tags: trunk
12:29
Implemented keyboard bindings for ttk::scale check-in: 7914c071 user: patthoyts tags: trunk
2008-10-15
06:41
Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. check-in: 7702e3f7 user: nijtmans tags: trunk
2008-10-14
13:24
Added new utility function: TkNewWindowObj() check-in: c3b79dab user: dkf tags: trunk
2008-10-11
06:47
Correct error result generation of [$canvas select clear $bogus]. check-in: 9e66671f user: dkf tags: trunk
2008-10-10
21:30
*** 8.6a3 TAGGED FOR RELEASE ***
* changes: Updates for 8.6a3 release.
check-in: 654148c2 user: dgp tags: trunk, core-8-6-a3
16:15
* tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results.
check-in: 9764be3b user: dgp tags: trunk
2008-10-09
21:49
removed bogus comment check-in: 014df6a0 user: dkf tags: trunk
21:21
* generic/tkListbox.c: Make literal return values consistent with those generated by Tcl_PrintDouble().
* tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in test results.
check-in: db586b92 user: dgp tags: trunk
17:20
Restored test naming consistency with Tk 8.5 tests. check-in: 1c37af2e user: dgp tags: trunk
09:42
comment formatting check-in: 51760f94 user: dkf tags: trunk
2008-10-08
21:36
* unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
check-in: fdb51745 user: nijtmans tags: trunk
20:15
* tests/textDisp.test (textDisp-16.34): Update test that tested string equality of double values based on an assumption of tcl_precision==12. Test now does its own formatting.
check-in: 5da178b2 user: dgp tags: trunk
19:18
typo check-in: 5e77713a user: dgp tags: trunk
18:57
* tests/scrollbar.test: Revised testing of the cget subcommand so that it tests consistency with the configure subcommand and not agreement with a hardcoded value that will change as tastes in GUIs evolve.
* unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across * tests/unixWm.test: all platforms. [Bug 2021443]
check-in: 61ec212b user: dgp tags: trunk
16:13
* tests/canvText.test (canText-17.1): Update expected result to match revised PostScript output due to more predictable formatting of floating point values.
check-in: 4a79db8b user: dgp tags: trunk
15:39
* unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
check-in: 5059871b user: dgp tags: trunk
15:20
* tests/wm.test: Update expected error messages from [wm iconphoto] to match the new message. [Bug 2021443]
check-in: 001b25a8 user: dgp tags: trunk
2008-10-07
18:33
and another one check-in: 38186033 user: dgp tags: trunk
18:27
Simpleminded protection against fatal error when env(TEMP) is not defined. check-in: 1528b4ca user: dgp tags: trunk
00:10
Removed dependency on default precision check-in: ec65fd19 user: patthoyts tags: trunk
2008-10-06
23:59
Removed dependency on default precision check-in: 8b2277bd user: patthoyts tags: trunk
23:42
Removed dependency on default precision check-in: 8fc75ab1 user: patthoyts tags: trunk
23:13
Fixed some incorrect error string results and removed precision dependencies in entry tests check-in: 8b1e5e36 user: patthoyts tags: trunk
22:09
Fixed tests for Vista (cannot write to C:\) check-in: ad5c45dd user: patthoyts tags: trunk
21:57
Corrected some errors from the previous commit check-in: 6aacc1b3 user: patthoyts tags: trunk
2008-10-05
21:26
minor improvements in legibility check-in: 0a65bf91 user: dkf tags: trunk
21:23
minor corrections check-in: 58539c23 user: dkf tags: trunk
18:22
Greatly clean up Tk's handling of the writability of the Tcl result object. check-in: a83341a3 user: dkf tags: trunk
2008-10-03
15:37
typo check-in: 28361873 user: dkf tags: trunk
13:13
Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] check-in: 6902fa24 user: dkf tags: trunk
2008-10-02
19:13
doc fixes check-in: 670f22b2 user: mistachkin tags: trunk
2008-10-01
00:09
Minor improvements check-in: d103c18b user: dkf tags: trunk
2008-09-30
23:54
Implemented TIP #236 from patch by Neil McKay. check-in: a2e1a9e4 user: dkf tags: trunk
2008-09-23
13:40
Fix [Bug 2123813] check-in: e630c9cb user: dkf tags: trunk
13:36
Fix [Bug 2118116] check-in: d93e4007 user: dkf tags: trunk