summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-4/+4
2016-02-05loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2016-02-05loplugin:loopvartoosmallNoel Grandin1-2/+2
2016-02-05convert EXTTEXTINPUT constants to scoped enumNoel Grandin1-1/+1
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks1-2/+2
2015-05-29convert 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
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-5/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-11/+10
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-2/+2
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-21/+0
2014-03-28fdo#68546 Make menubar's text color of persona the same as FirefoxIsamu Mogi1-0/+1
2014-03-28set window icon also as _NET_WM_ICON (fdo#71494)Luboš Luňák1-4/+72
2014-03-21coverity#705331 Missing break in switchCaolán McNamara1-1/+1
2014-03-21coverity#705973 Dereference before null checkCaolán McNamara1-1/+2
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-3/+3
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-30/+30
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-28/+28