- 15 Ara, 2015 30 kayıt (commit)
-
-
Damjan Jovanovic yazdı
Patch by: me (cherry picked from commit 7d41b0a9) Change-Id: I5e087de043bf454268e4a3ccf24d9e25de3735ee
-
Damjan Jovanovic yazdı
instead of 0x%x + conversion to integer. Patch by: me (cherry picked from commit 25f18514) Change-Id: I49197aed7bc2dc92a4b54d9aa6a7dce95ebadcfb
-
Caolán McNamara yazdı
Change-Id: Ibbf45b44eba9f5f65db0e7ae26cf6946b32f879d
-
Caolán McNamara yazdı
Change-Id: I926881bcfa4911f3d7f4899711be44a2f6d82026
-
Damjan Jovanovic yazdı
Implement the Tab() function in AOO Basic. Patch by: me (cherry picked from commit fa1315d2) Change-Id: Ifa9843661ce3862347c6351a078ddb207169182a
-
Tomaž Vajngerl yazdı
This device IDs were taken from Firefox blacklist and are not relevant for our opengl implementation that uses different opengl features. Change-Id: I32b4bf364e196e0c1fcfa0c5ee6f025757a93e65
-
aqcoder yazdı
it always paint partial table border which have line style of DOUBLE_THIN. Becouse the partial of the border line is out of the invalid window rect. so, we extend it. Change-Id: I9d95ca71a96cfa869c68d9d2200f29c7cd447eca Reviewed-on: https://gerrit.libreoffice.org/20701Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Yousuf Philips yazdı
Project: help 581ae2d39799c48ee338b27e9b64d547ab62b70c Correct 'Window' menu entry reference Change-Id: I68cb3287063f7b4c4169a9bf6c4002aa911f02c9 Reviewed-on: https://gerrit.libreoffice.org/20641Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Stephan Bergmann yazdı
Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a
-
Stephan Bergmann yazdı
Change-Id: Iac9006292bfdb1b56e213346188245a205146803
-
Stephan Bergmann yazdı
Change-Id: Ic741021b18b4064cb74786fc3d40fadf8eb85ab7
-
Caolán McNamara yazdı
Change-Id: I0a7b6c1037ea9442001b4eb9a9bb96778c0dedb6
-
Tor Lillqvist yazdı
Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9
-
Tor Lillqvist yazdı
Probably was forgotten in 0bf12a06? Change-Id: Ib32e46fd10307cbf49a1f6278b103b7b05392247
-
Noel Grandin yazdı
rather than uno::Sequence, since we modify this container a lot and uno::Sequence is expensive to update Change-Id: Id5bc5171cbc4b90b243e6dda6d572f21b3bdf00d
-
Noel Grandin yazdı
Change-Id: I7917e5e17e88868a5e315bce11099d32a07ca39e
-
Noel Grandin yazdı
since it is fairly common to append temporaries. Change-Id: I920daf8539e42fc9fe313af48fdb34ee4aaf908d Reviewed-on: https://gerrit.libreoffice.org/20637Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Giuseppe Castagno yazdı
The call to assert() is not appropriate, better use a SAL_WARN_IF instead. The call to DAVProperties::createUCBPropName() method immediately after will take care of the missing namespace. The change to assert() was introduced in commit dd9c15b3 Change-Id: Ib9b85426fc84907fb12f70759a189cedcf117b3a Reviewed-on: https://gerrit.libreoffice.org/20380Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I0a44c12fa8637a5a730743adcc6dfadeab91e72f
-
Miklos Vajna yazdı
The situation is similar to commit 79fb61ef (tdf#92379: svx: don't overwrite fo:background-color on ODF import, 2015-08-21), except that here text frames had the problem of loosing colors when transparency is set. Fix the problem by informing getSvxBrushItemFromSourceSet() about if we're in XML import or not. Change-Id: Id1adf60b14a3762f0a2a43c49caeed9f6ea039be
-
Stephan Bergmann yazdı
Change-Id: I5e203fe8b58d687c0c294c75e385f0bbc858ba07
-
Stephan Bergmann yazdı
Change-Id: I99da487f0bed527eaacf47642884ae25fb0ae8b1
-
Stephan Bergmann yazdı
Change-Id: I1e3678ca14b502b36c1ab698910c13179e83beb4
-
Noel Grandin yazdı
Change-Id: Id72123039409b7559fb4fdfe5f29bf1bb83ac23f
-
Noel Grandin yazdı
Change-Id: Ie32abd917bf86ab0c44be80a00e5f35354bc3cdc
-
Tor Lillqvist yazdı
Change-Id: Ia08e7ea3381cd450d2dadd8add723574634124e0
-
Tor Lillqvist yazdı
Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
-
Tor Lillqvist yazdı
Change-Id: Ifa02bde8c84326c513df74d34077710f2e28c91e
-
Juergen Funk yazdı
this commit has make the problem, the removing of the SALEVENT_MOUSEACTIVATE commit dd351dd7 Author: Noel Grandin <noel@peralex.com> Date: Tue Nov 24 08:50:39 2015 +0200 loplugin:unusedfields in vcl/ and remove the unused SALEVENT_MOUSEACTIVATE stuff Without of there, when click in the opened list-box it send first the "PreNotify" with "MouseNotifyEvent::LOSEFOCUS" and that close the listbox. After that, it send the mouse-event to a closed window, that is the reason why the Listbox not get the mouse-click. With this patch, first send the mouse-click and then the "PreNotify" Change-Id: I5a09b1524335434f043d22bc71f7e38559fb1c0b Reviewed-on: https://gerrit.libreoffice.org/20708Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tor Lillqvist yazdı
The Linux GLSL imlementation is very loose in its interpretation of standards, it seems. (I am not surprised.) Not so on Windows, at least with AMD drivers. The inverse() function (for float matririces) is present only starting from GLSL 1.40. Bump the #version directive accordingly. (See https://www.opengl.org/sdk/docs/man/html/inverse.xhtml) To get this to work again on OS X will be a further challenge. There a 'legacy' context only has GLSL 1.20. But the intent is to move this code in the direction of using 'core' contexts anyway. Change-Id: I572dc7cc30f90321b233fbfd857455dc01761a7c
-
- 14 Ara, 2015 10 kayıt (commit)
-
-
Dennis Francis yazdı
Change-Id: Icfa10e1662f6ac00110a8d301734a72dcacc1780 Reviewed-on: https://gerrit.libreoffice.org/20672Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
David Tardon yazdı
The original code breaks at least in optimized build on Fedora x86, because there nBits for 256 is computed as 9, not 8. Change-Id: Ib157c415bc9e231bf7fd544349810e6bc83c8fcc
-
Stephan Bergmann yazdı
Change-Id: I006e3c8f411b480917d9cfb9c4f3d082b79c833d
-
Dennis Francis yazdı
Change-Id: I516ca96c0743840fb03d8208f7236ca25027bc45 Reviewed-on: https://gerrit.libreoffice.org/20102Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I8f9e74f7fbbff055c67cafba5d534db4635e5399
-
Maxim Monastirsky yazdı
TODO: - Clean the now unused defines/resources. - Several submenus are duplicated (in the menubar too). Makes sense to refactor them to separate popup menu controllers. Change-Id: I85505eda1c5fb707b1e6064007f27af7b31452bf Reviewed-on: https://gerrit.libreoffice.org/20704Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Stephan Bergmann yazdı
("'<<' : result of 32-bit shift implicitly converted to 64 bits") Change-Id: I738fe94ec559e2a35ffc32fb91c22c06094cff9f
-
David Tardon yazdı
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee
-
Miklos Vajna yazdı
No testcase as our importer doesn't read this structure, but Word complained about this. Change-Id: I91f947233802ea6fb103c32fd774bad09c56764e
-
Miklos Vajna yazdı
And also relax two import conditions, as it turns out Word accept those. So instead of checking for each offset/length one by one, only check once. It's now as good as the DOCX one, I believe. Change-Id: I1890ef61fdbbd2ab6facaf3e787f75b791adcfdc
-