summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-08-15tdf#119276 Fix loading of images with internal LO URLsTomaž Vajngerl1-3/+2
2018-08-15vcl: allow using pre-calculated layout in OutputDevice::DrawTextArray()Miklos Vajna1-2/+10
2018-08-15a11y: Fix EDITBAR atk nameSamuel Thibault1-1/+1
2018-08-15loplugin:useuniqueptr in GlyphCacheNoel Grandin2-8/+8
2018-08-15loplugin:useuniqueptr in FreetypeManagerNoel Grandin2-9/+4
2018-08-15loplugin:useuniqueptr in PhysicalFontCollectionNoel Grandin2-16/+10
2018-08-15loplugin:useuniqueptr in TilingEmitNoel Grandin2-7/+5
2018-08-14Resolves: tdf#119251 parse non-default units in user inputted valuesCaolán McNamara3-6/+17
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault2-0/+9
2018-08-14mml needs pdffilter tooCaolán McNamara1-0/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin6-15/+15
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-13loplugin:includeformStephan Bergmann1-1/+1
2018-08-13vcl opengl windows: fix error handling in tryShaders()Miklos Vajna1-0/+4
2018-08-12tdf#119133: Fix initial file and folder selectionKatarina Behrens1-2/+5
2018-08-12Finally remove non-native menu barKatarina Behrens1-1/+1
2018-08-12Revert templatization of Qt5Widget classKatarina Behrens4-150/+73
2018-08-12Set Qt5Widget to be a central widget of QMainWindowKatarina Behrens9-51/+172
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-08-10vcl: separate SalLayout from the rest of sallayout.hxxMiklos Vajna1-89/+1
2018-08-10vcl text layout: return early for empty stringsMiklos Vajna1-0/+4
2018-08-10vcl statusbar: fix last non-use of pre-calculated layoutMiklos Vajna1-1/+3
2018-08-10shrink scrtf fuzzerCaolán McNamara2-26/+52
2018-08-10vcl statusbar: store calculated layout in StatusBar::SetItemText()Miklos Vajna1-2/+2
2018-08-10Qt5 disable native draw via SAL_VCL_QT5_NO_NATIVEJan-Marek Glogowski4-0/+17
2018-08-10Qt5 fix nTransparency handlingJan-Marek Glogowski3-9/+6
2018-08-10Qt5 also move color setting handling from kde5Jan-Marek Glogowski2-117/+121
2018-08-10tdf#117058: Simplify calls to Menu::CheckItemArnold Dumas1-2/+2
2018-08-09Various fuzzers need pdffilter_component_getFactoryStephan Bergmann10-0/+10
2018-08-09loplugin:unusedmethodsNoel Grandin1-26/+0
2018-08-08Fix typosAndrea Gelmini1-2/+2
2018-08-08Fix typosAndrea Gelmini1-2/+2
2018-08-07loplugin:includeformStephan Bergmann1-1/+1
2018-08-07Qt5 move native control handing from kde5Jan-Marek Glogowski6-999/+1108
2018-08-07Qt5 static_cast bitmap data should be enoughJan-Marek Glogowski1-3/+3
2018-08-07Qt5 fix main loop locking when processing eventsJan-Marek Glogowski2-1/+16
2018-08-06Add missing sal/log.hxx headersGabor Kelemen2-0/+3
2018-08-04crashtesting: bubble surface creation failure notification upwardsCaolán McNamara1-0/+5
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski10-20/+22
2018-08-04use C++11 exception rethrowingCaolán McNamara3-21/+6
2018-08-03forcepoint#71 sanity check when copying pieces of imported pdfCaolán McNamara3-3/+25
2018-08-03Resolve unnecessary typedefStephan Bergmann3-18/+18
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-1/+2
2018-08-02forcepoint#66 make sure we don't get stuck endlessly reparsingCaolán McNamara1-3/+8
2018-08-02forcepoint#67 detect cairo surface creation failureCaolán McNamara1-0/+10
2018-08-01forcepoint#66 protect against infinite parse recurseCaolán McNamara1-9/+12
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-08-01forcepoint#65 pdf page visiting revisits itselfCaolán McNamara1-4/+16
2018-08-01Resolves: rhbz#1610692 rectangles ctor takes topleft, bottomright pointsCaolán McNamara1-4/+4
2018-08-01Fix typosAndrea Gelmini1-2/+2