summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/layoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-29vcl: Proof-of-concept NotebookBar implementation.feature/notebookbarJan Holesovsky1-0/+7
2015-09-29XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky1-5/+5
2015-09-21convert Link<> to typedNoel Grandin1-15/+8
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-15loplugin:unusedmethods frameworkNoel Grandin1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-28coverity#1308527 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin1-9/+0
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+3
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-17framework: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17Don't enable toolbar layout manager using LibreOfficeKitLászló Németh1-2/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-26Resolves: tdf#90256 repair invalid docking positionsCaolán McNamara1-1/+8
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-09changed timers to idleJennifer Liebel1-11/+11
2014-12-09changed some timer to idleJennifer Liebel1-11/+11
2014-12-09changed timers to idleJennifer Liebel1-11/+11
2014-12-09changed some timer to idleJennifer Liebel1-11/+11
2014-12-09changed timers to idleJennifer Liebel1-11/+11
2014-12-09changed some timer to idleJennifer Liebel1-11/+11
2014-12-04Avoid automatic toolbars in the non-desktop caseTor Lillqvist1-0/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-02coverity#1242768 Unused valueCaolán McNamara1-2/+1
2014-10-01loplugin: cstylecastNoel Grandin1-18/+18
2014-09-23fdo#82577: Handle WindowNoel Grandin1-18/+18
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-5/+5
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás1-6/+0
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-7/+5
2014-09-09Fix indentation.Jan Holesovsky1-5/+5
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-3/+3
2014-05-11fix-includes.pl: frameworkThomas Arnhold1-2/+2
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-07framework: sal_Bool->boolNoel Grandin1-82/+82
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-9/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-5/+5
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-210/+197
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-1/+0
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann1-92/+93