Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-TextureControl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-TextureControl
Compare Revisions
26dc8c37f9722262d5a8986e578daac9fcc2b668...3a1a7fc2ae6252125bb33ee1bc4cc31d5e82afb2
Source
3a1a7fc2ae6252125bb33ee1bc4cc31d5e82afb2
Select Git revision
...
Target
26dc8c37f9722262d5a8986e578daac9fcc2b668
Select Git revision
Compare
Commits (1)
Removed old svn header
· 3a1a7fc2
Jan Möbius
authored
Jan 09, 2019
3a1a7fc2
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
21 additions
and
147 deletions
+21
-147
Dialogs/QwtFunctionPlot.cc
Dialogs/QwtFunctionPlot.cc
+1
-7
Dialogs/QwtFunctionPlot.hh
Dialogs/QwtFunctionPlot.hh
+1
-7
Dialogs/textureProperties.cc
Dialogs/textureProperties.cc
+1
-7
Dialogs/textureProperties.hh
Dialogs/textureProperties.hh
+1
-7
HistogramItem.cc
HistogramItem.cc
+1
-7
HistogramItem.hh
HistogramItem.hh
+1
-7
ImageStorage.cc
ImageStorage.cc
+1
-7
ImageStorage.hh
ImageStorage.hh
+1
-7
TextureControl.cc
TextureControl.cc
+1
-7
TextureControl.hh
TextureControl.hh
+1
-7
TextureControl1DTextureHandlingOVMT.cc
TextureControl1DTextureHandlingOVMT.cc
+1
-7
TextureControl1DTextureHandlingT.cc
TextureControl1DTextureHandlingT.cc
+1
-7
TextureControl2DTextureHandlingOVMT.cc
TextureControl2DTextureHandlingOVMT.cc
+1
-7
TextureControl2DTextureHandlingT.cc
TextureControl2DTextureHandlingT.cc
+1
-7
TextureControlHistogramsT.cc
TextureControlHistogramsT.cc
+1
-7
TextureData.cc
TextureData.cc
+1
-7
TextureData.hh
TextureData.hh
+1
-7
TextureMath.cc
TextureMath.cc
+1
-7
TextureMath.hh
TextureMath.hh
+1
-7
TextureParameters.cc
TextureParameters.cc
+1
-7
TextureParameters.hh
TextureParameters.hh
+1
-7
No files found.
Dialogs/QwtFunctionPlot.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Dialogs/QwtFunctionPlot.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Dialogs/textureProperties.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
Dialogs/textureProperties.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
...
...
HistogramItem.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifdef WITH_QWT
...
...
HistogramItem.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef HISTOGRAM_ITEM_H
#define HISTOGRAM_ITEM_H
...
...
ImageStorage.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "ImageStorage.hh"
...
...
ImageStorage.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TEXTUREIMAGESTORAGE_HH
#define TEXTUREIMAGESTORAGE_HH
...
...
TextureControl.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TextureControl.hh"
...
...
TextureControl.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
TextureControl1DTextureHandlingOVMT.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#if defined(ENABLE_HEXAHEDRALMESH_SUPPORT) || defined(ENABLE_POLYHEDRALMESH_SUPPORT) || defined(ENABLE_TETRAHEDRALMESH_SUPPORT)
...
...
TextureControl1DTextureHandlingT.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#define TEXTURECONTROL_1D_TEXTURE_HANDLING_C
...
...
TextureControl2DTextureHandlingOVMT.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#if defined(ENABLE_HEXAHEDRALMESH_SUPPORT) || defined(ENABLE_POLYHEDRALMESH_SUPPORT) || defined(ENABLE_TETRAHEDRALMESH_SUPPORT)
...
...
TextureControl2DTextureHandlingT.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#define TEXTURECONTROL_2D_TEXTURE_HANDLING_C
...
...
TextureControlHistogramsT.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TextureControl.hh"
...
...
TextureData.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TextureData.hh"
#include <iostream>
...
...
TextureData.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TEXTUREDATA_HH
#define TEXTUREDATA_HH
...
...
TextureMath.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TextureMath.hh"
...
...
TextureMath.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TEXTUREMATH_HH
#define TEXTUREMATH_HH
...
...
TextureParameters.cc
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "TextureParameters.hh"
#include <cfloat>
...
...
TextureParameters.hh
View file @
3a1a7fc2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef TEXTUREPARAMETERS_HH
#define TEXTUREPARAMETERS_HH
...
...