Age | Commit message (Expand) | Author |
2015-06-17 | Some missing SolarMutexGuard around VclPtr acquire/release | Stephan Bergmann |
2015-05-27 | convert WINDOW_DRAW flags to scoped enum | Noel Grandin |
2015-05-18 | refactor forms classes to use RenderContext | Tomaž Vajngerl |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-21 | Get rid of trivial comphelper::in-/decrement wrappers | Stephan Bergmann |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-16 | drawinglayer, editeng, forms, fpicker: convert new to ::Create. | Michael Meeks |
2015-04-10 | basctl, forms, svx: cleanup for new VclPtr API. | Michael Meeks |
2015-04-10 | cleanup Printer VclRef pieces. | Michael Meeks |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | Audit and correct misc. clears -> disposeAndClears. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in forms | Noel Grandin |
2015-03-28 | forms: Replace these macros | Matúš Kukan |
2015-03-25 | convert EE_STAT constants to enum class | Noel Grandin |
2015-03-25 | convert EV_CNTRL constants to enum class | Noel Grandin |
2015-03-25 | convert EE_CNTRL constants to enum class | Noel Grandin |
2015-03-24 | loplugin:constantfunction: forms | Noel Grandin |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-11 | SfxItemHandle is only used in one place, so inline it | Noel Grandin |
2015-02-19 | callcatcher: update unused code | Caolán McNamara |
2015-02-17 | forms: Fix copy'n'paste mistakes. | Jan Holesovsky |
2015-02-17 | forms: use constructor feature for form modules | Chris Sherlock |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2014-12-18 | forms: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-01 | fdo#84938: replace EVENT_ constants with enum | Tobias Madl |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-11 | Revert "Some SvxFontHeightItem clean-up" | Stephan Bergmann |
2014-11-11 | Some SvxFontHeightItem clean-up | Stephan Bergmann |
2014-10-23 | Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" | Jan Holesovsky |
2014-10-23 | loplugin: cstylecast | Noel Grandin |
2014-10-16 | fdo#84854 it seems long is not enough on 32 bit | David Tardon |
2014-10-13 | create a macro library for implementing bit-flags types | Noel Grandin |
2014-10-11 | convert vcl StateChangedType to enum class | Noel Grandin |
2014-10-09 | fdo#81356: convert Fraction to boost::rational<long> - wip | Juan Picca |
2014-09-30 | forms: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-12 | Turn SfxItemState into a C++11 scoped enumeration | Stephan Bergmann |