summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0834-93/+93
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* uno::Sequence provides now begin and endNoel Grandin2015-06-042-3/+2
* loplugin:loopvartoosmallNoel Grandin2015-06-011-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-296-11/+11
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert TOTOP constants to scoped enumNoel Grandin2015-05-252-2/+2
* convert SHOW constants to scoped enumNoel Grandin2015-05-256-12/+12
* loplugin:constantfunctionNoel Grandin2015-05-223-28/+0
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-193-9/+3
* SAL_WARN_UNUSED LinkStephan Bergmann2015-05-181-17/+2
* conver MENU_FLAG_ constants to scoped enumNoel Grandin2015-05-153-7/+7
* convert POPUPMENU_ constants to scoped enumNoel Grandin2015-05-151-1/+1
* tdf#86138 Context menu should state the name of the toolbarPhilippe Jung2015-05-141-0/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-113-3/+3
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-109-10/+10
* coverity#1297236 Uninitialized scalar fieldCaolán McNamara2015-05-091-1/+3
* Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist2015-05-081-1/+6
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-1/+1
* convert SHOWDIALOG_ID constants to scoped enumNoel Grandin2015-05-081-3/+3
* Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann2015-05-083-16/+16
* Use typed Menu::SetHighlightHdl LinkStephan Bergmann2015-05-082-4/+4
* Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist2015-05-061-6/+1
* We don't use <config_features.h> any more hereTor Lillqvist2015-05-061-2/+0
* Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist2015-05-061-18/+34
* Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2015-05-061-4/+2
* Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann2015-05-062-7/+3
* Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann2015-05-062-8/+5
* Use typed ToolBox::SetCommandHdl LinkStephan Bergmann2015-05-062-15/+6
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-063-3/+3
* Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann2015-05-062-9/+5
* Use typed ToolBox::SetActivateHdl LinkStephan Bergmann2015-05-062-9/+5
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-062-27/+18
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-052-4/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-054-19/+11
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-042-4/+4
* Gradually typed LinkStephan Bergmann2015-04-304-9/+9
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-1/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-298-11/+11
* error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2821-99/+126
|\
| * framework: convert new to ::Create.Michael Meeks2015-04-1711-12/+12
| * Manual cleanup of misc. issues.Michael Meeks2015-04-101-1/+1
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: some small fixesNoel Grandin2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1