Age | Commit message (Collapse) | Author |
|
(cherry picked from commit b6189665e0143d68cf2fe225eca77bcf0454a107)
Conflicts:
svx/source/svdraw/svdedtv2.cxx
Change-Id: I4ebf95a5c42fd2348dbb79f99881217a74301197
|
|
Change-Id: I1e5dca798eee45c961024771d276a00a5499efaa
|
|
Regression from 465730622e2eb77828c1cf4845f8e8a40b92f1b2; unfortunately the
hierarchy can contain more than just the sdr shapes, in which case it fails to
recognize that there is still something to paint.
We need to improve the way getPrimitive2DSequenceHierarchy() works, and come
up with a way how to cut early the primitives that are not interesting for the
area that we are redrawing.
Change-Id: Ieb2e40a576e9a394fe28f248e582c132ab5b6578
|
|
Without this, the 100% transparent frame is actually drawn opaque.
Change-Id: Ibaaeead7fe2379d48ea9680719a082e322b7b0c9
|
|
Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5
|
|
Renamed functions:
+ supportsOperation -> SupportsOperation
For consistency
+ DrawAlphaBitmap -> DrawDeviceAlphaBitmap
I want to make it more clear that these are the functions that call
on mpGraphics to actually draw on the graphics device
Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
|
|
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c
|
|
Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8
|
|
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
|
|
for people guessing the encoding of a .csv
Change-Id: Ie1b0a51bd2beb60351c244f97583a48ce596fbcc
|
|
Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740
|
|
The color in the toolbar buttons doesn't change when we use the Floating
Font/Background/Highlight Color Toolbar.
This problem seems happen sometimes,not always.
This patch modifies that SvxColorExtToolBoxControl::StateChanged()
in /svx/source/tbxctrls/tbcontrol.cxx handles SFX_ITEM_DEFAULT message
always.
Change-Id: If7410297db768c161287b75396186fbec3605f63
Reviewed-on: https://gerrit.libreoffice.org/9107
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
1.The Font/Background/Highlight Color panels identify the actual color
by a small frame.
(Regression from the commit 35aa48d80b4b800d408d26bd72fbdfd711abbb6f
See also fdo#32376 - Set default color to the current one in toolbar
popups)
2.Fix this in the Floating Font/Background/Highlight Color Toolbar,too.
Change-Id: I5c2db8ab8923ab146cbf921dcb90894765f8420c
Reviewed-on: https://gerrit.libreoffice.org/9103
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
Change-Id: If4e11ae1fda86b612aeeed94b1cde4a5711c6359
|
|
some of them have no copyright header
Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
|
|
Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6
|
|
Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
|
|
* mostly fallout from ui conversion
* some completely unused defines from src files
* lots of unused HID ids
Change-Id: I976561205798db3d06ee139de6223f638e58f47a
Reviewed-on: https://gerrit.libreoffice.org/9142
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
|
|
This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.
|
|
Change-Id: Ic07c81ce1e7e85bf9579550be01c16c1a41525f0
|
|
Change-Id: Iddc7ac546cbe105466278a733f5ae17451b9670b
|
|
I happened across a presentation whose table didn't resize when extra rows and
columns were added to it. It worked on a higher resolution machine, but not on
a 1024x768 one
Change-Id: I98a7a04bee0b0175174e6376e9ebc046b9eff2dc
|
|
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
|
|
and remove some unused stuff
Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
|
|
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
|
|
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
|
|
Work in progress, still lots of undefineds when attempting to link
TiledLibreOffice.
Change-Id: I80fa330768d9f9fa9ef65e3693f1d777c0713210
|
|
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
|
|
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
|
|
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
|
|
Change-Id: I2cab3d18913e7d7a4e5c89a391e5d9158effc037
|
|
Change-Id: I31871db6f344e90c54ed9efb51b9576cd36d9fa8
|
|
Steps of grabFrame
- Init opengl context
- Call libgltf to render
- Get a RGB buffer from libgltf
- Create a Bitmap from this RGB buffer
Additionally:
- Using mimetype is neccessary to decide which player to create.
- bAllowToCreateReplacementGraphic is unneeded.
Change-Id: I7fef043a3341771389144a4f4cac71b0862ef8a7
|
|
Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951
|
|
SFX_IMPL_INTERFACE previously looked like a function; where in fact it is
several methods defined at once, and only the last one has a body.
This is extremely confusing and hard to read; let's kill that nonsense.
Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
|
|
Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
|
|
Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e
|
|
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
|
|
Change-Id: Ib2fa1dd8136e489765e80f174fcf21d7110ec3c2
|
|
Change-Id: I7ccefc73d7f6e5b7c41d6819ae13116af9d5b5ef
|
|
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
|
|
Change-Id: I7a32bc6391630266eb548c4fa2c7b9dedec3697c
|
|
Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of
using (or not, more likely) -DDISABLE_DBCONNECTIVITY.
The plan is still that database connectivity would be disabled always
for the non-desktop platforms, and otherwise disabling it would be a
configure option.
But, still lots to do; the TiledLibreOffice iOS test app gets tons of
undefineds when linking if I actually try to disable the database
connectivity.
Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac
|
|
Change-Id: I1fd4e8bad535db1b787eac231ab02ed34ee09445
|
|
Change-Id: Ib5294ae8c450ba8213e5a62dfd8c12562e8b3323
|
|
Introduce a configure option --disable-avmedia. For non-desktop,
avmedia is always disabled (for now), and for desktop enabled by
default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia
when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass
avmedia-related code when disabled.
Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
|
|
Change-Id: I8a45f7436383cb904d375d0f0d86416f3ce56567
|
|
At least while the OpenGL chart feature is a work in progress, and
nobody is working on it for iOS or Android anyway.
Change-Id: I9de5c6647e6db42b330e593089e296aa9a346afb
|
|
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
|
|
Change-Id: I307a277ce8f473652afd084eb9848ecb27574714
|