summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-19gtk3+wayland: implement video playback under gtk3 + waylandCaolán McNamara1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-50/+50
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-5/+0
2015-10-20Move DPMS inhibition to ScreenSaverInhibitorAndrzej Hunt1-69/+6
2015-10-20Deduplicate XGet/SetScreenSaver, move to ScreenSaverInhibitorAndrzej Hunt1-27/+1
2015-10-20Deduplicate XAutoLock inhibition and move to ScreenSaverInhibitorAndrzej Hunt1-74/+2
2015-10-20Move org.gnome.SessionManager.Inhibit to ScreenSaverInhibitorAndrzej Hunt1-1/+4
2015-10-20Implement org.freedesktop.ScreenSaver inhibitionAndrzej Hunt1-0/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-79/+79
2015-09-29retain type for another levelCaolán McNamara1-1/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-2/+2
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-12/+1
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks1-3/+0
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks1-0/+3
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-02loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-27convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-8/+8
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-3/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-21coverity#1291169 dead codeCaolán McNamara1-8/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-54/+4
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin1-2/+0
2015-02-04discard excessive (X11) autorepeat keyboard events if they overload LOLuboš Luňák1-27/+61
2015-02-04compress (X11) mouse wheel eventsLuboš Luňák1-2/+57
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-13/+13
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-4/+2
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-11vcl: Reset context when the backend window is destroyedLouis-Francis Ratté-Boulianne1-0/+11
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann1-3/+3
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-7/+2
2014-11-15vcl: avoid crash with 'gen' backend around window icons.Michael Meeks1-1/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-10better way to access the X11 windowMarkus Mohrhard1-0/+5
2014-10-01fdo#82577: Handle KeyPressNoel Grandin1-4/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-25/+25