summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* rhbz#1286416: Be more resilient during auto-recovery attemptsStephan Bergmann2015-11-301-0/+2
* tdf#91097 Substitute rectangle and ellipse uno commandsYousuf Philips2015-10-141-19/+36
* tdf#76197 Make OfficeMenuBar work again in the start centerMaxim Monastirsky2015-09-201-1/+2
* tdf#94198 Printer missing from tooltipSamuel Mehrbrodt2015-09-151-0/+1
* Related tdf#93404: Fix deadlock when joining WakeUpThreadStephan Bergmann2015-08-131-3/+7
* tdf#93404: Forgot to launch WakeUpThreadStephan Bergmann2015-08-131-0/+1
* rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2015-06-191-3/+2
* tdf#91953 Mixture of icon sizesPhilippe Jung2015-06-191-0/+18
* Rename some toolbarmanager related variablesPhilippe Jung2015-06-181-26/+27
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-182-0/+2
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-1/+1
* 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
* framework: remove pointless IGate interface and de-virtualizeMichael Stahl2015-05-132-69/+6
* ramework: remove confusing unused Gate::openGap()Michael Stahl2015-05-132-33/+0
* 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-082-1/+8
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-082-2/+2
* convert SHOWDIALOG_ID constants to scoped enumNoel Grandin2015-05-081-3/+3
* Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann2015-05-086-21/+21
* Use typed Menu::SetHighlightHdl LinkStephan Bergmann2015-05-084-6/+6
* Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist2015-05-062-8/+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-062-18/+38
* Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2015-05-062-5/+3
* Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann2015-05-064-9/+5
* Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann2015-05-064-10/+7
* Use typed ToolBox::SetCommandHdl LinkStephan Bergmann2015-05-064-17/+8
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-063-3/+3
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-062-4/+4
* Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann2015-05-064-11/+7
* Use typed ToolBox::SetActivateHdl LinkStephan Bergmann2015-05-064-11/+7
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-064-34/+25
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-052-4/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-057-22/+14
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-044-6/+6
* Gradually typed LinkStephan Bergmann2015-04-305-11/+11
* 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-2836-130/+165
|\
| * framework: convert new to ::Create.Michael Meeks2015-04-1711-12/+12