Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
42 check-ins using file generic/tkImage.c version c5844289
1998-12-13
| ||
08:14 |
Tk 8.1 Muti-threading changes.
Moved static and global data elements into thread-local storage, or introduced locks where not possible, as first stage of adding thread safety to Tk. check-in: c2c09045 user: lfb tags: core-8-1-branch-old | |
1998-12-12
| ||
00:12 | tk8.1b1 release check-in: 1c2b5525 user: stanton tags: core-8-1-branch-old | |
1998-12-11
| ||
23:32 | Created branch core-8-1-b1-synthetic Closed-Leaf check-in: e091192e user: cvs2fossil tags: core-8-1-b1-synthetic, core-8-1-b1 | |
23:32 | fixed bug in command line argument encoding handling check-in: c02920c1 user: stanton tags: core-8-1-branch-old | |
01:31 | more release engineering check-in: 1184363a user: stanton tags: core-8-1-branch-old | |
1998-12-10
| ||
04:29 | lint check-in: 53af05c8 user: stanton tags: core-8-1-branch-old | |
03:43 | merge 8.0 changes check-in: c8ffc2b5 user: stanton tags: core-8-1-branch-old | |
00:50 | release lint check-in: d873a432 user: stanton tags: core-8-1-branch-old | |
1998-12-09
| ||
03:16 | brought .sea file over from 8.0 check-in: 6c8e66ab user: stanton tags: core-8-1-branch-old | |
03:11 | removed .sit file check-in: 156be2ec user: stanton tags: core-8-1-branch-old | |
01:18 | updated broken tests check-in: 2f48e13a user: stanton tags: core-8-1-branch-old | |
1998-12-08
| ||
23:28 | *** empty log message *** check-in: d2bf75ea user: stanton tags: core-8-1-branch-old | |
23:28 | * win/tkWinClipboard.c (TkSelGetSelection, TkWinClipboardRender): Changed to handle multibyte characters properly. [Bug: 935] check-in: c0fec8d9 user: stanton tags: core-8-1-branch-old | |
02:07 | *** empty log message *** check-in: e80747b4 user: stanton tags: core-8-1-branch-old | |
02:06 | * library/xmfbox.tcl (tkMotifFDialog_Create): In the cached case, the data array was not being initialized with the correct set of widgets. check-in: c886bdf6 user: stanton tags: core-8-1-branch-old | |
02:02 | fixed stale tests check-in: 552baf68 user: stanton tags: core-8-1-branch-old | |
1998-12-04
| ||
22:11 | Added Chinese Tcl chop contributed by Mark Harrison check-in: 425bb6f7 user: stanton tags: core-8-1-branch-old | |
07:21 | Changed patch level to 8.1b1 check-in: c9d8b39c user: welch tags: core-8-1-branch-old | |
1998-11-30
| ||
21:03 | *** empty log message *** check-in: 149487a2 user: stanton tags: core-8-1-branch-old | |
21:03 | * generic/tkButton.c (ConfigureButton): The error result was getting lost when restoring configuration options. [Bug: 619] check-in: ea665f42 user: stanton tags: core-8-1-branch-old | |
1998-11-25
| ||
23:31 | lint check-in: 15737457 user: stanton tags: core-8-1-branch-old | |
23:12 | *** empty log message *** check-in: b1bc5f43 user: stanton tags: core-8-1-branch-old | |
23:12 | * unix/tkUnixFont.c (GetFontAttributes): Initialize an unspecified family to an empty string. (FontMapLoadPage): if the font included characters below 32, the index computation was incorrect because the range was shifted up to 32. (CreateClosestFont): check for empty locale as well as NULL. check-in: 15318aac user: stanton tags: core-8-1-branch-old | |
23:06 | * mac/tkMacHLEvents.c (OdocHandler): added conversion from external string to UTF [Bug: 869] check-in: 5bf2e70b user: stanton tags: core-8-1-branch-old | |
23:06 | * generic/tkFont.c (TkFontParseXLFD): initialize charset to iso8859-1 if no charset is specified. check-in: 596502ee user: stanton tags: core-8-1-branch-old | |
22:37 | *** empty log message *** check-in: 2491d7b6 user: stanton tags: core-8-1-branch-old | |
22:36 | * generic/tkMenu.c (MenuWidgetObjCmd): disabled menu entries were getting reenabled whenever the mouse passed over the entry [Bug: 860] check-in: c5486545 user: stanton tags: core-8-1-branch-old | |
22:15 | *** empty log message *** check-in: 5b342e82 user: stanton tags: core-8-1-branch-old | |
22:13 | * unix/tkUnixMenu.c: hidemargin option was not honored properly in menus [Bug: 859] check-in: 5fba3725 user: stanton tags: core-8-1-branch-old | |
21:16 |
* integrated tk8.0.4 changes.
* generic/tkBind.c: fixed deletion order bug where a crash would result if a binding deleted "." check-in: 207f4302 user: stanton tags: core-8-1-branch-old | |
04:10 | fixed bugs introduced in last menu changes check-in: 1c620708 user: stanton tags: core-8-1-branch-old | |
1998-11-24
| ||
21:43 | lint check-in: 02fb42b7 user: stanton tags: core-8-1-branch-old | |
21:42 | * tkMacMenu.c, tkUnixMenu.c, tkWinMenu.c, tkMenuDraw.c, tkMenu.h, * tkMenu.c: Backed out the previous fix for bug 620 and eliminated a bunch of code that created unnecessary objects. Changed back to using internal types instead of objects for many configuration options. There are many more fixes like this that could be made, but some require a little restructuring of the code. In any case the leaks are fixed and there is a lot less allocation happening. [Bug: 620] check-in: 046d8f26 user: stanton tags: core-8-1-branch-old | |
1998-11-20
| ||
02:53 | fixed bug 613, small typo check-in: d1e38014 user: stanton tags: core-8-1-branch-old | |
02:36 | added ChangeLog fixed bad merge check-in: 78cccb81 user: stanton tags: core-8-1-branch-old | |
02:35 | * tkWinWm.c, tkWinMenu.c: fixed titles and menus so they properly display Unicode [Bug: 819] check-in: 431e0311 user: stanton tags: core-8-1-branch-old | |
1998-11-10
| ||
19:04 | lint check-in: bd77b068 user: stanton tags: core-8-1-branch-old | |
1998-10-21
| ||
22:12 | Fixed bug 747: underlines don't map to character offsets in unicode strings check-in: eba748b6 user: stanton tags: core-8-1-branch-old | |
1998-10-06
| ||
20:34 | updated version number to 8.1 check-in: d26bf842 user: stanton tags: core-8-1-branch-old | |
20:29 | merge 8.0.4 changes into 8.1 check-in: d2aa5447 user: stanton tags: core-8-1-branch-old | |
03:27 | merged 8.0.4 into 8.1 check-in: 7c21bb1d user: stanton tags: core-8-1-branch-old | |
1998-09-30
| ||
02:15 | Merged 8.0.3 changes into 8.1 check-in: 0fa81ba1 user: stanton tags: core-8-1-branch-old | |