summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-11-25tdf#131970 enable tab-cycling between VerticalTabControl membersCaolán McNamara1-0/+2
2020-11-24tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara1-3/+11
2020-11-24Avoid warning about deprecation in macOS 11.0Tor Lillqvist1-0/+3
2020-11-24There is no QuickTime frameworkTor Lillqvist1-1/+0
2020-11-23avoid Skia floating point position fixups for rectangles (tdf#137329)Luboš Luňák1-16/+36
2020-11-19tdf#113163 OOXML Fix transparency and alpha channel supportBartosz Kosiorek2-1/+3
2020-11-17tdf#138022 Skia don't recreate empty surfacesJan-Marek Glogowski2-10/+16
2020-11-17tdf#137898 Page count is not reset to 1 in the print preview dialogCaolán McNamara1-1/+1
2020-11-17disable Vulkan for Windows 7 (tdf#138219)Luboš Luňák1-0/+3
2020-11-17tdf#138183 sync pending clipboard assign on clipboard ownership-changeCaolán McNamara1-0/+13
2020-11-16tdf#136962 only do implicit SetUpdateMode optimization if the widget is hiddenCaolán McNamara1-6/+9
2020-11-16Resolves: tdf#137786 allow 'toggling' GtkToolButtonsCaolán McNamara1-8/+6
2020-11-14xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna2-10/+84
2020-11-12vcl pdf tokenizer: fix handling of dict -> array -> dict tokensMiklos Vajna5-2/+189
2020-11-11lock print dialog height so expanders don't expand the dialogCaolán McNamara3-1/+8
2020-11-10Speed improments1919193-11/+46
2020-11-06Resolves: tdf#137181 set the clipboard asynchronouslyCaolán McNamara1-5/+29
2020-11-05resource leakCaolán McNamara1-0/+1
2020-11-04vclplug_qt5 doesn't appear to need to link to vclplug_x11Caolán McNamara1-1/+0
2020-10-30tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara2-19/+27
2020-10-30ofz#26708: Direct-leakCaolán McNamara1-1/+1
2020-10-29fix --disable-pdfium buildCaolán McNamara1-1/+1
2020-10-29tdf#137556 max-content-height needs gtk >= 3.22Caolán McNamara1-1/+0
2020-10-29tdf#137643 Revert "lock refreshing font data when loading a document"Caolán McNamara3-39/+1
2020-10-28tdf#136555 apply window bg color for button boxesJan-Marek Glogowski1-1/+6
2020-10-28tdf#133950 scale hotspot to sync with scaled cursorsCaolán McNamara1-2/+10
2020-10-28tdf#137804 Qt5 don't paint empty stringsJan-Marek Glogowski1-0/+4
2020-10-27tdf#127680 change even/odd dialog orderSrijan Bhatia1-2/+2
2020-10-27tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia1-25/+18
2020-10-27tdf#127047 fix printing very large font sizes to pdfNoel Grandin3-30/+5
2020-10-22tdf#137660 send some focus event for push buttonsJan-Marek Glogowski1-1/+3
2020-10-21Related: tdf#137250 need signal-changed for ComboBoxText tooCaolán McNamara1-1/+1
2020-10-21Qt5 use base color for workspace tooJan-Marek Glogowski1-4/+1
2020-10-20tdf#133931 Qt5 set the themed AlternatingRowColorJan-Marek Glogowski2-0/+7
2020-10-19Resolves: tdf#137201 and tdf#134939 don't update IM if focus is in another wi...Caolán McNamara1-7/+7
2020-10-18tdf#137432 only do EnableInvalidate(false) optimization when not shownCaolán McNamara1-3/+4
2020-10-16better fix for tdf#136455 without destroying widgets we don't truly ownCaolán McNamara1-18/+7
2020-10-15tdf#136799 ImageTree::getImageStream may sub a req for a .png with svg dataCaolán McNamara1-9/+11
2020-10-06tdf#134566 gtk IM support for custom widgetsCaolán McNamara4-5/+293
2020-10-06Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara2-33/+42
2020-10-06tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara2-0/+10
2020-10-05tdf#137250 fire changed on typeahead in combobox without menu activeCaolán McNamara1-9/+12
2020-10-05ofz#26122 allow NINSIZE input full elementsCaolán McNamara1-7/+9
2020-10-04tdf#134351: do not apply autofilter if all entries are selectedXisco Fauli1-0/+1
2020-10-03SkCanvas::drawPaint() -> drawRect(), where applicable, and fix matrixLuboš Luňák1-12/+14
2020-10-01ofz#25989 cmap parsingCaolán McNamara1-1/+1
2020-09-30Restore the fix for tdf#126830Maxim Monastirsky1-1/+1
2020-09-30blacklist Windows/nVidia for Skia/Vulkan (tdf#135370, tdf#136036, tdf#136407)Luboš Luňák1-0/+3
2020-09-30make it possible to blacklist just "windows"Luboš Luňák5-7/+44
2020-09-30gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara2-14/+30