aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-06 08:52:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-06 08:52:25 +0000
commit1117e765db2eff0f3c0a37571540ac7c0301c075 (patch)
tree385c34dffa7619d34e0bacd853f8ddf37e38cf70 /ChangeLog
parent74c037633fea44650154911e5128b1bd6661e115 (diff)
made the size of progress dialog and notificartion window DPI-aware.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3433 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 081323a5..a9bb88fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-11-06
+ * src/gtkutils.[ch]: added gtkut_get_dpi_multiplier() which returns
+ optimal multiplier for current system DPI.
+ * src/progressdialog.c
+ src/notificationwindow.c: made their window sizes DPI-aware.
+
+2014-11-06
+
* src/trayicon.c: win32: made 'Toggle window on trayicon click' option
work on Windows 7.