From d6695e180cfedb723a670d94d8ed132ed896498d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 23 Jul 2010 19:36:47 +0000 Subject: GUI: Fix tooltip drawing With help of Tanoku tooltips were switched from widgets to dialogs which helped to fix nasty bug with background not being restored. Although it is basically a hack around inconsistent font backbuffering in our GUI code, for the time being it is feasible. The patch was extended with way to specify tooltip background in the theme file. svn-id: r51217 --- gui/themes/scummclassic.zip | Bin 56900 -> 57060 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/themes/scummclassic.zip') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index b5866337ad..4a31a8ebb9 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ -- cgit v1.2.3 From 1867b44bf4fd9e1cfb9861f7e0e3ed65ba5144a7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 23 Jul 2010 21:26:30 +0000 Subject: GUI: Fix bug #3024930 Bug #3024930: "GUI: GMM errors out in Hercules mode". Fixed by switching Hercules resolutions to lowres GUI. svn-id: r51226 --- gui/themes/scummclassic.zip | Bin 57060 -> 57075 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/themes/scummclassic.zip') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index 4a31a8ebb9..b6b4ffe2e7 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ -- cgit v1.2.3 From 7457011a87cb54c4d6b7cc6bc7b4719b1c9a2b99 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 24 Jul 2010 22:29:17 +0000 Subject: GUI: Fix bug #3027772 by adding MT-32 tab Bug #3027772: "Can't switch between Text and Speech". The problem was in overcrowded Audio tab in any resolution with height < 480. Solved by adding new MT-32 tab and grouping all relevant widgets there. TODO: - The problem still exists for 320x200 resolution where Subtitle speed control is not accessible - Apparently nobody tested tab control scrolling after switching to new GUI, and now there are artifacts svn-id: r51265 --- gui/themes/scummclassic.zip | Bin 57075 -> 58134 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/themes/scummclassic.zip') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index b6b4ffe2e7..8722ece7a6 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ -- cgit v1.2.3 From dec30186eb4892598a5d522633060cc20208dff1 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 25 Jul 2010 16:38:25 +0000 Subject: GUI: Fix MIDI gain position in MIDI tab for lowres classic theme. svn-id: r51277 --- gui/themes/scummclassic.zip | Bin 58134 -> 58008 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/themes/scummclassic.zip') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index 8722ece7a6..6b079f7afc 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ -- cgit v1.2.3 From 5787c8bb88eeb6ecccf8e28d8302bbdac4a1bbaa Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 27 Jul 2010 20:17:29 +0000 Subject: GUI: Rename Font cache to match new font naming scheme svn-id: r51388 --- gui/themes/scummclassic.zip | Bin 58008 -> 58510 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/themes/scummclassic.zip') diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip index 6b079f7afc..299bc41339 100644 Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ -- cgit v1.2.3