summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2019-12-19sal_Char->char in forms..frameworkNoel Grandin6-6/+6
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-34/+8
2019-12-12Remove redundant member clear() from dtorStephan Bergmann1-7/+0
2019-12-04-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2019-12-04Harmonize mask value notation (across DocState and Job enums)Stephan Bergmann1-1/+1
2019-12-04use scoped enumStephan Bergmann1-111/+117
2019-12-03enum WindowsStateMask type itself is unusedStephan Bergmann1-1/+1
2019-12-03use scoped enumStephan Bergmann1-81/+89
2019-12-02Disable macro menu entries when DisableMacrosExecution is setSamuel Mehrbrodt1-0/+5
2019-12-02loplugin:mergeclasses TransactionBase with DesktopNoel Grandin3-55/+4
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann5-5/+5
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-2/+2
2019-11-27do not claim in titlebar test that OpenGL is enabled if it's notLuboš Luňák1-1/+2
2019-11-26tdf#94288: Show chart props sidebar on activationMuhammet Kara1-3/+21
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara7-15/+29
2019-11-24cppcheck: performing init in init list (filter/fpicker/framework)Julien Nabet4-21/+11
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann14-0/+80
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen131-656/+104
2019-11-19make some classes module-privateNoel Grandin13-31/+29
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+12
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen160-451/+148
2019-11-10Typo meesages->messages (framework)Julien Nabet1-1/+1
2019-11-08Combine LoadEnv's initializeLoading and startLoadingStephan Bergmann3-34/+23
2019-11-07MenuBarManager: Honor visible property of menu itemsMaxim Monastirsky2-8/+12
2019-11-06Fix typosAndrea Gelmini2-5/+5
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-11-04readme not a sufficient indicatorCaolán McNamara2-5/+5
2019-11-04Toolbar: Added usage of ImageControl as toolbar controlSerge Krot5-0/+177
2019-11-03loplugin:stringaddNoel Grandin1-13/+26
2019-11-01Removed executable permission on src fileAndrea Gelmini3-0/+0
2019-11-01Add ability to set tooltip text for toolbar controlsSerge Krot2-1/+37
2019-11-01Toolbar: add usage of FixedText as toolbar controlSerge Krot5-0/+158
2019-11-01ToggleButton: add ability to set tooltip text for pop-up menu itemsSerge Krot2-13/+40
2019-10-31Resolves: tdf#124267 accelerator in tooltipCaolán McNamara1-1/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann5-92/+46
2019-10-31Removed executable permission on cxx fileAndrea Gelmini1-0/+0
2019-10-30add new command for ToggleButtonToolbarContoller: createPopupMenuSerge Krot1-0/+4
2019-10-29remove unnecessary includesCaolán McNamara3-4/+0
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin6-27/+25
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák4-5/+30
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin3-16/+5
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin4-26/+14
2019-10-15new loplugin:bufferaddNoel Grandin5-42/+19
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-03loplugin:unusedmethodsNoel Grandin1-1/+0
2019-10-02Refactoring of the class CrashReporterJuergen Funk1-1/+1
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk1-1/+1
2019-10-01loplugin:stringadd in extensions..frameworkNoel Grandin4-17/+8
2019-09-27loplugin:virtualdead in svlNoel Grandin1-6/+0