publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_ML_LOCAL_ALBUMARTCONTAINER_H
#define NULLSOFT_ML_LOCAL_ALBUMARTCONTAINER_H
#include <windows.h> // for HDC
#include <arch.h> // for HDC
#include <tataki/canvas/bltcanvas.h>
class AlbumArtContainer

View file

@ -833,7 +833,7 @@ INT_PTR AlbumArtFilter::DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,LPARAM
if((ListView_GetItemState(list->getwnd(), x, LVIS_FOCUSED)&LVIS_FOCUSED) && albumList.Items[x+1].art)
{
// TODO change to use the explorer api
if(opened++ >= 10) break; // that's enough! Opening 400 exploerer windows may seem like fun, but windows _hates_ it.
if(opened++ >= 10) break; // that's enough! Opening 400 exploerer arch may seem like fun, but arch _hates_ it.
wchar_t fn[MAX_PATH] = {0};
lstrcpynW(fn,albumList.Items[x+1].art->filename,MAX_PATH);
PathRemoveFileSpecW(fn);

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_FOLDERBROWSE_EXTENDED_DIALOG_HEADER
#define NULLSOFT_FOLDERBROWSE_EXTENDED_DIALOG_HEADER
#include <windows.h>
#include <arch.h>
#include <shlobj.h>
/// Standart controls

View file

@ -1,7 +1,7 @@
#ifndef NULLOSFT_MLSTRING_HEADER
#define NULLOSFT_MLSTRING_HEADER
#include <windows.h>
#include <arch.h>
class MLString
{

View file

@ -1,8 +1,8 @@
#ifndef NULLSOFT_MAINH
#define NULLSOFT_MAINH
#include <windows.h>
#include <windowsx.h>
#include <arch.h>
#include <archx.h>
#include <shlwapi.h>
#include "..\..\General\gen_ml/ml.h"
#include "../nu/MediaLibraryInterface.h"

View file

@ -21,7 +21,7 @@
#include statements
**************************************************************************/
#include "main.h"
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include "contnr.h"

View file

@ -1,6 +1,6 @@
#include "main.h"
#include "ml_local.h"
#include <windowsx.h>
#include <archx.h>
#include "editquery.h"
#include "../nde/NDE.h"
#include "resource.h"

View file

@ -20,7 +20,7 @@
**************************************************************************/
#include "main.h"
#include <windows.h>
#include <arch.h>
#include "evntsink.h"
/**************************************************************************

View file

@ -2,7 +2,7 @@
#include <memory.h>
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
#include <arch.h>
wchar_t *guessTitles(const wchar_t *filename,
int *tracknum,

View file

@ -2,7 +2,7 @@
#pragma warning(disable:4530)
#include "main.h"
#include "ml_local.h"
#include <windowsx.h>
#include <archx.h>
#include <time.h>
#include <rpc.h>
#include <assert.h>

View file

@ -1,7 +1,7 @@
#ifndef ML_LOCAL_HEADER
#define ML_LOCAL_HEADER
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#include <iostream> // for std::wstring

View file

@ -96,26 +96,26 @@
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>

View file

@ -16,7 +16,7 @@
**
*/
#include <windows.h>
#include <arch.h>
#include "../../General/gen_ml/ml.h"
#include "../nde/nde.h"
#include "../nu/sort.h"

View file

@ -1,7 +1,7 @@
#include "main.h"
#include "api__ml_local.h"
#include "ml_local.h"
#include <windowsx.h>
#include <archx.h>
#include "../nu/listview.h"
#include "resource.h"
#include "..\..\General\gen_ml/config.h"
@ -1220,7 +1220,7 @@ INT_PTR CALLBACK view_audioDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LP
SendMessageW(hwndDlg, WM_DISPLAYCHANGE, 0, 0L);
// clear the media windows refine shit
// clear the media arch refine shit
SetDlgItemText(m_media_hwnd, IDC_QUICKSEARCH, L"");
SetDlgItemText(m_media_hwnd, IDC_SEARCHCAPTION, WASABI_API_LNGSTRINGW(IDS_REFINE));
SetDlgItemText(m_media_hwnd, IDC_CLEAR, WASABI_API_LNGSTRINGW(IDS_CLEAR_REFINE));

View file

@ -1,6 +1,6 @@
#include "main.h"
#include "ml_local.h"
#include <windowsx.h>
#include <archx.h>
#include "../nu/listview.h"
#include "..\..\General\gen_ml/config.h"
#include "resource.h"