summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-10use more std::make_sharedNoel Grandin2-2/+2
2020-01-09add hook for on-demand welded toolbar popover creationCaolán McNamara2-1/+26
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák3-6/+16
2020-01-09fix Skia virtual device alpha blending (tdf#129865)Luboš Luňák2-11/+30
2020-01-09android: avoid expensive load of un-used sidebar icons on mobile.Michael Meeks1-0/+6
2020-01-09also grab the keyboard under gtk when showing a temp floating windowCaolán McNamara3-18/+24
2020-01-09in gtk < 3.20.0 grab the keyboard like we are doing in >= 3.20.0Caolán McNamara1-5/+9
2020-01-08can expand these macros since gtk2 is goneCaolán McNamara1-6/+3
2020-01-08add a scheme to host welded toolbar dropdown windows in unwelded toolbarsCaolán McNamara1-1/+1
2020-01-08Avoid -Werror,-WundefStephan Bergmann1-1/+1
2020-01-08tdf#129879 Fix wrong order of buttonsTomáš Chvátal1-2/+2
2020-01-07Use virtual method instead of switch in parent classAdrien Ollier2-23/+5
2020-01-07tdf#129845 vcl: avoid expensive system caching of trivial lines & polygonsMichael Meeks1-33/+64
2020-01-06weld AreaPropertyPanelCaolán McNamara2-33/+108
2020-01-06tdf#129634 send SalEvent::LoseFocus only if some other widget gains focusCaolán McNamara2-3/+6
2020-01-06Removed redundant semicolonsAndrea Gelmini8-11/+11
2020-01-06Don't crash on exiting print preview with NotebookbarMike Kaganski1-7/+25
2020-01-06use boost::shared_ptr for allocating an arrayLuboš Luňák2-7/+9
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák5-9/+33
2020-01-06use Skia-based bitmap scaling for SkiaSalBitmapLuboš Luňák1-4/+37
2020-01-06use copy-on-write for SkiaSalBitmap dataLuboš Luňák2-24/+53
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák4-89/+232
2020-01-06Display menu item keyboard shortcuts in toolbar menuJim Raykowski1-0/+46
2020-01-04ofz#19766 fix Build-FailureCaolán McNamara1-0/+2
2020-01-04pdf: Only add role map when alias isn't the same as structure tagTomaž Vajngerl2-3/+15
2020-01-03cid#1456604 Uninitialized scalar variableCaolán McNamara1-0/+1
2020-01-03Avoid -Werror,-Wdeprecated-enum-float-conversionStephan Bergmann1-4/+4
2020-01-03Avoid -Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-1/+1
2020-01-03Fix typosAndrea Gelmini2-3/+3
2020-01-02tdf#125536 macOS native Carbon widgets reworkedThorsten Wagner2-917/+768
2020-01-02tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna6-10/+32
2020-01-01android: Make the Calc input bar working on the Android device too.Jan Holesovsky1-0/+8