summaryrefslogtreecommitdiff
path: root/vcl/source/window/mouse.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-15vcl: consistently use sal_IntPtr to marshal drag source / drop targetMichael Stahl1-2/+2
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin1-5/+5
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-1/+1
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-1/+1
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-1/+1
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara1-3/+1
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-29tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-9/+8
2016-01-27Resolves: tdf#93054 gtk3: implement drag and dropCaolán McNamara1-0/+1
2016-01-25git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}Chris Sherlock1-1/+2
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock1-1/+1
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
2015-11-26test for IsMouseCaptured before releasing mouseCaolán McNamara1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-4/+4
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-3/+3
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-1/+1
2015-05-24IsInModalNonRefMode just forwards to IsInModalMode nowCaolán McNamara1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-3/+3
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-2/+2
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-04-29coverity#1296215 Dereference before null checkCaolán McNamara1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-12/+16
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-11/+11
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-2/+4
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-0/+2
2015-03-02Add vcl::Window::SetLastMousePos()Miklos Vajna1-0/+9
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin1-1/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-6/+6
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+15
2014-05-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-05-23vcl: change to true and false in Window::ImplTestMousePointerSet()Chris Sherlock1-3/+3
2014-05-23vcl: move mouse functions from window.cxx to mouse.cxxChris Sherlock1-0/+776