Katayama Hirofumi MZ
358f947975
[SHELL32] Rewrite SHAddToRecentDocs ( #2333 )
...
Rewrite shell32!SHAddToRecentDocs and use it in some applications.
Wine's SHAddToRecentDocs was not Unicode supported and unusable. I will dare to rewrite.
CORE-3588
2020-02-14 11:05:21 +09:00
Eric Kohl
ebfe9853aa
[CONTROL] Show the 'computer name' page of the system control panel by running 'control ports'.
2020-02-09 13:10:00 +01:00
Mas4hmad
228eeb7d79
[TRANSLATION] Update Indonesian Translation ( #2268 )
...
- Update Indonesian translation for:
BROWSEUI.DLL, COMCTL32.DLL, DEVMGR.DLL, IEFRAME.DLL, NETID.DLL, SHELL32.DLL,
SYSSETUP.DLL, TIMEDATE.CPL, APPWIZ.CPL, ACCESS.CPL, DESK.CPL and TASKMGR.EXE.
- Add Indonesian translation for: MSHTML.DLL, OLEAUT32.DLL, INPUT.CPL and NTVDM.EXE.
2020-01-26 18:29:38 +01:00
Hermès Bélusca-Maïto
15bc263b07
[MSPAINT] Shorten the license string that is displayed in ShellAbout() dialog. CORE-12356
...
[MPLAY32][REGEDIT][TASKMGR][WORDPAD][BROWSEUI]
Use NULL for empty handles / string pointers in ShellAbout() calls.
2020-01-24 23:40:32 +01:00
Katayama Hirofumi MZ
be40a0e296
[MSPAINT] Revert LoadDIBFromFile for workaround ( #2186 )
...
CORE-16566
2019-12-28 22:30:21 +09:00
Katayama Hirofumi MZ
3fa95ab912
[MSPAINT] Fix memory leak of SelectionModel ( #2169 )
...
- Initialize all members in SelectionModel's ctor.
- Add SelectionModel's dtor.
2019-12-25 15:46:29 +09:00
Katayama Hirofumi MZ
8ef878a87f
[MSPAINT] Use '%ld x %ld' rather than '%d x %d'
2019-12-24 13:29:29 +09:00
Katayama Hirofumi MZ
d9b2edcc59
[MSPAINT] Add const to SelectionModel::SetSrcAndDestRectFromPoints parameters
2019-12-24 13:08:35 +09:00
Katayama Hirofumi MZ
cf64f121f2
[MSPAINT] Refactor updateCanvasAndScrollbars
2019-12-24 04:30:25 +09:00
Katayama Hirofumi MZ
a32212d96a
[MSPAINT] Simplify choosecolor initialization
2019-12-24 04:18:40 +09:00
Katayama Hirofumi MZ
3a8c25d7f3
[MSPAINT] Simplify lfTextFont initialization
2019-12-24 04:17:02 +09:00
Katayama Hirofumi MZ
2acc689c58
[MSPAINT] Use hProgInstance for LoadImage
2019-12-24 04:13:43 +09:00
Katayama Hirofumi MZ
9879776950
[MSPAINT] Use correct type for custColors
2019-12-24 04:11:33 +09:00
Amine Khaldi
3cfeed64b1
[REG] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:58:26 +01:00
Amine Khaldi
e87b3957e4
[CSCRIPT][WSCRIPT] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:58:01 +01:00
Bișoc George
14ebc0ba3d
[OSK] Refactor the registry configuration code ( #2096 )
...
Rewrite LoadDataFromRegistry() and SaveDataToRegistry() as function helpers. With these, we'll be able to load and save data to registry on our choice.
2019-12-12 08:25:55 +09:00
Katayama Hirofumi MZ
4c5b21f06c
[REGEDIT] Improve arrow button visual ( #2133 )
...
Add IDI_ARROW resource icon and use it for the arrow button.
2019-12-07 10:09:44 +09:00
Katayama Hirofumi MZ
6bf099a662
[ATTRIB] Delete unused variable 'szText'
2019-11-29 20:08:46 +09:00
Katayama Hirofumi MZ
189f648584
[CMDUTILS][ATTRIB] Support folder attributes ( #2103 )
...
CORE-16538
2019-11-29 20:03:19 +09:00
Serge Gautherie
3d84e25ac0
[CHARMAP] LoadSettings(): Properly use RegQueryValueEx()
2019-11-29 10:45:02 +03:00
Serge Gautherie
1fa2780796
[NETSTAT] Fix output formats and more ( #1709 )
...
* [NETSTAT] Restore expected output formats
"Revert" parts of bd3c852012
.
CORE-16119
* [NETSTAT] Improve default and ICMPv4 output formats
* [NETSTAT] Fix a few typos, in output strings
* [NETSTAT] Output usage to StdErr
* [NETSTAT] Be more explicit about unimplemented -b/-t/-v options
2019-11-29 08:26:19 +01:00
Mas4hmad
9d1ce7c35c
[TRANSLATION] Update Indonesian translation ( #2037 )
...
Update Indonesian translation for AVIFILE, CLIPBRD and USERENV.
2019-11-27 01:40:51 +01:00
Serge Gautherie
3bc93e9353
[MMC] DoSaveFileAs(): Respect szPath size ( #2068 )
...
CORE-11688
2019-11-27 07:24:51 +09:00
Katayama Hirofumi MZ
34947add79
Revert [NOTEPAD] Add SBS_SIZEGRIP to status bar CORE-16528
2019-11-22 10:53:26 +09:00
Katayama Hirofumi MZ
1f2d4a78a1
[NOTEPAD] Add SBS_SIZEGRIP to status bar CORE-16528
2019-11-22 09:26:01 +09:00
Serge Gautherie
0f92924a99
[REACTOS] Use explicit StringCb*W() ( #2069 )
2019-11-21 00:47:06 +01:00
Serge Gautherie
f3af9cfcf1
[NOTEPAD] StringCbPrintf() need sizeof(), not ARRAY_SIZE() ( #2067 )
2019-11-20 18:42:04 +01:00
Bișoc George
48d81f845d
[OSK] Validate the registry value data on query ( #2050 )
...
Ensure that the value data we query on loading the registry configuration settings matches with its data size
2019-11-18 21:25:51 +01:00
Bișoc George
411a599610
[OSK] Reduce the delay when redrawing LED keyboard resources ( #1385 )
...
200 ms would mean that the LEDs redraw each 0,2 second and this adds a slight delay. This can be seen if you press the Num lock key (for example) many times in a row and the LED resources won't update instantly. Therefore reducing the value of uElapse should significantly decrease the delay and the LEDs should update in a realistic way. Furthermore, before invalidating the LED resource check the toggle state of the keys.
2019-11-18 21:24:45 +01:00
Eric Kohl
50605143f6
[IPCONFIG] Display missing record types and record names
2019-11-17 13:24:25 +01:00
Katayama Hirofumi MZ
fa9145d305
[RAPPS] Improve Japanese translation
2019-11-17 19:46:56 +09:00
Katayama Hirofumi MZ
120457665c
[NOTEPAD] Improve Japanese translation
2019-11-17 19:34:44 +09:00
Eric Kohl
e196149b71
[IPCONFIG] Display non-zero type records only and improve error messages
2019-11-16 20:29:44 +01:00
Katayama Hirofumi MZ
142d16c8a0
[NOTEPAD] Prioritize ASCII over UTF-8 ( #2006 )
...
CORE-16467
2019-11-01 04:41:48 +09:00
Carlo Bramini
1f80221ce5
[NETWORK] Add italian translation for NET command. ( #2005 )
2019-10-31 19:28:50 +01:00
Carlo Bramini
89ce773534
[CMDUTILS] Add italian translation for eventcreate. ( #2004 )
2019-10-30 22:05:02 +01:00
Oleg Dubinskiy
786f5286a2
[UTILMAN] Add Ukrainian translation ( #1998 )
2019-10-30 22:04:31 +01:00
Eric Kohl
f63310b056
[IPCONFIG] Revert changes that were not meant to be published yet
2019-10-27 09:33:27 +01:00
Eric Kohl
789edebfac
[IPCONFIG][DNSAPI][SDK] Renamed DNSCACHEENTRY and fixed its type field(s)
...
Now, 'ipconfig /displaydns' displays A- and AAAA-records correctly.
2019-10-27 08:35:03 +01:00
Carlo Bramini
03bef6fcbf
[CMDUTILS] Add italian translation for mode command. ( #1992 )
2019-10-26 22:17:48 +02:00
Eric Kohl
b0d4763f2b
[IPCONFIG] Implement the /flushdns option and most of the /displaydns option
2019-10-20 23:24:28 +02:00
Mark Jansen
8ea04e276d
[FONTVIEW] Add /d option
2019-10-19 18:42:15 +02:00
Mas4hmad
f84bd4f393
[TRANSLATION] Add/Update Indonesian translations ( #1904 )
...
Add/Update Indonesian translations for CHARMAP, CMDUTILS-HELP, SERVMAN, SETUPAPI, SHELL32, SUBST, SYSSETUP, TASKMGR, USERINIT.
2019-10-08 17:03:14 +02:00
Carlo Bramini
3377b901b2
[CMDUTILS] Add italian translation for 'comp' utility. ( #1931 )
2019-10-08 16:52:30 +02:00
Eric Kohl
6bf7a8edfb
[SNDVOL32] Fix a typo in the bass and treble slider code
2019-09-24 23:28:17 +02:00
Oleg Dubinskiy
d4f2e4a378
[UTILMAN] Add Russian translation ( #1934 )
...
+ Update Copyright translation and the hotkey shortcut for the Cancel button.
Co-Authored-By: Stanislav Motylkov <x86corez@gmail.com>
2019-09-24 17:35:30 +02:00
Thomas Faber
4328daa6e4
[LABEL] Fix MSVC build.
2019-09-22 16:19:07 +02:00
Eric Kohl
87ecf824c0
[LABEL] Prompt the user to confirm the deletion of a volume label
2019-09-22 15:31:19 +02:00
Eric Kohl
6bfe4f68af
[LABEL][CMD] Convert the label command to a standalone executable
...
CORE-9444
2019-09-22 14:51:23 +02:00
Eric Kohl
432854ee18
[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
...
CORE-9444
2019-09-21 11:41:15 +02:00