summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)Author
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt
2015-11-27mutex used in post-main dtorCaolán McNamara
2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-17Need to re-init CommandInfoProvider when component changesMaxim Monastirsky
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt
2015-11-17-Werror=maybe-uninitializedStephan Bergmann
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21move afl examples/test-cases to dedicated dirCaolán McNamara
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-22convert Link<> to typedNoel Grandin
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin
2015-07-13loplugin:unusedmethods vclNoel Grandin
2015-05-13first step towards removing LazyDeletorNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-23Kill unused LazyDeletor<Menu>.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-16Remove useless overrides in vcl strhelperArnaud Versini
2014-12-10Instantiate ImplSVData on demandStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-18Missing SolarMutexGuardsStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-06vcl::EventPoster shall probably be covered by SolarMutexStephan Bergmann
2014-05-06Just IMPL_LINK is just fineStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-17bool improvementsStephan Bergmann