- 17 Eyl, 2014 40 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I38fd1856044863b46792e3a1d6f69e51e9fffe0f
-
Tor Lillqvist yazdı
Change-Id: I9d16f4f0df42ae4b046bc1e4ac4fba95c4b9d785
-
Stephan Bergmann yazdı
Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb
-
Stephan Bergmann yazdı
Change-Id: I9c879cc16de0d5353a5ab8ce4c8a8cd7f000a170
-
Stephan Bergmann yazdı
Change-Id: Ic367545895a25a4cf6e95fc1be2f5db9f36a221b
-
Caolán McNamara yazdı
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
-
Tomaž Vajngerl yazdı
Change-Id: Idd5ba4480c5323fb15dbb4c850b46e3f0604737b
-
Tomaž Vajngerl yazdı
Change-Id: I6a402bf29af6edc153e661b28e53166c509823af
-
Tomaž Vajngerl yazdı
Change-Id: I2f6e9e7dbca3b2cd8a7d712c5516b526ddda83b8
-
Tomaž Vajngerl yazdı
Change-Id: I95dc8872d702cbe63d5fdab10a9ddd0e86d49e06
-
Krisztian Pinter yazdı
Change-Id: Id6b2239149bf7d0b3c9242efb7a72091e32c3384
-
Krisztian Pinter yazdı
Change-Id: I604cbf8ca6f7ebb14c1c95e62f997c3150370119
-
Krisztian Pinter yazdı
Change-Id: I882ee959baae429307218d3076a2a198ff960ddd
-
Krisztian Pinter yazdı
Change-Id: If7475d6c46faaa6f6f6cde494990e6573b3aadff
-
Krisztian Pinter yazdı
Change-Id: I1f2832235e8d2ea3517efdce809970ed5f1c6769
-
Krisztian Pinter yazdı
Change-Id: I38695a43ced63bd5207b631a072231d81aa7e0f9
-
Krisztian Pinter yazdı
Change-Id: Id844781c06e37d66f3eebac9d905c58a62682cb0
-
Krisztian Pinter yazdı
Change-Id: I2098892fc44c7a8bde1eb30f6db1709e58925577
-
Krisztian Pinter yazdı
Change-Id: Id84d761b33f12dfc50f980e61ab44565693f2e5a
-
Krisztian Pinter yazdı
Change-Id: I5c992189dc21683fc9e5244f4824d7c42e4ed9cd
-
Krisztian Pinter yazdı
Change-Id: Ie0d084a70d9b135658840bb7529f2099a702d280
-
Krisztian Pinter yazdı
This is the first step in merging SvxLineColorToolBoxControl into SvxColorToolBoxControl. Change-Id: I6a725fef5f9a08524d509b70de15c7a0202e7ed6
-
Krisztian Pinter yazdı
Change-Id: I8c830de56892fd8eb1c14add25f65c25046d47fd
-
Krisztian Pinter yazdı
Change-Id: Iff958cc8d2ef301a43db406aa38dd446bb2242a5
-
Krisztian Pinter yazdı
Change-Id: I0fb9b46298f45bbdf9ae9198c145b9ea5e403bbf
-
Krisztian Pinter yazdı
Change-Id: Id37698c20e5ded3034b62b753d25964541643fd7
-
Krisztian Pinter yazdı
Change-Id: I651f485598ee57af815780e234031f101b63fa24
-
Krisztian Pinter yazdı
Change-Id: I2f02dbeaa61e959d9420410100c6e958580a6567
-
Krisztian Pinter yazdı
Change-Id: Ifb884f8830280d44ea3c73caf319109593bbebf9
-
Krisztian Pinter yazdı
Change-Id: I7e30fc895834318514b51bc648d32aa6d297bfae
-
Krisztian Pinter yazdı
Change-Id: Ie0d0787342bc806a1848cb904114f0ca16c9df69
-
Krisztian Pinter yazdı
Change-Id: I06783b04dbbad2aa690820af1ca2cf05a1004f20
-
Krisztian Pinter yazdı
Change-Id: I2005b434f20a56417105c7b26ce09155a7023023
-
Krisztian Pinter yazdı
Change-Id: Ib452a5cd716ef243e04f498d2fa23d0d389865c0
-
Krisztian Pinter yazdı
Change-Id: Ice8d58028a531b37d2c03fdc3e55eea850c53d44
-
Krisztian Pinter yazdı
Change-Id: I346af872f78396d51a458539f7d3038fc63dad8e
-
Krisztian Pinter yazdı
Change-Id: I46c7af376aacb824a0d4298674423cc227b592f3
-
Krisztian Pinter yazdı
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
-
Zolnai Tamás yazdı
The problem is that LO drawinglayer uses a coordinate system with an origin at the top-left corner of the screen, while OpenGL uses a complete coordinate system (with all four quarters, e.g.: allows negative values). The points in LO are always positive values which means they are drawn in the first quarter of the OpenGL coordinate system which also means that the origin is at the bottom-left corner of the scene. This difference causes the flipped scene. * To solve that problem scale the projection matrix with -1.0f along the y axis. * glDisable(GL_CULL_FACE) is necessary to avoid dropping primitives after scaling with -1.0. * Since projection matrix mirrors also the textures we don't need to do that inside the ConvertBitmapExToRGBATextureBuffer() method. Change-Id: Ieba642f3e665778a12368fe50a20865ec8f73514
-
Zolnai Tamás yazdı
For some reason subtitle block was skipped for layouts. It seems we can enable it for layout too, it appears well on master slides. Change-Id: I23ec7d4fcce045099bfca9e94a8c9335beaf7468
-