-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-cpan-module: Tk git-cpan-version: 804.025_beta8 git-cpan-authorid: NI-S git-cpan-file: authors/id/N/NI/NI-S/Tk-804.025_beta8.tar.gz
- Loading branch information
Showing
25 changed files
with
813 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
Change 3019 on 2003/12/06 by nick@camel | ||
|
||
MinGW libpng makefile was not checked in or in MANIFEST | ||
|
||
Change 3017 on 2003/12/06 by nick@camel | ||
|
||
Win32 hangs if you display dialog which is transient | ||
to a withdrawn window? | ||
|
||
Change 3016 on 2003/12/06 by nick@camel | ||
|
||
dTHXs stuff fow Windows builds with PERL_NO_GET_CONTEXT | ||
|
||
Change 3015 on 2003/12/06 by nick@llama | ||
|
||
"Loose some debug prints in Win32 Drag/Drop | ||
|
||
Change 3014 on 2003/12/06 by nick@llama | ||
|
||
"Jack" <[email protected]> - latest version of | ||
Balloon.pm tweaks | ||
|
||
Change 3013 on 2003/12/06 by nick@llama | ||
|
||
Patch for timestamp for WM_TAKE_FOCUS events. | ||
from Scott Smedley <[email protected]> | ||
There is a bug in Perl/Tk that neglects to pass the timestamp associated | ||
with a WM_TAKE_FOCUS event. This leads to focussing race conditions in | ||
aplications that use a globally active focussing policy. | ||
The correct functionality is documented in: | ||
http://tronche.com/gui/x/icccm/sec-4.html#s-4.1.7 | ||
|
||
Change 3012 on 2003/12/06 by nick@llama | ||
|
||
Demos patch from Steve | ||
|
||
Change 3011 on 2003/12/06 by nick@llama | ||
|
||
A number of patches from Slaven. | ||
|
||
Change 3010 on 2003/12/06 by nick@llama | ||
|
||
Removed debug as suggested by Jim Winters <[email protected]> | ||
|
||
Change 3009 on 2003/12/02 by nick@llama | ||
|
||
Change.log update for beta7 | ||
|
||
Change 3008 on 2003/12/02 by nick@llama | ||
|
||
Avoid 'nsv' as a variable after scare with encGlue.c in perl5.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,7 @@ LangCallback * | |
LangCopyCallback(sv) | ||
SV *sv; | ||
{ | ||
dTHXs; | ||
if (sv) | ||
SvREFCNT_inc(sv); | ||
return sv; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.