- 15 Ara, 2015 6 kayıt (commit)
-
-
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 34 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
-
Juergen Funk yazdı
have buuild under windows with debug-util Change-Id: I65f5c52db0d57453bbbba268ba0b936588c2bf73 Reviewed-on: https://gerrit.libreoffice.org/20657Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Caolán McNamara yazdı
side step the whole pile of misery by using native gtk tooltips also gets transparency and native themeing too by default Change-Id: I59552661cd9dc18a563341885bc40fcdadc5264f
-
Caolán McNamara yazdı
this will make it easier to implement native help tips Change-Id: I984dfadaf02e9b7bf542ba82cf070911c89cb699
-
Miklos Vajna yazdı
Change-Id: Icef8c521d6a0ad1ee1fa1eadf2e472910c9193f2
-
Miklos Vajna yazdı
Change-Id: I1d1f8aa28438209fbe3258b4b4418fcdfaabf78c
-
Miklos Vajna yazdı
Change-Id: I05eda6067308119a388238eed356531851000691
-
Miklos Vajna yazdı
Change-Id: I30ba25e035fae08c06b17e2bafcb8a1147d4e12d
-
Caolán McNamara yazdı
Change-Id: I3ca21608d633145c8a5238b947e22671460e9195
-
Caolán McNamara yazdı
which makes modal dialogs (which are most of them) place correctly under wayland. Modeless ones are still uselessly shoved far to the left, but this makes things near usable and gives the same "graying into the bg" effect for the main window as other gtk apps Change-Id: If1486feb7631c5a0c2aa6efac3a6b9dd1b215daf Reviewed-on: https://gerrit.libreoffice.org/20699Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Giuseppe Castagno yazdı
Throws exception to manage timeout early in the first connection sequence. Change-Id: Ibf87f9d7607c808692509c694127266b6f542014 Reviewed-on: https://gerrit.libreoffice.org/20196Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Baptiste Daroussin yazdı
Change-Id: I88fbad89a78262f4c3275aa3a01fbebaacece245 Reviewed-on: https://gerrit.libreoffice.org/20660Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Baptiste Daroussin yazdı
Change-Id: I3fa26aaf57d9620e952823c303ee77e2fc642045 Reviewed-on: https://gerrit.libreoffice.org/20651Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
It keeps state that apparently doesn't affect its cache hash key. Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea
-
Oliver Specht yazdı
assigning a component or a script to a dialog control should not results in a crash in dbgutil-enabled build Change-Id: I06d11d8d51d0fe8d1b2a7217c51c1dfc8d3f8c97 Reviewed-on: https://gerrit.libreoffice.org/20695Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Caolán McNamara yazdı
Change-Id: I0caab9e329a465e10bf3ed321c55c287371bd437
-
Caolán McNamara yazdı
since commit 7650a60b Author: Stephan Wunderlich <sw@openoffice.org> Date: Mon Feb 3 15:42:43 2003 +0000 CHG: removed obsolete lines Change-Id: Ic03a2619a974005bbd2a60326a3dddb8cc394f83
-
Caolán McNamara yazdı
Change-Id: Ie840cc41ed2c57da3793bdf370ed828242febceb
-
Caolán McNamara yazdı
Change-Id: I70e241933b899b00bc4a3a959c900f284e6ec1ac
-
Caolán McNamara yazdı
Change-Id: Iea1398d6c261659843d060fb0128f7a404beafb7
-
Caolán McNamara yazdı
Change-Id: Ieef22ee987d486a8d7f994900a1f5fd61b0d8cce
-
Caolán McNamara yazdı
since commit 6eda3212 Author: Vladimir Glazounov <vg@openoffice.org> Date: Tue Nov 21 13:12:59 2006 +0000 INTEGRATION: CWS qadev27 (1.5.20); FILE MERGED 2006/06/26 07:05:08 cn 1.5.20.1: #i66737# enhancements on property 'NumberingRuels'. Now the test checks also of correct XIndexReplace values Change-Id: I7e4a59e9b6d7cce044269af37f47fe75b65c56f7
-
Miklos Vajna yazdı
This contains the name of the bookmarks, except that factoid bookmarks don't really have names... Change-Id: I0fe3b983edf206d51e4d1cf4a66919fce0167738
-
Miklos Vajna yazdı
Change-Id: Ibefc4b908c752a6256b168b4045afb400ba8b17a
-
Mike Kaganski yazdı
... to prevent duplicating masters on slide copy-paste. Also fixed a 10-year copy-paste error (pRefPage wasn't replaced with pNPage). Fixed argument evaluation order issue (aStream.GetEndOfData() depends on Flush() but doesn't call it, so will return incorrect result if called before aStream.GetBuffer()). Replaced compare of hashes with results of stringify(), because it removes useless overhead (hashes are calculated from stringify() anyway, and are not cached anywhere). Removed Flush() called from SvMemoryStream::GetBuffer(), because it calls GetData(), which calls Flush() itself. Thanks to Andras Timar for unit test framework. Change-Id: Ia46d4e9a017fc628d424949a9d229045a249a4ca Reviewed-on: https://gerrit.libreoffice.org/20367Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-