summaryrefslogtreecommitdiff
path: root/vcl/source/window/winproc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-41/+41
2015-09-15convert Link<> to typedNoel Grandin1-2/+2
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-14/+7
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-9/+0
2015-07-31tdf#92982 vcl rendercontext: set buffer size in ImplHandleResize()Miklos Vajna1-0/+7
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-8/+13
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+1
2015-07-07replace some IsDead with isDisposedCaolán McNamara1-3/+5
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-4/+4
2015-05-27EndExtTextInput::Complete->EndExtTextInputFlags::CompleteCaolán McNamara1-1/+1
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-2/+2
2015-05-25gtk3: why close popups when losing focusCaolán McNamara1-8/+0
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-24IsInModalNonRefMode just forwards to IsInModalMode nowCaolán McNamara1-2/+2
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 constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-4/+4
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-10/+10
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-9/+9
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-4/+4
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-20/+20
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-2/+2
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin1-2/+2
2015-05-07Hold a reference on the Window while emitting events from vcl backends.Michael Meeks1-1/+4
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-9/+8
2015-04-27don't dismiss floating windows on wheel, etc gestures outside areaCaolán McNamara1-48/+14
2015-04-10wrap vcl::Window* in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-7/+7
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-35/+35
2015-03-26why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICKCaolán McNamara1-4/+1
2015-03-26Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"Caolán McNamara1-26/+21
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara1-57/+93
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara1-14/+69
2015-03-25refactor indescribable wall of code into reusable hunksCaolán McNamara1-57/+130
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-3/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-6/+1
2015-03-03likely intentDavid Tardon1-1/+1
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin1-12/+0
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-9/+9
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin1-2/+0
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist1-1/+3