Eric Kohl
a88d7b5c2f
[DESK][CONTROL] Select property pages by command line, for example 'control desk.cpl,,1' and fix 'control color'
2020-03-15 11:46:31 +01:00
Bișoc George
3af1141a61
[SNDVOL32] Restore the previous placement data of the window ( #2420 )
...
Save the current coordinate data of the window to the Registry when the user closes the Sound Volume applet.
2020-03-14 07:33:36 +09:00
Serge Gautherie
8532c3b6f6
[PING][TRACERT] Fully support Win64 ICMP_ECHO_REPLY32 ( #2427 )
2020-03-09 19:41:39 +01:00
Erdem Ersoy
0ddf0a06c3
[TRACERT] Fix undefined behavior by fixing ReplyBuffer size. ( #2422 )
...
CORE-16620
2020-03-08 19:36:07 +01:00
Serge Gautherie
92aabb07fb
[REACTOS] Fix remaining ' \n' typos, in *.rc ( #2393 )
...
Addendum to commit 554c41e4
(#2387 ).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-03-06 19:08:25 +01:00
Bișoc George
dfe5e810cc
[UTILMAN] Small refactor on process management code ( #2375 )
...
Implement a small helper, GetProcessID(), that will be used to return the process ID which we are interested in. This largely removes some duplicated code. The following patch addresses the Jansen's comment on #1608 PR.
2020-02-28 02:45:21 +09:00
Mark Jansen
60e89359c1
More very serious issue pointed out by gcc
2020-02-23 22:41:42 +01:00
Mark Jansen
309f7e9443
gcc is crying again
2020-02-23 22:36:03 +01:00
Mark Jansen
dee771817e
[RAPPS] Allow tabbing trough controls in the main window
2020-02-23 17:52:05 +01:00
Serge Gautherie
1a83762ccc
[REACTOS] Fix '\n.' typos
2020-02-23 12:35:50 +01:00
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