Pierre Schweitzer
29c883e2a5
[NETSTAT] Add support for displaying UDP connections owning process
...
Our netstat can basically look like this now:
https://twitter.com/HeisSpiter/status/1066430887208919040
2018-11-24 21:41:11 +01:00
Pierre Schweitzer
2b55073360
[NETSTAT] Add support for displaying TCP connections owning process
2018-11-24 21:41:10 +01:00
Stanislav Motylkov
c1195f5300
[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library ( #1054 )
...
Include only one user-mode DMI library. Addendum to baf2c0c
.
2018-11-21 22:07:54 +01:00
Stanislav Motylkov
baf2c0cc2d
[DRWTSN32] Add SMBIOS data to the system information ( #1017 )
...
[DMILIB][UDMIHELP] Allow functions to be linked with C++ code.
2018-11-21 21:49:15 +01:00
Bișoc George
34c812365f
[OSK] Implement the welcome box ( #1007 )
...
In Windows XP, both in On-Screen Keyboard and in Magnify there is a welcome box which is shown upon startup of the application. This feature is already implemented for Magnify in ReactOS which however in On-Screen Keyboard is still unimplemented.
2018-11-17 21:27:33 +01:00
Ștefan Fulea
3d48aa2992
[MSPAINT] Fix scrollbar presence on canvas/view fitting ( #878 )
...
* [MSPAINT] Fix scrollbar presence on canvas/view fitting
This is a small fix for a scrollbar related edge case functionality exhibited in mspaint (and in a lesser degree also elsewhere in instances of) scrollbar controlled content. As known, the scrollbars presence is given by the size ratio between the accommodating outer frame and the scroll-controlled contents inside it, and it works for the most part. There is, however, a case where the presence of both toolbars is kept even when the contents would fit the frame (if not for the scrollbars themselves that increase the size of the contents' area). Please take the current commit as a demo fix and a provisional correction for mspaint (as I think that the proper fix should reside in common controls).
* [MSPAINT] Fix a small mistake and improve readability in UpdateScrollbox()
Although with no visible impact on testing, I've used a wrong constant related to vertical scrollbox width in one instance (SM_CXHSCROLL instead of SM_CXVSCROLL), and this fixes it. Also, prefer using constants, to improve a bit readability and performance (by avoiding repeated function calls).
2018-11-16 23:05:51 +01:00
Pako Smith
40288a7032
[TRACERT] Fix Coverity #1434258 "Out-of-Bounds access" ( #1038 )
2018-11-15 14:15:23 +01:00
Luo Yufan
d8a4e0a8e3
[TRANSLATION]Update Simplified Chinese translation. ( #1032 )
2018-11-14 21:42:21 +09:00
Ged Murphy
f66f58991c
[FLTMC] Add volumes usage info
2018-11-11 18:05:47 +00:00
Ged Murphy
0231c8baec
[FLTMC] Implement 'fltmc volumes'
2018-11-11 17:58:39 +00:00
Ged Murphy
5617ba9841
[FLTMC] Support displaying legacy FS filters
2018-11-11 17:58:38 +00:00
Ged Murphy
14a05528d0
[FLTMC] Fix output when no args are shown
2018-11-11 17:58:38 +00:00
Mark Jansen
86ced3f237
[DRWTSN32] Include displacement in stacktrace.
2018-11-11 17:21:16 +01:00
Luo Yufan
91e032f9b1
[TRANSLATION] Update Simplified Chinese translation. ( #1025 )
2018-11-09 15:31:53 +01:00
Ercan Ersoy
ea47d95b05
[OSK][RAPPS][USETUP] Turkish translations update. ( #1024 )
2018-11-09 15:13:03 +01:00
Ercan Ersoy
89090b1618
[FDEBUG][OSK][WINHLP32] Turkish translations update. ( #1022 )
2018-11-08 18:52:56 +01:00
Joann Mõndresku
b63e2d5046
[TRANSLATIONS] Style fixes for Estonian
2018-11-07 22:10:27 +01:00
Joann Mõndresku
cc439606a5
[TRANSLATIONS] Estonian for various base applications
2018-11-07 16:58:16 +01:00
Mark Jansen
1fa4e5f29c
[DRWTSN32] Improve stack dumping
2018-10-28 13:00:44 +01:00
Joann Mõndresku
331bcae7b7
[TASKMGR][TRANSLATION] Estonian localization
2018-10-24 21:35:20 +02:00
Katayama Hirofumi MZ
efbebf983c
[REGEDIT] Improve the layout of controls ( #967 )
...
The horizontal scroll bar of the listview was wrongly hidden.
CORE-15187
2018-10-24 18:19:48 +09:00
Katayama Hirofumi MZ
e4c2cff6c8
[REGEDIT] Don't paint background in WM_PAINT ( #970 )
...
Use the background brush or WM_ERASEBKGND message instead. There was graphical glidge. CORE-15187
2018-10-24 18:17:28 +09:00
Katayama Hirofumi MZ
7d7f1d4ca3
[NET] Fix an escape sequence in Polish translation ( #966 )
2018-10-23 13:10:38 +02:00
Katayama Hirofumi MZ
125db5ead9
[REGEDIT] Trivial resizing code fix
2018-10-21 13:08:26 +02:00
Katayama Hirofumi MZ
b3231e0bf5
[REGEDIT] Code formatting
2018-10-21 13:07:43 +02:00
Joann Mõndresku
b5bae2e98d
[RAPPS][TRANSLATION] Estonian localization ( #959 )
2018-10-21 01:58:02 +02:00
Adam Słaboń
7abc8be102
[TRANSLATION] Polish translation update
...
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-20 21:26:07 +02:00
Arnav Bhatt
b9deba9a56
[NOTEPAD] ReactOS Notepad Hindi Translation ( #938 )
2018-10-20 19:41:32 +02:00
Amine Khaldi
19eb7a62f9
[XCOPY] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:16:20 +01:00
Amine Khaldi
5a217e3a6f
[WMIC] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:15:34 +01:00
Amine Khaldi
cb0f46bddf
[TASKKILL] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:14:52 +01:00
Amine Khaldi
5260a37425
[REG] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:13:56 +01:00
Amine Khaldi
fd8ec79fd1
[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:11:58 +01:00
Bișoc George
3caab66e22
[DWNL] Add translations (for Romanian & Italian)
...
And include them as well.
2018-09-28 00:23:48 +02:00
Bișoc George
983b4c9f94
[MSCONFIG_NEW] Do not assign an access key to a letter with diacritic
2018-09-22 21:51:14 +02:00
Paweł Cholewa
13045d50ed
[DWNL] Add Polish translation
2018-09-22 14:53:13 +02:00
Pierre Schweitzer
82a7f08363
[DWNL] Add French translation
2018-09-21 22:36:10 +02:00
Robert Naumann
3aeae65e08
[DWNL] forgot this file
2018-09-20 09:20:14 +02:00
Robert Naumann
abdd8bf2df
[DWNL] German translation
2018-09-20 09:16:22 +02:00
Stanislav Motylkov
9f87785e96
[DWNL] Improve print date
2018-09-19 12:16:23 +02:00
Stanislav Motylkov
e283f4f72b
[DWNL] Add russian translation
2018-09-19 12:16:23 +02:00
Lee Schroeder
08be1648f9
[DWNL] Localize the File Download utility ( #853 )
...
Also, changed header string to include a start time stamp similar to the one in wget.
CORE-14498
2018-09-18 23:55:44 +02:00
Bișoc George
29603e7291
[MSCONFIG_NEW] Small Romanian translation update
2018-09-16 19:55:46 +02:00
Bișoc George
577d5347f1
[CHARMAP_NEW] Update the E-mail header string
2018-09-16 19:55:46 +02:00
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation ( #851 )
...
Translation from Stefan Fulea.
CORE-15023
2018-09-14 11:04:36 +02:00
Stanislav Motylkov
dcd4a3d000
[NET] Update Russian translation ( #849 )
2018-09-09 23:11:11 +02:00
Eric Kohl
23a90aab5a
[NET] Implement the group command
2018-09-08 14:18:36 +02:00
Eric Kohl
4bbbc40820
[NET] Initialize a new users primary group ID in order to fix logon failures
2018-08-29 22:03:53 +02:00
Eric Kohl
60420c7218
[NET] Fix indentation
2018-08-29 18:56:24 +02:00
LuRenJia
85bbd69cae
[MAGNIFY] Fix the magnification ratio bug for CORE-14946 ( #823 )
...
This bug was caused by leaving the magnify window unrefreshed when updating the "Magnification Level" ComboBox.
CORE-14946
2018-08-27 14:36:28 +02:00
Hermès Bélusca-Maïto
d056eb05f2
[TIMEOUT] Fix a typo.
2018-08-27 00:28:10 +02:00
Eric Kohl
8f63c209bc
[NET] Set the proper account expiration time (TIMEQ_FOREVER) when a new user account is created
2018-08-26 20:27:20 +02:00
Eric Kohl
bf76e1bf20
[NET] Add a date parser for the expires option of the net user command
2018-08-26 00:13:14 +02:00
Adam Słaboń
af3d426685
[TRANSLATION] Polish translation update ( #781 )
...
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
2018-08-20 17:00:33 +02:00
Bișoc George
2eb7ddd598
[OSK] Some enhancements for locales IT and RO ( #416 )
...
* Window element improvements for Italian and Romanian
2018-08-19 21:42:57 +02:00
Petr Akhlamov
05fbad174f
[OSK] Rearrange window elements for ru-RU and en-US locales ( #412 )
...
* Resize osk window at RU and EN(US) languages
2018-08-19 21:40:58 +02:00
Denis Malikov
55368bacc8
[UPDATES] New stubs for Automatic Updates service and WUSA.exe. Presence of this modules required for installation by some NT6+ applications.
2018-08-19 19:56:18 +02:00
Katayama Hirofumi MZ
b2d2e3433b
[CLIPBRD] Clipbrd program should accept the quoted file path ( #638 )
2018-08-18 18:36:47 +02:00
Stanislav Motylkov
6ac04ad787
[DXDIAG] Fix wrapped controls in russian translation
2018-08-12 14:21:56 +02:00
Stanislav Motylkov
a03d1860f2
[DXDIAG] Minor code style fixes
2018-08-12 14:21:56 +02:00
Stanislav Motylkov
50b0332438
[DXDIAG] Fix blank system and BIOS values
...
CORE-5961 #resolve
2018-08-12 14:21:56 +02:00
Katayama Hirofumi MZ
22e86add33
[MSPAINT] Fix interpretation of command line ( #707 )
2018-08-12 11:23:16 +02:00
Bișoc George
3c131c2393
[TRANSLATION][WMIC] Add Italian translation
2018-08-08 12:55:10 +02:00
Thomas Faber
ff63ef3c55
[MSCONFIG] Fix buffer overflow when handling long service command lines.
2018-08-05 12:58:35 +02:00
Timo Kreuzer
6f13066647
[APPLICATIONS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Bișoc George
adc2e99690
[TRANSLATION][TASKKILL] Add Italian translation ( #717 )
2018-08-03 12:12:29 +02:00
Nguyễn Thanh Sơn
1ad27c73be
[MSPAINT] Added Vietnamese translation. ( #722 )
2018-08-03 12:10:16 +02:00
Phil Eaton
b5c1aa4129
[RAPPS] Deselect apps after installing
...
I found it unintuitive that each time I selected some software for installation, it wasn't automatically deselected after installation. I kept re-triggering the same installation a few times before I realized I had to manually uncheck the checked packages.
2018-07-30 15:01:22 +03:00
Eric Kohl
add1be24a7
[NET] Add the workstations option to the user command
2018-07-21 22:13:49 +02:00
Bișoc George
5a637150f0
[TRANSLATION][CLIP] Implement Italian translation ( #682 )
2018-07-12 17:41:20 +02:00
Eric Kohl
506bd64e44
[NET] Revert useless changes
2018-07-09 05:56:41 +02:00
Eric Kohl
b4969dc0d7
[NET] Implement the undocumented /RANDOM option to generate random passwords
2018-07-09 05:56:40 +02:00
Paweł Cholewa
ed4eb9c7c3
[TRANSLATION][TIMEOUT] Created Polish translation of timeout
2018-07-02 14:02:23 +02:00
Paweł Cholewa
a13890cd35
[TRANSLATION][WHOAMI] Add Polish translation ( #653 )
2018-07-01 23:20:57 +02:00
Paweł Cholewa
73194a8ea9
[TRANSLATION][TREE] Polish translation of tree utility ( #654 )
2018-07-01 16:04:14 +02:00
Serge Gautherie
6830ecb118
[NOTEPAD] Globals.encFile: explicitly cast to ENCODING
2018-06-30 01:12:00 +02:00
Thomas Faber
97df61edfa
[NOTEPAD] Avoid a cast.
2018-06-29 18:49:44 +02:00
Serge Gautherie
534a309edc
[NOTEPAD] Fix a MSVC warning about Globals.encFile ( #648 )
...
"...\dialog.c(365) : error C4133: 'function' : incompatible types - from 'ENCODING *' to 'int *'"
CORE-7538
2018-06-29 14:17:29 +02:00
Bișoc George
089ff1511d
[TRANSLATION][AT] Implement the Italian resource file ( #641 )
2018-06-27 23:09:56 +02:00
Bișoc George
d5440316fa
[TRANSLATION][WHOAMI] Add Italian resource ( #626 )
...
Note: Supersedes PR #627
2018-06-24 19:49:47 +02:00
Getequ
b9415740a1
[REGEDIT] Fix importing very big *.reg files (HEX values commonly) ( #618 )
...
This bug was found when I tried to import *.reg with huge HEX value (about 500 and much more lines of hex text).
2018-06-22 20:15:12 +02:00
Adam Słaboń
565ce5e827
[TRANSLATION] Polish translation update ( #611 )
...
Polish translation update for MODE, USETUP and SHELL32.
2018-06-12 15:51:37 +02:00
Erdem Ersoy
a6bd5b8ceb
[TRANSLATION][NOTEPAD] Update Turkish translation ( #609 )
2018-06-11 14:56:59 +02:00
Mark Jansen
f133d01f20
[RAPPS] Fix command line handling
2018-06-09 17:14:06 +02:00
Mark Jansen
0ec08818b5
[RAPPS] Select the search bar with ctrl+f
2018-06-09 17:14:06 +02:00
Bișoc George
4217688b49
[TRANSLATION][DRWTSN32] Implement Romanian and Italian resource translations for Dr.Watson ( #607 )
2018-06-08 19:06:56 +02:00
Jared Smudde
76a73b4295
[MSHTA] Implement MSHTA.exe ( #577 ) CORE-12813
...
Implement mshta.exe. It links directly to the function RunHTMLApplication in mshtml and passes the file name and other optional arguments along. While the function is unimplemented in mshtml, it's a start.
[MSHTML] Add ADD_IMPORTLIB to CMakeLists so mshta can link to mshtml.
[BOOTDATA] Add the association information for mshta.exe to the registry.
2018-06-05 17:17:00 +02:00
Benedikt Freisen
313ded449c
[MSPAINT] use __targv[1] instead of lpszArgument
...
This should make Paint's handling of command line strings less brittle.
CORE-13293
2018-05-31 20:17:30 +02:00
Amine Khaldi
98cf80fbc5
[REG] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 03:48:33 +01:00
Benedikt Freisen
cca1a3f47f
[MSPAINT] When clicking selection, invalidate _and_ repaint Scroll Client _and_ Image Area
...
Previously, the canvas disappeared when a selection was clicked until the mouse was moved.
CORE-13288
2018-05-26 14:21:07 +02:00
Benedikt Freisen
97025c3e06
[MSPAINT] Store subsequent changes to file selected via Save As
...
Paint has erroneously been storing subsequent changes to Unnamed.bmp
CORE-13291
2018-05-26 14:16:17 +02:00
Stanislav Motylkov
1007a2e0f9
[MSPAINT] Fix call sequence in OnRButtonUp
...
This fixes unexpected undo action when zooming out with right mouse
click.
The call sequence in OnLButtonUp is already correct.
CORE-14539
2018-05-24 22:12:15 +02:00
Stanislav Motylkov
8c726ae0d2
[MSPAINT] Fix divide by zero in drawZoomFrame
...
CORE-14539 #resolve
2018-05-23 23:40:28 +02:00
Stanislav Motylkov
e27d5d2efc
[MSPAINT] Fix copy-pasta bug ( #562 )
...
This would fix setting image height via Attributes dialog and help fixing CORE-14539.
2018-05-23 22:17:22 +02:00
Adam Słaboń
72ad0fe70b
[TRANSLATION] Polish translation update ( #554 )
...
- Added translations for cmdutils (at, clip, comp, eventcreate, mode, taskkill, wmic) and zipfldr.
- Updated translations for cmdutils (reg), drwtsn32, mmc, eventvwr, shell32 and cpl applets (console, input).
2018-05-19 13:17:49 +02:00
Mark Jansen
bb5db143f0
[DRWTSN32] Use GetCommandLineW for CommandLineToArgvW.
...
Spotted by Hermès
2018-05-18 18:27:36 +02:00
Wexpo Lyu
1d11d56d1a
[TRANSLATION][DRWTSN32] Add zh-CN translation. ( #549 )
2018-05-17 19:57:57 +02:00
Wexpo Lyu
6b5f84dfcd
[TRANSLATION][TASKMGR] Update Chinese Translation.
2018-05-17 19:56:48 +02:00
Baruch Rutman
bf34d6bf8b
[CHARMAP]Code improvements ( #436 )
...
* [CHARMAP][GETUNAME] Code improvements
Based on the code from nls2txt,
switches the linking from dynamic to static, also simplifies the code.
2018-05-17 16:18:57 +01:00
Hermès Bélusca-Maïto
ebe3d5273e
[CLIPBRD] Improvements for the Clipboard Viewer.
...
- Improve the scrolling support for bitmaps, DIBs and text formats.
This completes the work started in CORE-10679 by Ricardo Hanke.
Includes scrolling with the keyboard and the mouse wheel.
- Add support for the CF_DSP* clipboard formats, as well as CF_TEXT
and CF_OEMTEXT.
- Add support for owner-display clipboard format CF_OWNERDISPLAY.
- Realize any palette found in the clipboard (CF_PALETTE) before
displaying the clipboard data format we want.
- Remove dead code.
- Update the file headers.
2018-05-13 22:25:55 +02:00