summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-02-20tdf#130187: Don't crash on exiting print preview with NotebookbarMike Kaganski1-7/+25
2020-02-19tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixelCaolán McNamara1-1/+1
2020-02-12tdf#130555: Prevent negative aSelection.Min()Stephan Bergmann1-2/+7
2020-02-04Place button text in tooltip if it doesn't fit into the buttonSamuel Mehrbrodt1-0/+5
2020-02-04Related: tdf#129933 assert on pasting over selection in editCaolán McNamara1-1/+5
2020-02-03ofz#20422 reversed conditionCaolán McNamara1-1/+1
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-0/+3
2020-01-29Resolves: tdf#130130 Insert menu, multiple hotkey never reaches 3rd itemCaolán McNamara1-6/+30
2020-01-23Related tdf#126459: fix crash in presenter console using gen vclplugKatarina Behrens2-0/+4
2020-01-18Related: tdf#127782 call signal_expanded after expansion in gtk caseCaolán McNamara1-1/+2
2020-01-08tdf#129879 Fix wrong order of buttonsTomáš Chvátal1-2/+2
2020-01-07tdf#129004 Make shift+F6 cycle order reverse of F6Jim Raykowski1-17/+7
2020-01-06tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna6-10/+32
2020-01-04tdf#125536 macOS native Carbon widgets reworkedThorsten Wagner2-917/+768
2019-12-27tdf#83248: Use the right text color when printing fieldsArnaud Versini1-2/+1
2019-12-27tdf#129490 Fix enter key in combo boxSamuel Mehrbrodt1-1/+1
2019-12-23ensure toolbar image widget is visibleCaolán McNamara1-0/+2
2019-12-21tdf#127022 vcl: fix Windows RTL menu barMiklos Vajna4-1/+18
2019-12-20tdf#127552 Make toolbox highlighting behave as intendedJim Raykowski1-3/+19
2019-12-19Resolves: tdf#129484 just install decimal key handler for spinbuttonsCaolán McNamara1-4/+9
2019-12-19focus-in/out should return a valueCaolán McNamara1-2/+4
2019-12-17tdf#112989 reduce export to PDF timeNoel Grandin1-3/+9
2019-12-16tdf#127148 select-all on tabbing into version box in help->aboutCaolán McNamara2-1/+9
2019-12-12tdf#123076 Get paper size for print previewGabor Kelemen1-0/+2
2019-12-12tdf#128824 Keep multiselection in style list on right clickSamuel Mehrbrodt1-1/+2
2019-12-12Qt5 fix missing XCB_ICCCM_WM_HINT_WINDOW_GROUPJan-Marek Glogowski2-0/+73
2019-12-11Resolves: tdf#128867 support LocalizedDecimalSep for native gtk dialogsCaolán McNamara1-0/+4
2019-12-09drawPixel() should still get 'true' for bXorModeAllowed.Jan Holesovsky1-2/+2
2019-12-09tdf#129071 Qt5 set file picker parent widgetJan-Marek Glogowski2-28/+82
2019-12-09tdf#122706 Fix built-in HID on Print dialogs Help buttonKelemen Gábor1-1/+1
2019-12-06tdf#129071 Qt5 handle windows with parents as dialogsJan-Marek Glogowski3-8/+9
2019-12-06KF5 drop KF5FilePicker::executeJan-Marek Glogowski3-29/+7
2019-12-06Qt5 hide more Qt5FilePicker detailsJan-Marek Glogowski4-47/+32
2019-12-06handle unsetting ImageCaolán McNamara1-1/+4
2019-12-06Resolves tdf#129140 - Wording in printer dialogHeiko Tietze1-3/+3
2019-12-05headless: Don't leak the cairo context in drawPixel().Jan Holesovsky1-1/+4
2019-12-04tdf#128992 Compressing PNG files with alpha channel get a black backgroundNoel Grandin1-1/+2
2019-12-03tdf#129134 ApplicationColors Scrolled List moves too littleCaolán McNamara2-0/+22
2019-12-03tdf#129043 Correctly deliver combo box events when used with keyboardSamuel Mehrbrodt3-2/+6
2019-12-02tdf#129068 try dialog content area help before dialog itselfCaolán McNamara2-0/+38
2019-11-28tdf#126043 use another bulk_insert_for_eachCaolán McNamara2-1/+13
2019-11-28tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski2-8/+10
2019-11-28get_active should be true when activated but menu not yet shownCaolán McNamara2-2/+14
2019-11-27tdf#129042 factor the wizard buttons into the desired min widthCaolán McNamara1-4/+14
2019-11-27tdf#129042 set a min size for the wizard dialogsCaolán McNamara1-0/+1
2019-11-27tdf#108642 load accessibility children fasterNoel Grandin1-24/+34
2019-11-27tdf#108642 rate-limit progress paintingNoel Grandin1-3/+11
2019-11-27tdf#126607 Qt5 activate window before setFocusJan-Marek Glogowski1-1/+5
2019-11-27tdf#127403 Revert "VCL keep / return the original set TextEngine font"Jan-Marek Glogowski2-25/+56
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara5-34/+31