summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-10-07tdf#39256: Fix "Orientation treated as Escapement"Mike Kaganski1-4/+1
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann1-4/+4
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara1-10/+0
2016-10-06drop unused RscImageListFlags::MaskColorCaolán McNamara1-2/+0
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-4/+0
2016-10-06vcl: allow runtime disable/enable of pdf writer compressionMiklos Vajna2-92/+97
2016-10-06no MetricFields are loaded from .src files nowCaolán McNamara1-54/+0
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand1-7/+11
2016-10-06drop now unused BitmapItem rsc fieldsCaolán McNamara2-26/+4
2016-10-06Don't assume anything about wchar_t in portable codeStephan Bergmann1-1/+1
2016-10-05tdf#102922: Password fields should use u2022 as masking character instead of *Ilya Ponamarev1-1/+1
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara10-50/+0
2016-10-05now ditch WB_INFOCaolán McNamara2-4/+4
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann9-0/+136
2016-10-05no FixedLines are loaded from resources files anymoreCaolán McNamara1-12/+0
2016-10-05Add title-based tearoff to DockingManagerMaxim Monastirsky1-24/+57
2016-10-05convert MapUnit to scoped enumNoel Grandin55-238/+240
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann66-191/+191
2016-10-04vcl: remove artificial image byte size limit in JPEG filterTomaž Vajngerl1-15/+0
2016-10-04vcl: read image from JPEG one scanline at a timeTomaž Vajngerl3-247/+139
2016-10-04there’s no need to peel tildæ for separatorDouglas Mencken1-4/+3
2016-10-03remove obsolete commentsJochen Nitschke2-3/+0
2016-10-03Resolves: tdf#99324 accel underlines don't appear in extension option pagesCaolán McNamara1-29/+30
2016-10-03fix indentCaolán McNamara1-22/+22
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin2-3/+3
2016-10-03custom dtor is unnecessaryCaolán McNamara2-9/+0
2016-10-03Fix typosAndrea Gelmini9-11/+11
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke1-1/+1
2016-10-02add default casesJochen Nitschke1-1/+13
2016-10-01Notebookbar: fixed context handlingSzymon Kłos1-11/+0
2016-09-30coverity#1371302 Missing move assignment operatorCaolán McNamara1-0/+5
2016-09-30vcl: remove WNT ImplFontAttrCacheMichael Stahl3-161/+0
2016-09-30Revert "these are equal to the defaults"Caolán McNamara1-0/+9
2016-09-30these are equal to the defaultsCaolán McNamara1-9/+0
2016-09-30loplugin:constantparamNoel Grandin4-34/+11
2016-09-29vcl: fix some mysterious WNT font cache fileMichael Stahl1-3/+3
2016-09-29coverity#1371164 Missing move assignment operatorCaolán McNamara1-0/+20
2016-09-29loplugin:vclwidgetsStephan Bergmann1-1/+2
2016-09-29send an event when the dialog is actually closedMarkus Mohrhard1-0/+7
2016-09-29vcl: test JPEG reading - RGB, CMYK and grayscaleTomaž Vajngerl6-0/+198
2016-09-27this should always be empty nowCaolán McNamara1-8/+2
2016-09-27Resolves: tdf#102177 focus not restored from context menusCaolán McNamara3-28/+40
2016-09-27ImplEndPopupModeHdl takes no argumentCaolán McNamara1-1/+1
2016-09-27detangle code that now looks silly since...Caolán McNamara1-12/+6
2016-09-27the only place the default xFocusId arg isn't used...Caolán McNamara2-4/+4
2016-09-26That syntax is fine with MSVC 2015 nowStephan Bergmann1-2/+2
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara1-6/+5
2016-09-25tdf#96736 Let MenuBarManager handle the save dropdownMaxim Monastirsky1-6/+12
2016-09-24fix the OpenGL selection logicMarkus Mohrhard1-2/+3
2016-09-25tdf#102266 Try to keep HUD up to dateMaxim Monastirsky2-2/+48