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
Eric Kohl
630f34a0d0
[DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
...
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query.
- Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery.
- GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
2019-11-23 17:13:51 +01: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
1b7732093c
[CMD] Unquote string at pushd ( #2031 )
...
pushd command of cmd.exe didn't treat the quoted parameter correctly.
- Call StripQuotes in SetRootPath function.
- Fix typo of FEATURE_DIRECTORY_STACK.
This PR will enable "Command Prompt" here. CORE-12150
2019-11-15 11:51:58 +09:00
Tibor Lajos Füzi
a3398a8e80
[USETUP] Hungarian translation fix ( #2026 )
2019-11-10 23:36:51 +01:00
Eric Kohl
e92ad7f309
[IDL][DNSRSLVR] Use the stdcall calling convention for remote functions
2019-11-10 17:16:17 +01:00
Thomas Faber
5d85d534e0
[SMSS] When determining page file size, keep more free disk space. CORE-6839
...
64 MB used to be enough to at least finish 2nd stage, but that does not
always seem to be the case anymore. Leaving this little free space does
not make for a good user experience either way.
256 MB is still not much, but at least provides slightly more usability.
2019-11-10 16:28:38 +01:00
Eric Kohl
305035be7d
[DNSRSLVR][DNSAPI] Enable the DNS resolver cache
...
- Fix the IDL file to return DNS records properly
- Reroute the DNS query call path: DNSQuery->R_ResolverQuery->Query_Main
DNS records get cached and 'ipconfig /flushdns' works as expected.
CORE-12159
2019-11-10 15:28:42 +01:00
Eric Kohl
2a2dd8f726
[UMPNPMGR] Add checks for the root device instance ID
2019-11-09 21:14:52 +01:00
Eric Kohl
8bf3f3feb9
[UMPNPMGR] Validate device instance IDs before use
2019-11-09 18:48:10 +01:00
Eric Kohl
a743e33bd8
[UMPNPMGR] Implement PNP_RequestEjectPC()
2019-11-09 12:32:34 +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
Tibor Lajos Füzi
dde7113cfc
[USETUP] Hungarian translation ( #2002 )
2019-10-28 15:26:30 +01:00
Eric Kohl
d49d7b3282
[DNSRSLVR] Add the DNS Resolver Cache Service
...
Patch written by Peter Hater and Christoph von Wittich.
Slightly modified by me in order to
- fix bit-rot
- fix header include issues
- disable integration with dnsapi because of confusing use of DnsQweryEx().
Integration with dnsapi will follow in a future commit.
CORE-12159
2019-10-27 13:48:04 +01:00
Serge Gautherie
e133817811
[CMAKE] Use modules instead of shared libraries
...
Follow-up to 23373acbb9
.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
2019-10-27 09:51:28 +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
Robert Naumann
ffa8ff7574
[SETUP/LIB] Fix wrong if() logic. CID1441307
2019-10-23 17:23:05 +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
Eric Kohl
13bb5e2317
[umpnpmgr][ndk] Implement PNP_RequestDeviceEject() and update unknown type in PLUGPLAY_CONTROL_QUERY_REMOVE_DATA
2019-10-15 22:40:06 +02:00
Eric Kohl
3d9a702d2b
[UMPNPMGR] Implement PNP_QueryRemove()
2019-10-13 15:49:13 +02:00
Brock Mammen
3fee5d0e1c
[EXPLORER] Fix right-click menu for taskbar clock ( #1944 )
...
CORE-16397
2019-10-09 01:18:36 +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
Katayama Hirofumi MZ
92443b4444
[USETUP] Improve Japanese translation ( #1918 )
2019-09-21 23:07:07 +09:00
Eric Kohl
432854ee18
[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
...
CORE-9444
2019-09-21 11:41:15 +02:00
Adam Słaboń
c81af08f51
[TRANSLATION] Polish translation update ( #1916 )
...
Added translation for netstat, utilman and netplwiz. Updated translation of find, reg, rapps, regedit, sndvol32, usetup, hivesys, mmsys, openglcfg, powercfg, sysdm, shellext, browseui, devmgr, msgina, netcfgx, shell32, syssetup, shortcuts and vcdcontroltool.
2019-09-20 21:51:47 +02:00
Joachim Henze
b9a2eee2f3
[USERINIT] Limit expanded Combobox height for LiveCD
...
v6 comboboxes default to displaying up to 30entries and
give a bad user experience in LiveCD
where we usually have low vertical screen resolution.
Therefore limit the height of the expanded boxes to
bring us close to how they were drawn before 0.4.12-dev-882-g
e3e173ffaa
Adding CBS_NOINTEGRALHEIGHT gives similar result for both:
comctl32 v5 and v6 comboboxes.
Similar commit for bootcd CORE-16252
went into 0.4.13-dev-740-g
8b67edd8fa
2019-09-20 18:18:19 +02:00
Eric Kohl
5539ca8d7e
[IPCONFIG] Improve the 'Autoconfiguration Enabled' information
...
- Show 'Autoconfiguration Enabled' only if DHCP is enabled for the adapter.
- Retrieve and display the autoconfiguration state.
2019-09-20 09:25:49 +02:00
Joachim Henze
d2976ca58e
[EXPLORER] Mitigate CORE-15760 'system menu may close unexpectedly'
...
Looks like a race condition of the async part of SetForegroundWindow().
KVM https://reactos.org/testman/compare.php?ids=69065,69069
VBOX https://reactos.org/testman/compare.php?ids=69064,69068
I intend to merge that back into 0.4.12RC as well.
2019-09-20 00:11:10 +02:00