Revision tags: 0.4.16-dev, 0.4.15 |
|
#
e4930be4 |
| 11-May-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
Stop using non-conforming wcsicmp, stricmp, strcasecmp
|
#
4ba56962 |
| 22-Mar-2024 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[APPWIZ] NewLinkHereA(): Just call NewLinkHereW after the UNICODE conversion.
|
#
c07eb9fb |
| 29-Feb-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Shortcut: Rename if there is a conflict (#6556)
Follow-up to #6550. Avoid same name
overwriting.
JIRA issue: CORE-5866
- Rename the filename if there was duplicate.
- Simplify CreateSho
[APPWIZ] Shortcut: Rename if there is a conflict (#6556)
Follow-up to #6550. Avoid same name
overwriting.
JIRA issue: CORE-5866
- Rename the filename if there was duplicate.
- Simplify CreateShortcut function.
- Rename IDC_SHORTCUT_LOCATION as
IDC_LINK_LOCATION to resolve name conflict
with shell32/shresdef.h.
show more ...
|
#
1d1472c7 |
| 28-Feb-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ][SHELL32] Improve 'Create Shortcut' dialog (#6550)
Now we can open special folder shortcut, thanks to #6546.
Let's allow users to create various shortcut files.
JIRA issue: CORE-5866
- Re
[APPWIZ][SHELL32] Improve 'Create Shortcut' dialog (#6550)
Now we can open special folder shortcut, thanks to #6546.
Let's allow users to create various shortcut files.
JIRA issue: CORE-5866
- Remove BIF_RETURNONLYFSDIRS flag because
the system can open special folder shortcuts now.
- Add LPITEMIDLIST pidlTarget to CREATE_LINK_CONTEXT
structure.
- Use pidlTarget if the target is a special folder.
- Fix CShellLink::DoOpen for arguments.
show more ...
|
#
059427e3 |
| 22-Jul-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] 'Create Shortcut' wizard: Accept arguments (#5456)
Allow command line as Create Shortcut wizard's target. CORE-5866
|
#
08d42a7e |
| 20-Jul-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Add title caption to 'Browse for Folder' #5460
- Add IDS_BROWSE_FOR_TARGET resource string.
- Use it in setting the title caption of "Browse
for Folder" dialog.
CORE-5866
|
#
ca62121b |
| 19-Jul-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] "Create Shortcut" wizard: Only filesystem items (#5455)
- Add (BIF_RETURNONLYFSDIRS | BIF_NEWDIALOGSTYLE | BIF_SHAREABLE) flags.
- Consider the failure of SHGetPathFromIDListW.
CORE-5866
|
Revision tags: 0.4.14-release |
|
#
c43efcb1 |
| 10-Mar-2021 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Enable auto-completion on 'Create Shortcut' (#3521)
CORE-9281
|
#
6d739cb2 |
| 30-Apr-2020 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[APPWIZ] Make shortcut name selected on creation (#2184)
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
0e8bf61f |
| 09-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CPL][APPWIZ] Add InitCommonControls calls (#2316)
CORE-16669
|
#
43556bff |
| 28-Jan-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CPL][APPWIZ] Consider PSN_SETACTIVE
- Correctly respond even if the user clicked "Back" button. - Accept environment variables. CORE-16534
|
#
7249b8b7 |
| 28-Jan-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CPL][APPWIZ] Use display name for shortcut label (#2284)
CORE-16534
|
#
afb0ae87 |
| 27-Jan-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Delete shortcut file upon user cancel (#2279)
If the user cancelled, then "Create shortcut" Wizard deletes the shortcut file.
CORE-16534
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
9de816c9 |
| 24-Apr-2019 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ.CPL] Set a default shortcut-link description (#1520)
CORE-15511
|
Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release |
|
#
96228ccc |
| 31-Dec-2018 |
Bișoc George <fraizeraust99@gmail.com> |
[APPWIZ] Do not hardcode the strings (#1208)
Let's make those message strings translatable.
|
#
c5f89b81 |
| 28-Dec-2018 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Show message box upon error
|
#
bd55105c |
| 14-Dec-2018 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CPL] Properly set display icons of control panel applets (#1129)
CORE-15445
|
Revision tags: 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release |
|
#
33a65d45 |
| 08-Jul-2018 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[APPWIZ] Add support for creating internet shortcuts (#664)
CORE-8737
|
Revision tags: 0.4.10-dev, 0.4.9-RC, 0.4.8-release |
|
#
0182dcd7 |
| 27-Feb-2018 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. En
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h - Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
show more ...
|
Revision tags: 0.4.8-RC, 0.4.9-dev, 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718 |
|
#
321bcc05 |
| 24-Apr-2016 |
Pierre Schweitzer <pierre@reactos.org> |
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
|
Revision tags: ReactOS-0.4.0-CLT2016, backups/ReactOS-0.4.0-CLT2016@71719, ReactOS-0.4.0-FOSDEM2016, backups/ReactOS-0.4.0-FOSDEM2016@70667, ReactOS-0.4.0, backups/ros-branch-0_4_0@70757, backups/colins-printing-for-freedom@73041, ReactOS-0.3.17-CLT2015, backups/ReactOS-0.3.17-CLT2015@66843, ReactOS-0.3.17, ReactOS-0.3.17-FOSDEM2015, backups/ReactOS-0.3.17-FOSDEM2015@66122, backups/shell-experiments@75904, backups/tcpip_revolution@71025, backups/0.3.17@66124, backups/ros-branch-0_3_16-clt2014@63729 |
|
#
b819608e |
| 02-May-2014 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
|
Revision tags: ReactOS-0.3.16-CLT2014, ReactOS-0.3.16, backups/ReactOS-0.3.16@62476 |
|
#
527f2f90 |
| 02-Feb-2014 |
Amine Khaldi <amine.khaldi@reactos.org> |
[SHELL/EXPERIMENTS] * Create a branch for some evul shell experiments.
svn path=/branches/shell-experiments/; revision=61927
|
Revision tags: backups/vs_jc@60583, backups/vs_jc@59301 |
|
#
4f0b8d3d |
| 16-Jun-2013 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details.
svn path=/branches/ntvdm/; revision=59241
|
Revision tags: ReactOS-0.3.15-LT2013, backups/ros-branch-0_3_15-lt2013@59304, ReactOS-0.3.15, backups/ReactOS-0.3.15@59303 |
|
#
e1ef0787 |
| 28-Apr-2013 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL.
The idea then woul
Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL.
The idea then would be to have the following behaviour (when specifying the following options in the kernel command line):
/DEBUGPORT=COMi --> load KDCOM.DLL and use COMi port (i == 1,2,3,4) if possible. /DEBUGPORT=FOO --> load KDFOO.DLL (useful for KDUSB.DLL, KD1394.DLL, KDBAZIS.DLL for VirtualKD, etc...) /DEBUGPORT=ROSDBG:[COMi|SCREEN|FILE|GDB|...] --> load KDROSDBG.DLL which contains the ROS kernel debugger, and use COMi or SCREEN or... as output port.
svn path=/branches/kd++/; revision=58883
show more ...
|