Age | Commit message (Expand) | Author |
2015-05-08 | read_percent returns ProgressStatus, not sal_Bool | Stephan Bergmann |
2015-05-06 | Nah, the Android NDK we use doesn't have std::to_string() | Tor Lillqvist |
2015-05-06 | Include <string> | Tor Lillqvist |
2015-05-06 | Add support for progress bar callbacks to LibreOfficeKit | Tor Lillqvist |
2015-05-06 | cleanup DIALOG_NO_PARENT, follow on to tdf#91090 | Noel Grandin |
2015-05-06 | tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1) | Michael Meeks |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-04 | Use gb_Module_add_check_targets to add CppunitTest | Stephan Bergmann |
2015-05-04 | Enable desktop/qa/deployment_misc/test_dp_version.cxx | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | desktop: pJSON may be 0 in jsonToPropertyValues() | Miklos Vajna |
2015-04-29 | Fix for gcc 4.6.3 | Juergen Funk |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-29 | fix dubious casts post VclPtr-ing | Caolán McNamara |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl |
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-28 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | callcatcher: remove unused RegisteredDb::getEntry | Caolán McNamara |
2015-04-22 | desktop: fix Android build | Miklos Vajna |
2015-04-22 | lok::Document::postUnoCommand: allow passing arguments | Miklos Vajna |
2015-04-22 | comphelper::dispatchCommand: allow passing command arguments | Miklos Vajna |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-17 | desktop: convert new to ::Create. | Michael Meeks |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | Lost more cleanup and fixing post re-basing. | Michael Meeks |
2015-04-10 | More misc. cleanup. | Michael Meeks |
2015-04-10 | rhbz#1197614: Fix calculation of m_bHasActive when removing active element | Stephan Bergmann |
2015-04-10 | Manual cleanup of misc. issues. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | first half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | splash: de-confuse mixed VCL and UNO reference counting. | Michael Meeks |
2015-04-10 | re-insert erroneously converted delete calls. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. | Michael Meeks |
2015-04-10 | start wrapping OutputDevice in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
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 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in forms | Noel Grandin |
2015-04-09 | Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env var | Tor Lillqvist |
2015-04-09 | svtools: apply vcl::window refcounting changes | Noel Grandin |