summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2019-07-08tdf#126266 adjust calculations for invisble tabsJan-Marek Glogowski1-55/+59
2019-07-08use BitmapEx in ImpCreateShadowObjectCloneNoel Grandin1-0/+24
2019-07-08use BitmapEx in ImpSdrPdfImport::ImportImageNoel Grandin2-2/+10
2019-07-08vcl: prefix members of MenuBarWindowMiklos Vajna3-222/+222
2019-07-08Right clicking in text should move the cursorSamuel Mehrbrodt1-1/+1
2019-07-06simplify and flatten OutDevStateStackNoel Grandin4-73/+26
2019-07-06Constify GlyphItemJan-Marek Glogowski4-66/+65
2019-07-05flatten and simplify FontMetricNoel Grandin2-123/+14
2019-07-05tdf#121740 improve ppt load time on windows, reduce image swapoutNoel Grandin1-3/+0
2019-07-05move the contour-finding code inside vclNoel Grandin1-0/+232
2019-07-04vcl lok: pre-load graphic librariesMiklos Vajna1-0/+26
2019-07-04move some Bitmap replace logic inside vclNoel Grandin1-0/+8
2019-07-04move "replace transparency" logic inside vclNoel Grandin1-0/+13
2019-07-03tdf#74702: OutputDevice:InitClipRegion followupChris Sherlock4-9/+13
2019-07-02tdf#113448 Export font used for checkbox markThorsten Behrens1-11/+40
2019-07-02tdf#113448 don't export any font for radio buttonsThorsten Behrens1-8/+1
2019-07-02tdf#74702: cleans OutputDevice::DrawHatchLine upAdrien Ollier3-10/+13
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen58-187/+9
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl1-22/+34
2019-07-01tdf#74702: cleans OutputDevice::InitClipRegion upAdrien Ollier4-12/+17
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier5-17/+24
2019-06-30Revert "Rewrite all the logger statements with the new grammar syntax"Xisco Faulí3-126/+30
2019-06-29Rewrite all the logger statements with the new grammar syntaxAhmed ElShreif3-30/+126
2019-06-29tdf#125873 Selected border color preview isn't shownNoel Grandin1-0/+3
2019-06-28Resolves: tdf#126134 EndDialog on disposed dialogCaolán McNamara1-1/+1
2019-06-27weld SwCustomizeAddressBlockDialogCaolán McNamara1-1/+1
2019-06-27tdf#125609c10 vcl/button: enforce only one radio selected on initJustin Luth1-0/+4
2019-06-25Initialize the font list before querying itJan-Marek Glogowski1-0/+1
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara2-0/+7
2019-06-25loplugin: simplifyconstructCaolán McNamara1-1/+1
2019-06-25tdf#125892 improve time to export PDF, use int ops for scalingNoel Grandin1-14/+15
2019-06-25improve loplugin:simplifyconstructNoel Grandin17-33/+30
2019-06-25weld HyperLink DialogCaolán McNamara5-34/+375
2019-06-24move SvtIconChoiceCtrl to vclCaolán McNamara4-0/+4676
2019-06-23Also treat negative DIBInfoHeader::nX/YPelsPerMeter as an errorStephan Bergmann1-1/+1
2019-06-22Related: tdf#126036 sort button by native order for async dialogs tooCaolán McNamara1-0/+6
2019-06-22VCL don't mirror Y positionJan-Marek Glogowski1-10/+6
2019-06-22tdf#125670 check graphics before output cliprectJan-Marek Glogowski1-14/+5
2019-06-21remove newly unused ModelessDialogCaolán McNamara1-6/+0
2019-06-21weld SpellDialogCaolán McNamara3-6/+35
2019-06-21VCL constify ImplTabItem::m_nIdJan-Marek Glogowski1-38/+45
2019-06-21Related: tdf#125670 avoid possible performance issues for the general caseCaolán McNamara1-0/+6
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski2-10/+40
2019-06-21VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski1-426/+143
2019-06-21tdf#125777 restore old RenderContext before returnJan-Marek Glogowski1-1/+4
2019-06-21User directory path changedSumit Chauhan1-1/+3
2019-06-21Resolves: tdf#126005 make bookmark treeview sortableCaolán McNamara1-0/+13
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann2-9/+9
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski3-95/+16
2019-06-18loplugin:passstuffbyrefNoel Grandin3-4/+4