summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-25sd signature line: place shape on the correct pageMiklos Vajna1-0/+4
2020-06-25tdf#134291: make all hatch patterns translatableJulien Nabet1-11/+16
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin15-27/+42
2020-06-25loplugin:unusedfieldsNoel Grandin1-1/+0
2020-06-24loplugin:unusedmethodsNoel Grandin5-18/+0
2020-06-24Move DumpAsPropertyTree code to cxx fileSzymon Kłos1-20/+1
2020-06-24jsdialog: generate JSON for drawing areaSzymon Kłos1-0/+25
2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl1-10/+11
2020-06-23inline typedef WeakSdrObjectContainerTypeNoel Grandin1-2/+1
2020-06-23move ListBox to toolkit-only headersCaolán McNamara2-1/+5
2020-06-23salvtables.hxx not needed outside vclCaolán McNamara1-1106/+0
2020-06-23most of jsdialogbuilder is not used outside vclCaolán McNamara2-208/+21
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara4-44/+65
2020-06-23weld emoji dropdownCaolán McNamara1-0/+1
2020-06-23weld DataNavigatorCaolán McNamara1-1/+1
2020-06-23jsdialog: use Idle timer to send updatesSzymon Kłos1-3/+14
2020-06-23Add license header to jsdialogbuilderSzymon Kłos1-0/+11
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos2-1/+24
2020-06-23svx:Refactor members of GalleryTheme class to GalleryBinaryEngineAditya2-4/+7
2020-06-22add get_page_indexCaolán McNamara2-0/+3
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-0/+9
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos3-2/+17
2020-06-22jsdialog: send JSON on selection changeSzymon Kłos1-0/+1
2020-06-22jsdialog: handle nested tab pagesSzymon Kłos2-1/+6
2020-06-22vcl/calendar.hxx no longer used outside vclCaolán McNamara1-238/+0
2020-06-22pdf export: add support for modification time/date in annotationsTomaž Vajngerl1-0/+2
2020-06-21weld DateField Calendar floating windowCaolán McNamara2-18/+6
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl2-1/+7
2020-06-21don't include vcl/fmtfield.hxx from public hxxCaolán McNamara1-1/+0
2020-06-21sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl1-2/+14
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin2-20/+63
2020-06-20jsdialog: remember weld instancesSzymon Kłos2-3/+7
2020-06-20jsdialog: execute actions using weld wrapperSzymon Kłos3-4/+6
2020-06-20vcl: Add annotation reading to PDFiumLibrary c++ wrapperTomaž Vajngerl1-0/+30
2020-06-20vcl: add PDFGraphicResult instead of std::pair in ImportPDFUnloadedTomaž Vajngerl1-2/+16
2020-06-20vcl: wrap PDFium types in c++ classes to ease lifecycle managementTomaž Vajngerl1-2/+57
2020-06-19Move data for signing tests to test/Miklos Vajna1-0/+12
2020-06-19tdf#74702 vcl: extract DrawBorder()Chris Sherlock2-0/+9
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-7/+7
2020-06-19jsdialog: Remember builder connected with LOK window idSzymon Kłos2-0/+1242
2020-06-19Fix typosAndrea Gelmini1-1/+1
2020-06-18remove some dead definesNoel Grandin1-5/+0
2020-06-18mbStackMode is always false nowCaolán McNamara1-1/+0
2020-06-18weld SvxUndoRedoControlCaolán McNamara1-0/+5
2020-06-18sd signature line: teach PDFDocument how to use PDFObjectCopierMiklos Vajna2-2/+47
2020-06-18Add missing header after c8bed6445b244a5d9021dbd9a2ff19d80c03917bMike Kaganski1-0/+1
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara1-4/+10
2020-06-18new json writer for LOKNoel Grandin2-2/+88
2020-06-17ignore positions on top of scrollbars for GetTargetAtPointCaolán McNamara1-0/+4
2020-06-17Adapt to C++20 CWG2237Stephan Bergmann1-1/+1