Age | Commit message (Expand) | Author |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-29 | Clean up tools/link.hxx | Stephan Bergmann |
2015-04-29 | Make MSVC happy? | Stephan Bergmann |
2015-04-29 | Better make the bool conversion operator explicit | Stephan Bergmann |
2015-04-29 | Remove unnecessary SAL_CALL annotations | Stephan Bergmann |
2015-04-29 | delegate RenderContext, invalidate - prgsbar, scrbar | Tomaž Vajngerl |
2015-04-29 | delegate RenderContext - fixed, group, imgctrl | Tomaž Vajngerl |
2015-04-29 | vcl edit: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl |
2015-04-29 | vcl button: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl |
2015-04-29 | remove old Paint(Rect&) method in vcl::Window | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-29 | remove "y" | Tomaž Vajngerl |
2015-04-29 | change Paint input parameter to ref | Tomaž Vajngerl |
2015-04-29 | Add paint with render context to window -> impl. calls old paint | Tomaž Vajngerl |
2015-04-29 | typedef OutputDevice as RenderContext to pass to Paint methods | Tomaž Vajngerl |
2015-04-28 | introduce a CTRL_TAB_HEADER zone | Caolán McNamara |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | allow a different notebook tab font than the rest of the ui | Caolán McNamara |
2015-04-27 | manually setting drop down size is unnecessary | Caolán McNamara |
2015-04-26 | add EditBoxValue::clone | Caolán McNamara |
2015-04-24 | gtk3: get the right height for Edit boxes | Caolán McNamara |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Use shared_ptr for OpenGLPrograms, and hide its copy constructor. | Michael Meeks |
2015-04-23 | Windows build fix for VclPtr. | Michael Meeks |
2015-04-23 | Use shared_ptr for OpenGLPrograms, and hide its copy constructor. | Michael Meeks |
2015-04-23 | There is no separate vclopengl library since Oct 2014 | Tor Lillqvist |
2015-04-23 | Windows compile fix for VclPtr intersection with events. | Michael Meeks |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-20 | vcl: convert new to ::Create | Michael Meeks |
2015-04-17 | loplugin:implicitboolconversion clean-up | Stephan Bergmann |
2015-04-17 | sw: convert new to ::Create. | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-14 | Use VclPtr in VclBuilder to get construction referencing right. | Michael Meeks |
2015-04-13 | VclPtr - add a templatized ::Create method for better readability. | Michael Meeks |
2015-04-10 | vcl cleanup post re-base. | Michael Meeks |
2015-04-10 | loplugin:vclwidgets workaround | Noel Grandin |
2015-04-10 | Cleanup layout and window merge. | Michael Meeks |
2015-04-10 | Fix NotifyEvent and IntroWindow bits. | Michael Meeks |
2015-04-10 | loplugin:redundantcast | Noel Grandin |
2015-04-10 | automated VclPtrInstance conversion. | Michael Meeks |
2015-04-10 | Revert part of "Unwind mpDialogParent oddness." | Michael Meeks |
2015-04-10 | vclptr: create Instance helpers, and set initial ref-count to 1. | Michael Meeks |
2015-04-10 | Unwind mpDialogParent oddness. | Michael Meeks |
2015-04-10 | vcl: remove curious self referential OutputDevice ptr. | Michael Meeks |
2015-04-10 | unwind LazyDelete issues - deleting VclPtr types. | Michael Meeks |
2015-04-10 | Nothing really that wrong with acquiring a disposed reference, for now. | Michael Meeks |
2015-04-10 | vclwidget: add some safety net asserts | Noel Grandin |
2015-04-10 | vclptr: add isDisposed method - and assert for it here & there. | Michael Meeks |
2015-04-10 | ScopedVclPtr: needs an = operator to make life flow. | Michael Meeks |
2015-04-10 | Move OutputDevice members to VclPtr: dbaccess, canvas. | Michael Meeks |