mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 00:50:53 +00:00
remove svn keywords
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Abstract/Directory.h
|
||||
* @brief Directory functions
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Abstract/Dynamic.h
|
||||
* @brief Dynamic library
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Abstract/Time.h
|
||||
* @brief Time
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/BaseTypes.h
|
||||
* @brief Base type definitions
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Constants.h
|
||||
* @brief Constants
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Core.h
|
||||
* @brief Core
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Default.h
|
||||
* @brief Default properties
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Dialog/ColorPicker.h
|
||||
* @brief Color picker
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Dialog/DirectoryChooser.h
|
||||
* @brief Directory chooser
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Dialog/FileChooser.h
|
||||
* @brief File chooser
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Dialog/MessageBox.h
|
||||
* @brief Message box
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Draw.h
|
||||
* @brief Common drawing API
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Error.h
|
||||
* @brief Error codes
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Font.h
|
||||
* @brief Font
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/LowLevel.h
|
||||
* @brief Low-level drawing API
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/LowLevel/GDI.h
|
||||
* @brief GDI Backend
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/LowLevel/X11.h
|
||||
* @brief X11 Backend
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/MachDep.h
|
||||
* @brief Machine dependent headers and macros
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Milsko.h
|
||||
* @brief Includes all headers
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Resource/Cursor.h
|
||||
* @brief Cursor externs
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Resource/Font.h
|
||||
* @brief Default font resources
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Resource/Icon.h
|
||||
* @brief Icon
|
||||
@@ -92,6 +91,105 @@ MWDECL MwU32 MwIconUp[];
|
||||
*/
|
||||
MWDECL MwU32 MwIconWarning[];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
/*!
|
||||
* @file Mw/Resource/Icon.h
|
||||
* @brief Icon
|
||||
*/
|
||||
#ifndef __MW_RESOURCE_ICON_H__
|
||||
#define __MW_RESOURCE_ICON_H__
|
||||
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* @brief Back icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconBack[];
|
||||
|
||||
/*!
|
||||
* @brief Clock icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconClock[];
|
||||
|
||||
/*!
|
||||
* @brief Computer icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconComputer[];
|
||||
|
||||
/*!
|
||||
* @brief Directory icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconDirectory[];
|
||||
|
||||
/*!
|
||||
* @brief Down icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconDown[];
|
||||
|
||||
/*!
|
||||
* @brief Error icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconError[];
|
||||
|
||||
/*!
|
||||
* @brief File icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconFile[];
|
||||
|
||||
/*!
|
||||
* @brief Forward icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconForward[];
|
||||
|
||||
/*!
|
||||
* @brief Info icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconInfo[];
|
||||
|
||||
/*!
|
||||
* @brief Left icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconLeft[];
|
||||
|
||||
/*!
|
||||
* @brief News icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconNews[];
|
||||
|
||||
/*!
|
||||
* @brief Note icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconNote[];
|
||||
|
||||
/*!
|
||||
* @brief Right icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconRight[];
|
||||
|
||||
/*!
|
||||
* @brief Search icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconSearch[];
|
||||
|
||||
/*!
|
||||
* @brief Up icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconUp[];
|
||||
|
||||
/*!
|
||||
* @brief Warning icon
|
||||
*/
|
||||
MWDECL MwU32 MwIconWarning[];
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/String.h
|
||||
* @brief String utilities
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/StringDefs.h
|
||||
* @brief String definitions for property
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/TypeDefs.h
|
||||
* @brief Type definitions
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Unicode.h
|
||||
* @brief Handles UTF8 stuff
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Version.h
|
||||
* @brief Version informations
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Button.h
|
||||
* @brief Button widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id: CheckBox.h 206 2025-10-07 15:10:46Z nishi $ */
|
||||
/*!
|
||||
* @file Mw/Widget/CheckBox.h
|
||||
* @brief CheckBox widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id: ComboBox.h 206 2025-10-07 15:10:46Z nishi $ */
|
||||
/*!
|
||||
* @file Mw/Widget/ComboBox.h
|
||||
* @brief ComboBox widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Entry.h
|
||||
* @brief Entry widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Frame.h
|
||||
* @brief Frame widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Image.h
|
||||
* @brief Image widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Label.h
|
||||
* @brief Label widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/ListBox.h
|
||||
* @brief ListBox widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Menu.h
|
||||
* @brief Menu widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/NumberEntry.h
|
||||
* @brief NumberEntry widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/OpenGL.h
|
||||
* @brief OpenGL widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/ProgressBar.h
|
||||
* @brief ProgressBar widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id: RadioBox.h 206 2025-10-07 15:10:46Z nishi $ */
|
||||
/*!
|
||||
* @file Mw/Widget/RadioBox.h
|
||||
* @brief RadioBox widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/ScrollBar.h
|
||||
* @brief ScrollBar widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Separator.h
|
||||
* @brief Separator widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/SubMenu.h
|
||||
* @brief SubMenu widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/TreeView.h
|
||||
* @brief TreeView widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Viewport.h
|
||||
* @brief Viewport widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Vulkan.h
|
||||
* @brief Vulkan widget
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* @file Mw/Widget/Window.h
|
||||
* @brief Window widget
|
||||
|
||||
Reference in New Issue
Block a user