- 30 Haz, 2015 20 kayıt (commit)
-
-
Miklos Vajna yazdı
With this, most of the SwEditWin is painted to the virtual device in case of double buffering, not directly to the screen (avoids flickering). Change-Id: If93aa082daaec6b0e2c417ebc7367e5ab601aa2c
-
Caolán McNamara yazdı
Change-Id: I9188c6071f62d13a688c1eb6b14b1ac3f7dc77d4
-
Bjoern Michaelsen yazdı
Change-Id: I89335201083bd68fa199ce52e78d7750c60f8895
-
Bjoern Michaelsen yazdı
Change-Id: I801bb81a7c241b40377617d8f3567e62b79e3976
-
Bjoern Michaelsen yazdı
Change-Id: I23b6f2c53841a4f105d911d72c4d7fe1c077ed82
-
Bjoern Michaelsen yazdı
Change-Id: Ia79bb08fb77bda3de6714b160df7007218ab309a
-
Bjoern Michaelsen yazdı
Change-Id: I1d18f1b7bdda8d95c2d2dd4256ca05aa0c60d5f4
-
Bjoern Michaelsen yazdı
Change-Id: Ib72d52c8641b9edfbc534a490fc27d20ff17f349
-
Bjoern Michaelsen yazdı
Change-Id: I122a4fb8526af0c3c40e6a6cdacaa11fe531e15f
-
Bjoern Michaelsen yazdı
- move some functions to be members, were sensible Change-Id: Ie94029f215102c62e96d314809ca78b079f2a6e6
-
Bjoern Michaelsen yazdı
Change-Id: Iec8c3653497e213c085242085737dcc5985d70b3
-
Bjoern Michaelsen yazdı
Change-Id: Icaf94870906ba2723de727d06037c343f26e87b8
-
Bjoern Michaelsen yazdı
Change-Id: If60fd90f1ffb8a58cc43e4c4a0f80f68b7511937
-
Bjoern Michaelsen yazdı
Change-Id: Ie9313bd8bb391d33e5f86fb86e0874b85594fedf
-
Bjoern Michaelsen yazdı
Change-Id: Icda8e94140d56d71b568ac52feb303bcc861ea31
-
Bjoern Michaelsen yazdı
Change-Id: I303e93635985fce53aaffc9af89cfa10cecadefb
-
Caolán McNamara yazdı
Change-Id: I173618b2e6a2ad69918da8b85ec0eef7099f1d3d
-
Mark Hung yazdı
Inserting a symbol in Writer set all fonts including CJK and CTL to the same one. This patch makes the behavior consistent with that, allows CJK and CTL user to see the symbols. Change-Id: I7a61868e8078c81c68e471760f080b3ce7df589f Reviewed-on: https://gerrit.libreoffice.org/16604Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Noel Grandin yazdı
that were really not helping make the code any clearer. Found with a search git grep -P 'typedef\s+\w+\s*\*\s*\w+\;' and manual inspection Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9
-
Rene Engelhard yazdı
Change-Id: Ie9cbf1b6dfc79df3a74efd3b9bb31ce33e7be3a0
-
- 29 Haz, 2015 20 kayıt (commit)
-
-
László Németh yazdı
Change-Id: I214f49ada17ddb350586426085d27290ad46ee61
-
Eike Rathke yazdı
Change-Id: I2888fd23de5fac90ec7fada213361921b02f9447
-
Eike Rathke yazdı
Some callers of ScRefUpdate::Update() rely on a return value !=UR_NOTHING if rows or columns are inserted or deleted or moved, so simply ignoring the entire columns/rows cases is not possible even if the ranges actually don't change. Instead, return UR_STICKY that may allow to further differentiate in future. Change-Id: Iba6c1e5eb1a33d39ef677ef1de2f2d296bf504f1
-
Michael Stahl yazdı
... after 39b04ad7 started using PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons whereas PRODUCTNAME is LibreOfficeDev so rename for consistency. Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
-
Eike Rathke yazdı
Change-Id: Iac8574329c8c8e0bc0ac956993ccdd085372a6cc
-
Caolán McNamara yazdı
Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8
-
Phillip Sz yazdı
fix after review Change-Id: Ie6a665e6e473cb774cfbcc805aeb944de5723639 Reviewed-on: https://gerrit.libreoffice.org/16527Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: I89c1249315059d6a04615de27e8b9b18dfd300ff
-
Miklos Vajna yazdı
Commit 56dd27d9 (sw: invalidate after keypresses when we have a callback, 2015-01-13) only enabled invalidate-then-paint for the tiled rendering case, because the main loop had no priorities back then. This limitation went away with 48c2815d (tdf#91727 - Unwind non-dispatch of idle handlers., 2015-06-10), so it's not a problem to always do this panting inside the Paint() call. Change-Id: I98ddfcc0f20f1553974b74ec3c859dde315612e4 Reviewed-on: https://gerrit.libreoffice.org/16587Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Martin Hollmichel yazdı
Change-Id: Ibd0a500d7ba31ec4c25bad64b39311d45e94dca3 Reviewed-on: https://gerrit.libreoffice.org/16590Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Martin Hollmichel yazdı
Change-Id: I55fb371843071943ea7966e42444cc56faee9430 Reviewed-on: https://gerrit.libreoffice.org/16589Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
There are still a truck-load of problems with watercan usability. Change-Id: Ic8a9cda070747b1887a292df89b0398bdad8ef8a Reviewed-on: https://gerrit.libreoffice.org/16565Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
The idea is that mpOut is only used for non-drawing purposes outside Paint(), e.g. to do logic <-> pixel conversion. Change-Id: Ia83cd32dd0a5152dcfc1644e92af08b4ddf4653c Reviewed-on: https://gerrit.libreoffice.org/16584Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Eike Rathke yazdı
Change-Id: I8eed87f0e6c0816a7d315f6c5ed039b0b193c322
-
Tobias Lippert yazdı
Also: Make destructor of SfxListener more robust, so that it can be used in tests. Change-Id: I02b273ca8e527705c2d3ea3295ed0dec1c4f83ae Reviewed-on: https://gerrit.libreoffice.org/16483Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Jan Holesovsky yazdı
This will enable the mar-based online update instead of the 'traditional' one. At the moment, this does not build, as libbz2 was not packaged as an external library yet. Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256
-
Nathan Yee yazdı
Change-Id: I033f114d29cd020b6dba5a74257d3f577dd73ea7
-
Nathan Yee yazdı
Remove unneeded mar library build support Add macro workarounds in mar.c; will deal with them in the future Change PL_strdup to strdup (is this safe?) Change-Id: Ib3108abdf360f6fc1ccc1bf5030df8529d724b82
-