Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
nitrogen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e5e10759
authored
Mar 23, 2020
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving to new standard format
1 parent
2a9c35ed
Hide whitespace changes
Inline
Side-by-side
Showing
71 changed files
with
119 additions
and
577 deletions
src/NitroSVG/NitroSVG.h.in
src/NitroSVG/nitrogen/svg/BoundingBox.h
src/NitroWin/NUtils.cpp
src/NitroWin/NUtils.h
src/NitroWin/NWMAction.cpp
src/NitroWin/NWMAction.h
src/NitroWin/NWManager.h
src/NitroWin/NitroWin.h.in
src/nde/nde.h.in
src/nde/nitrogen/NPosition.h
src/nde/nitrogen/NSize.h
src/ntk/NComponent.cpp
src/ntk/NComponent.h
src/ntk/nitrogen/Object.cpp
src/ntk/nitrogen/Object.h
src/ntk/nitrogen/nwt/ActionEvent.cpp
src/ntk/nitrogen/nwt/ActionEvent.h
src/ntk/nitrogen/nwt/ActionListener.cpp
src/ntk/nitrogen/nwt/ActionListener.h
src/ntk/nitrogen/nwt/Border.cpp
src/ntk/nitrogen/nwt/Border.h
src/ntk/nitrogen/nwt/Color.cpp
src/ntk/nitrogen/nwt/Color.h
src/ntk/nitrogen/nwt/Component.cpp
src/ntk/nitrogen/nwt/Component.h
src/ntk/nitrogen/nwt/ComponentEvent.cpp
src/ntk/nitrogen/nwt/ComponentEvent.h
src/ntk/nitrogen/nwt/Container.cpp
src/ntk/nitrogen/nwt/Container.h
src/ntk/nitrogen/nwt/Dimension.cpp
src/ntk/nitrogen/nwt/Dimension.h
src/ntk/nitrogen/nwt/EmptyBorder.cpp
src/ntk/nitrogen/nwt/EmptyBorder.h
src/ntk/nitrogen/nwt/EventListener.cpp
src/ntk/nitrogen/nwt/EventListener.h
src/ntk/nitrogen/nwt/EventObject.cpp
src/ntk/nitrogen/nwt/EventObject.h
src/ntk/nitrogen/nwt/FlowLayout.cpp
src/ntk/nitrogen/nwt/FlowLayout.h
src/ntk/nitrogen/nwt/Font.cpp
src/ntk/nitrogen/nwt/Font.h
src/ntk/nitrogen/nwt/FontMetrics.cpp
src/ntk/nitrogen/nwt/FontMetrics.h
src/ntk/nitrogen/nwt/Graphics.cpp
src/ntk/nitrogen/nwt/Graphics.h
src/ntk/nitrogen/nwt/GridLayout.cpp
src/ntk/nitrogen/nwt/GridLayout.h
src/ntk/nitrogen/nwt/InputEvent.cpp
src/ntk/nitrogen/nwt/InputEvent.h
src/ntk/nitrogen/nwt/Insets.cpp
src/ntk/nitrogen/nwt/Insets.h
src/ntk/nitrogen/nwt/LayoutManager.cpp
src/ntk/nitrogen/nwt/LayoutManager.h
src/ntk/nitrogen/nwt/MouseAdapter.cpp
src/ntk/nitrogen/nwt/MouseAdapter.h
src/ntk/nitrogen/nwt/MouseEvent.cpp
src/ntk/nitrogen/nwt/MouseEvent.h
src/ntk/nitrogen/nwt/MouseListener.cpp
src/ntk/nitrogen/nwt/MouseListener.h
src/ntk/nitrogen/nwt/NWTEvent.cpp
src/ntk/nitrogen/nwt/NWTEvent.h
src/ntk/nitrogen/nwt/NativeGraphics.cpp
src/ntk/nitrogen/nwt/NativeGraphics.h
src/ntk/nitrogen/nwt/Point.cpp
src/ntk/nitrogen/nwt/Point.h
src/ntk/nitrogen/nwt/Rectangle.cpp
src/ntk/nitrogen/nwt/Rectangle.h
src/ntk/nitrogen/util/ComponentRenderer.cpp
src/ntk/nitrogen/util/ComponentRenderer.h
src/ntk/ntk.h.in
src/ntk/ntkMain.cpp
src/NitroSVG/NitroSVG.h.in
View file @
e5e1075
...
...
@@ -24,15 +24,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
/*
* File: NitroSVG.h
* Author: jlhawkwell
*
* Created on March 16, 2020 02:49 AM
*/
#ifndef N
ITROSVG_H
#define N
ITROSVG_H
#ifndef N
itroSVG_h
#define N
itroSVG_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
...
...
@@ -53,5 +53,5 @@
#include <iosfwd>
#include <string>
#endif /* N
ITROSVG_H
*/
#endif /* N
itroSVG_h
*/
src/NitroSVG/nitrogen/svg/BoundingBox.h
View file @
e5e1075
...
...
@@ -24,13 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: BoundingBox.h
* Author: jlhawkwell
*/
#ifndef BoundingBox_h
#define BoundingBox_h
#ifndef nitrogen_svg_BoundingBox_h
#define nitrogen_svg_BoundingBox_h
#include <NitroSVG.h>
...
...
@@ -430,5 +425,5 @@ namespace nitrogen {
}
}
#endif
/* BoundingBox_h */
#endif
/*
nitrogen_svg_
BoundingBox_h */
src/NitroWin/NUtils.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NUtils.cpp
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#include "NUtils.h"
#include <unordered_map>
...
...
src/NitroWin/NUtils.h
View file @
e5e1075
...
...
@@ -26,15 +26,8 @@
*
*/
/*
* File: NUtils.h
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#ifndef NUTILS_H
#define NUTILS_H
#ifndef NUtils_h
#define NUtils_h
#include "NitroWin.h"
...
...
@@ -55,4 +48,4 @@ public:
static
Window
checkNitroWin
(
Window
w
);
};
#endif // NU
TILS_H
#endif // NU
tils_h
src/NitroWin/NWMAction.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWMAction.cpp
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#include "NWMAction.h"
#include "NUtils.h"
...
...
src/NitroWin/NWMAction.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWMAction.h
* Author: jlhawkwell
*
* Created on March 10, 2018, 10:39 PM
*/
#ifndef NWMACTION_H
#define NWMACTION_H
#ifndef NWMAction_h
#define NWMAction_h
#include "NitroWin.h"
...
...
@@ -106,5 +99,5 @@ public:
static
void
onDefaultEvent
(
XAnyEvent
e
);
};
#endif
/* NWMA
CTION_H
*/
#endif
/* NWMA
ction_h
*/
src/NitroWin/NWManager.h
View file @
e5e1075
...
...
@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NWM
ANAGER_H
#define NWM
ANAGER_H
#ifndef NWM
anager_h
#define NWM
anager_h
#include "NitroWin.h"
#include <unordered_map>
...
...
@@ -53,5 +53,5 @@ private:
static
void
onLoop
(
XEvent
e
);
};
#endif
/* NWM
ANAGER_H
*/
#endif
/* NWM
anager_h
*/
src/NitroWin/NitroWin.h.in
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NitroWin.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NITROWIN_H
#define NITROWIN_H
#ifndef NitroWin_h
#define NitroWin_h
#define NITROWIN_NAME "@PROJECT_NAME@"
#define NITROWIN_VERSION_MAJOR @Nitrogen_VERSION_MAJOR@
...
...
@@ -52,5 +45,5 @@
#include <gc/gc_backptr.h>
#endif
#endif /* N
ITROWIN_H
*/
#endif /* N
itroWin_h
*/
src/nde/nde.h.in
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: nde.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NDE_H
#define NDE_H
#ifndef nde_h
#define nde_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
...
...
@@ -60,5 +53,5 @@ namespace nitrogen {
}
}
#endif /*
NDE_H
*/
#endif /*
nde_h
*/
src/nde/nitrogen/NPosition.h
View file @
e5e1075
...
...
@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef
NPOSITION_H
#define
NPOSITION_H
#ifndef
nitrogen_NPosition_h
#define
nitrogen_NPosition_h
#include <nde.h>
...
...
@@ -103,4 +103,4 @@ namespace nitrogen {
};
}
#endif /
/ NPOSITION_H
#endif
/
* nitrogen_NPosition_h */
src/nde/nitrogen/NSize.h
View file @
e5e1075
...
...
@@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef
NSIZE_H
#define
NSIZE_H
#ifndef
nitrogen_NSize_h
#define
nitrogen_NSize_h
#include <nde.h>
...
...
@@ -84,4 +84,4 @@ namespace nitrogen {
};
}
#endif /
/ NSIZE_H
#endif
/
* nitrogen_NSize_h */
src/ntk/NComponent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NComponent.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 5:36 PM
*/
#include "NComponent.h"
namespace
nitrogen
{
...
...
src/ntk/NComponent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NComponent.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 5:36 PM
*/
#ifndef NCOMPONENT_H
#define NCOMPONENT_H
#ifndef NComponent_h
#define NComponent_h
#include <ntk.h>
...
...
@@ -46,5 +39,5 @@ namespace nitrogen {
private
:
};
}
#endif
/* NC
OMPONENT_H
*/
#endif
/* NC
omponent_h
*/
src/ntk/nitrogen/Object.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Object.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:12 AM
*/
#include "Object.h"
#include <ostream>
...
...
src/ntk/nitrogen/Object.h
View file @
e5e1075
...
...
@@ -24,14 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Object.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:12 AM
*/
#ifndef OBJECT_H
#define OBJECT_H
#ifndef Object_h
#define Object_h
#include <ntk.h>
...
...
@@ -51,4 +45,4 @@ namespace nitrogen {
};
}
#endif
/* O
BJECT_H
*/
#endif
/* O
bject_h
*/
src/ntk/nitrogen/nwt/ActionEvent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionEvent.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:24 AM
*/
#include "ActionEvent.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/ActionEvent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionEvent.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:24 AM
*/
#ifndef ACTIONEVENT_H
#define ACTIONEVENT_H
#ifndef nitrogen_nwt_ActionEvent_h
#define nitrogen_nwt_ActionEvent_h
#include <ntk.h>
#include <nitrogen/nwt/NWTEvent.h>
...
...
@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif
/*
ACTIONEVENT_H
*/
#endif
/*
nitrogen_nwt_ActionEvent_h
*/
src/ntk/nitrogen/nwt/ActionListener.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionListener.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:43 AM
*/
#include "ActionListener.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/ActionListener.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ActionListener.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:43 AM
*/
#ifndef ACTIONLISTENER_H
#define ACTIONLISTENER_H
#ifndef nitrogen_nwt_ActionListener_h
#define nitrogen_nwt_ActionListener_h
#include <ntk.h>
#include <nitrogen/nwt/EventListener.h>
...
...
@@ -52,5 +45,5 @@ namespace nitrogen {
}
}
#endif
/*
ACTIONLISTENER_H
*/
#endif
/*
nitrogen_nwt_ActionListener_h
*/
src/ntk/nitrogen/nwt/Border.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Border.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:44 PM
*/
#include "nitrogen/nwt/Border.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Border.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Border.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:44 PM
*/
#ifndef BORDER_H
#define BORDER_H
#ifndef nitrogen_nwt_Border_h
#define nitrogen_nwt_Border_h
#include <ntk.h>
...
...
@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif
/*
BORDER_H
*/
#endif
/*
nitrogen_nwt_Border_h
*/
src/ntk/nitrogen/nwt/Color.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Color.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 7:19 PM
*/
#include "Color.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Color.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Color.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 7:19 PM
*/
#ifndef COLOR_H
#define COLOR_H
#ifndef nitrogen_nwt_Color_h
#define nitrogen_nwt_Color_h
#include <ntk.h>
...
...
@@ -91,5 +84,5 @@ namespace nitrogen {
}
}
#endif
/*
COLOR_H
*/
#endif
/*
nitrogen_nwt_Color_h
*/
src/ntk/nitrogen/nwt/Component.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Component.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 6:04 PM
*/
#include "Component.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Component.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Component.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 6:04 PM
*/
#ifndef COMPONENT_H
#define COMPONENT_H
#ifndef nitrogen_nwt_Component_h
#define nitrogen_nwt_Component_h
#include <ntk.h>
...
...
@@ -121,5 +114,5 @@ namespace nitrogen {
};
}
}
#endif
/*
COMPONENT_H
*/
#endif
/*
nitrogen_nwt_Component_h
*/
src/ntk/nitrogen/nwt/ComponentEvent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:20 PM
*/
#include "ComponentEvent.h"
#include <nitrogen/nwt/Component.h>
...
...
src/ntk/nitrogen/nwt/ComponentEvent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:20 PM
*/
#ifndef COMPONENTEVENT_H
#define COMPONENTEVENT_H
#ifndef nitrogen_nwt_ComponentEvent_h
#define nitrogen_nwt_ComponentEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
...
...
@@ -54,5 +47,5 @@ namespace nitrogen {
}
}
#endif
/*
COMPONENTEVENT_H
*/
#endif
/*
nitrogen_nwt_ComponentEvent_h
*/
src/ntk/nitrogen/nwt/Container.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Container.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:30 AM
*/
#include "Container.h"
#include "Insets.h"
...
...
src/ntk/nitrogen/nwt/Container.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Container.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:30 AM
*/
#ifndef CONTAINER_H
#define CONTAINER_H
#ifndef nitrogen_nwt_Container_h
#define nitrogen_nwt_Container_h
#include <ntk.h>
...
...
@@ -70,5 +63,5 @@ namespace nitrogen {
}
}
#endif
/*
CONTAINER_H
*/
#endif
/*
nitrogen_nwt_Container_h
*/
src/ntk/nitrogen/nwt/Dimension.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Dimension.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:30 AM
*/
#include "Dimension.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Dimension.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Dimension.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:30 AM
*/
#ifndef DIMENSION_H
#define DIMENSION_H
#ifndef nitrogen_nwt_Dimension_h
#define nitrogen_nwt_Dimension_h
#include <ntk.h>
...
...
@@ -65,5 +58,5 @@ namespace nitrogen {
}
}
#endif
/*
DIMENSION_H
*/
#endif
/*
nitrogen_nwt_Dimension_h
*/
src/ntk/nitrogen/nwt/EmptyBorder.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EmptyBorder.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:49 PM
*/
#include "EmptyBorder.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/EmptyBorder.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EmptyBorder.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 9:49 PM
*/
#ifndef EMPTYBORDER_H
#define EMPTYBORDER_H
#ifndef nitrogen_nwt_EmptyBorder_h
#define nitrogen_nwt_EmptyBorder_h
#include <ntk.h>
#include <nitrogen/nwt/Border.h>
...
...
@@ -63,5 +56,5 @@ namespace nitrogen {
}
}
#endif
/*
EMPTYBORDER_H
*/
#endif
/*
nitrogen_nwt_EmptyBorder_h
*/
src/ntk/nitrogen/nwt/EventListener.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventListener.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 7:58 PM
*/
#include "EventListener.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/EventListener.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventListener.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 7:58 PM
*/
#ifndef EVENTLISTENER_H
#define EVENTLISTENER_H
#ifndef nitrogen_nwt_EventListener_h
#define nitrogen_nwt_EventListener_h
#include <ntk.h>
...
...
@@ -50,5 +43,5 @@ namespace nitrogen {
}
}
#endif
/*
EVENTLISTENER_H
*/
#endif
/*
nitrogen_nwt_EventListener_h
*/
src/ntk/nitrogen/nwt/EventObject.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventObject.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:36 PM
*/
#include "EventObject.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/EventObject.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: EventObject.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:36 PM
*/
#ifndef EVENTOBJECT_H
#define EVENTOBJECT_H
#ifndef nitrogen_nwt_EventObject_h
#define nitrogen_nwt_EventObject_h
#include <ntk.h>
...
...
@@ -57,5 +50,5 @@ namespace nitrogen {
}
}
#endif
/*
EVENTOBJECT_H
*/
#endif
/*
nitrogen_nwt_EventObject_h
*/
src/ntk/nitrogen/nwt/FlowLayout.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FlowLayout.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 8:53 PM
*/
#include "FlowLayout.h"
#include "Insets.h"
...
...
src/ntk/nitrogen/nwt/FlowLayout.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FlowLayout.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 8:53 PM
*/
#ifndef FLOWLAYOUT_H
#define FLOWLAYOUT_H
#ifndef nitrogen_nwt_FlowLayout_h
#define nitrogen_nwt_FlowLayout_h
#include <ntk.h>
...
...
@@ -79,5 +72,5 @@ namespace nitrogen {
}
}
#endif
/*
FLOWLAYOUT_H
*/
#endif
/*
nitrogen_nwt_FlowLayout_h
*/
src/ntk/nitrogen/nwt/Font.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Font.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:02 PM
*/
#include "Font.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Font.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Font.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:02 PM
*/
#ifndef FONT_H
#define FONT_H
#ifndef nitrogen_nwt_Font_h
#define nitrogen_nwt_Font_h
#include <ntk.h>
...
...
@@ -64,5 +57,5 @@ namespace nitrogen {
};
}
}
#endif
/*
FONT_H
*/
#endif
/*
nitrogen_nwt_Font_h
*/
src/ntk/nitrogen/nwt/FontMetrics.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FontMetrics.cpp
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:46 PM
*/
#include "FontMetrics.h"
#include <ntk.h>
...
...
src/ntk/nitrogen/nwt/FontMetrics.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: FontMetrics.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 11:46 PM
*/
#ifndef FONTMETRICS_H
#define FONTMETRICS_H
#ifndef nitrogen_nwt_FontMetrics_h
#define nitrogen_nwt_FontMetrics_h
#include <ntk.h>
...
...
@@ -64,5 +57,5 @@ namespace nitrogen {
}
}
#endif
/*
FONTMETRICS_H
*/
#endif
/*
nitrogen_nwt_FontMetrics_h
*/
src/ntk/nitrogen/nwt/Graphics.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Graphics.cpp
* Author: jlhawkwell
*
* Created on March 17, 2018, 2:16 PM
*/
#include "Graphics.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Graphics.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Graphics.h
* Author: jlhawkwell
*
* Created on March 17, 2018, 2:16 PM
*/
#ifndef GRAPHICS_H
#define GRAPHICS_H
#ifndef nitrogen_nwt_Graphics_h
#define nitrogen_nwt_Graphics_h
#include <ntk.h>
...
...
@@ -80,5 +73,5 @@ namespace nitrogen {
};
}
}
#endif
/*
GRAPHICS_H
*/
#endif
/*
nitrogen_nwt_Graphics_h
*/
src/ntk/nitrogen/nwt/GridLayout.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: GridLayout.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:46 PM
*/
#include "GridLayout.h"
#include "Insets.h"
...
...
src/ntk/nitrogen/nwt/GridLayout.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: GridLayout.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:46 PM
*/
#ifndef GRIDLAYOUT_H
#define GRIDLAYOUT_H
#ifndef nitrogen_nwt_GridLayout_h
#define nitrogen_nwt_GridLayout_h
#include <ntk.h>
...
...
@@ -71,5 +64,5 @@ namespace nitrogen {
}
}
#endif
/*
GRIDLAYOUT_H
*/
#endif
/*
nitrogen_nwt_GridLayout_h
*/
src/ntk/nitrogen/nwt/InputEvent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: InputEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:41 PM
*/
#include "InputEvent.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/InputEvent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: InputEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 4:41 PM
*/
#ifndef INPUTEVENT_H
#define INPUTEVENT_H
#ifndef nitrogen_nwt_InputEvent_h
#define nitrogen_nwt_InputEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
...
...
@@ -60,5 +53,5 @@ namespace nitrogen {
}
}
#endif
/*
INPUTEVENT_H
*/
#endif
/*
nitrogen_nwt_InputEvent_h
*/
src/ntk/nitrogen/nwt/Insets.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Insets.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:53 PM
*/
#include "Insets.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Insets.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Insets.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 1:53 PM
*/
#ifndef INSETS_H
#define INSETS_H
#ifndef nitrogen_nwt_Insets_h
#define nitrogen_nwt_Insets_h
#include <ntk.h>
...
...
@@ -65,5 +58,5 @@ namespace nitrogen {
}
}
#endif
/*
INSETS_H
*/
#endif
/*
nitrogen_nwt_Insets_h
*/
src/ntk/nitrogen/nwt/LayoutManager.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: LayoutManager.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:40 AM
*/
#include "LayoutManager.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/LayoutManager.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: LayoutManager.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:40 AM
*/
#ifndef LAYOUTMANAGER_H
#define LAYOUTMANAGER_H
#ifndef nitrogen_nwt_LayoutManager_h
#define nitrogen_nwt_LayoutManager_h
#include <ntk.h>
...
...
@@ -57,5 +50,5 @@ namespace nitrogen {
}
}
#endif
/*
LAYOUTMANAGER_H
*/
#endif
/*
nitrogen_nwt_LayoutManager_h
*/
src/ntk/nitrogen/nwt/MouseAdapter.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseAdapter.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:22 PM
*/
#include "MouseAdapter.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/MouseAdapter.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseAdapter.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 10:22 PM
*/
#ifndef MOUSEADAPTER_H
#define MOUSEADAPTER_H
#ifndef nitrogen_nwt_MouseAdapter_h
#define nitrogen_nwt_MouseAdapter_h
#include <ntk.h>
...
...
@@ -56,4 +49,4 @@ namespace nitrogen {
}
}
#endif
/*
MOUSEADAPTER_H
*/
#endif
/*
nitrogen_nwt_MouseAdapter_h
*/
src/ntk/nitrogen/nwt/MouseEvent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:10 PM
*/
#include "MouseEvent.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/MouseEvent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:10 PM
*/
#ifndef MOUSEEVENT_H
#define MOUSEEVENT_H
#ifndef nitrogen_nwt_MouseEvent_h
#define nitrogen_nwt_MouseEvent_h
#include <ntk.h>
//#include <nitrogen/nwt/Component.h>
...
...
@@ -80,5 +73,5 @@ namespace nitrogen {
}
}
#endif
/*
MOUSEEVENT_H
*/
#endif
/*
nitrogen_nwt_MouseEvent_h
*/
src/ntk/nitrogen/nwt/MouseListener.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseListener.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:37 PM
*/
#include "MouseListener.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/MouseListener.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: MouseListener.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 5:37 PM
*/
#ifndef MOUSELISTENER_H
#define MOUSELISTENER_H
#ifndef nitrogen_nwt_MouseListener_h
#define nitrogen_nwt_MouseListener_h
#include <ntk.h>
...
...
@@ -56,4 +49,4 @@ namespace nitrogen {
}
}
#endif
/*
MOUSELISTENER_H
*/
#endif
/*
nitrogen_nwt_MouseListener_h
*/
src/ntk/nitrogen/nwt/NWTEvent.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWTEvent.cpp
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:35 PM
*/
#include "NWTEvent.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/NWTEvent.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NWTEvent.h
* Author: jlhawkwell
*
* Created on March 23, 2018, 2:35 PM
*/
#ifndef NWTEVENT_H
#define NWTEVENT_H
#ifndef nitrogen_nwt_NWTEvent_h
#define nitrogen_nwt_NWTEvent_h
#include <ntk.h>
#include <nitrogen/nwt/EventObject.h>
...
...
@@ -61,5 +54,5 @@ namespace nitrogen {
}
}
#endif
/*
NWTEVENT_H
*/
#endif
/*
nitrogen_nwt_NWTEvent_h
*/
src/ntk/nitrogen/nwt/NativeGraphics.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NativeGraphics.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:16 PM
*/
#include "NativeGraphics.h"
#include <X11/Xlib.h>
...
...
src/ntk/nitrogen/nwt/NativeGraphics.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: NativeGraphics.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 5:16 PM
*/
#ifndef NATIVEGRAPHICS_H
#define NATIVEGRAPHICS_H
#ifndef nitrogen_nwt_NativeGraphics_h
#define nitrogen_nwt_NativeGraphics_h
#include <ntk.h>
...
...
@@ -104,5 +97,5 @@ namespace nitrogen {
}
}
#endif
/*
NATIVEGRAPHICS_H
*/
#endif
/*
nitrogen_nwt_NativeGraphics_h
*/
src/ntk/nitrogen/nwt/Point.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Point.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:44 AM
*/
#include "Point.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Point.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Point.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 12:44 AM
*/
#ifndef POINT_H
#define POINT_H
#ifndef nitrogen_nwt_Point_h
#define nitrogen_nwt_Point_h
#include <ntk.h>
...
...
@@ -66,5 +59,5 @@ namespace nitrogen {
}
}
#endif
/*
POINT_H
*/
#endif
/*
nitrogen_nwt_Point_h
*/
src/ntk/nitrogen/nwt/Rectangle.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Rectangle.cpp
* Author: jlhawkwell
*
* Created on March 24, 2018, 11:24 AM
*/
#include "Rectangle.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/nwt/Rectangle.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: Rectangle.h
* Author: jlhawkwell
*
* Created on March 24, 2018, 11:24 AM
*/
#ifndef RECTANGLE_H
#define RECTANGLE_H
#ifndef nitrogen_nwt_Rectangle_h
#define nitrogen_nwt_Rectangle_h
#include <ntk.h>
...
...
@@ -66,5 +59,5 @@ namespace nitrogen {
}
}
#endif
/*
RECTANGLE_H
*/
#endif
/*
nitrogen_nwt_Rectangle_h
*/
src/ntk/nitrogen/util/ComponentRenderer.cpp
View file @
e5e1075
...
...
@@ -24,13 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentRenderer.cpp
* Author: jlhawkwell
*
* Created on March 25, 2018, 3:21 PM
*/
#include "ComponentRenderer.h"
namespace
nitrogen
{
...
...
src/ntk/nitrogen/util/ComponentRenderer.h
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ComponentRenderer.h
* Author: jlhawkwell
*
* Created on March 25, 2018, 3:21 PM
*/
#ifndef COMPONENTRENDERER_H
#define COMPONENTRENDERER_H
#ifndef nitrogen_util_ComponentRenderer_h
#define nitrogen_util_ComponentRenderer_h
#include <ntk.h>
...
...
@@ -73,4 +66,4 @@ namespace nitrogen {
}
}
#endif
/*
COMPONENTRENDERER_H
*/
#endif
/*
nitrogen_util_ComponentRenderer_h
*/
src/ntk/ntk.h.in
View file @
e5e1075
...
...
@@ -24,15 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* File: ntk.h
* Author: jlhawkwell
*
* Created on March 16, 2018, 12:49 PM
*/
#ifndef NTK_H
#define NTK_H
#ifndef ntk_h
#define ntk_h
#ifndef GC_NAME_CONFLICT
#define GC_NAME_CONFLICT
...
...
@@ -64,5 +57,5 @@ namespace nitrogen {
void init();
}
#endif /*
NTK_H
*/
#endif /*
ntk_h
*/
src/ntk/ntkMain.cpp
View file @
e5e1075
...
...
@@ -23,6 +23,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <ntk.h>
#include <X11/Xlib.h>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment