Skip to content

Commit

Permalink
update to 0.5.0 beta code
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsXPPro3 committed Jan 6, 2022
1 parent f49b59f commit f655730
Show file tree
Hide file tree
Showing 124 changed files with 964 additions and 1,133 deletions.
4 changes: 2 additions & 2 deletions SaltedExplorer/DisplayWindow/DisplayWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* is calculated, and once a particular column is full,
* text will be placed in the next column.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/DisplayWindow/MsgHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Handles GUI messages for the display window.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/BaseDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides a degree of abstraction off a standard dialog.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/Bookmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Implements a general bookmarking system.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/ContextMenuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* References:
* http://windowsxp.mvps.org/context_folders.htm
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/Controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Generic implementation of control creation.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
16 changes: 2 additions & 14 deletions SaltedExplorer/Helper/CustomMenu.cpp
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
/******************************************************************
*
* Project: Helper
* File: CustomMenu.cpp
* License: GPL - See COPYING in the top level directory
*
* Implements a custom menu system.
*
* Written by David Erceg
* www.explorerplusplus.com
*
*****************************************************************/

#include "stdafx.h"
#include "CustomMenu.h"
#include "Macros.h"


/* The minimum height of any item in the custom menu
(except separators). This is defined purely for menu
icons (i.e. the icons will need at least a vertical
spacing of MINIMUM_MENU_ITEM_HEIGHT to display properly).
A clearance of at least 2 should be provided on either
side of a menu icon.*/
#define MINIMUM_MENU_ITEM_HEIGHT 18
#define MINIMUM_MENU_ITEM_HEIGHT 20

/* How far to indent menu text from the left edge
of the menu. */
Expand Down
1 change: 0 additions & 1 deletion SaltedExplorer/Helper/Debug/Helper.log

This file was deleted.

4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/DialogSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* is saved automatically (if required); all other
* settings must be explicitly specified.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/DriveInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides a set of drive information functions.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/DropHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Manages drag and drop functionality.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/FileActionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Performs file actions and saves information about them.
* Also allows file actions to be undone.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/FileContextMenuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Manages the file context menu.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/FileOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides a set of file operation functions.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/FolderSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Calculates the size of a given folder.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/Helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Contains various helper functions.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 1 addition & 3 deletions SaltedExplorer/Helper/Helper.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
<ClInclude Include="Controls.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="CustomMenu.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="DropHandler.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -149,6 +146,7 @@
<ClInclude Include="Macros.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="CustomMenu.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/ListViewHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Listview helper functionality.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/ReferenceCount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Basic reference counting class.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/RegistrySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides various registry functionality.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
37 changes: 0 additions & 37 deletions SaltedExplorer/Helper/Release/Helper.Build.CppClean.log

This file was deleted.

1 change: 0 additions & 1 deletion SaltedExplorer/Helper/Release/Helper.log

This file was deleted.

4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/ResizableDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Updates the size/position of a set of controls within
* a resizable dialog.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/SetDefaultFileManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Sets/removes an application as the default file manager.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/ShellHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides various shell related functionality.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/StatusBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides a degree of abstraction for a status bar.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/XMLSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* XML helper functions. Intended to be used when
* reading from/writing to an XML file.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/iDataObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides an implementation of IDataObject.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/iDirectoryMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* deleting, creation, etc.). Monitoring is performed
* asynchronously.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions SaltedExplorer/Helper/iEnumFormatEtc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Provides an implementation of iEnumFormatEtc.
*
* Written by David Erceg
* www.explorerplusplus.com
* www.saltedexplorer.ml
*
*****************************************************************/

Expand Down
1 change: 0 additions & 1 deletion SaltedExplorer/Helper/x64/Debug/Helper.log

This file was deleted.

Empty file.
Loading

0 comments on commit f655730

Please sign in to comment.