summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2014-04-29Resolves: #i124760# ensure that only the created object is selectedArmin Le Grand
(cherry picked from commit b6189665e0143d68cf2fe225eca77bcf0454a107) Conflicts: svx/source/svdraw/svdedtv2.cxx Change-Id: I4ebf95a5c42fd2348dbb79f99881217a74301197
2014-04-28Don't repeat yourselfTor Lillqvist
Change-Id: I1e5dca798eee45c961024771d276a00a5499efaa
2014-04-28Fix repainting problems in Draw.Jan Holesovsky
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
2014-04-27fix drawing of 100% transparent frames (fdo#77723)Luboš Luňák
Without this, the 100% transparent frame is actually drawn opaque. Change-Id: Ibaaeead7fe2379d48ea9680719a082e322b7b0c9
2014-04-27constLuboš Luňák
Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5
2014-04-28VCL: Renamed two functionsChris Sherlock
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
2014-04-27vclopengl is buildable on all platforms nowZolnai Tamás
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c
2014-04-27cppcheck: reduce scopeJulien Nabet
Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8
2014-04-27automaticly -> automatically.Jan Holesovsky
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
2014-04-25make 'Unicode' less-attractive to pick vs UTF-8Caolán McNamara
for people guessing the encoding of a .csv Change-Id: Ie1b0a51bd2beb60351c244f97583a48ce596fbcc
2014-04-25the chart root shape has to be at the bottom, fdo#74333, cp#1000057Markus Mohrhard
Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740
2014-04-25fdo#77683 the color in the toolbar buttons doesn't change.Tomofumi Yagi
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>
2014-04-25fdo#73891 Fix "UI color panel does not show the actual color in Writer"Tomofumi Yagi
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>
2014-04-25Use the show method directlyMaxim Monastirsky
Change-Id: If4e11ae1fda86b612aeeed94b1cde4a5711c6359
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-24add missing modelines to hrc and src filesThomas Arnhold
Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6
2014-04-24some more hrc cleanupThomas Arnhold
Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
2014-04-23huge hrc and src file cleanupThomas Arnhold
* 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>
2014-04-23fdo#76878 Revert "Resolves: #i116244# need to reset rotation..."Andras Timar
This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.
2014-04-23coverity#707237 Uncaught exceptionCaolán McNamara
Change-Id: Ic07c81ce1e7e85bf9579550be01c16c1a41525f0
2014-04-22cppcheck: Fix same expression on both sides of '&&'Julien Nabet
Change-Id: Iddc7ac546cbe105466278a733f5ae17451b9670b
2014-04-22table not resizing when rows/columns added to itCaolán McNamara
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
2014-04-22remove unused hrc filesThomas Arnhold
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-22fix namespaceCaolán McNamara
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
2014-04-22coverity#708389 Uninitialized scalar fieldCaolán McNamara
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist
Work in progress, still lots of undefineds when attempting to link TiledLibreOffice. Change-Id: I80fa330768d9f9fa9ef65e3693f1d777c0713210
2014-04-21remove comments why a file gets includedThomas Arnhold
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21remove some more bloatThomas Arnhold
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-21clean up src filesThomas Arnhold
Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e
2014-04-21remove commented out translations from src fileThomas Arnhold
Change-Id: I2cab3d18913e7d7a4e5c89a391e5d9158effc037
2014-04-20cpplint: invalid UTF-8 + punctuationJulien Nabet
Change-Id: I31871db6f344e90c54ed9efb51b9576cd36d9fa8
2014-04-20Make OGLFrameGrabber workZolnai Tamás
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
2014-04-19cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet
Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
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
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
2014-04-18fix build problem with ambiguous InitFontCaolán McNamara
Change-Id: Ib2fa1dd8136e489765e80f174fcf21d7110ec3c2
2014-04-18we don't even need an instance of SvtLanguageTable at SvxLanguageBoxEike Rathke
Change-Id: I7ccefc73d7f6e5b7c41d6819ae13116af9d5b5ef
2014-04-18Typo: s/cant/can't/Tor Lillqvist
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
Change-Id: I7a32bc6391630266eb548c4fa2c7b9dedec3697c
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
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
2014-04-17coverity#1202899 Uncaught exceptionCaolán McNamara
Change-Id: I1fd4e8bad535db1b787eac231ab02ed34ee09445
2014-04-17coverity#1202898 Uncaught exceptionCaolán McNamara
Change-Id: Ib5294ae8c450ba8213e5a62dfd8c12562e8b3323
2014-04-17More generic way to disable avmediaTor Lillqvist
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
2014-04-17Try harder to bypass avmedia on non-desktop for nowTor Lillqvist
Change-Id: I8a45f7436383cb904d375d0f0d86416f3ce56567
2014-04-17Try harder to bypass OpenGL 3D stuff on non-desktop for nowTor Lillqvist
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
2014-04-17remove executable bitAndras Timar
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-17coverity#704833 Dereference after null checkCaolán McNamara
Change-Id: I307a277ce8f473652afd084eb9848ecb27574714