summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-04-16tdf#131120 use a replacement for GtkComboBoxCaolán McNamara5-388/+872
2020-04-16workaround for intel Skia invert() problem (tdf#130430)Luboš Luňák1-4/+36
2020-04-16fix compile: missing semi-colon in < gtk 3.22 blockJustin Luth1-1/+1
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-2/+5
2020-04-16Drop redundant member functionMike Kaganski2-2/+1
2020-04-15Fix typoAndrea Gelmini1-1/+1
2020-04-15GdkAnchorHints isn't available < gtk 3.22Caolán McNamara1-0/+15
2020-04-15tdf#126828 skip "on-demand" entriesCaolán McNamara1-0/+6
2020-04-15Related tdf#130778: New About dialogHeiko Tietze4-187/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin13-23/+20
2020-04-15fix Skia glyph orientation with DirectWrite (tdf#132084)Luboš Luňák1-1/+5
2020-04-15keep old contents of resized windows with Skia (tdf#131952)Luboš Luňák1-0/+15
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák2-6/+6
2020-04-15vcl: document HelpTextWindowMiklos Vajna1-0/+1
2020-04-14mobile: cannot change linestyle on impressMert Tumer1-1/+6
2020-04-14Qt5 implement DELETE_ITEMS action in file pickerAlexander Volkov1-0/+5
2020-04-14remove flicker on first position of X11 popover replacementCaolán McNamara1-1/+4
2020-04-14use gdk_window_move_to_rect if available at runtimeCaolán McNamara2-8/+12
2020-04-14factor out do_grab and do_ungrabCaolán McNamara1-45/+46
2020-04-14improve reparenting to keep size-group and size-requestCaolán McNamara1-0/+15
2020-04-14tdf#131496 vcl image lazy load: speed up vector images with custom pref sizeMiklos Vajna2-13/+39
2020-04-13tdf#104878 related, fix abort()Noel Grandin1-1/+1
2020-04-12no need to pass ENABLE_MERGELIBS in command line flagsNoel Grandin2-1/+1
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl8-31/+33
2020-04-12graphic: use UCBContentHelper to delete filesTomaž Vajngerl1-45/+3
2020-04-12remove unused includes in graphicfilterTomaž Vajngerl1-3/+0
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin18-60/+58
2020-04-11Fix typoAndrea Gelmini1-1/+1
2020-04-10fix last commitLuboš Luňák1-1/+1
2020-04-10downgrade warning to an info messageLuboš Luňák1-2/+2
2020-04-10dump info about Skia and Vulkan drivers to a log fileLuboš Luňák3-13/+109
2020-04-10fix lame local variable mistakeLuboš Luňák1-4/+3
2020-04-10prefer DirectWrite for Skia's Windows text renderingLuboš Luňák4-10/+100
2020-04-10fix tree view cursor leakCaolán McNamara1-1/+4
2020-04-09split out insertParent codeCaolán McNamara1-62/+69
2020-04-09don't animate the placeholder popoverCaolán McNamara1-1/+3
2020-04-09tdf#104878 use faster but less accurate cairo_path_extentsNoel Grandin1-1/+2
2020-04-09tdf#104878 speed up GfxLink compareNoel Grandin1-15/+33
2020-04-08tdf#131985 - ensure the Kit poll callback gets into fast idle loops.Michael Meeks1-5/+11
2020-04-08headless: re-work microsecond calculation to preserve accuracy.Michael Meeks1-13/+11
2020-04-08tdf#131969: Fix reading SHORT Orientation valueStephan Bergmann1-12/+4
2020-04-08fix/improve Skia debug messagesLuboš Luňák2-4/+31
2020-04-08Make SalInstance::CreateClipboard return a single instance in the non-LOK caseStephan Bergmann2-3/+25
2020-04-08cid#1461385 silence Unchecked return valueCaolán McNamara1-1/+1
2020-04-08add get_entry_font to match set_entry_fontCaolán McNamara2-0/+43
2020-04-08vcl pdf import: use convertTwipToMm100()Miklos Vajna1-6/+5
2020-04-07allow setting combobox fontCaolán McNamara2-0/+32
2020-04-07lok: Use a different window type for tooltips.Tamás Zolnai2-11/+6
2020-04-07simplify codeLuboš Luňák1-10/+1
2020-04-07reap the glxtest child even if OpenGL is not usedLuboš Luňák3-2/+26