summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-01weld NumberFormatPropertyPanelCaolán McNamara1-7/+47
2019-12-31separate setting toggle and showing menu for ToolbarToggleMenu buttonsCaolán McNamara2-31/+67
2019-12-31pdf: extract Matrix3 to it's own filesTomaž Vajngerl5-131/+173
2019-12-31pdf: move PDFPage dependency out of Matrix3 class (append method)Tomaž Vajngerl2-18/+23
2019-12-31pdf: move GraphicsStateUpdateFlags to vcl::pdf namespaceTomaž Vajngerl1-1/+7
2019-12-31pdf: change define constants to constexprTomaž Vajngerl1-5/+4
2019-12-31pdf: move Mode out of PDFWriterImpl class and convert to enum classTomaž Vajngerl2-6/+6
2019-12-31pdf: move GraphicsState out of PDFWriterImpl classTomaž Vajngerl1-28/+29
2019-12-30pdf: move StreamRedirect out of PDFWriterImpl classTomaž Vajngerl1-7/+8
2019-12-30pdf: move PDFGlyph out of PDFWriterImpl classTomaž Vajngerl2-24/+24
2019-12-30pdf: move PDFAddStream out of PDFWriterImpl classTomaž Vajngerl1-10/+10
2019-12-30pdf: move PDFStructureElement out of PDFWriterImpl classTomaž Vajngerl1-33/+33
2019-12-30pdf: move PDFStructureElementKid out of PDFWriterImpl classTomaž Vajngerl1-10/+10
2019-12-30pdf: move PDFStructureAttribute out of PDFWriterImpl classTomaž Vajngerl2-22/+22
2019-12-30pdf: move PDFWidget out of PDFWriterImpl classTomaž Vajngerl2-48/+48
2019-12-30pdf: move PDFScreen out of PDFWriterImpl classTomaž Vajngerl1-16/+16
2019-12-30pdf: move PDFNoteEntry out of PDFWriterImpl classTomaž Vajngerl1-8/+8
2019-12-30pdf: move PDFEmbeddedFile out of PDFWriterImpl classTomaž Vajngerl1-14/+14
2019-12-30pdf: move PDFLink out of PDFWriterImpl classTomaž Vajngerl1-12/+12
2019-12-30pdf: move PDFAnnotation out of PDFWriterImpl classTomaž Vajngerl1-12/+12
2019-12-30Fix GDK_KEY_RELEASE -> GDK_KEY_RELEASE_MASKStephan Bergmann1-2/+2
2019-12-30pdf: move PDFOutlineEntry out of PDFWriterImpl classTomaž Vajngerl1-19/+19
2019-12-30pdf: move PDFNamedDest out of PDFWriterImpl classTomaž Vajngerl1-9/+9
2019-12-30pdf: move PDFDest out of PDFWriterImpl classTomaž Vajngerl1-7/+7
2019-12-30pdf: move FontEmit, Glyph, FontSubset, EmbedFont from PDFWriterImplTomaž Vajngerl1-24/+27