- 27 Haz, 2015 9 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I77ecdb2703e7957613db005517a354879f5bb009
-
Caolán McNamara yazdı
Change-Id: I7014f77a194af6aae43051b680c02c4f2b97b597
-
Caolán McNamara yazdı
Change-Id: I32750eebbcd5a54d3767d77f4f4b8c54c0888078
-
David Tardon yazdı
-
László Németh yazdı
Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e
-
Stanislav Horacek yazdı
Project: help 30ef8ce4bed6aeaea2a9d2aeacb956c8ee127ec3 rename items of Zoom toolbar in Impress to correspond with UI Change-Id: If1012ce7bb7e2384393500d838911c2249871ef9 Reviewed-on: https://gerrit.libreoffice.org/16494Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stanislav Horacek yazdı
Project: help a178283c34717e687b3d6112fdb2f8e573aafc24 sheet tabs and scrollbar are not in one line anymore Change-Id: Ia131b4b0f8e0392895019e9f8847c562eccd1f5b Reviewed-on: https://gerrit.libreoffice.org/16495Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
andreask yazdı
Change-Id: I057073e7622271bf75ab5563c8798ddce56078bd Reviewed-on: https://gerrit.libreoffice.org/16532Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Try to resync shared group top and length. Change-Id: I31bd0db7c1dceb880a22274edc4c3f20ce253095
-
- 26 Haz, 2015 31 kayıt (commit)
-
-
Eike Rathke yazdı
This gets significant now that we have regular A:A/1:1 references. Change-Id: I6cee35173cb1c13b03f6bf4dfc0dce9949536e23
-
Yousuf Philips yazdı
Change-Id: Ibd70f1cd7cf50d7bd50347e5b428bb3a12521fc3 Reviewed-on: https://gerrit.libreoffice.org/16530Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Michael Stahl yazdı
Change-Id: I6d6d63a88ef125b12614f1daeab7afbab06c47ca
-
Michael Stahl yazdı
Change-Id: I004f082c9e4a17aeb7a8bd778bf45dff93e47ee8
-
Michael Stahl yazdı
To create and destroy thread-affine Win32 Windows and DCs, non-main threads SendMessage() special messages like SAL_MSG_CREATEFRAME. The main thread must handle these messages and return the result to un-block the other thread. This works fine as long as the main thread is in its message loop anyway and blocked on GetMessage(); however if the main blocks trying to acquire the SolarMutex that is held by the sending thread, deadlock results. In order to work around this, there is some peculiar code in ImplSalYieldMutexAcquireWithWait() to avoid blocking the main thread on mpSalYieldMutex but instead block in GetMessage(). The crucial detail is that GetMessage() will immediately dispatch any message sent via SendMessage(), which avoids the deadlock. https://msdn.microsoft.com/en-us/library/windows/desktop/ms644936.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ms644927.aspx Most of the Win32 WndProc that acquire SolarMutex do so via ImplSalYieldMutexAcquireWithWait(), but the main thread may also temporarily drop SolarMutex and re-aquire it with the questionable SolarMutexReleaser hack, which calls ImplSalAcquireYieldMutex() instead, which blocks on mpSalYieldMutex. Fix SolarMutexReleaser to call a new function Application::ReAcquireSolarMutex() that does the right thing here: acquire SolarMutex via ImplSalYieldMutexAcquireWithWait(). It turns out that this problem was already fixed before in commit 6a8fd4c7 but the problem was insufficiently documented in the commit and it introduced the bug that Application::Reschedule() was called without having the SolarMutex locked, which caused timers to run without SolarMutex, so the commit was reverted in 1ef17813. Change-Id: I60aae555a9ee3c6390f584feddbc6b3cb7de0250
-
Stephan Bergmann yazdı
Change-Id: Ie9bf973e87bf571e19ba036dac3a41054eaed568 Reviewed-on: https://gerrit.libreoffice.org/16520Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
andreask yazdı
galaxy, tango show also an update symbol for the draw icon was used in math (update page) for example Change-Id: If68609ced00ab17dc7ca4074085a912985f7d647 Reviewed-on: https://gerrit.libreoffice.org/16499Reviewed-by:
andreas_kainz <kainz.a@gmail.com> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
andreask yazdı
Change-Id: I4aeef961b8a3e06cbff2762d7734eb2e877dba01 Reviewed-on: https://gerrit.libreoffice.org/16493Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Eike Rathke yazdı
Change-Id: I4287019f5492825f6d295c4e364405f0d7329eb7
-
Eike Rathke yazdı
... if both anchors of the other axis are absolute. Now that we can parse them as of commit 0c8778ce (and follow-up 4091b4fb). Change-Id: Ie67127fe2d7546e7e598ee1a4d89133c08222262
-
László Németh yazdı
Change-Id: I10d3791a8d95b5db94af33690de57f3c443bc8fb
-
Caolán McNamara yazdı
Change-Id: I91d21e3d1663880de14792ded0a1e079d1a40f09
-
Stephan Bergmann yazdı
In bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx, the #if also covered Clang, which actually needs these declarations (for now; the right fix will probably be to #include <cxxabi.h>). Change-Id: I1eebd59e2371f3498d740ab78244927358c4f23f
-
Stephan Bergmann yazdı
Change-Id: If00273e3836aeb70adee36f49f0ef502b6a7aebb
-
Eike Rathke yazdı
Change-Id: I2ae8c1c81734efd7c80558ba5337253985e8e8b7
-
Caolán McNamara yazdı
Change-Id: I0f10d03c1e4481e8efa765e52b5264071c86a3cf
-
Justin Luth yazdı
The existing code design ONLY allowed textboxes to be linked if they were basically processed sequentially or reverse sequentially. It appears that the processing is actually based on the order that the textboxes were created, which is usually sequential but not necessarily. Change-Id: Ieb7b37d4cbd4b3a5b5d474803abccfa198a5864b Reviewed-on: https://gerrit.libreoffice.org/16353Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
properties.pSGlobalShell can be legitimately 0 here. No testcase, for some reason the export does not crash if it's done by CppunitTest_sw_filters_test or CppunitTest_sw_odfexport; but it does crash with '--headless --convert-to odt kde140265-1.doc'. Change-Id: I50936f9e5236763cc987aba14d8fc897c4b789bf
-
Miklos Vajna yazdı
One tricky part is that in generic SwFrm methods SwRootFrm may not have a shell and doesn't need a vcl::RenderContext, either; so check for that situation explicitly where the frame may be a root one. Change-Id: I48f39fb7195290393fca34f75d8798fb5f960f46
-
Stephan Bergmann yazdı
(and the pXPool members are not even necessary) Change-Id: I321f06387ca1f1e98d8f731ec2b070212c82c28a
-
Noel Grandin yazdı
Change-Id: I76f9b791c10fb5c5736dd025abc125ae4a50ec7a
-
Eike Rathke yazdı
They still get displayed as A1:A1048576 and A1:AMJ1 but are accepted as input. Change-Id: I6a44ce56767695af874e9f5122501a4c7925b0d6
-
Stephan Bergmann yazdı
Change-Id: I184787f3effe5d5ee673de246c94aa4a4b4b290c
-
Caolán McNamara yazdı
in favor of hooking in via get_accessible Change-Id: I8c265e0d9a5f8bdf02b7ba4be71fc58194cf5aa4
-
Caolán McNamara yazdı
Change-Id: I89cfde9b4c97852d36817b716ac08bd32096915b
-
Michael Stahl yazdı
Change-Id: Ie813234b78b9f8d2c61c9640546317d754f66004
-
Stephan Bergmann yazdı
Change-Id: If495a415d4263d1932c03a31d07a517218533847
-
Stephan Bergmann yazdı
Change-Id: I5f0bceb240a492c7c010b4356bc8efafdd83bf24
-
Stephan Bergmann yazdı
Change-Id: I66410932347b4f65c4b24b5316009ecffc8aef06
-
Stephan Bergmann yazdı
Change-Id: I4875b12807aed36f758d81c731e2ac52a3a606e4
-
Stephan Bergmann yazdı
Change-Id: I9975a87f6df2b7a79c376130864e9eb54bc3452b
-