- 17 Eyl, 2014 20 kayıt (commit)
-
-
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
-
Zolnai Tamás yazdı
There are master slides / layouts imported from PPTX in which there is no title or body layout block, but so far Impress added these by default to the master slides if they were missing. Now they are skipped by the importer code. Change-Id: I256a4e78639ea39d0f87a94e6676422c7dbcde4a
-
Zolnai Tamás yazdı
With setting bClearText to true the default text used inside LO will be removed. Before that change the imported text was appended to the end of the LO default text. Now it contains only the imported text. Change-Id: I9f5eb0e20468a35c64130a433367cd3845ac7e3c
-
Jan Holesovsky yazdı
Change-Id: I7b5f6e1b79f9972e2f23ed50c8da53874ad8b55e
-
Noel Grandin yazdı
it seems to have issues with a < token followed by a :: token. Change-Id: I8cc6a5b6cf00a233182de273ab6aa8609326aca9
-
http://docs.oracle.com/javase/tutorial/reflect/class/classTrouble.html Change-Id: Ib548b47c412394e1518fea42b83d05a36c1655c8 Reviewed-on: https://gerrit.libreoffice.org/11477Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Arrays.html#toString(java.lang.Object[]) Change-Id: I42090bf534a9a59fa97061ec2855f79328b1dd45 Reviewed-on: https://gerrit.libreoffice.org/11478Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: Ife3eaaaad199e79aeb6886a146324ffb145c7bc3 Reviewed-on: https://gerrit.libreoffice.org/11476Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: If093afb43f6ad8d4fcf6c0ec426eb48a6061ef3e Reviewed-on: https://gerrit.libreoffice.org/11470Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Add a macro in include/cppuhelper/implbase_ex.hxx to make initialising the type_entry classes a little less verbose. Change-Id: I0904b5b9db269c92bc89e7ce3d6c8b09350c9897
-
- 16 Eyl, 2014 20 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ie84aa24fc7b2d58dbb4f22ef063dfd055f32ae85
-
Stephan Bergmann yazdı
Change-Id: Id8c6082b4b90c3020e1187dd311f0afd0320d155
-
Stephan Bergmann yazdı
...causes "clang: error: unknown argument: '-malign-natural' [-Wunused-command-line-argument-hard-error-in-future]; clang: note: this will be a hard error (cannot be downgraded to a warning) in the future" at least with "Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)", and last mention of -malign-natural in solenv/gbuild was removed with 4ea84822 "OSX: drop -malign-natural flag for non-clang compilers." Change-Id: I0db1de484e45ba3eddf113392da71f20d099e9b5
-
Stephan Bergmann yazdı
Change-Id: Ie883b12392ae5361d29fa0991edf42d13027891f
-
Tomaž Vajngerl yazdı
Change-Id: I7c125c10538a641ec723d95be987ad77cdebc9ba
-
Tomaž Vajngerl yazdı
Change-Id: I7de52945bdf3062174b49e12e2f05075632c7e4a
-
Tomaž Vajngerl yazdı
Change-Id: Ib0b2812792ac7447bfb1d9e3d4d404bc5d5afb0b
-
Tomaž Vajngerl yazdı
Change-Id: I82b20bb7f17b59fdd925d3e5da95b63c2839bda7
-
Stephan Bergmann yazdı
Change-Id: I438b9ca643819cfd3e636e8157c6ef491beb1903
-
Stephan Bergmann yazdı
Change-Id: Ifd40e523f146ee26f49fe443e2455d053c7b6bfc
-
Stephan Bergmann yazdı
Change-Id: Iedd35be577835a24c8d593859b1c1086d1e1ae92
-
Stephan Bergmann yazdı
Change-Id: Ifc90af4e536f860eb4bea5420a5e233471c4b291
-
Stephan Bergmann yazdı
Change-Id: Id1f089b9306124e43a4e44cdd2efccb5f60761d5
-
Stephan Bergmann yazdı
Change-Id: I3bb7310f42ee6ddf6217326589566cf4d4781e17
-
Stephan Bergmann yazdı
Change-Id: I96e7573513a14255b556b068b6df8bc619125c4c
-
Adam Co yazdı
Change-Id: I85d16d0f4ba40d71fae4444af463441996b80f37 Reviewed-on: https://gerrit.libreoffice.org/11474Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Adam Co yazdı
Change-Id: Ide7ba56d53c9565e0cceb6276ee07ecf9545f07b Reviewed-on: https://gerrit.libreoffice.org/11473Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: Ic0cf71efc8d57a98e7cff050ce68a0c4303ca6b1
-
Stephan Bergmann yazdı
Change-Id: I3d3a373a86f766ce517cbb85bb4b5651d91313d8
-
Stephan Bergmann yazdı
Change-Id: I5766aa66da700d5e2962f65510e047655d13a218
-