History log of /reactos/dll/win32/browseui/resource.h (Results 1 – 25 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b41146dd 01-Aug-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI] Fix mistake (IDR_EXPLORERBAND -> IDR_FILESEARCHBAND) (#7210)

JIRA issue: CORE-19705
#7163 (960a305) made a regression on DllRegisterServer.
The cause is lacking IDR_EXPLORERBAND that
C

[BROWSEUI] Fix mistake (IDR_EXPLORERBAND -> IDR_FILESEARCHBAND) (#7210)

JIRA issue: CORE-19705
#7163 (960a305) made a regression on DllRegisterServer.
The cause is lacking IDR_EXPLORERBAND that
CSearchBar wants.
IDR_EXPLORERBAND for CSearchBar is a mistake.
- Use IDR_FILESEARCHBAND resource instead of
IDR_EXPLORERBAND resource for CSearchBar class.

show more ...


# 960a305e 01-Aug-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)

CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modul

[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)

CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modules/rostests/apitests/com/shdocvw.c#L37
JIRA issue: CORE-19698
- Move CExplorerBand code
from browseui to shdocvw.
- Delete IDS_FOLDERSLABEL
resource string from browseui.
- Add IDS_FOLDERSLABEL
resource string to shdocvw.
- Adapt code to these changes.
- Add sdk/include/reactos/
shdocvw_undoc.h.
- Implement IEILIsEqual function.

show more ...


# 674136bc 21-Jun-2024 Whindmar Saksit <whindsaks@proton.me>

[BROWSEUI] Save/Restore ShellBrowser bar states (#7035)

Save/Restore the state of the ShellBrowser toolbar/addressbar/statusbar.

Windows shares the state of the Go button and the locked state bet

[BROWSEUI] Save/Restore ShellBrowser bar states (#7035)

Save/Restore the state of the ShellBrowser toolbar/addressbar/statusbar.

Windows shares the state of the Go button and the locked state between Explorer and Internet Explorer but the bar states are not shared.

Notes:
- Seems to fix CORE-17236.
- The stream layout does not match Windows so it uses a different name. The toolbar customize dialog needs to be fixed before it makes sense trying to save the toolbar state and the layout of other bands.

CORE-17236

show more ...


# bfadb22d 16-Jul-2023 Carl J. Bialorucki <cbialo2@outlook.com>

[BROWSEUI] Respect status bar display state in Folders/Search panes (#5445)

- Use proper window styles when creating status bar window.
- Specify WS_VISIBLE style only when status bar display is en

[BROWSEUI] Respect status bar display state in Folders/Search panes (#5445)

- Use proper window styles when creating status bar window.
- Specify WS_VISIBLE style only when status bar display is enabled.
- Use ::CreateWindowExW() with a global namespace scope operator.
- Fix some magic constants.

CORE-19027

show more ...


# 2f6f24d0 13-Feb-2023 Atharva Kulkarni <atharvak1910@gmail.com>

[BROWSEUI] Don't show file names in Relevance column in search results (#5072)

* Dont show file names in Relevance column
* Define new column names
* Update CompareIDs to use newer defines


# 2e67c18d 10-Oct-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)

- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function protot

[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)

- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function prototype to <shlwapi_undoc.h>.
- Use SHLoadRegUIStringW to load MenuTextPUI.
CORE-18394

show more ...


Revision tags: 0.4.14-release
# ab7d8f36 04-Apr-2021 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI][BROWSEUI_APITEST] Add CLSID_ACLHistory stubs (#3582)

- Initial implement CLSID_ACLHistory as stub.
- Add IACLHistory testcase into browseui_apitest.
CORE-9281


# d5132f5c 27-Oct-2020 Oleg Dubinskiy <oleg.dubinskij2013@yandex.ua>

[BROWSEUI][PSDK] Stubplement ShellTaskScheduler (#3326)

Required by MS Picture and Fax Viewer (shimgvw.dll).
Now it starts properly without replacing any other system files.

CORE-17337


# 1f5e0f3f 21-Oct-2020 Oleg Dubinskiy <oleg.dubinskij2013@yandex.ua>

[BROWSEUI][PSDK] Stubplement UserAssist

Initial implementation of `CUserAssist` class, which contains `IUserAssist` interface.
See https://www.geoffchappell.com/studies/windows/ie/browseui/classes/u

[BROWSEUI][PSDK] Stubplement UserAssist

Initial implementation of `CUserAssist` class, which contains `IUserAssist` interface.
See https://www.geoffchappell.com/studies/windows/ie/browseui/classes/userassist.htm.
Required by MS shell32.dll.

CORE-17345 CORE-17393

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC
# d8e47d61 19-Apr-2020 Charles Ambrye <giawa@hotmail.com>

[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)

The return result of ParseNow was never checked, but contained useful information on what type of error may have occ

[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)

The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred. If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing.
Note: Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist. For that reason, it is still possible to browse to a non-existent drive. However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.

show more ...


# 480f729f 16-Apr-2020 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] Fix build. Addendum to ac29d29.

CORE-16810


Revision tags: 0.4.13-release
# 103c87d2 13-Oct-2019 Doug Lyons <douglyons@douglyons.com>

[SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427


Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# ccf9ce32 19-Jul-2019 Brock Mammen <brockmammen@gmail.com>

[SHELLFIND] Add CFindFolder


# 4212f4b1 19-Jul-2019 Brock Mammen <brockmammen@gmail.com>

[SHELLFIND] Add CSearchBar


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release
# c8f216ea 15-Dec-2018 Mark Jansen <mark.jansen@reactos.org>

[BROWSEUI] Add ITaskbarList implementation
CORE-15424


# f222e89d 14-Dec-2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Localize caption of Folder Options

CORE-15247


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, 0.4.10-dev, 0.4.9-RC, 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# ad181d89 17-Dec-2017 Mark Jansen <mark.jansen@reactos.org>

[BROWSEUI] Implement ACLCustomMRU.
CORE-9281


Revision tags: 0.4.7-release, v0.4.7
# e12763d5 11-Nov-2017 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] CISFBand: Add "Open Folder" feature

CORE-13996 #resolve


# f01e6ed6 06-Nov-2017 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] CBandSiteMenu: Show Toolbar error on failure


Revision tags: 0.4.8-dev, 0.4.7-rc1
# 3e812a66 20-Oct-2017 Giannis Adamopoulos <gadamopoulos@reactos.org>

[BROWSEUI] Enable the menu items for the toolbars submenu of the CBandSiteMenu. Also add a new string which will be used in the next commit.


# f0f1e5ff 16-Oct-2017 Giannis Adamopoulos <johnyadams@outlook.com>

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can both be registered and instantiated.

show more ...


# 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
# baa58713 23-May-2014 David Quintana <gigaherz@gmail.com>

[BROWSEUI]
* Load the toolbar iten captions from the re

svn path=/branches/shell-experiments/; revision=63422


# d36426f9 22-May-2014 David Quintana <gigaherz@gmail.com>

[BROWSEUI]
* Keep the call to TranslateAcceleratorSB within the shell browser, since it appears the windows CDefView does not call it.
* "Hackplement" the backspace key as being the same as the "go u

[BROWSEUI]
* Keep the call to TranslateAcceleratorSB within the shell browser, since it appears the windows CDefView does not call it.
* "Hackplement" the backspace key as being the same as the "go up one level" menu item. This does not seem to be exactly true in Windows, but it does the job.

svn path=/branches/shell-experiments/; revision=63415

show more ...


12