summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-26tdf#92379: sw: ODF import: fix fo:background-color="transparent"Michael Stahl3-2/+73
2015-08-26tdf#92379: sw: unit test for frame style background colorMichael Stahl3-0/+74
2015-08-26sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-26sw: adapt some badly named variables in uiwriter.cxx toMichael Stahl1-151/+143
2015-08-26Clean up aEmptyStrStephan Bergmann30-184/+142
2015-08-26unit test that parsing range fragments should failEike Rathke1-0/+33
2015-08-26do not parse range fragments as valid rangesEike Rathke1-2/+9
2015-08-26KDE4: don't ignore write(2) return valueJan-Marek Glogowski1-1/+2
2015-08-26use unique_ptrDavid Tardon1-3/+2
2015-08-26Updated coreOlivier Hallot1-0/+0
2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann5-8/+6
2015-08-26Revert "do not parse range fragments as valid ranges"Stephan Bergmann2-34/+1
2015-08-26add EDB-37924 test caseCaolán McNamara1-0/+0
2015-08-26tdf#80512 KDE4: fix RTL scrollbar handlingJan-Marek Glogowski1-0/+2
2015-08-26Add menubar to vcldemo --widgets test.Michael Meeks1-0/+13
2015-08-26-Werror,-Wnonconst-parameterStephan Bergmann1-4/+4
2015-08-26typo: Trnedline -> TrendlineAndras Timar1-1/+1
2015-08-26tdf#90078: Improve the Area section of the properties tabRishabh Kumar3-123/+344
2015-08-26there might be no modelCaolán McNamara1-1/+1
2015-08-26various hangs, check seeks and record lengthsCaolán McNamara3-44/+74
2015-08-26-Werror,-Wpessimizing-moveStephan Bergmann1-5/+5
2015-08-26Log OpenCL errors symbolically here, tooTor Lillqvist1-2/+2
2015-08-26Revert "Enable out-of-order kernel execution"Tor Lillqvist1-1/+1
2015-08-26convert Link to TypedNoel Grandin7-20/+19
2015-08-26don't hang on unreachable record endsCaolán McNamara3-3/+18
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic1-22/+2
2015-08-26remove unused calculation for hyphenationLászló Németh1-1/+0
2015-08-26unit test that parsing range fragments should failEike Rathke1-0/+33
2015-08-26do not parse range fragments as valid rangesEike Rathke1-1/+1
2015-08-26tdf#93620: show OpenGL status in Help->AboutLászló Németh2-0/+7
2015-08-26fix crash on loading certain pptsCaolán McNamara3-8/+10
2015-08-26valgrind: uninitialized value in AvoidConfig pathCaolán McNamara1-0/+1
2015-08-26add EDB-37909 testcaseCaolán McNamara1-0/+0
2015-08-26add ppt to fftesterCaolán McNamara8-24/+84
2015-08-26tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl1-1/+36
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin792-4256/+3146
2015-08-26add CVE-2015-0065 testcaseCaolán McNamara1-0/+0
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist9-1189/+19
2015-08-26add CVE-2015-0064 testcaseCaolán McNamara1-0/+0
2015-08-26reportdesign: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe28-52/+46
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe24-47/+46
2015-08-26replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick1-16/+10
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin7-16/+25
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki2-1/+17
2015-08-26tdf#89387 test for LCM functionŁukasz Hryniuk2-0/+84
2015-08-26tdf#89387 test for GCD functionŁukasz Hryniuk2-0/+83
2015-08-26tdf#89387 test for SUMX2PY2 functionŁukasz Hryniuk2-0/+66
2015-08-26tdf#89387 add some strings to CHITEST testŁukasz Hryniuk1-0/+17
2015-08-26tdf#89387 add some strings to FTEST testŁukasz Hryniuk1-0/+11
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke2-3/+87