summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks1-1/+2
2015-04-10Fixup toolkit's printer code.Michael Meeks2-7/+3
2015-04-10toolkit: much safer WindowDestroyed handler.Michael Meeks1-13/+15
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks1-1/+1
2015-04-10toolkit: more VclPtr pieces.Michael Meeks3-64/+62
2015-04-10toolkit: more cleanup.Michael Meeks1-105/+99
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks7-184/+152
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-16/+31
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-3/+3
2015-04-01loplugin:staticfunctionNoel Grandin5-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-24/+24
2015-03-31Resolves: tdf#90228 1.06 turns into a monsterCaolán McNamara1-2/+3
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann8-28/+28
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet1-2/+2
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann16-51/+832
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+2
2015-03-04V813: Decreased performanceCaolán McNamara3-4/+4
2015-02-24Avoid unnecessary bad downcasts to ButtonStephan Bergmann1-2/+5
2015-02-18TyposJulien Nabet1-1/+1
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl1-0/+9
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara3-55/+53
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-13/+13
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-55/+0
2015-01-27Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino1-1/+1
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl2-0/+2
2015-01-20Some more loplugin:cstylecast: toolkitStephan Bergmann4-7/+7
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-7/+7
2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann6-8/+8
2014-12-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist1-24/+1
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann7-133/+74
2014-12-10Split into individual definitions, one per lineStephan Bergmann1-54/+108
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin3-9/+6
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock2-4/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl17-1/+17