summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-12-30pdf: move TransparencyEmit out of PDFWriterImpl classTomaž Vajngerl1-17/+17
2019-12-30pdf: move TilingEmit out of PDFWriterImpl classTomaž Vajngerl1-15/+15
2019-12-30pdf: move GradientEmit out of PDFWriterImpl classTomaž Vajngerl1-7/+7
2019-12-30pdf: move JPGEmit out of PDFWriterImpl classTomaž Vajngerl1-17/+17
2019-12-30pdf: move BitmapEmit out of PDFWriterImpl classTomaž Vajngerl2-14/+14
2019-12-30pdf: move ReferenceXObjectEmit out of PDFWriterImpl classTomaž Vajngerl2-26/+26
2019-12-30pdf: move PDFPage out of PDFWriterImpl into vcl::pdf namespaceTomaž Vajngerl2-78/+78
2019-12-30pdf: move g_nInheritedPage{Width,Height} consts from PDFWriterImplTomaž Vajngerl1-3/+7
2019-12-30pdf: remove PDFAppearanceMap typdef, but keep PDFAppearanceStreamsTomaž Vajngerl2-6/+5
2019-12-30pdf: remove FontEmbedData typedefTomaž Vajngerl2-3/+2
2019-12-30pdf: remove FontSubsetData typedefTomaž Vajngerl1-2/+1
2019-12-30pdf: remove FontMapping typedefTomaž Vajngerl2-3/+2
2019-12-30pdf: remove FontEmitMapping typedefTomaž Vajngerl1-2/+1
2019-12-30weld AlignmentPropertyPanelCaolán McNamara1-1/+3
2019-12-30Fix typo GTK_STATE_PRELIGHT -> GTK_STATE_FLAG_PRELIGHTStephan Bergmann1-2/+2
2019-12-29pdf: convert ResourceKind enum to enum classTomaž Vajngerl2-17/+17
2019-12-29pdf: move struct ResourceDict to it's own fileTomaž Vajngerl5-50/+104
2019-12-29pdf: remove ResourceMap typedefTomaž Vajngerl2-6/+5
2019-12-29pdf: move struct BitmapID to it's own fileTomaž Vajngerl2-18/+48
2019-12-29support converting images to 32-bitNoel Grandin1-0/+14
2019-12-29pdf: Add option for PDF/UA to the PDF export dialogTomaž Vajngerl1-0/+6
2019-12-29pdf: support for PDF/UA in PDFWriter, write flag to the metadataTomaž Vajngerl4-1/+25
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl4-116/+236
2019-12-26tdf#129004 Make shift+F6 cycle order reverse of F6Jim Raykowski1-17/+7
2019-12-26tdf#125516: OpenGL: blacklist Intel drivers 26.20.100.6861 - 26.20.100.7463Mike Kaganski1-0/+3
2019-12-24sal_Char->char in vclNoel Grandin42-165/+165
2019-12-23call gtk_widget_size_allocate explicitlyCaolán McNamara1-3/+17
2019-12-23reorganize ToolbarUnoDispatcher to be useful for sidebarCaolán McNamara3-31/+67
2019-12-23Revert "Drawing calc grid misses pixels on bottom and right; fix."Thorsten Behrens1-5/+0
2019-12-23tdf#129490 Fix enter key in combo boxSamuel Mehrbrodt1-1/+1
2019-12-23Fix typo in codeAndrea Gelmini1-3/+3
2019-12-23sfx2: tolerate missing LOKNotifier on FloatingWindow hideAshod Nakashian1-3/+5
2019-12-23vcl: don't use null window in FloatingWindow HitTestAshod Nakashian1-0/+2
2019-12-23desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+5
2019-12-22lok: avoid crash cleaning up help-windows with multiple views.Michael Meeks1-6/+13
2019-12-22Drawing calc grid misses pixels on bottom and right; fix.Michael Meeks1-0/+5
2019-12-22cppcheck: SelectionManager::m_EndThreadPipe not initialized in ctrJulien Nabet1-0/+2
2019-12-22loplugin:unusedmethodsNoel Grandin1-5/+0
2019-12-22loplugin:unusedfieldsNoel Grandin2-33/+15
2019-12-22ensure toolbar image widget is visibleCaolán McNamara1-0/+2
2019-12-21avoid warnings about negative heightsCaolán McNamara1-1/+1
2019-12-21improve warning messageNoel Grandin1-1/+1
2019-12-21Fix compilation with `make -- dbglevel=3`Alex Henrie1-2/+2
2019-12-21tdf#126966: Make the colour swatches larger on iOSTor Lillqvist1-1/+8
2019-12-20tdf#127022 vcl: fix Windows RTL menu barMiklos Vajna4-1/+18
2019-12-20tdf#83248: Use the right text color when printing fieldsArnaud Versini1-2/+1
2019-12-20Resolves: tdf#129484 install decimal key handler for all widgets againCaolán McNamara1-1/+15
2019-12-20Resolves: tdf#129484 just install decimal key handler for spinbuttonsCaolán McNamara1-4/+9
2019-12-20destroy SystemChildWindow at the right stageCaolán McNamara1-3/+7
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara10-51/+352