Commit graph

2247 commits

Author SHA1 Message Date
Aurimas Fišeras 89e3be4ee9 po: Update Lithuanian translation. 2024-02-20 10:43:08 +01:00
Zebediah Figura 063a377df4 shell32: Properly implement context menu verbs.
Enumerate "shell" registry key entries instead of hardcoding a list.

Don't enumerate any entries unless all the files have the same type.

Pass the correct type to ShellExecuteEx().
2024-02-19 18:28:21 +01:00
Zebediah Figura f27e4a4a29 shell32: Remove two unused strings.
These were never used. They were probably anticipating the context menu, but are
missing accelerators and otherwise redundant with the existing entries.
2024-02-19 18:26:47 +01:00
Floris Renaud 7e0177e1e4 po: Update Dutch translation. 2024-02-18 14:15:15 +01:00
Aurimas Fišeras 998111eca1 po: Update Lithuanian translation. 2024-02-14 19:19:32 +01:00
Gabriel Ivăncescu e00270a8b2 jscript: Implement ArrayBuffer.prototype.slice.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-02-12 23:02:03 +01:00
Gabriel Ivăncescu 556e3349ab jscript: Implement DataView setters.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-02-12 23:02:02 +01:00
Gabriel Ivăncescu 00f04ef3ce jscript: Add initial implementation of DataView.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-02-12 23:02:02 +01:00
Aurimas Fišeras ebb5bd64a0 po: Update Lithuanian translation. 2024-01-26 10:59:47 +01:00
Gabriel Brand 12141ad6c5 kernel32: Add string for WSAEADDRNOTAVAIL error. 2024-01-25 21:00:06 +01:00
Enol Puente 7a9fba29d6 po: Update Asturian translation. 2024-01-10 10:25:21 +01:00
Byeongsik Jeon c6d45b3143 po: Update Korean translation. 2024-01-02 21:54:41 +01:00
Lauri Kenttä eca7de021b po: Update Finnish translation. 2023-12-27 12:14:19 +01:00
Alex Henrie 1d412eaca8 po: Update Catalan translation. 2023-12-19 14:14:05 +01:00
Akihiro Sagawa 1cef923e20 po: Update Japanese translation. 2023-12-18 20:57:01 +01:00
Jactry Zeng 3504f138ec po: Update Simplified Chinese translation. 2023-12-15 10:10:07 +01:00
Floris Renaud f43246a389 po: Update Dutch translation. 2023-12-11 23:11:19 +01:00
Bartosz Kosiorek a56954faf4 po: Update Polish translation. 2023-12-11 20:39:46 +01:00
Aurimas Fišeras 740519bd75 po: Update Lithuanian translation. 2023-12-09 16:41:07 +01:00
Alex Henrie 807d684157 explorer: Add an "Exit desktop" button to the Start menu.
When running `wine explorer.exe /desktop=shell` as a full-screen app,
there is no obvious way to close it and return to the Linux desktop.
Remedy that problem by adding an "Exit desktop" button to the Start menu
in the same place as the "Shut Down" button on Windows.
2023-12-08 22:31:38 +01:00
Aurimas Fišeras 93ff7aaabf po: Update Lithuanian translation. 2023-12-08 09:27:01 +01:00
Fabian Maurer ba4bc623ef net: Accept yes/no switches.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55859
2023-12-07 20:21:43 +01:00
Aurimas Fišeras 4cc7f8089c po: Update Lithuanian translation. 2023-12-05 21:24:37 +01:00
Piotr Caban d26e160db6 wineps.drv: Add paper source selection support in printer properties. 2023-12-04 22:10:21 +01:00
Floris Renaud ad6e87c63f po: Update Dutch translation. 2023-11-10 00:03:44 +01:00
Aurimas Fišeras 66dfe504d0 po: Update Lithuanian translation. 2023-11-07 20:55:08 +01:00
Alex Henrie f51dba6b4a winecfg: Mention protocol associations. 2023-11-06 17:58:30 +01:00
Alexandre Julliard bf8cb196b5 makefiles: Always use the global SOURCES variable for .po files. 2023-10-12 10:54:07 +02:00
Aurimas Fišeras 51e4ec30ed po: Update Lithuanian translation. 2023-10-12 10:20:18 +02:00
Helix Graziani 26471dd00e winecfg: Change system theme alongside app theme. 2023-10-10 10:25:38 +02:00
Jactry Zeng bcc8c31e0d user32: Add more builtin string resources. 2023-10-06 15:44:28 +02:00
Julian Rüger dedbbcd5a0 po: Update German translation. 2023-09-11 18:27:56 +02:00
Floris Renaud 7f4225e3b0 po: Update Dutch translation. 2023-08-14 13:29:54 +02:00
Lauri Kenttä 762dda3837 po: Update Finnish translation. 2023-07-31 18:20:25 +09:00
Aurimas Fišeras 330ef7a10b po: Update Lithuanian translation. 2023-07-24 22:52:22 +02:00
Maxim Karasev c29dc0064e klist: Add a program that lists Kerberos tickets.
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.

Also tested to work on Windows if dynamically linked + built with winegcc.

For further extension of the functionality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
2023-07-21 21:27:44 +02:00
Aurimas Fišeras 35f7ebfef8 po: Update Lithuanian translation. 2023-07-21 10:50:33 +02:00
Gabriel Ivăncescu b4373a9e18 jscript: Implement WeakMap.set().
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-07-20 21:48:39 +02:00
Ekaterine Papava 36b715c5c0 po: Add Georgian translation. 2023-07-10 20:33:24 +02:00
Aurimas Fišeras c1588b1bfd po: Update Lithuanian translation. 2023-06-01 20:57:32 +02:00
Gabriel Ivăncescu e7b06b0ddd jscript: Throw proper error for unexpected quantifiers in RegExp.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-05-30 16:42:12 +02:00
Floris Renaud fd6fc3de59 po: Update Dutch translation. 2023-05-26 11:07:39 +02:00
Aurimas Fišeras baebde4b29 po: Update Lithuanian translation. 2023-05-25 11:04:30 +02:00
Alexandre Julliard 0b23d22bd6 start: Implement the /machine option. 2023-05-24 15:43:54 +02:00
Floris Renaud 423eb0a15f po: Update Dutch translation. 2023-05-03 21:00:57 +02:00
Aurimas Fišeras 72d4aea80f po: Update Lithuanian translation. 2023-05-03 11:17:52 +02:00
Zhiyi Zhang f88affa2a1 findstr: Add basic functionality.
Company of Heroes: Battle of Crete needs a functioning findstr.exe to exit properly.
Freemake Video Converter 4.1 installer also needs this.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35254
2023-05-02 13:33:07 +02:00
Zhiyi Zhang db0ccc440a tasklist: Partially support '/fi' option.
Some filters such as STATUS and CPUTIME are not implemented.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48596
2023-05-02 13:33:07 +02:00
Zhiyi Zhang 397ce0dbf2 tasklist: Support '/fo' option. 2023-05-02 13:33:06 +02:00
Zhiyi Zhang 62af0b5f84 tasklist: Add basic functionality.
Company of Heroes: Battle of Crete needs a functioning tasklist.exe to exit properly.
2023-05-02 13:33:03 +02:00