summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-11-29 00:43:48 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-11-29 00:43:48 (GMT)
commit216f96d49a15f71cc5fd40aed613bcfb4f0f002a (patch)
tree14934e60d875010bb861e877bc9baf31a36ab9fa /ChangeLog
parent7b99e201991548b8e0a661f0394233253c776ddd (diff)
downloadtk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.zip
tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.gz
tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.bz2
Use a styled frame around the popdown listbox so we can adjust the border for each theme as needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eedeb5..68634bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-29 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/ttk/altTheme.tcl: Use a styled frame around the popdown
+ * library/ttk/clamTheme.tcl: listbox so we can adjust the border
+ * library/ttk/classicTheme.tcl: for each theme as needed.
+ * library/ttk/combobox.tcl:
+ * library/ttk/defaults.tcl:
+ * library/ttk/winTheme.tcl:
+ * library/ttk/xpTheme.tcl:
+ * tests/ttk/combobox.test:
+
2008-11-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tkCanvUtil.c Millimeter patch. Fixes [1813597,2218964]