- 06 Kas, 2014 3 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: If64738067e3b35523272285ae2606c6c06d4c121
-
Tor Lillqvist yazdı
Apparently the salbool plug-in warns if a sal_Bool is initialized in the C++ fashion. Change to the C fashion and no warning, huh? Change-Id: I0f4e33cb33ffb1e0d5571d3757a6bb3bc9c44a64
-
Takeshi Abe yazdı
Change-Id: Ie8c1a3e54bda4ec650f5d5da3928d3c44e4008a8
-
- 05 Kas, 2014 37 kayıt (commit)
-
-
Samuel Mehrbrodt yazdı
This also reintroduces the code to switch the decks asynchronously (removed unintentionally before) Change-Id: I825b4d7c5777097e9d3b3d82adbe1f646510dc9d
-
Caolán McNamara yazdı
Change-Id: I913e14d30d54b4b370c14017b0702005c23c4fc4
-
Caolán McNamara yazdı
Change-Id: I4ec2e1a21a6a27c31c3308a5f72dbdcb33a62f39
-
Caolán McNamara yazdı
Change-Id: Iacbaf56a23d6f1878c5a5ec6f00db8211cb8ed62
-
Caolán McNamara yazdı
Change-Id: I4382645e47ae81e3f15bf69aaa2432dcebd40712
-
Caolán McNamara yazdı
Change-Id: Ie226805ef8d430eb3f7b3abaa54ac3af31f72f7b
-
Caolán McNamara yazdı
Change-Id: I9dc9cd98d0a02a2867d4c40c7afb7bf873513143
-
Caolán McNamara yazdı
Change-Id: I902a5bf989a8f385994a2f927cce4975b18f06d2
-
Caolán McNamara yazdı
and coverity#735651 Division or modulo by zero Change-Id: I412308ef3e736b1e9c72d1dd3a8d80d2dce92d67
-
Michael Meeks yazdı
Change-Id: Ie48fb4260bf580010715777bc63974e4d635aed8
-
László Németh yazdı
Change-Id: I40d19b20259f2d2dada32467efe4defe3ed4b07c
-
Michael Meeks yazdı
Change-Id: Idb835f1fb04a3f9ca2430781cabeb785285ccf7b
-
László Németh yazdı
It is often useful to flush all pending idle / GUI work for testing and/or profiling - so make that easy to do with this new method. Also tag idle Timers with a boolean, for ease of use. Change-Id: I57e883be8fe8637b3715008e8074d0fa258ca0c3
-
Jennifer Liebel yazdı
Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9
-
Tobias Madl yazdı
An idle handler will ultimately be a zero time timeout with prioritisation layered on top of that. Change-Id: I3f0802d5001172fc7b8409274bc5a3632e5dad34
-
Michael Stahl yazdı
(regression from 967a386b) Change-Id: I9408170eb155f433922e5b3887059078a141d78a
-
Marco Cecchetti yazdı
Problem: When I'm in outline mode, if I select a slide in the left slide preview pane, ctrl-c, then select another slide I would like it after and hit ctrl-v; it refuses to cut/paste. Analysis: This issue is due to the fact that the outline view always grabs focus when activated and a view is activated whenever is pushed to the sfx shell stack even if it is not the new top-most active view shell (see `ViewShellManager`, `SfxViewShell`, `SfxDispacther`). Solution: Make the `OutlineViewShell` grabs focus only if it is the top-most active view shell. Rationale: When `OutlineViewShell::Activate` is invoked, instead of removing the focus grabbing action completely, we check if the `OutlineViewShell` instance is the the top-most view shell and perform the focus grabbing action only in such a case. This change required to have also the `DrawViewShell` grabbing focus on activation (only when it is the top-most view shell). In order to implement this solution I needed to add a new method (and data member) to the `ViewShellManager` class. I named it `GetTopViewShell`. This method returns a pointer to the top-most active view shell of the internal stack. The returned pointer is updated in the `UpdateShellStack` method, before the sfx shell stack is updated. For more details see : https://gist.github.com/mcecchetti/15b3ebc505d6582ea0db Change-Id: I619a406864f50f0e62dee3fcb9ac5d46e3d48272
-
Michael Stahl yazdı
Apparently Word treats \ltrch \rtlch differently from \loch \hich \dbch when groups are opened. Change-Id: I257712521e8e77fa66e76857489797ecc675506e
-
Michael Stahl yazdı
Change-Id: I2159f5c45ec6e6df965836705792cf2d71abbc42
-
Tor Lillqvist yazdı
Change-Id: Ia76ac36d3220883aa72b67dbaaa5c0e0251e3cf3
-
Miklos Vajna yazdı
So that we can assert if the input wasn't valid UTF-8. Change-Id: I626a5874b37553b2fe76acfea2ce7d9d9fd38725
-
Adolfo Jayme Barrientos yazdı
Change-Id: Iaa42e8ef7727291ba112fc92db5051951046f86f Reviewed-on: https://gerrit.libreoffice.org/12265Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Katarina Behrens yazdı
Change-Id: I3142f55ecf94ce2143e92492243bc5959322704f
-
Caolán McNamara yazdı
Change-Id: I792c007541d4d703f17c8cdcd2d441ca505acc52
-
Caolán McNamara yazdı
Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da
-
Caolán McNamara yazdı
Change-Id: If90208f2fb9be0a44cabfc9b281b3715772b30d1
-
Caolán McNamara yazdı
Change-Id: I38351eecce12effb61d69439b67062b43344d541
-
Caolán McNamara yazdı
Change-Id: I818a91a3090392efed46700b5e2d77d7f1e3bdb9
-
Caolán McNamara yazdı
Change-Id: I282b874c22c373e078007a29bcbbe74b175a70d3
-
Caolán McNamara yazdı
Change-Id: Iaab0c992497b7d6b2da67cf65ade099c784c7a94
-
Caolán McNamara yazdı
Change-Id: I96575d843fd982866c89000bb4426bd5e11c56d1
-
Caolán McNamara yazdı
Change-Id: Ic87cc3d968447051e52012e59d92e95280d9d35a
-
Caolán McNamara yazdı
Change-Id: I3e34d078772c701d07c14de0da45bbdcb7b44838
-
Caolán McNamara yazdı
Change-Id: I44246f85acf197fa1707b37691f21e6e996bc2d3
-
Caolán McNamara yazdı
Change-Id: I8a57ad303666cfcb3e338fc1933c29a887240a5a
-
Caolán McNamara yazdı
Change-Id: I107817e730ca0bd94d66ecf9719c3a6eb273e4f1
-
Caolán McNamara yazdı
Change-Id: I022d3bbe40058f81cdfc2436cfe70ac2d96382e6
-