From 5ed13403e1fb25d9339a0bd09daa0f7421a47894 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 21 Oct 2008 17:05:13 -0500 Subject: [PATCH] wine: remove winefile and wordpad from the start menu --- build.sh | 2 +- ...ne.inf.in-add-shortcuts-for-wine-programs.patch | 28 ++++++---------------- .../0005-explorer-add-a-mostly-empty-taskbar.patch | 2 +- ...-explorer-add-a-start-menu-to-the-taskbar.patch | 2 +- ...-add-a-window-switcher-tasklist-to-the-ta.patch | 2 +- ...t-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch | 2 +- ...askbar-show-a-context-menu-on-right-click.patch | 2 +- ...010-tasklist-switch-to-user-drawn-buttons.patch | 2 +- patches/0011-tasklist-draw-icons.patch | 2 +- ...12-taskbar-make-the-start-menu-user-drawn.patch | 2 +- ...ser32-hack-to-hide-minimized-window-icons.patch | 2 +- ...rer-set-the-work-area-when-appbars-change.patch | 2 +- ...-explorer-pack-buttons-based-on-text-size.patch | 2 +- ...e-SPI_SETWORKAREA-work-in-virtual-desktop.patch | 2 +- ...on-t-activate-taskbar-and-related-windows.patch | 2 +- ...nore-WM_TAKE_FOCUS-requests-for-desktop-w.patch | 2 +- ...ake-sure-minimized-windows-are-restored-b.patch | 2 +- ...e-a-flag-that-I-don-t-understand-when-pro.patch | 2 +- ...hack-to-keep-virtual-desktop-windows-open.patch | 2 +- patches/0022-explorer-add-Exit-menu-item.patch | 2 +- ...v-hack-to-allow-changing-the-parent-of-vi.patch | 2 +- .../0024-do-not-rely-on-a-consistent-user-id.patch | 2 +- ...rd-code-the-username-because-Rainbow-like.patch | 2 +- ...r-users-in-the-same-group-to-share-a-wine.patch | 2 +- patches/0027-default-to-150-dpi.patch | 6 ++--- ...er-respect-the-dpi-setting-in-the-taskbar.patch | 2 +- ...alculate-the-maximum-taskbar-button-width.patch | 2 +- ...xplorer-stay-out-of-the-sugar-hot-corners.patch | 2 +- ...xplorer-add-Run-command-to-the-start-menu.patch | 2 +- ...y-to-guess-the-working-directory-in-the-r.patch | 2 +- 30 files changed, 38 insertions(+), 52 deletions(-) diff --git a/build.sh b/build.sh index 9cc81b4..edaf526 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ ORIG_DIR=${PWD} BUILD_DIR=$(mktemp -d) WINE_ORIGIN=git://source.winehq.org/git/wine.git WINE_BASE=04f11f20ad436c58b7de50ffe0352dc4250ce63f -WINE_COMMIT=22c27dd3125b74a6383b466fe89f260bbe559fbf +WINE_COMMIT=372986db27939dec84a74821364323c7c7eeef24 mkdir "${BUILD_DIR}"/Wine.activity diff --git a/patches/0004-wine.inf.in-add-shortcuts-for-wine-programs.patch b/patches/0004-wine.inf.in-add-shortcuts-for-wine-programs.patch index be22ddb..02743d6 100644 --- a/patches/0004-wine.inf.in-add-shortcuts-for-wine-programs.patch +++ b/patches/0004-wine.inf.in-add-shortcuts-for-wine-programs.patch @@ -1,43 +1,39 @@ -From 30bdeaf95c789272025708d18c652f838b90827a Mon Sep 17 00:00:00 2001 +From b28fa2fb2eeb54c32f186850e3134fc06a5e765a Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 10 Sep 2008 12:28:38 -0500 Subject: [PATCH] wine.inf.in: add shortcuts for wine programs --- - tools/wine.inf.in | 38 ++++++++++++++++++++++++++++++++++++++ - 1 files changed, 38 insertions(+), 0 deletions(-) + tools/wine.inf.in | 24 ++++++++++++++++++++++++ + 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in -index 00e9b97..8ec8f9e 100644 +index 00e9b97..0939d17 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in -@@ -49,6 +49,12 @@ AddReg=\ +@@ -49,6 +49,10 @@ AddReg=\ Services, \ Tapi,\ Timezones +ProfileItems=\ + Notepad,\ -+ Winefile,\ + Winemine,\ -+ Wordpad,\ + Cmd [DefaultInstall.NT] RegisterDlls=RegisterDllsSection -@@ -74,6 +80,12 @@ AddReg=\ +@@ -74,6 +78,10 @@ AddReg=\ Tapi,\ Timezones,\ VersionInfo +ProfileItems=\ + Notepad,\ -+ Winefile,\ + Winemine,\ -+ Wordpad,\ + Cmd [DefaultInstall.Services] AddService=MountMgr,0x800,MountMgrService -@@ -2720,3 +2732,29 @@ HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free" +@@ -2720,3 +2728,19 @@ HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free" HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" @@ -47,21 +43,11 @@ index 00e9b97..8ec8f9e 100644 +CmdLine=11,,notepad.exe +SubDir=Accessories + -+[Winefile] -+Name=Wine File Manager -+CmdLine=11,,winefile.exe -+SubDir=Accessories -+ +[Winemine] +Name=WineMine +CmdLine=11,,winemine.exe +SubDir=Games + -+[Wordpad] -+Name=Wordpad -+CmdLine=11,,wordpad.exe -+SubDir=Accessories -+ +[Cmd] +Name=Command Prompt +CmdLine=11,,wineconsole.exe --backend=user cmd diff --git a/patches/0005-explorer-add-a-mostly-empty-taskbar.patch b/patches/0005-explorer-add-a-mostly-empty-taskbar.patch index ac5c662..8ab1fcd 100644 --- a/patches/0005-explorer-add-a-mostly-empty-taskbar.patch +++ b/patches/0005-explorer-add-a-mostly-empty-taskbar.patch @@ -1,4 +1,4 @@ -From e93e6a720727a6f3c29cb37e535f3a0f9d5dc874 Mon Sep 17 00:00:00 2001 +From 062bc734b3e7f0ff0706f760eb8e908a4af5bebb Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sat, 9 Aug 2008 11:06:11 -0500 Subject: [PATCH] explorer: add a mostly empty taskbar diff --git a/patches/0006-explorer-add-a-start-menu-to-the-taskbar.patch b/patches/0006-explorer-add-a-start-menu-to-the-taskbar.patch index cc91d32..cc73cc7 100644 --- a/patches/0006-explorer-add-a-start-menu-to-the-taskbar.patch +++ b/patches/0006-explorer-add-a-start-menu-to-the-taskbar.patch @@ -1,4 +1,4 @@ -From cc6e5d75da4c5bd1158c4fc1c5e8b0fb59e30b73 Mon Sep 17 00:00:00 2001 +From fc82b0b9b91de4085ef8881502d15e9342f4e746 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 14 Aug 2008 13:38:48 -0500 Subject: [PATCH] explorer: add a start menu to the taskbar diff --git a/patches/0007-explorer-add-a-window-switcher-tasklist-to-the-ta.patch b/patches/0007-explorer-add-a-window-switcher-tasklist-to-the-ta.patch index 17d4373..c99449f 100644 --- a/patches/0007-explorer-add-a-window-switcher-tasklist-to-the-ta.patch +++ b/patches/0007-explorer-add-a-window-switcher-tasklist-to-the-ta.patch @@ -1,4 +1,4 @@ -From f236d863118ef3e65a810f599b5eddac9be8e3c0 Mon Sep 17 00:00:00 2001 +From d7a4ceb0eb752a2e77bf4d5ec16184a0290f5f67 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Mon, 25 Aug 2008 08:39:06 -0500 Subject: [PATCH] explorer: add a window switcher (tasklist) to the taskbar diff --git a/patches/0008-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch b/patches/0008-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch index 38faf9d..ccac7ef 100644 --- a/patches/0008-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch +++ b/patches/0008-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch @@ -1,4 +1,4 @@ -From ac200c340abea1318e679de15db688dfff64931c Mon Sep 17 00:00:00 2001 +From d7fba877cf1ff24689e4006637d656078f27745f Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 27 Aug 2008 13:01:39 -0500 Subject: [PATCH] tasklist: use WM_SYSCOMMAND instead of ShowWindow diff --git a/patches/0009-taskbar-show-a-context-menu-on-right-click.patch b/patches/0009-taskbar-show-a-context-menu-on-right-click.patch index de5fc7d..46c3a60 100644 --- a/patches/0009-taskbar-show-a-context-menu-on-right-click.patch +++ b/patches/0009-taskbar-show-a-context-menu-on-right-click.patch @@ -1,4 +1,4 @@ -From 3814a1093c507de6ddaee8a37cd48665b5ee643c Mon Sep 17 00:00:00 2001 +From 4afaedaf60b14fa264ed3ad0e876091b8f523a6f Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 29 Aug 2008 08:37:32 -0500 Subject: [PATCH] taskbar: show a context menu on right-click diff --git a/patches/0010-tasklist-switch-to-user-drawn-buttons.patch b/patches/0010-tasklist-switch-to-user-drawn-buttons.patch index c95d410..8fab62f 100644 --- a/patches/0010-tasklist-switch-to-user-drawn-buttons.patch +++ b/patches/0010-tasklist-switch-to-user-drawn-buttons.patch @@ -1,4 +1,4 @@ -From d97059c3a4dbd93867d638ed7cd5c729a6350d6d Mon Sep 17 00:00:00 2001 +From b02cc84fa396f1514e180a1eb4fc9950de0da92c Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 29 Aug 2008 14:59:05 -0500 Subject: [PATCH] tasklist: switch to user-drawn buttons diff --git a/patches/0011-tasklist-draw-icons.patch b/patches/0011-tasklist-draw-icons.patch index 0ec72c2..2bbbb18 100644 --- a/patches/0011-tasklist-draw-icons.patch +++ b/patches/0011-tasklist-draw-icons.patch @@ -1,4 +1,4 @@ -From f4ef32e1538e213e5819f4bf076b183c0b986341 Mon Sep 17 00:00:00 2001 +From 6fe856f48c5472f5540651a05993a452c6fed17a Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 2 Sep 2008 10:23:26 -0500 Subject: [PATCH] tasklist: draw icons diff --git a/patches/0012-taskbar-make-the-start-menu-user-drawn.patch b/patches/0012-taskbar-make-the-start-menu-user-drawn.patch index 0df1f9d..2ddbe82 100644 --- a/patches/0012-taskbar-make-the-start-menu-user-drawn.patch +++ b/patches/0012-taskbar-make-the-start-menu-user-drawn.patch @@ -1,4 +1,4 @@ -From 0965abba500b2ade205e2790446d6992d631f9b5 Mon Sep 17 00:00:00 2001 +From d92c147771e33b5eee426d69cedc169a8f091fc7 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 18 Sep 2008 13:56:10 -0500 Subject: [PATCH] taskbar: make the start menu user-drawn diff --git a/patches/0013-user32-hack-to-hide-minimized-window-icons.patch b/patches/0013-user32-hack-to-hide-minimized-window-icons.patch index a1a6af4..96ea61d 100644 --- a/patches/0013-user32-hack-to-hide-minimized-window-icons.patch +++ b/patches/0013-user32-hack-to-hide-minimized-window-icons.patch @@ -1,4 +1,4 @@ -From ac7495d614fa9df813fb54a8878a08c2ea862f14 Mon Sep 17 00:00:00 2001 +From ec6626e787fdfc8cf7cd4a9c08c735889a6ca012 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 23 Sep 2008 09:24:06 -0500 Subject: [PATCH] user32: hack to hide minimized window icons diff --git a/patches/0014-explorer-set-the-work-area-when-appbars-change.patch b/patches/0014-explorer-set-the-work-area-when-appbars-change.patch index a145fe5..526b36d 100644 --- a/patches/0014-explorer-set-the-work-area-when-appbars-change.patch +++ b/patches/0014-explorer-set-the-work-area-when-appbars-change.patch @@ -1,4 +1,4 @@ -From f78b0c0296719f605ed93ae2a5f71716db9feaf1 Mon Sep 17 00:00:00 2001 +From 58b3827b5beaf40172f00d4b10efc3ceb24892c5 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 23 Sep 2008 16:23:04 -0500 Subject: [PATCH] explorer: set the work area when appbars change diff --git a/patches/0015-explorer-pack-buttons-based-on-text-size.patch b/patches/0015-explorer-pack-buttons-based-on-text-size.patch index 7d479fc..822f69c 100644 --- a/patches/0015-explorer-pack-buttons-based-on-text-size.patch +++ b/patches/0015-explorer-pack-buttons-based-on-text-size.patch @@ -1,4 +1,4 @@ -From 72f82f65ff9ac41fbe926dc1e89108e093292b4f Mon Sep 17 00:00:00 2001 +From a07e461a29ac13a8e8167837e8be6f4130904d0a Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 23 Sep 2008 16:59:33 -0500 Subject: [PATCH] explorer: pack buttons based on text size diff --git a/patches/0016-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch b/patches/0016-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch index d7ce454..c026d26 100644 --- a/patches/0016-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch +++ b/patches/0016-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch @@ -1,4 +1,4 @@ -From 5567f945b420a6da53194fb587baf6933adff45a Mon Sep 17 00:00:00 2001 +From f35f00d3fe0c2bcda4db20cc0dab8a912d5778c4 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 24 Sep 2008 11:40:57 -0500 Subject: [PATCH] hack to make SPI_SETWORKAREA work in virtual desktop mode diff --git a/patches/0017-explorer-don-t-activate-taskbar-and-related-windows.patch b/patches/0017-explorer-don-t-activate-taskbar-and-related-windows.patch index 006494d..75ab094 100644 --- a/patches/0017-explorer-don-t-activate-taskbar-and-related-windows.patch +++ b/patches/0017-explorer-don-t-activate-taskbar-and-related-windows.patch @@ -1,4 +1,4 @@ -From 8fe85716dc57400316813fb1d630f69fe19b3189 Mon Sep 17 00:00:00 2001 +From 012a3a26067c1bf2b307514faa6fdb2a6ad907d5 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 25 Sep 2008 13:27:10 -0500 Subject: [PATCH] explorer: don't activate taskbar and related windows when showing them diff --git a/patches/0018-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch b/patches/0018-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch index 53bbfab..0cdf277 100644 --- a/patches/0018-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch +++ b/patches/0018-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch @@ -1,4 +1,4 @@ -From ff951de175e844dddb6b8f7c0cdb96a0d2aee620 Mon Sep 17 00:00:00 2001 +From b0b630aed0243ac175a29f88b2616f843bf797df Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 25 Sep 2008 13:27:30 -0500 Subject: [PATCH] winex11: ignore WM_TAKE_FOCUS requests for desktop windows diff --git a/patches/0019-explorer-make-sure-minimized-windows-are-restored-b.patch b/patches/0019-explorer-make-sure-minimized-windows-are-restored-b.patch index 02ac8ba..421529f 100644 --- a/patches/0019-explorer-make-sure-minimized-windows-are-restored-b.patch +++ b/patches/0019-explorer-make-sure-minimized-windows-are-restored-b.patch @@ -1,4 +1,4 @@ -From 145ccfd0a10d022442ffe99dc8611f78f026d1e0 Mon Sep 17 00:00:00 2001 +From d6307c2c3046415c291bf7326c9d060f1b69f78d Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 25 Sep 2008 14:56:29 -0500 Subject: [PATCH] explorer: make sure minimized windows are restored before making them the foreground diff --git a/patches/0020-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch b/patches/0020-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch index 3e78568..16d3975 100644 --- a/patches/0020-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch +++ b/patches/0020-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch @@ -1,4 +1,4 @@ -From 1601908063d59d2b091d7e5e4d38772469cee61d Mon Sep 17 00:00:00 2001 +From a46ba47411db6d1395c35a3f1265876ca689f97b Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 25 Sep 2008 16:24:28 -0500 Subject: [PATCH] winex11: use a flag that I don't understand when processing keyboard events diff --git a/patches/0021-explorer-hack-to-keep-virtual-desktop-windows-open.patch b/patches/0021-explorer-hack-to-keep-virtual-desktop-windows-open.patch index 7465a5c..42a0725 100644 --- a/patches/0021-explorer-hack-to-keep-virtual-desktop-windows-open.patch +++ b/patches/0021-explorer-hack-to-keep-virtual-desktop-windows-open.patch @@ -1,4 +1,4 @@ -From a0b57c941bd6e57817b34aa552f844b430b99b1d Mon Sep 17 00:00:00 2001 +From 49fbfd5567141b77407a3beb22c05aebb593aba5 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 26 Sep 2008 14:25:11 -0500 Subject: [PATCH] explorer: hack to keep virtual desktop windows open when processes close diff --git a/patches/0022-explorer-add-Exit-menu-item.patch b/patches/0022-explorer-add-Exit-menu-item.patch index a4e95c4..7a83b99 100644 --- a/patches/0022-explorer-add-Exit-menu-item.patch +++ b/patches/0022-explorer-add-Exit-menu-item.patch @@ -1,4 +1,4 @@ -From f3ab2de9f48dce7b6a66b52a309353a9d7507f02 Mon Sep 17 00:00:00 2001 +From b418b4f7c2562b715bd1ef70cf82aaab6c53e4ee Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 26 Sep 2008 14:53:51 -0500 Subject: [PATCH] explorer: add "Exit" menu item diff --git a/patches/0023-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch b/patches/0023-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch index 3bffb5c..8c84151 100644 --- a/patches/0023-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch +++ b/patches/0023-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch @@ -1,4 +1,4 @@ -From ba3951430c9ccbda30afe9bbd27c6c9c4ff61eaf Mon Sep 17 00:00:00 2001 +From be3e6a35694218d917688c1a1eefa9a9523987af Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 2 Oct 2008 13:55:41 -0500 Subject: [PATCH] winex11.drv: hack to allow changing the parent of virtual desktops diff --git a/patches/0024-do-not-rely-on-a-consistent-user-id.patch b/patches/0024-do-not-rely-on-a-consistent-user-id.patch index c43c505..7a38f43 100644 --- a/patches/0024-do-not-rely-on-a-consistent-user-id.patch +++ b/patches/0024-do-not-rely-on-a-consistent-user-id.patch @@ -1,4 +1,4 @@ -From ca83def4d6d888dbba65bc87e248c3fdff0f964b Mon Sep 17 00:00:00 2001 +From 2ca9be5069e4a59f3a213f0d4da0964203f17216 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 8 Oct 2008 15:43:46 -0500 Subject: [PATCH] do not rely on a consistent user id diff --git a/patches/0025-libwine-hard-code-the-username-because-Rainbow-like.patch b/patches/0025-libwine-hard-code-the-username-because-Rainbow-like.patch index b78181e..4c1e7c9 100644 --- a/patches/0025-libwine-hard-code-the-username-because-Rainbow-like.patch +++ b/patches/0025-libwine-hard-code-the-username-because-Rainbow-like.patch @@ -1,4 +1,4 @@ -From 7a6428addbe417ac8abd31edcca8b3eb3d091556 Mon Sep 17 00:00:00 2001 +From af2ea49aea3d6d966f26e382418e36b9fa607b56 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 9 Oct 2008 11:37:20 -0500 Subject: [PATCH] libwine: hard-code the username because Rainbow likes to change it diff --git a/patches/0026-allow-other-users-in-the-same-group-to-share-a-wine.patch b/patches/0026-allow-other-users-in-the-same-group-to-share-a-wine.patch index cc562d2..e74dc95 100644 --- a/patches/0026-allow-other-users-in-the-same-group-to-share-a-wine.patch +++ b/patches/0026-allow-other-users-in-the-same-group-to-share-a-wine.patch @@ -1,4 +1,4 @@ -From c418e928135c555ee46c9a0b1a8f7fcf454b0a30 Mon Sep 17 00:00:00 2001 +From 419243739d06d7ea69a93edd06ac20999619766f Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 15 Oct 2008 12:44:16 -0500 Subject: [PATCH] allow other users in the same group to share a wine server diff --git a/patches/0027-default-to-150-dpi.patch b/patches/0027-default-to-150-dpi.patch index c838b6d..b1ff06d 100644 --- a/patches/0027-default-to-150-dpi.patch +++ b/patches/0027-default-to-150-dpi.patch @@ -1,4 +1,4 @@ -From 7776000f5170bc4aeae519536225ed1ca079986e Mon Sep 17 00:00:00 2001 +From 29d816968ecad6b6b55612ab459027918e0ecb56 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 15 Oct 2008 16:51:17 -0500 Subject: [PATCH] default to 150 dpi @@ -22,10 +22,10 @@ index a8c5695..e73c00c 100644 if (RegOpenKeyW(HKEY_CURRENT_CONFIG, dpi_key_name, &hkey) == ERROR_SUCCESS) diff --git a/tools/wine.inf.in b/tools/wine.inf.in -index 8ec8f9e..2b81221 100644 +index 0939d17..9d33640 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in -@@ -316,7 +316,7 @@ HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238" +@@ -312,7 +312,7 @@ HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238" HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204" HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161" HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162" diff --git a/patches/0028-explorer-respect-the-dpi-setting-in-the-taskbar.patch b/patches/0028-explorer-respect-the-dpi-setting-in-the-taskbar.patch index 0cd0e35..0375622 100644 --- a/patches/0028-explorer-respect-the-dpi-setting-in-the-taskbar.patch +++ b/patches/0028-explorer-respect-the-dpi-setting-in-the-taskbar.patch @@ -1,4 +1,4 @@ -From 78b94e3d1596881dfe75588ec55d8e9715cefe60 Mon Sep 17 00:00:00 2001 +From 522f689f229a2f35e3af1cdfb80343e34b68d59d Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 16 Oct 2008 12:28:39 -0500 Subject: [PATCH] explorer: respect the dpi setting in the taskbar diff --git a/patches/0029-explorer-calculate-the-maximum-taskbar-button-width.patch b/patches/0029-explorer-calculate-the-maximum-taskbar-button-width.patch index 84e3d03..e73fc70 100644 --- a/patches/0029-explorer-calculate-the-maximum-taskbar-button-width.patch +++ b/patches/0029-explorer-calculate-the-maximum-taskbar-button-width.patch @@ -1,4 +1,4 @@ -From 5ee4809b7fb971de057451975cc5eb2370f52832 Mon Sep 17 00:00:00 2001 +From 44fc468d25decb85de5b9485d383ccd55a124aeb Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 16 Oct 2008 16:24:27 -0500 Subject: [PATCH] explorer: calculate the maximum taskbar button width from the height diff --git a/patches/0030-explorer-stay-out-of-the-sugar-hot-corners.patch b/patches/0030-explorer-stay-out-of-the-sugar-hot-corners.patch index 3132703..2811d49 100644 --- a/patches/0030-explorer-stay-out-of-the-sugar-hot-corners.patch +++ b/patches/0030-explorer-stay-out-of-the-sugar-hot-corners.patch @@ -1,4 +1,4 @@ -From b5dbaad1db81a740921c8643647c16a05cfefd02 Mon Sep 17 00:00:00 2001 +From 799b6c29c60a212ddfa007a8cbd191e44a1de1d7 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 17 Oct 2008 15:51:52 -0500 Subject: [PATCH] explorer: stay out of the sugar "hot corners" diff --git a/patches/0031-explorer-add-Run-command-to-the-start-menu.patch b/patches/0031-explorer-add-Run-command-to-the-start-menu.patch index bb3399d..1b35984 100644 --- a/patches/0031-explorer-add-Run-command-to-the-start-menu.patch +++ b/patches/0031-explorer-add-Run-command-to-the-start-menu.patch @@ -1,4 +1,4 @@ -From f32fde6af74836369e9bc9ab5315f1068e4ce6bf Mon Sep 17 00:00:00 2001 +From b1d157c8bd94a879be9f1d4ec1b2d26c8bb51440 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 21 Oct 2008 13:22:53 -0500 Subject: [PATCH] explorer: add Run command to the start menu diff --git a/patches/0032-shell32-try-to-guess-the-working-directory-in-the-r.patch b/patches/0032-shell32-try-to-guess-the-working-directory-in-the-r.patch index 9ab56c6..334fcf0 100644 --- a/patches/0032-shell32-try-to-guess-the-working-directory-in-the-r.patch +++ b/patches/0032-shell32-try-to-guess-the-working-directory-in-the-r.patch @@ -1,4 +1,4 @@ -From 22c27dd3125b74a6383b466fe89f260bbe559fbf Mon Sep 17 00:00:00 2001 +From 372986db27939dec84a74821364323c7c7eeef24 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 21 Oct 2008 16:07:47 -0500 Subject: [PATCH] shell32: try to guess the working directory in the run dialog -- 2.11.4.GIT