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
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
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
Doug Lyons
1a31d8222d
[FIND] Return from the utility the success value from the FindString() function in all cases.
...
CORE-16356
Therefore the ERRORLEVEL value will be correctly set in accordance on
return from the utility in cmd.exe, and conditional tests based on this
returned value will succeed as they should.
2019-08-31 18:48:12 +02:00
Shy Zedaka
162e43d927
[TRANSLATION][UTILMAN] Translations for UTILMAN and some other stuff ( #1880 )
2019-08-27 13:04:34 +02:00
Carlo Bramini
055c5a9bb7
[CALC] Enable support for HTMLHELP ( #1877 )
...
Nowadays ReactOS includes support for htmlhelp.h and a working implementation of HHCTRL.OCX. Although current imported HHCTRL.OCX suffers of this issue:
https://bugs.winehq.org/show_bug.cgi?id=47379
See also CORE-15019
+ Revert 'intptr_t' to 'size_t'.
2019-08-26 16:14:01 +02:00
Mark Jansen
69cd1ebbbd
[TIMEOUT] Use Int32x32To64 instead of __emul
2019-08-20 22:31:55 +02:00
Mark Jansen
cda2bc50eb
[RAPPS] Remove unused function definitions
2019-08-20 01:41:40 +02:00
Giannis Adamopoulos
1e201d7057
[RAPPS] CDownloadManager: Get rid of the implementation of IBindStatusCallback as we stopped using URLDownloadToFileW a decade ago
2019-08-20 00:43:49 +02:00
Giannis Adamopoulos
db8f1d6f6a
[RAPPS] CDownloadManager: simplify canceling
2019-08-20 00:43:48 +02:00
Giannis Adamopoulos
6803490a4d
[RAPPS] factor CDownloaderProgress class out of CDownloadManager and CDownloadDialog
2019-08-20 00:43:48 +02:00
Giannis Adamopoulos
96fba571e0
[RAPPS] CDowloadingAppsListView: The download dialog doesn't use the layout engine so there is no need for it to be a CUiWindow
2019-08-20 00:43:48 +02:00
Giannis Adamopoulos
653894b972
[RAPPS] CMainWindow: use more atl
2019-08-20 00:43:48 +02:00
Giannis Adamopoulos
872289446d
[RAPPS] CMainWindow: remove unused functions , and the globals g_MainWindow and hListView
2019-08-20 00:43:48 +02:00
Giannis Adamopoulos
69bd96e09f
[RAPPS] CMainWindow: Make SelectedEnumType a member
2019-08-20 00:43:47 +02:00
Giannis Adamopoulos
8a401eb299
[RAPPS] CMainWindow: Move gui part of UninstallApplication in it
2019-08-20 00:43:47 +02:00
Giannis Adamopoulos
85d6055201
[RAPPS] CMainWindow: make szSearchPattern a member
2019-08-20 00:43:47 +02:00
Giannis Adamopoulos
ba80f057c5
[RAPPS] CMainWindow: move RemoveAppFromRegistry in it
2019-08-20 00:43:47 +02:00
Giannis Adamopoulos
700f54c37b
[RAPPS] CMainWindow: Make EnumInstalledAppProc and EnumAvailableAppProc methods
2019-08-20 00:43:46 +02:00
Giannis Adamopoulos
d8b773b190
[RAPPS] CAppRichEdit: Add a new class that handles filling the richtext control
2019-08-20 00:43:46 +02:00
Giannis Adamopoulos
1807dbfd6d
[RAPPS] Don't use CDownloadManager outside loaddlg.cpp
2019-08-20 00:43:46 +02:00
Giannis Adamopoulos
2c965f67d5
[RAPPS] move the message proc to gui.cpp
2019-08-20 00:43:46 +02:00
Giannis Adamopoulos
2bcc31a187
[RAPPS] remove the old splitter code that was not used
2019-08-20 00:43:46 +02:00
William Kent
d9daaed325
Add support for save and restore reg.exe subcommands ( #1565 )
...
* [REG] Add save and restore help strings
* [REG] Implement REG SAVE
* [REG] Assert the BACKUP privilege
With this change applied, reg.exe correctly saves a key on Windows 10.
* [REG] Use RegSaveKeyEx()
* [REG] Implement REG RESTORE
* [REG] Close the process token
* [REG] Remove duplicate string
* [REG] Add missing comma
* [REG] Copy new strings into translation files
* [REG] Update STRING_USAGE translations
"Should be submitted to wine" (tm)
2019-08-20 00:29:58 +02:00
Bișoc George
3e3a7a63fd
[UTILMAN] Add Romanian and Italian translations
2019-08-19 21:29:56 +02:00
Pierre Schweitzer
db4b34a046
[UTILMAN] Meh
2019-08-19 19:46:08 +02:00
Shy Zedaka
ff7938095e
[UTILMAN] Fix Small typo in one of the checkboxes
2019-08-19 19:42:01 +02:00
Mark Jansen
012413813d
[UTILMAN] Fix the build for msvc
2019-08-19 14:13:43 +02:00
Pierre Schweitzer
a8351727b5
[UTILMAN] Add French translation
2019-08-19 13:42:52 +02:00
Bișoc George
df88ea8d25
Implement Utility Manager software
...
CORE-15974
2019-08-19 13:05:28 +02:00
Katayama Hirofumi MZ
e85664a3d8
[NOTEPAD] Encoding detection ( #1852 )
...
CORE-15548
In notepad, if there is no BOM in the input file, then judge the text encoding.
2019-08-18 22:46:56 +09:00
Serge Gautherie
af0d1d2f98
[NETSTAT] '-p UDP' depends on '-a'
2019-08-16 14:46:45 +02:00
Bișoc George
84e162e669
[OSK] General refactoring
...
- Replace the existing header files in favour to a pre-compiled header instead. Furthermore, move all the function prototypes in the pre-compiled header.
- As per the prototype definitions, LoadDataFromRegistry() and SaveDataToRegistry() mustn't accept any number of parameters.
- Rename rsrc.rc to osk.rc (main resource file) as most of user-mode applications name have their main resource as the same application's name anyways.
- When querying and saving the data to registry, use only one value, greatly reducing the bloat of variables (as per the Hermes Belusca's request on #1729 PR).
- Update the header description reflecting the official ReactOS Coding style guidelines.
2019-08-15 20:35:17 +02:00
Paweł Cholewa
3276824586
[TASKMGR] Implement proper process tree ending
...
* Implement ShutdownProcessTree in endproc.c which recursively kills process trees
* Include tlhelp32.h in precomp.h
* Check if the child process can be shut down
2019-08-15 19:07:05 +02:00