summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-01-21vcl: close UNO streams with closeInput.Michael Meeks1-0/+1
2020-01-20PDF export: skip pointless downsampling for very small imagesMiklos Vajna3-2/+66
2020-01-20add get_row_area for TreeViewCaolán McNamara2-0/+26
2020-01-20Use properly typed var to iterate over FPDF_GetPageCountStephan Bergmann1-1/+1
2020-01-20Use properly typed vars to iterate over Size::Height(), Size::Width()Stephan Bergmann1-2/+2
2020-01-20bEnable for UseSkia is reversedTomoyuki Kubota1-1/+1
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák4-0/+19
2020-01-20remove outdated Skia TODO commentsLuboš Luňák5-27/+3
2020-01-20loplugin:unusedfieldsNoel Grandin3-8/+0
2020-01-20loplugin:unusedmethodsNoel Grandin3-30/+0
2020-01-20fix Skia bitmap blendingLuboš Luňák1-0/+1
2020-01-20tweak Skia raster line drawingLuboš Luňák1-2/+9
2020-01-20rewrite of Animation::Start using the STLAdrien Ollier1-19/+15
2020-01-19refactor CreateFromClipboard to support not passing in a vcl::WindowCaolán McNamara1-11/+16
2020-01-19add api to determine number of menu itemsCaolán McNamara2-0/+12
2020-01-19report submenu activatation the same with/without MenuButtonCaolán McNamara1-7/+16
2020-01-19tdf#74702: clean up of OutputDevice::SetMapModeAdrien Ollier2-11/+12
2020-01-18Resolves: tdf#130070 keep dropdown menu fully on screenCaolán McNamara1-6/+35
2020-01-18Remove redundant castsStephan Bergmann1-4/+4
2020-01-17flush out unused Font objectsCaolán McNamara3-10/+6
2020-01-16Fix typoAndrea Gelmini1-1/+1
2020-01-16Fix typoAndrea Gelmini1-1/+1
2020-01-16theming: avoid continually attempting to load missing theme library.Michael Meeks1-1/+4
2020-01-16limit the area where we manually do xor drawing in SkiaLuboš Luňák2-11/+51
2020-01-16implement xor drawing for SkiaLuboš Luňák3-25/+104
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák8-38/+312
2020-01-16Related: tdf#127782 use size groups to avoid changing widths on using expandersCaolán McNamara1-154/+185
2020-01-16use sidebar icon size setting for welded toolboxes in sidebarsCaolán McNamara2-0/+45
2020-01-16drop Application::GetAppWindowCaolán McNamara2-7/+0
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin8-22/+20
2020-01-15external: update pdfium to 4021Miklos Vajna1-8/+3
2020-01-15avoid needless copy by SkSurface::makeImageSnapshot(rect)Luboš Luňák1-10/+16
2020-01-14Silence -Werror,-Wdeprecated-declarations for nowStephan Bergmann1-0/+2
2020-01-14Fix typoAndrea Gelmini1-1/+1
2020-01-14move [G|S]etGetSpecialCharsFunction into its own headerCaolán McNamara2-10/+15
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski3-25/+40
2020-01-14remove some unneeded includesCaolán McNamara1-1/+0
2020-01-14Silence -Werror,-Wdeprecated-declarations for nowNoel Grandin1-1/+8
2020-01-14Related: tdf#127782 resize the print dialog to its optimum size...Caolán McNamara3-2/+13
2020-01-14Resolves tdf#127782 - New Print dialog is too highHeiko Tietze1-425/+486
2020-01-13tdf#129930: Dispose SystemClipboard service early enoughStephan Bergmann3-0/+38
2020-01-13Silence -Werror,-Wdeprecated-declarations for nowStephan Bergmann1-0/+12
2020-01-13loplugin:unusedmethodsNoel Grandin5-58/+0
2020-01-13Use static initializerMike Kaganski1-28/+25
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák2-55/+17
2020-01-11send signal_toggle_menu on set_menu_item_activeCaolán McNamara1-5/+9
2020-01-10Fix typoAndrea Gelmini1-2/+2
2020-01-10Related: tdf#127782 call signal_expanded after expansion in gtk caseCaolán McNamara1-1/+2
2020-01-10make welded toolbars on-demand that were previously on-demandCaolán McNamara2-11/+46
2020-01-10lok: avoid emission storms of un-necessary invalidations.Michael Meeks2-3/+8