summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)Author
2015-10-27vcl: add Window::SetClipboard()Miklos Vajna
2015-08-06tdf#92982 vcl rendercontext: fix buffer size with empty user profileMiklos Vajna
2015-08-06tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna
2015-08-06Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna
2015-08-06tdf#92392 - tolerate Window::SetText post dispose.Michael Meeks
2015-08-06vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLEMiklos Vajna
2015-08-06gtk3: bizarro macosx default text area height calc infected gtk3Caolán McNamara
2015-08-06make it possible to force enable double buffering for all widgetsTomaž Vajngerl
2015-08-06tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-08-06Clear VclPtr instance reference on removed UserEvents.Michael Meeks
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-26VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert COPYAREA constant to bool flagNoel Grandin
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-13first step towards removing LazyDeletorNoel Grandin
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29coverity#1296208 Operands don't affect resultCaolán McNamara
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29remove old Paint(Rect&) method in vcl::WindowTomaž 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-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-25Make Window's inDispose map more precisely to mbInDtor.feature/vclptrMichael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-14Make leaked child debugging more helpful wrt. the hierarchy.Michael Meeks
2015-04-10Cleanup layout and window merge.Michael Meeks
2015-04-10vcl: stop vcl::Window clobbering mnRefCnt itself.Michael Meeks
2015-04-10vcl: remove curious self referential OutputDevice ptr.Michael Meeks
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10remove erroneous new disposeAndClear.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10better widget debugging / printouts.Michael Meeks
2015-04-10un-tangle more lifecycle issues, and improve taskpanelist debugging.Michael Meeks
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks
2015-04-10add some more helpful paranoia to disposeOnce.Michael Meeks
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09sw: more double dispose work.Michael Meeks