Alexandre Julliard pushed to branch master at wine / wine
Commits:
10eb7c68 by Rémi Bernon at 2024-09-17T21:41:05+02:00
joy.cpl: Refresh devices list when they are plugged in or out.
- - - - -
1c4170eb by Rémi Bernon at 2024-09-17T21:41:37+02:00
joy.cpl: Cleanup the main panel control IDs and text.
- - - - -
7dabb36a by Rémi Bernon at 2024-09-17T21:42:06+02:00
joy.cpl: Reduce the height of some main panel controls.
- - - - -
88a3c649 by Rémi Bernon at 2024-09-17T21:43:06+02:00
joy.cpl: Add advanced settings controls in the main panel.
- - - - -
30 changed files:
- dlls/joy.cpl/dinput.c
- dlls/joy.cpl/joy.rc
- dlls/joy.cpl/main.c
- dlls/joy.cpl/resource.h
- po/ar.po
- po/ast.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/en.po
- po/en_US.po
- po/eo.po
- po/es.po
- po/fa.po
- po/fi.po
- po/fr.po
- po/he.po
- po/hi.po
- po/hr.po
- po/hu.po
- po/it.po
- po/ja.po
- po/ka.po
- po/ko.po
- po/lt.po
- po/ml.po
- po/nb_NO.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e7ab780453920b099724af30c55bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e7ab780453920b099724af30c55bf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
419dc33c by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Use map_dpi_rect in map_dpi_create_struct.
- - - - -
41d0c456 by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Use map_dpi_rect in map_dpi_winpos.
- - - - -
f1177636 by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Split monitor_from_rect logic to a separate helper.
- - - - -
0169f318 by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Split get_monitor_info into separate helpers.
- - - - -
4924a2fc by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Use get_monitor_from_handle in get_monitor_dpi.
- - - - -
ebca086f by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Introduce a new monitor_dpi_from_rect helper.
- - - - -
55ea2ad1 by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Introduce a new monitor_info_from_rect helper.
- - - - -
e7ab7804 by Rémi Bernon at 2024-09-17T21:39:30+02:00
win32u: Introduce a new monitor_info_from_window helper.
- - - - -
6 changed files:
- dlls/win32u/defwnd.c
- dlls/win32u/input.c
- dlls/win32u/menu.c
- dlls/win32u/sysparams.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd3e2687ae93fa2bfde432a1a4553…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd3e2687ae93fa2bfde432a1a4553…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cd3d9abe by Rémi Bernon at 2024-09-17T21:33:56+02:00
winedmo: Fix winedmo_demuxer_create prototype in spec file.
- - - - -
1bc95aa0 by Rémi Bernon at 2024-09-17T21:33:57+02:00
winedmo: Export a new winedmo_demuxer_stream_name function.
- - - - -
e499365a by Rémi Bernon at 2024-09-17T21:33:58+02:00
mfsrcsnk: Fill the stream descriptors MF_SD_STREAM_NAME attribute.
- - - - -
3de0f897 by Rémi Bernon at 2024-09-17T21:33:58+02:00
winedmo: Export a new winedmo_demuxer_stream_lang function.
- - - - -
6b2e66b8 by Rémi Bernon at 2024-09-17T21:33:59+02:00
mfsrcsnk: Fill the stream descriptors MF_SD_LANGUAGE attribute.
- - - - -
c3eeeb0c by Rémi Bernon at 2024-09-17T21:33:59+02:00
mfsrcsnk: Select one stream of each time, exclude others.
- - - - -
8 changed files:
- dlls/mfsrcsnk/media_source.c
- dlls/winedmo/main.c
- dlls/winedmo/unix_demuxer.c
- dlls/winedmo/unix_private.h
- dlls/winedmo/unixlib.c
- dlls/winedmo/unixlib.h
- dlls/winedmo/winedmo.spec
- include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d1bdcd56f3f8234af88273ce2dd5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d1bdcd56f3f8234af88273ce2dd5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
97f2485c by Anton Baskanov at 2024-09-17T18:04:21+02:00
dplayx/tests: Report lines correctly in session enumeration callback.
- - - - -
50fdf502 by Anton Baskanov at 2024-09-17T18:04:21+02:00
dplayx/tests: Retry enumeration manually instead of returning TRUE from the callback.
The enumeration reply might get lost if received right after a timeout before the next enumeration attempt.
- - - - -
db6d77e2 by Anton Baskanov at 2024-09-17T18:04:21+02:00
dpwsockx: Add a background thread.
- - - - -
f3015fd8 by Anton Baskanov at 2024-09-17T18:04:21+02:00
dpwsockx: Accept incoming TCP connections.
- - - - -
6969953c by Anton Baskanov at 2024-09-17T18:04:21+02:00
dpwsockx: Receive TCP messages.
- - - - -
3 changed files:
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/836a6111fc7d9a7f425bd8fc3f958…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/836a6111fc7d9a7f425bd8fc3f958…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b32511f by Alexandre Julliard at 2024-09-17T14:17:23+02:00
nsi/tests: Properly cancel all change notifications.
- - - - -
8699cd9b by Alexandre Julliard at 2024-09-17T18:03:34+02:00
comctl32/tests: Fix an optional propsheet message id.
- - - - -
19bf36f7 by Alexandre Julliard at 2024-09-17T18:03:47+02:00
cmd/tests: Comment out test that shows a popup on Windows.
Reverting part of 284bc385e896ba0314ce3a3e6d1dac0d967996f6.
Even a non-blocking popup interferes with subsequent tests.
- - - - -
4 changed files:
- dlls/comctl32/tests/propsheet.c
- dlls/nsi/tests/nsi.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dc8351110c471bf229b60d07224c9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dc8351110c471bf229b60d07224c9…
You're receiving this email because of your account on gitlab.winehq.org.