f3c75078 | 18-Feb-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Ask user if they want to run the zip app they just installed (#7719)
After the zip has been installed, ask the user if they want to run the extracted application. |
5bc6d591 | 07-Feb-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Refresh item info after installer completes (#7697)
- Refresh the details view of the item that was just installed. - Hint update of uninstallers list is needed. - Restore focus correctly af
[RAPPS] Refresh item info after installer completes (#7697)
- Refresh the details view of the item that was just installed. - Hint update of uninstallers list is needed. - Restore focus correctly after installer process finishes.
CORE-17677
show more ...
|
a6100169 | 07-Feb-2025 |
Thamatip Chitpong <thamatip.chitpong@reactos.org> |
[WINVER] Display compatibility information (#7661)
Also don't hardcode the OS name. This make it compatible with Windows. |
3d516e71 | 03-Oct-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[USETUP] Install rosload.exe |
9ba2c794 | 03-Feb-2025 |
Václav Zouzalík <Vaclav.Zouzalik@seznam.cz> |
[SOLITAIRE] Update Czech (cs-CZ) translation (#7451) |
9164e9f8 | 03-Feb-2025 |
Václav Zouzalík <Vaclav.Zouzalik@seznam.cz> |
[RAPPS] Update Slovak (sk-SK) translation (#7450) |
ee197926 | 31-Jan-2025 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHDOCVW][EXPLORER][RSHELL][SDK] Populate WinList_* stubs (#7691)
Implementing missing features...
JIRA issue: CORE-9368
- Modify shdocvw.spec.
- Add dll/win32/shdocvw/winlist.cpp.
- Add stubs o
[SHDOCVW][EXPLORER][RSHELL][SDK] Populate WinList_* stubs (#7691)
Implementing missing features...
JIRA issue: CORE-9368
- Modify shdocvw.spec.
- Add dll/win32/shdocvw/winlist.cpp.
- Add stubs of WinList_* functions.
- Add WinList_* function prototypes
to <shdocvw_undoc.h>.
- Adapt explorer and rshell to new
WinList_Init prototype.
show more ...
|
d5ce3d28 | 30-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Don't display Freeware license string if the type is also Freeware (#7689)
License=Freeware, LicenseType=2 should not display as "Freeware (Freeware)" |
a23db39c | 30-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Allow database to override download filename (#7668)
http://example.com/setup.exe?foo=bar needs to use be able to use setup.exe as the filename. |
b35becef | 28-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Set working directory for zip generated shortcuts (#7674)
Some applications are broken and assume the working directory is the same as the .exe directory (xrick etc). |
fe11f7a2 | 28-Jan-2025 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[REACTOS] Refresh old URLs (#7632)
URLs are getting old. We have to
update URLs for documentation
purpose.
JIRA issue: CORE-19963
- Refresh old URLs.
- Add " (DEAD_LINK)" labels
to dead link
[REACTOS] Refresh old URLs (#7632)
URLs are getting old. We have to
update URLs for documentation
purpose.
JIRA issue: CORE-19963
- Refresh old URLs.
- Add " (DEAD_LINK)" labels
to dead links.
- Use MS Learn links rather
than MSDN ones.
- Some dead links revived by
Web Archive.
- Don't change Wine Tests
and Wine Sync.
- Don't change 3rd party libraries.
- Don't append "redirected" labels.
show more ...
|
72951421 | 25-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Reuse active pending downloads window (#7648)
CORE-16716 CORE-16804 |
c8b2c4c9 | 21-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Check Let's Encrypt issuer prefix (#7650) |
853b8ebd | 21-Jan-2025 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[EXPLORER] Use STDMETHODIMP and override (#7645)
Follow the standard way.
JIRA issue: CORE-19469
- Use STDMETHODIMP and override keyword
instead of virtual HRESULT STDMETHODCALLTYPE.
- Delete
[EXPLORER] Use STDMETHODIMP and override (#7645)
Follow the standard way.
JIRA issue: CORE-19469
- Use STDMETHODIMP and override keyword
instead of virtual HRESULT STDMETHODCALLTYPE.
- Delete CTaskBand::ProcessMessage and
CTaskBand::ContainsWindow methods.
I think they are useless.
show more ...
|
56988ffb | 20-Jan-2025 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[EXPLORER] Support Unicode on Start Button InvokeCommand (#7644)
Support Unicode on Start Button
context menu for international text
support.
JIRA issue: N/A
- Support Unicode in
CStartMenuBt
[EXPLORER] Support Unicode on Start Button InvokeCommand (#7644)
Support Unicode on Start Button
context menu for international text
support.
JIRA issue: N/A
- Support Unicode in
CStartMenuBtnCtxMenu::InvokeCommand
method by using
CMINVOKECOMMANDINFOEX structure.
show more ...
|
17eff53f | 19-Jan-2025 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[REGEDIT] Add ES_AUTOHSCROLL to address bar window (#7638)
Enable horizontal scroll on address bar.
JIRA issue: CORE-19743
- Add ES_AUTOHSCROLL style to the
address bar window on its creation. |
a25e7ee9 | 15-Jan-2025 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WKSSVC] Stubplement support for level 1101 in NetrWkstaUserGetInfo
Fixes crash in netapi32_winetest:wksta introduced in 45b008d |
132d571f | 15-Jan-2025 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WKSSVC] Plug memory leaks in NetrWkstaUserGetInfo |
1c1c4e5d | 15-Jan-2025 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WKSSVC] Fix returned error value in NetrWkstaUserGetInfo |
2e7f8711 | 15-Jan-2025 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WKSSVC] Improve formatting |
e3e520d1 | 16-Jan-2025 |
Marcin Jabłoński <nnxcomputing@gmail.com> |
[TELNET] Fix Unicode character printing (#7597)
CORE-18304
The included Telnet client does not support displaying messages with Unicode characters in them.
This is a problem, because even though
[TELNET] Fix Unicode character printing (#7597)
CORE-18304
The included Telnet client does not support displaying messages with Unicode characters in them.
This is a problem, because even though localisation for the program was made for ReactOS,
it doesn't work properly.
- Make the `printm` function load and format messages using wide character APIs instead of the narrow ones.
- Add format specifiers to the resource files (this is necessary, as there are a lot of places, where narrow strings
are used in the program, and passed as parameters to `printm`).
show more ...
|
91b89236 | 14-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Allow .zip generated installers to skip writing the DisplayIcon value (#7609)
This is useful for wallpaper and theme packs. |
e7c6eac6 | 29-Nov-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[NFSD] Disable a clang warning |
087979ee | 13-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[REGEDIT] Block tree label edit if the delete accelerator has been pressed (#7610) |
3ff8adc5 | 11-Jan-2025 |
Whindmar Saksit <whindsaks@proton.me> |
[RAPPS] Protect database update with a mutex (#7006) |