summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-16/+16
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-7/+0
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-17/+35
2015-08-17tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()Miklos Vajna1-1/+13
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna1-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-05tdf#92982 vcl rendercontext: fix buffer size with empty user profileMiklos Vajna1-0/+4
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna1-0/+3
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+11
2015-07-08loplugin:unusedmethods vclNoel Grandin1-54/+0
2015-07-06Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FOR...Miklos Vajna1-2/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03tdf#92392 - tolerate Window::SetText post dispose.Michael Meeks1-1/+1
2015-07-01vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLEMiklos Vajna1-1/+2
2015-06-30gtk3: bizarro macosx default text area height calc infected gtk3Caolán McNamara1-0/+2
2015-06-29tdf#91055 Pass by Address - lcl_createWindowInfodanlrobertson1-26/+36
2015-06-22new uno sidebar api tdf#91806Laurent Godard1-1/+0
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-0/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-05Clear VclPtr instance reference on removed UserEvents.Michael Meeks1-1/+5
2015-06-03make it possible to force enable double buffering for all widgetsTomaž Vajngerl1-2/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-3/+3
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-2/+2
2015-05-26if foo delete foo -> delete fooCaolán McNamara1-15/+7
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-3/+3
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-5/+5
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-3/+3
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-6/+6
2015-05-24IsInModalNonRefMode just forwards to IsInModalMode nowCaolán McNamara1-5/+0
2015-05-24drop now unused WB_REFMODE bitCaolán McNamara1-3/+0
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-18/+63
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-22/+22
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-3/+3
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky1-0/+11
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-51/+59
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-13first step towards removing LazyDeletorNoel Grandin1-2/+2
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-2/+2