summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-07-16try to make the windows tinderboxes happierNoel Grandin2-1/+5
2018-07-16move freeze/thaw to WidgetCaolán McNamara2-24/+24
2018-07-16cppcheck: useInitializationList in vclJochen Nitschke11-82/+69
2018-07-15coverity#1437953 Unchecked dynamic_castCaolán McNamara1-0/+1
2018-07-15tdf#118377 Do not use disposed OutputDeviceArmin Le Grand1-4/+18
2018-07-13Inaccurate symbol signs fixed (tdf#118381)Thorsten Wagner1-4/+29
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-07-12uitest logger: log key according to DSL inside dialogs tooSaurav Chirania1-3/+12
2018-07-11font feat: prioritize Graphite descriptions, use UI lang., fixesTomaž Vajngerl4-25/+35
2018-07-10Bitmap cursors contain XBM data, read them accordinglyKatarina Behrens1-6/+3
2018-07-10tdf#118661 LibreOffice remains in background after closing itNoel Grandin1-0/+1
2018-07-10Revert "tdf#117517: Fix OpenGL text rendering on Windows"Jan-Marek Glogowski2-4/+22
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin5-26/+25
2018-07-09WIN GetFontMetric doesn't matter for GetEmbedFontDataJan-Marek Glogowski1-20/+3
2018-07-09tdf#118555 fix HFONT fallback handing / lifecycleJan-Marek Glogowski4-41/+90
2018-07-09tdf#112690: make page size of exported PDF closer to what is setAron Budea1-5/+13
2018-07-09Implement reading screen count and screen geometryKatarina Behrens1-5/+7
2018-07-09Basic Qt5 system display dataKatarina Behrens4-2/+62
2018-07-09Don't draw focus around checkboxes and radiobuttonsKatarina Behrens1-0/+4
2018-07-09Try to move adjusting focus rect down to gtk3 codeKatarina Behrens2-13/+7
2018-07-09Conserved the alphabetical order in contexts.Kshitij Pathania1-4/+5
2018-07-09Don't unload VclBuilder modules on shutdownJan-Marek Glogowski1-9/+13
2018-07-09loplugin:oncevarNoel Grandin1-3/+1
2018-07-09uitest: test for ui elements children firstMarkus Mohrhard1-2/+9
2018-07-08cppcheck: useInitializationList in settings.cxxJochen Nitschke1-165/+88
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2-20/+10
2018-07-08Fix typoAndrea Gelmini1-1/+1
2018-07-07Drop TEST_FONTS_MISSING for HAVE_MORE_FONTSKhaled Hosny3-10/+9
2018-07-07uitest: complete wrapper for SpinField and SpinButtonSaurav Chirania1-2/+34
2018-07-06WaE: -Wunused-variableThorsten Behrens5-3/+10
2018-07-06uitest logger: log the events calling CallEventListeners()Saurav Chirania2-2/+26
2018-07-06loplugin:externandnotdefined + loplugin:unreffunJan-Marek Glogowski1-6/+8
2018-07-06various loplugin in qt5Noel Grandin5-5/+5
2018-07-06Qt5 use fontconfig for font substitutionJan-Marek Glogowski3-3/+49
2018-07-06Qt5 multiple small fixesJan-Marek Glogowski3-9/+12
2018-07-06Qt5 implement invert for blinking cursorJan-Marek Glogowski1-2/+23
2018-07-06Qt5 implement scaled image drawsJan-Marek Glogowski2-25/+20
2018-07-06Qt5 implement 4bit => 32bit bitmap conversionJan-Marek Glogowski3-12/+84
2018-07-06Qt5 flesh out font handlingJan-Marek Glogowski6-9/+154
2018-07-06Some cleanup and commentsJan-Marek Glogowski2-2/+2
2018-07-05FontFeatureTest set weight/italcs explicitlyTomaž Vajngerl1-4/+10
2018-07-05Honor border width in a welded color picker for gtk3/x11Maxim Monastirsky1-0/+3
2018-07-05vcl: experiment for font related test fails on WNTMichael Stahl1-3/+8
2018-07-04Notebookbar:Context for printpreview is now workingKshitij Pathania2-2/+20
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2-3/+3
2018-07-04tdf#115718 Fix Watch Window EditBoxAlex McMurchy19171-1/+6
2018-07-03vcl: fontfeature test, decalre fonts the same was as in sw testsTomaž Vajngerl1-1/+2
2018-07-03tdf#115671 vcl opengl: fix drawing of polylines with duplicate pointsMiklos Vajna1-1/+6
2018-07-03Draw button focus so that it doesn't obscure the actual buttonKatarina Behrens2-9/+33
2018-07-03Use cairo's OVER operator to preserve transparencyKatarina Behrens3-12/+25