summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-29remove "y"Tomaž Vajngerl
2015-04-29change Paint input parameter to refTomaž Vajngerl
2015-04-29Add paint with render context to window -> impl. calls old paintTomaž Vajngerl
2015-04-29typedef OutputDevice as RenderContext to pass to Paint methodsTomaž Vajngerl
2015-04-28introduce a CTRL_TAB_HEADER zoneCaolán McNamara
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara
2015-04-26add EditBoxValue::cloneCaolán McNamara
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks
2015-04-23Windows build fix for VclPtr.Michael Meeks
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks
2015-04-23There is no separate vclopengl library since Oct 2014Tor Lillqvist
2015-04-23Windows compile fix for VclPtr intersection with events.Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10loplugin:vclwidgets workaroundNoel Grandin
2015-04-10Cleanup layout and window merge.Michael Meeks
2015-04-10Fix NotifyEvent and IntroWindow bits.Michael Meeks
2015-04-10loplugin:redundantcastNoel Grandin
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Revert part of "Unwind mpDialogParent oddness."Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10Unwind mpDialogParent oddness.Michael Meeks
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks
2015-04-10unwind LazyDelete issues - deleting VclPtr types.Michael Meeks
2015-04-10Nothing really that wrong with acquiring a disposed reference, for now.Michael Meeks
2015-04-10vclwidget: add some safety net assertsNoel Grandin
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10add ScopedVclPtrNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin