summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-06-28Resolves: tdf#126134 EndDialog on disposed dialogCaolán McNamara1-1/+1
2019-06-27protect against never gettting a size setCaolán McNamara1-1/+1
2019-06-27Fix typoAndrea Gelmini1-1/+1
2019-06-27weld SwCustomizeAddressBlockDialogCaolán McNamara1-1/+1
2019-06-27infinite focus changing in toc biblio pageCaolán McNamara1-0/+2
2019-06-27tdf#125609c10 vcl/button: enforce only one radio selected on initJustin Luth1-0/+4
2019-06-26tdf#97925 writer, slow scrolling large RTF documentNoel Grandin1-3/+4
2019-06-26force drag dest to track motionCaolán McNamara1-0/+5
2019-06-25Initialize the font list before querying itJan-Marek Glogowski3-4/+4
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara2-0/+7
2019-06-25tdf#120873 Qt5 invert checked state on triggerJan-Marek Glogowski1-0/+5
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 Grandin30-65/+58
2019-06-25weld HyperLink DialogCaolán McNamara6-34/+384
2019-06-24move SvtIconChoiceCtrl to vclCaolán McNamara5-0/+4679
2019-06-24Fix typosAndrea Gelmini1-2/+2
2019-06-24Qt5 don't assert broken height or widthJan-Marek Glogowski2-31/+19
2019-06-23Also treat negative DIBInfoHeader::nX/YPelsPerMeter as an errorStephan Bergmann1-1/+1
2019-06-23tdf#125803 deactivate the menu regardless of menu item typeCaolán McNamara1-0/+11
2019-06-23Fix typoAndrea Gelmini1-1/+1
2019-06-22Qt5 directly show tooltips + respect the help areaJan-Marek Glogowski4-18/+5
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#123779 Qt5 correctly fill Qt5Frame::maGeometryJan-Marek Glogowski5-51/+84
2019-06-22Qt5 fix some broken RTL handlingJan-Marek Glogowski3-4/+12
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 McNamara4-7/+84
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 Glogowski3-12/+119
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-21tdf#126020 Qt5 delete orphan Qt5ObjectWindowsJan-Marek Glogowski2-2/+11
2019-06-21Resolves: tdf#126005 make bookmark treeview sortableCaolán McNamara2-0/+34
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2019-06-20gen vclplug crash on startupCaolán McNamara1-5/+8
2019-06-20zero width column in manage changesCaolán McNamara1-1/+8
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann4-10/+14
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann3-10/+10
2019-06-20Remove leftover from bitmap fonts support on WindowsKhaled Hosny2-13/+5
2019-06-19tdf#125971: map file URLs from QFileDialog to LO internal formatStephan Bergmann8-19/+54
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen34-111/+10
2019-06-19Fix typoAndrea Gelmini1-1/+1
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski24-495/+193
2019-06-18tdf#125934 Qt5 set the desktop file name...Jan-Marek Glogowski1-2/+4
2019-06-18Qt5 initialize bool before lcl_textMimeInfo callJan-Marek Glogowski1-2/+2
2019-06-18loplugin:passstuffbyrefNoel Grandin6-8/+8