summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-22Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida2-36/+24
Change-Id: I16c25d28066fbc8d6357bf89b047763b67bc85bb
2014-11-23icons: Kill now irrelevant warning.Jan Holesovsky1-2/+0
Change-Id: I2ce348fe97cfc0fdaf1ad5e1063a28d069accdf5
2014-11-23icons: Package only the icons that are in the theme.Jan Holesovsky1-8/+2
The fallback is now implemented directly in vcl, no need to waste space any more. Change-Id: Ia027fda5e92d2bac7369139f3277d73b0521bef2
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky2-10/+37
When an icon is not found in eg. images_sifr.zip, search it in images_tango.zip, etc. Change-Id: I8af952a1bd8e9e02531f84012e8ce39e75422313
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky2-39/+47
Change-Id: I7d2bfd3e8aa102e88c107de445fa77c004867fe7
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky2-23/+43
Change-Id: I9a13aa3ed928b989eaa2b2da8d1acfc5a37f506e
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky2-55/+35
Change-Id: I346d751cef124b534784f0b3b335c9578c56e024
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky2-35/+15
Change-Id: Ie63f8780093a2605ecd4d1e80ccb05e16b486cf1
2014-11-23icons: Unused CheckStyleCache.Jan Holesovsky1-10/+4
Change-Id: I9097b2704b7a961f448c58572f091f335847e951
2014-11-23block my OpenGL driverMarkus Mohrhard1-0/+5
Kendy and I both ahve the same issue related to the driver returning the wrong attribute location in some shaders Change-Id: I496c0f545f7c28c71a94ca8a9ff9fb0b0df46005
2014-11-23remove whitespaceMarkus Mohrhard1-1/+0
Change-Id: Ie41f7dee77d378bcdd963ea26b0b83d198762f53
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
Change-Id: Ie822d1a154b7b25437ce7e5d09eb399460823acf
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida2-0/+23
This fixes Windows build breakage. Change-Id: I188e38b20674700132c7d7c78304f58748540556
2014-11-23some localizations (e.g. Slovenian) need more space for translated button textAndras Timar1-2/+2
Change-Id: I407d8d92c9669f606e4f8fbb95a37932f8f14956
2014-11-22fdo#86550 make some strings localizableAndras Timar8-14/+38
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
2014-11-22Updated coreAndras Timar1-0/+0
Project: translations 78a223e7931ed04859cfe0c8bd834c4956e50e0b
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida7-4/+99
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida2-85/+141
This is a high-impact header, included by hundred's of source files. Change-Id: I2b7f1c9e8ffe81ddccd1a541e3474ca302a27e90
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell13-9/+72
Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502 Reviewed-on: https://gerrit.libreoffice.org/13043 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-11-22Updated coreAndras Timar1-0/+0
Project: translations a1da2c880cef1ad5289ed78dc345e8c3ef94fb28
2014-11-22Fix build.Jan Holesovsky1-2/+2
Change-Id: Ibf5d1ccee155cc5807a1a125fde7a7243eab7585
2014-11-22windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.Jan Holesovsky1-0/+9
[Blind fix to fix build; real fix to follow after testing.] Change-Id: Ic4cf2dc74ba4649a2453bc351cdc1d1fad59a0ca
2014-11-22fdo#82006 RTF filter: import \sbauto and \saautoMiklos Vajna3-0/+20
Change-Id: Iabff543c8191fc86dceb9274ea1552f60d73dabd
2014-11-22vcl: Make sure the active framebuffer is the right one before drawingLouis-Francis Ratté-Boulianne1-0/+3
Change-Id: Icc30bee1d58dbf8f5e7b65ba90cfdf0c9135b464
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne1-2/+2
Change-Id: I1819f8e3357dc2f805b0ecebca0659fe073ec611
2014-11-22vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne2-1/+41
Change-Id: I7a481ba86d03b0eb8f4b456e38cfa89b6cbc209d
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne3-28/+34
Change-Id: Ibec92851dc87f6696ee55a8db10fe160cd97d09c
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne4-6/+8
Change-Id: I462e68a1ad7a56fafe57504959cf169a70665f81
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne16-72/+264
Change-Id: Ief0e947149c133aaa8e81973e088c4df6432bfdc
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne2-57/+101
Change-Id: Ie6078308f7a7f70683a7f963b15857b5dac753b0
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne14-293/+481
Change-Id: Ic4c073360070a559855732d2de41ae9085d7d51b
2014-11-22vcl: Correctly set the values for the GL scissor test when clippingLouis-Francis Ratté-Boulianne1-1/+2
Change-Id: I5ff59f93a3760e6a920860f8aa5fc3f62d0d183d
2014-11-22vcl: Actually returns the number of rectangles for the RegionBandLouis-Francis Ratté-Boulianne2-2/+2
Change-Id: I6be30b28fa608855919890dc47145ef5a3648021
2014-11-22vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne2-12/+8
Change-Id: I16845c6cb0c110749112d608c209020f21549e70
2014-11-22vcl: Implement copyArea in OpenGL backendLouis-Francis Ratté-Boulianne1-4/+19
Change-Id: If98a2f39a7f3c3079abe7f5e293d7761db0ed8f9
2014-11-22vcl: Make sure the texture unit is the right one before bindingLouis-Francis Ratté-Boulianne1-0/+1
Change-Id: I392190a6927a6eb725c86bcf5278e3cd4491eb5c
2014-11-22vcl: Update current context before executing scale operationLouis-Francis Ratté-Boulianne1-0/+2
Change-Id: I332c954259bdc7e34718449023f5aa82323987cc
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne24-5/+414
Change-Id: Iba64eb42965c86ca5655b9a105ef3f397e033ecf
2014-11-22vcl: Actually keep the new offscreen texture aroundLouis-Francis Ratté-Boulianne1-0/+1
Change-Id: Ie44c680f0c217214c4a3642d34fa704e8eeca917
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard1-2/+2
Change-Id: I65a0bef7e817c82285a0e053846798f02e8d7fc8
2014-11-22blind fix for native control on X11Markus Mohrhard1-2/+2
Change-Id: I97b3faeda70e4f6481f7ac619f26dea7da83b958
2014-11-22Present the (collapsed) sidebar also in Calc and Draw.Jan Holesovsky1-1/+11
Change-Id: Iea6ac7f461c7c9daa7eb22506f187986e5d9bf22
2014-11-22Default to collapsed sidebars everywhere but in Impress.Jan Holesovsky1-0/+13
Change-Id: I2fe092189c922ddf36efc8dd8d0fba14f91fc0b0
2014-11-22Unneeded 'this->', kill it.Jan Holesovsky1-5/+5
Change-Id: Ia032ee884b98db617699e84e9c0c7980e7df0fc3
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky4-91/+5
Change-Id: Id8e19749050f58837715f717983cb2acbcf9318a
2014-11-22fdo#86517 make predefined palette names localizableAndras Timar3-8/+24
Change-Id: I3930757c02f9f976fb52cd75c9edab7cf75078c6
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás2-3/+12
Regression from: 286e2f5c6ec829bc0987b1be7016699f7ef03e5e Sometimes SdrGrafObj import the image file just as a preview (with low resolution) and late when the real picture is needed it just throws this preview and tries to load the image again. This preview works only with package URL so in this case we should not forget that URL. Plus two other related potential image loss situation: - SetUserData() is called with empty image URL - Image preview is thrown when we actually have no package URL from we can import the image again. Change-Id: Ib21f400eb6d28133e8598e6b201209e5dd1a976f
2014-11-22This function object can now be hidden.Kohei Yoshida2-9/+7
Change-Id: I22bf2339ba496d5fe433b9df9ef2914860e3350d
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida2-37/+51
And remove <set> and <boost/unordered_map.hpp> header includes from its public header. Change-Id: I7e748009f718f4195bec2348383df07dc67600cd
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida2-0/+6
Change-Id: Idc056fd216bfe0b5e5c0285b1781b0658837f5a2