Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c5423234
Kaydet (Commit)
c5423234
authored
Eki 25, 2016
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unnecessary dir and name prefix
Change-Id: I57b8d8b187fe7b8a99f2f90d696cd8c97b8a07b6
üst
d8ffe6c4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Library_OGLTrans.mk
slideshow/Library_OGLTrans.mk
+3
-3
Operation.cxx
slideshow/source/engine/OGLTrans/Operation.cxx
+1
-1
Operation.hxx
slideshow/source/engine/OGLTrans/Operation.hxx
+0
-0
TransitionImpl.cxx
slideshow/source/engine/OGLTrans/TransitionImpl.cxx
+2
-2
TransitionImpl.hxx
slideshow/source/engine/OGLTrans/TransitionImpl.hxx
+0
-0
TransitionerImpl.cxx
slideshow/source/engine/OGLTrans/TransitionerImpl.cxx
+1
-1
No files found.
slideshow/Library_OGLTrans.mk
Dosyayı görüntüle @
c5423234
...
@@ -62,9 +62,9 @@ $(eval $(call gb_Library_add_libs,OGLTrans,\
...
@@ -62,9 +62,9 @@ $(eval $(call gb_Library_add_libs,OGLTrans,\
endif
endif
$(eval $(call gb_Library_add_exception_objects,OGLTrans,\
$(eval $(call gb_Library_add_exception_objects,OGLTrans,\
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
TransitionerImpl \
slideshow/source/engine/OGLTrans/TransitionerImpl \
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
TransitionImpl \
slideshow/source/engine/OGLTrans/TransitionImpl \
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
Operation \
slideshow/source/engine/OGLTrans/Operation \
))
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
Operation.cxx
→
slideshow/source/engine/OGLTrans/Operation.cxx
Dosyayı görüntüle @
c5423234
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "O
GLTrans_O
peration.hxx"
#include "Operation.hxx"
SRotate
::
SRotate
(
const
glm
::
vec3
&
Axis
,
const
glm
::
vec3
&
Origin
,
SRotate
::
SRotate
(
const
glm
::
vec3
&
Axis
,
const
glm
::
vec3
&
Origin
,
double
Angle
,
bool
bInter
,
double
T0
,
double
T1
)
:
double
Angle
,
bool
bInter
,
double
T0
,
double
T1
)
:
...
...
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
Operation.hxx
→
slideshow/source/engine/OGLTrans/Operation.hxx
Dosyayı görüntüle @
c5423234
File moved
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
TransitionImpl.cxx
→
slideshow/source/engine/OGLTrans/TransitionImpl.cxx
Dosyayı görüntüle @
c5423234
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
#include <comphelper/random.hxx>
#include <comphelper/random.hxx>
#include "
OGLTrans_
TransitionImpl.hxx"
#include "TransitionImpl.hxx"
#include "O
GLTrans_O
peration.hxx"
#include "Operation.hxx"
#include <math.h>
#include <math.h>
TransitionScene
::
TransitionScene
(
TransitionScene
const
&
rOther
)
TransitionScene
::
TransitionScene
(
TransitionScene
const
&
rOther
)
...
...
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
TransitionImpl.hxx
→
slideshow/source/engine/OGLTrans/TransitionImpl.hxx
Dosyayı görüntüle @
c5423234
File moved
slideshow/source/engine/OGLTrans/
generic/OGLTrans_
TransitionerImpl.cxx
→
slideshow/source/engine/OGLTrans/TransitionerImpl.cxx
Dosyayı görüntüle @
c5423234
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
#include <vcl/opengl/OpenGLHelper.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
#include <vcl/window.hxx>
#include <vcl/window.hxx>
#include "
OGLTrans_
TransitionImpl.hxx"
#include "TransitionImpl.hxx"
#include <vcl/sysdata.hxx>
#include <vcl/sysdata.hxx>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment