summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-3/+0
2016-06-18uitest: store the id of each vcl::WindowMarkus Mohrhard1-0/+1
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara1-1/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin1-3/+1
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-1/+1
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-1/+2
2016-05-10vcl : Simplify vcl::Window initialisation and destructionArnaud Versini1-0/+3
2016-05-06improve perf. of VCL event dispatch, take IIDavid Tardon1-0/+2
2016-05-06tdf#99703 Revert "improve perf. of VCL event dispatch"David Tardon1-2/+0
2016-05-05improve perf. of VCL event dispatchDavid Tardon1-0/+2
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-0/+1
2016-02-04tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-3/+0
2016-02-01ImplOverlapData is no longer usedCaolán McNamara1-6/+0
2016-02-01mpFirstBackWin is always null nowCaolán McNamara1-1/+0
2016-02-01mpNextBackWin is always null nowCaolán McNamara1-1/+0
2016-02-01nothing sets mpSaveBackDev anymoreCaolán McNamara1-1/+0
2016-02-01mnSaveBackSize only set not readCaolán McNamara1-1/+0
2016-02-01mnAllSaveBackSize only set not readCaolán McNamara1-1/+0
2016-02-01mbSaveBack is now always falseCaolán McNamara1-1/+0
2016-01-30mnTopLevel is always 1, so 1 <= 1 always hereCaolán McNamara1-1/+0
2016-01-27vcl: readd <vector> and <set> into vcl/inc/window.hChris Sherlock1-0/+3
2016-01-27vcl: remove extraneous included headers in window.hChris Sherlock1-18/+0
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli1-1/+1
2016-01-14vcl: move ImplFontCache into own private headerChris Sherlock1-0/+2
2016-01-12Revert "Re-work focus handling to use an idle handler"Miklos Vajna1-1/+1
2016-01-12Re-work focus handling to use an idle handlerTor Lillqvist1-1/+1
2016-01-09tdf#96888 Kill internal vcl dog-tags ..Ras-al-Ghul1-1/+1
2016-01-06Bin unneeded forward declarationsTor Lillqvist1-3/+0
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+0
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara1-1/+1
2015-12-18fix O(n^2) in vcl event broadcasting tdf#90199Noel Grandin1-0/+3
2015-12-17Get rid of ImplDoTiledRendering()Tor Lillqvist1-17/+0
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist1-0/+17
2015-11-18com::sun::star->css in vcl/Noel Grandin1-9/+9
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-1/+1
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin1-0/+1
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna1-1/+1
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna1-0/+1
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+2
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna1-0/+4
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna1-0/+14
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna1-0/+1
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-0/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+2
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+2