From 01b6cb29ac08dd61a9c61ce0a1cd6c8d94501ff5 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 5 Dec 2008 13:23:46 -0600 Subject: [PATCH] update wine to wine-1.1.10 --- build.sh | 4 ++-- patches/0001-wine.inf.in-add-shortcuts-for-wine-programs.patch | 2 +- patches/0002-explorer-add-a-mostly-empty-taskbar.patch | 2 +- patches/0003-explorer-add-a-start-menu-to-the-taskbar.patch | 2 +- ...004-explorer-add-a-window-switcher-tasklist-to-the-ta.patch | 2 +- ...0005-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch | 2 +- patches/0006-taskbar-show-a-context-menu-on-right-click.patch | 2 +- patches/0007-tasklist-switch-to-user-drawn-buttons.patch | 2 +- patches/0008-tasklist-draw-icons.patch | 2 +- patches/0009-taskbar-make-the-start-menu-user-drawn.patch | 2 +- patches/0010-user32-hack-to-hide-minimized-window-icons.patch | 2 +- .../0011-explorer-set-the-work-area-when-appbars-change.patch | 2 +- patches/0012-explorer-pack-buttons-based-on-text-size.patch | 2 +- ...-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch | 10 +++++----- ...4-explorer-don-t-activate-taskbar-and-related-windows.patch | 2 +- ...5-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch | 4 ++-- ...6-explorer-make-sure-minimized-windows-are-restored-b.patch | 2 +- ...7-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch | 2 +- ...18-explorer-hack-to-keep-virtual-desktop-windows-open.patch | 2 +- patches/0019-explorer-add-Exit-menu-item.patch | 2 +- ...0-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch | 4 ++-- patches/0021-do-not-rely-on-a-consistent-user-id.patch | 2 +- ...2-libwine-hard-code-the-username-because-Rainbow-like.patch | 2 +- ...3-allow-other-users-in-the-same-group-to-share-a-wine.patch | 2 +- patches/0024-default-to-150-dpi.patch | 2 +- .../0025-explorer-respect-the-dpi-setting-in-the-taskbar.patch | 2 +- ...6-explorer-calculate-the-maximum-taskbar-button-width.patch | 2 +- patches/0027-explorer-stay-out-of-the-sugar-hot-corners.patch | 2 +- patches/0028-explorer-add-Run-command-to-the-start-menu.patch | 2 +- patches/0029-explorer-add-Run-from-Journal-to-start-menu.patch | 2 +- 30 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build.sh b/build.sh index c7bd0b9..38886e1 100755 --- a/build.sh +++ b/build.sh @@ -19,8 +19,8 @@ ORIG_DIR=${PWD} BUILD_DIR=$(mktemp -d) WINE_ORIGIN=git://source.winehq.org/git/wine.git -WINE_BASE=12c809056eafceb3c1ff85fe90b1400739ed00f1 -WINE_COMMIT=c0f4c2e82b87411000b622f7d6ac0beab0c1ed6d +WINE_BASE=7832378658339165d5f06972315a834e0bbddf16 +WINE_COMMIT=619634f16564df4c73be343cbb935bf8370cb7c0 mkdir "${BUILD_DIR}"/Wine.activity diff --git a/patches/0001-wine.inf.in-add-shortcuts-for-wine-programs.patch b/patches/0001-wine.inf.in-add-shortcuts-for-wine-programs.patch index 0ea739b..d4d55b0 100644 --- a/patches/0001-wine.inf.in-add-shortcuts-for-wine-programs.patch +++ b/patches/0001-wine.inf.in-add-shortcuts-for-wine-programs.patch @@ -1,4 +1,4 @@ -From a66ad791c6b4eb57b0a9562a9539363df2ef97a3 Mon Sep 17 00:00:00 2001 +From d23e7e30f1634dd5360bf25cbb8a5f0b2ccb3525 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 diff --git a/patches/0002-explorer-add-a-mostly-empty-taskbar.patch b/patches/0002-explorer-add-a-mostly-empty-taskbar.patch index 578d648..4898918 100644 --- a/patches/0002-explorer-add-a-mostly-empty-taskbar.patch +++ b/patches/0002-explorer-add-a-mostly-empty-taskbar.patch @@ -1,4 +1,4 @@ -From 8e1fab06b7201d679ff11d400d42d80e79055707 Mon Sep 17 00:00:00 2001 +From 85f8e3351ebd62d911a3262c5ff3813efde34544 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/0003-explorer-add-a-start-menu-to-the-taskbar.patch b/patches/0003-explorer-add-a-start-menu-to-the-taskbar.patch index 2dd8bc4..31355f4 100644 --- a/patches/0003-explorer-add-a-start-menu-to-the-taskbar.patch +++ b/patches/0003-explorer-add-a-start-menu-to-the-taskbar.patch @@ -1,4 +1,4 @@ -From 27858178916097d597e0739da50d087c258c7b22 Mon Sep 17 00:00:00 2001 +From 1727a5444da6fea3e033975ab0a42da2616c8fee 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/0004-explorer-add-a-window-switcher-tasklist-to-the-ta.patch b/patches/0004-explorer-add-a-window-switcher-tasklist-to-the-ta.patch index 7e472b9..77effc2 100644 --- a/patches/0004-explorer-add-a-window-switcher-tasklist-to-the-ta.patch +++ b/patches/0004-explorer-add-a-window-switcher-tasklist-to-the-ta.patch @@ -1,4 +1,4 @@ -From ca24e2b123ab4cacb82809bdbf8b97b22fc51c5f Mon Sep 17 00:00:00 2001 +From b5ca043ce734f02789803b300a1ff1cb1806d3be 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/0005-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch b/patches/0005-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch index a264d31..1f23c3c 100644 --- a/patches/0005-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch +++ b/patches/0005-tasklist-use-WM_SYSCOMMAND-instead-of-ShowWindow.patch @@ -1,4 +1,4 @@ -From b3cba2379036a90162cfaa407662bfc073b9036e Mon Sep 17 00:00:00 2001 +From 3b7d5d3fef847dd6357c605b9569356221c6112f 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/0006-taskbar-show-a-context-menu-on-right-click.patch b/patches/0006-taskbar-show-a-context-menu-on-right-click.patch index 89c3a54..31a3041 100644 --- a/patches/0006-taskbar-show-a-context-menu-on-right-click.patch +++ b/patches/0006-taskbar-show-a-context-menu-on-right-click.patch @@ -1,4 +1,4 @@ -From 35d2458a494b77fe0d573971929bb894fe203200 Mon Sep 17 00:00:00 2001 +From 462f522db4fc134200fc79facdc86487c3166c07 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/0007-tasklist-switch-to-user-drawn-buttons.patch b/patches/0007-tasklist-switch-to-user-drawn-buttons.patch index 7590829..66f401d 100644 --- a/patches/0007-tasklist-switch-to-user-drawn-buttons.patch +++ b/patches/0007-tasklist-switch-to-user-drawn-buttons.patch @@ -1,4 +1,4 @@ -From 4d56d7db54f2798f24843a01e7f884a60f69018d Mon Sep 17 00:00:00 2001 +From e9ec8e9c1615ca545325998754c464214b6d6e8a 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/0008-tasklist-draw-icons.patch b/patches/0008-tasklist-draw-icons.patch index a6fce4f..08d7ccf 100644 --- a/patches/0008-tasklist-draw-icons.patch +++ b/patches/0008-tasklist-draw-icons.patch @@ -1,4 +1,4 @@ -From f6aa05a5a045cac0fc3e9af808c4a930d08d1891 Mon Sep 17 00:00:00 2001 +From 9c17f3db9f6c30d2beb29d0c85abac55b409e794 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/0009-taskbar-make-the-start-menu-user-drawn.patch b/patches/0009-taskbar-make-the-start-menu-user-drawn.patch index aef082f..083fe7b 100644 --- a/patches/0009-taskbar-make-the-start-menu-user-drawn.patch +++ b/patches/0009-taskbar-make-the-start-menu-user-drawn.patch @@ -1,4 +1,4 @@ -From 5f34716b0fa00667668d2ea6386e3caeb453e50f Mon Sep 17 00:00:00 2001 +From bbe44bc591a16b597aabc77210d27e1aca24baae 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/0010-user32-hack-to-hide-minimized-window-icons.patch b/patches/0010-user32-hack-to-hide-minimized-window-icons.patch index 383c1b6..2ebdc46 100644 --- a/patches/0010-user32-hack-to-hide-minimized-window-icons.patch +++ b/patches/0010-user32-hack-to-hide-minimized-window-icons.patch @@ -1,4 +1,4 @@ -From 04468b2804e7bad0597826ef865db64b99258e30 Mon Sep 17 00:00:00 2001 +From 58b26fbad3096b365bd0d7ee5fcd77752b2519fc 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/0011-explorer-set-the-work-area-when-appbars-change.patch b/patches/0011-explorer-set-the-work-area-when-appbars-change.patch index 02db793..6911575 100644 --- a/patches/0011-explorer-set-the-work-area-when-appbars-change.patch +++ b/patches/0011-explorer-set-the-work-area-when-appbars-change.patch @@ -1,4 +1,4 @@ -From 2282361c3d29df542d0f8c2a0394c8ac58994d4c Mon Sep 17 00:00:00 2001 +From 9d122b7c4f2f661c75e359c4eae6e9e8dddf3ad9 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/0012-explorer-pack-buttons-based-on-text-size.patch b/patches/0012-explorer-pack-buttons-based-on-text-size.patch index c741033..77bfe35 100644 --- a/patches/0012-explorer-pack-buttons-based-on-text-size.patch +++ b/patches/0012-explorer-pack-buttons-based-on-text-size.patch @@ -1,4 +1,4 @@ -From b5a29adf7a02f1f8874cc3ef348016e6883a748c Mon Sep 17 00:00:00 2001 +From dafe18e03469bfa6f95e50a04cb2989118fb83f2 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/0013-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch b/patches/0013-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch index 5f8d05e..a9b068e 100644 --- a/patches/0013-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch +++ b/patches/0013-hack-to-make-SPI_SETWORKAREA-work-in-virtual-desktop.patch @@ -1,4 +1,4 @@ -From 4e25b94260da3f5be4c4653de58a2ccb1607b6b8 Mon Sep 17 00:00:00 2001 +From 4250810d355c2bcfcddd4e47164e14509fea4932 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 @@ -128,7 +128,7 @@ index 744a141..e9dae95 100644 BOOL (*pCreateDesktopWindow)(HWND); BOOL (*pCreateWindow)(HWND); diff --git a/dlls/winex11.drv/desktop.c b/dlls/winex11.drv/desktop.c -index 9b92a0e..2dbe932 100644 +index c8b202c..9a39d40 100644 --- a/dlls/winex11.drv/desktop.c +++ b/dlls/winex11.drv/desktop.c @@ -137,7 +137,7 @@ Window X11DRV_create_desktop( UINT width, UINT height ) @@ -141,7 +141,7 @@ index 9b92a0e..2dbe932 100644 win_attr.cursor = XCreateFontCursor( display, XC_top_left_arrow ); diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c -index a965b9f..2b26b24 100644 +index 5f7ebef..d1a48e1 100644 --- a/dlls/winex11.drv/event.c +++ b/dlls/winex11.drv/event.c @@ -965,6 +965,11 @@ static void X11DRV_PropertyNotify( HWND hwnd, XEvent *xev ) @@ -182,10 +182,10 @@ index 7cafaac..a196936 100644 @ cdecl CountClipboardFormats() X11DRV_CountClipboardFormats @ cdecl CreateDesktopWindow(long) X11DRV_CreateDesktopWindow diff --git a/dlls/winex11.drv/x11drv.h b/dlls/winex11.drv/x11drv.h -index 8a5a4b5..c69112b 100644 +index e5a0fe0..03163fa 100644 --- a/dlls/winex11.drv/x11drv.h +++ b/dlls/winex11.drv/x11drv.h -@@ -756,6 +756,7 @@ extern int X11DRV_check_error(void); +@@ -755,6 +755,7 @@ extern int X11DRV_check_error(void); extern void X11DRV_window_to_X_rect( struct x11drv_win_data *data, RECT *rect ); extern void X11DRV_X_to_window_rect( struct x11drv_win_data *data, RECT *rect ); extern void xinerama_init( unsigned int width, unsigned int height ); diff --git a/patches/0014-explorer-don-t-activate-taskbar-and-related-windows.patch b/patches/0014-explorer-don-t-activate-taskbar-and-related-windows.patch index 4e74a5d..fd34325 100644 --- a/patches/0014-explorer-don-t-activate-taskbar-and-related-windows.patch +++ b/patches/0014-explorer-don-t-activate-taskbar-and-related-windows.patch @@ -1,4 +1,4 @@ -From 3d7353957db5177c81647d5d323079a3d3235c12 Mon Sep 17 00:00:00 2001 +From 2c99feff0aba856d5127c29b17ca15454252aa9b 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/0015-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch b/patches/0015-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch index cde1e76..05b99b3 100644 --- a/patches/0015-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch +++ b/patches/0015-winex11-ignore-WM_TAKE_FOCUS-requests-for-desktop-w.patch @@ -1,4 +1,4 @@ -From f0b25aa9942b960d8d7a6f22359abe2407a8d7ff Mon Sep 17 00:00:00 2001 +From 10de09ae91b5d3b0457779b638f80ebc462c674a 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 @@ -8,7 +8,7 @@ Subject: [PATCH] winex11: ignore WM_TAKE_FOCUS requests for desktop windows 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c -index 2b26b24..0c7fb4d 100644 +index d1a48e1..d5dcb65 100644 --- a/dlls/winex11.drv/event.c +++ b/dlls/winex11.drv/event.c @@ -552,6 +552,15 @@ static void handle_wm_protocols( HWND hwnd, XClientMessageEvent *event ) diff --git a/patches/0016-explorer-make-sure-minimized-windows-are-restored-b.patch b/patches/0016-explorer-make-sure-minimized-windows-are-restored-b.patch index 06b65ba..6bb9830 100644 --- a/patches/0016-explorer-make-sure-minimized-windows-are-restored-b.patch +++ b/patches/0016-explorer-make-sure-minimized-windows-are-restored-b.patch @@ -1,4 +1,4 @@ -From 8b8e587948a842e9bf3a29a071bc2c6f4411436f Mon Sep 17 00:00:00 2001 +From 5afaca1686e33d2e65deb24ad6e4795f5577b8b7 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/0017-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch b/patches/0017-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch index 0d9ba7b..0a7c220 100644 --- a/patches/0017-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch +++ b/patches/0017-winex11-use-a-flag-that-I-don-t-understand-when-pro.patch @@ -1,4 +1,4 @@ -From 8e5d84e4f34b4e89e6473d1b69d8798f38c792a7 Mon Sep 17 00:00:00 2001 +From 673a42e46cd8ad3d8464e811b6349ab2b12f0b23 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/0018-explorer-hack-to-keep-virtual-desktop-windows-open.patch b/patches/0018-explorer-hack-to-keep-virtual-desktop-windows-open.patch index f41718f..9ada7d1 100644 --- a/patches/0018-explorer-hack-to-keep-virtual-desktop-windows-open.patch +++ b/patches/0018-explorer-hack-to-keep-virtual-desktop-windows-open.patch @@ -1,4 +1,4 @@ -From a40525a74cce7f00fd34fc472118529188a20103 Mon Sep 17 00:00:00 2001 +From cd5ac4501dc4ff9dd85c0459bd392c651b91098c 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/0019-explorer-add-Exit-menu-item.patch b/patches/0019-explorer-add-Exit-menu-item.patch index 76d1604..04ebba6 100644 --- a/patches/0019-explorer-add-Exit-menu-item.patch +++ b/patches/0019-explorer-add-Exit-menu-item.patch @@ -1,4 +1,4 @@ -From 1c4091bf1d498e755ce0e4497c4e9bd3bc359c1b Mon Sep 17 00:00:00 2001 +From 996581fea80951e477d5ff33101adc7bc5a693ce 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/0020-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch b/patches/0020-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch index ea6300f..d234d96 100644 --- a/patches/0020-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch +++ b/patches/0020-winex11.drv-hack-to-allow-changing-the-parent-of-vi.patch @@ -1,4 +1,4 @@ -From e5401a4f3f27ead49202616c1e88e41670edbc5c Mon Sep 17 00:00:00 2001 +From 3f715ad92b792184ff62b227059a82f0a3732185 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 @@ -8,7 +8,7 @@ Subject: [PATCH] winex11.drv: hack to allow changing the parent of virtual deskt 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dlls/winex11.drv/desktop.c b/dlls/winex11.drv/desktop.c -index 2dbe932..14c2ab7 100644 +index 9a39d40..b3f0ced 100644 --- a/dlls/winex11.drv/desktop.c +++ b/dlls/winex11.drv/desktop.c @@ -21,6 +21,7 @@ diff --git a/patches/0021-do-not-rely-on-a-consistent-user-id.patch b/patches/0021-do-not-rely-on-a-consistent-user-id.patch index 110a0da..6970933 100644 --- a/patches/0021-do-not-rely-on-a-consistent-user-id.patch +++ b/patches/0021-do-not-rely-on-a-consistent-user-id.patch @@ -1,4 +1,4 @@ -From 04b9dbc8d05bcd0b78a1aad281e87314244c0587 Mon Sep 17 00:00:00 2001 +From 88d163d496ac6727c20760b3a38299dc5a3c6646 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/0022-libwine-hard-code-the-username-because-Rainbow-like.patch b/patches/0022-libwine-hard-code-the-username-because-Rainbow-like.patch index 073e415..33f1189 100644 --- a/patches/0022-libwine-hard-code-the-username-because-Rainbow-like.patch +++ b/patches/0022-libwine-hard-code-the-username-because-Rainbow-like.patch @@ -1,4 +1,4 @@ -From bb31ffd4cd221313e075dd964feec472672c8759 Mon Sep 17 00:00:00 2001 +From ca33dcdaccac998a3d71ef6245c801dc35dfc20f 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/0023-allow-other-users-in-the-same-group-to-share-a-wine.patch b/patches/0023-allow-other-users-in-the-same-group-to-share-a-wine.patch index 084d20c..1e007f2 100644 --- a/patches/0023-allow-other-users-in-the-same-group-to-share-a-wine.patch +++ b/patches/0023-allow-other-users-in-the-same-group-to-share-a-wine.patch @@ -1,4 +1,4 @@ -From f22c0b4535e3d1af1ae577ff4d07e32873228597 Mon Sep 17 00:00:00 2001 +From 36a7110de527973e1cf25f43c64752f16dab7795 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/0024-default-to-150-dpi.patch b/patches/0024-default-to-150-dpi.patch index cac6e1a..1fd0e24 100644 --- a/patches/0024-default-to-150-dpi.patch +++ b/patches/0024-default-to-150-dpi.patch @@ -1,4 +1,4 @@ -From d99d16f5d7343c1d659a9897ec3dbecb31f48599 Mon Sep 17 00:00:00 2001 +From 7ad711eeebb12c28b39addadd33c649f130d78eb 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 diff --git a/patches/0025-explorer-respect-the-dpi-setting-in-the-taskbar.patch b/patches/0025-explorer-respect-the-dpi-setting-in-the-taskbar.patch index 354b0ba..de5bfc8 100644 --- a/patches/0025-explorer-respect-the-dpi-setting-in-the-taskbar.patch +++ b/patches/0025-explorer-respect-the-dpi-setting-in-the-taskbar.patch @@ -1,4 +1,4 @@ -From 78055b87117a89752539f57c734e89b4bdce2017 Mon Sep 17 00:00:00 2001 +From 4116c7de41f570fd62d3d584889f31306a256fc9 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/0026-explorer-calculate-the-maximum-taskbar-button-width.patch b/patches/0026-explorer-calculate-the-maximum-taskbar-button-width.patch index af6ecf7..bc2014f 100644 --- a/patches/0026-explorer-calculate-the-maximum-taskbar-button-width.patch +++ b/patches/0026-explorer-calculate-the-maximum-taskbar-button-width.patch @@ -1,4 +1,4 @@ -From f5278901c60ab3aebb5f5fcf0100045b6cb4366b Mon Sep 17 00:00:00 2001 +From 9c8b0d754e68b363176d329287cd6ced1c675c48 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/0027-explorer-stay-out-of-the-sugar-hot-corners.patch b/patches/0027-explorer-stay-out-of-the-sugar-hot-corners.patch index 92a7517..ea6965c 100644 --- a/patches/0027-explorer-stay-out-of-the-sugar-hot-corners.patch +++ b/patches/0027-explorer-stay-out-of-the-sugar-hot-corners.patch @@ -1,4 +1,4 @@ -From 695f579e95008659b1fde3f225d7a0a67994b9e9 Mon Sep 17 00:00:00 2001 +From f1e93b5ff4bde4d50226c8a908fd76ed17b52bb9 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/0028-explorer-add-Run-command-to-the-start-menu.patch b/patches/0028-explorer-add-Run-command-to-the-start-menu.patch index 6bed82e..baa9e53 100644 --- a/patches/0028-explorer-add-Run-command-to-the-start-menu.patch +++ b/patches/0028-explorer-add-Run-command-to-the-start-menu.patch @@ -1,4 +1,4 @@ -From 47daf97b48da007dd9bf5fef380ef0f53d1afadd Mon Sep 17 00:00:00 2001 +From 41aa266311bc107cf19005e08582f917f38b3c39 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/0029-explorer-add-Run-from-Journal-to-start-menu.patch b/patches/0029-explorer-add-Run-from-Journal-to-start-menu.patch index d8b704a..767a83e 100644 --- a/patches/0029-explorer-add-Run-from-Journal-to-start-menu.patch +++ b/patches/0029-explorer-add-Run-from-Journal-to-start-menu.patch @@ -1,4 +1,4 @@ -From c0f4c2e82b87411000b622f7d6ac0beab0c1ed6d Mon Sep 17 00:00:00 2001 +From 619634f16564df4c73be343cbb935bf8370cb7c0 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Wed, 5 Nov 2008 13:36:35 -0600 Subject: [PATCH] explorer: add "Run from Journal" to start menu -- 2.11.4.GIT