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 2a9c35ed
authored
Mar 22, 2020
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standardizing
1 parent
c5bf1e37
Hide whitespace changes
Inline
Side-by-side
Showing
74 changed files
with
76 additions
and
76 deletions
src/NitroSVG/NitroSVG.h.in
src/NitroSVG/nitrogen/svg/BoundingBox.h
src/NitroWin/NUtils.cpp
src/NitroWin/NWMAction.cpp
src/NitroWin/NWMAction.h
src/NitroWin/NWManager.cpp
src/NitroWin/NWManager.h
src/NitroWin/NitroWin.h.in
src/nde/nde.h.in
src/nde/ndeMain.cpp
src/nde/nitrogen/NPosition.cpp
src/nde/nitrogen/NPosition.h
src/nde/nitrogen/NSize.cpp
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 @
2a9c35e
/*
* Copyright (c) 2020,
jlhawkwell
* Copyright (c) 2020,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroSVG/nitrogen/svg/BoundingBox.h
View file @
2a9c35e
/*
* Copyright (c) 2020,
jlhawkwell
* Copyright (c) 2020,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -25,11 +25,11 @@
*/
/*
* File:
nde
.h
* File:
BoundingBox
.h
* Author: jlhawkwell
*/
#ifndef BoundingBox_
H
#ifndef BoundingBox_
h
#define BoundingBox_h
#include <NitroSVG.h>
...
...
src/NitroWin/NUtils.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroWin/NWMAction.cpp
View file @
2a9c35e
/*
* Copyright(c) 2018,
jlhawkwell
* Copyright(c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroWin/NWMAction.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroWin/NWManager.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroWin/NWManager.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/NitroWin/NitroWin.h.in
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/nde.h.in
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/ndeMain.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/nitrogen/NPosition.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/nitrogen/NPosition.h
View file @
2a9c35e
/*
* Copyright(c) 2018,
jlhawkwell
* Copyright(c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/nitrogen/NSize.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/nde/nitrogen/NSize.h
View file @
2a9c35e
/*
* Copyright(c) 2018,
jlhawkwell
* Copyright(c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/NComponent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/NComponent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/Object.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/Object.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ActionEvent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ActionEvent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ActionListener.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ActionListener.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Border.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Border.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Color.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Color.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Component.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Component.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ComponentEvent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/ComponentEvent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Container.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Container.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Dimension.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Dimension.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EmptyBorder.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EmptyBorder.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EventListener.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EventListener.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EventObject.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/EventObject.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/FlowLayout.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/FlowLayout.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Font.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Font.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/FontMetrics.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/FontMetrics.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Graphics.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Graphics.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/GridLayout.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/GridLayout.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/InputEvent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/InputEvent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Insets.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Insets.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/LayoutManager.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/LayoutManager.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseAdapter.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseAdapter.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseEvent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseEvent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseListener.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/MouseListener.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/NWTEvent.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/NWTEvent.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/NativeGraphics.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/NativeGraphics.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Point.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Point.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Rectangle.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/nwt/Rectangle.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/util/ComponentRenderer.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/nitrogen/util/ComponentRenderer.h
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/ntk.h.in
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
src/ntk/ntkMain.cpp
View file @
2a9c35e
/*
* Copyright (c) 2018,
jlhawkwell
* Copyright (c) 2018,
StarPhoenix Media
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
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