summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-04-25 20:11:26 (GMT)
committerhobbs <hobbs>2003-04-25 20:11:26 (GMT)
commit165b227f9936ee73db655e68bb22b4ddf1ad3065 (patch)
tree933a5b180ed9483fb0a8edd6d90eead469be3e60 /ChangeLog
parenta46adb61bb407f5fc6a7ce81c4b7e2cfe2a2f96d (diff)
downloadtk-165b227f9936ee73db655e68bb22b4ddf1ad3065.zip
tk-165b227f9936ee73db655e68bb22b4ddf1ad3065.tar.gz
tk-165b227f9936ee73db655e68bb22b4ddf1ad3065.tar.bz2
* unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
* win/tkWinButton.c (TkpDisplayButton): displaying disabled text that have images, as they get a gray50 stipple as well and the disabledGc is not set up correctly for font drawing. [Bug #477740]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e265dbe..e0b90e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-04-25 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/bgerror.tcl: make bgerror dialog topmost on Windows to
+ prevent it being covered by other windows.
+
+ * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
+ * win/tkWinButton.c (TkpDisplayButton): displaying disabled text
+ that have images, as they get a gray50 stipple as well and the
+ disabledGc is not set up correctly for font drawing. [Bug #477740]
+
+2003-04-18 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windows
+ has a CreateBitmap function already.
+
+ * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has a
+ GetCursor func already, which causes compiler warnings.
+
2003-04-02 Mo DeJong <mdejong@users.sourceforge.net>
* win/configure: Regen.