summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi1-13/+25
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-01-23Related tdf#126459: fix crash in presenter console using gen vclplugKatarina Behrens1-0/+2
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-7/+9
2019-12-03avoid invalid static_cast when mixing X11 and OpenGL bitmapsLuboš Luňák1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-4/+1
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann1-1/+0
2019-10-03loplugin:unusedfieldsNoel Grandin1-3/+0
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen1-13/+1
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-45/+7
2019-04-12prefer vector::data to &vector[0]Caolán McNamara1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin1-1/+1
2019-02-11loplugin:indentation in vclNoel Grandin1-11/+11
2019-01-23remove FWS X11 protocol stuffNoel Grandin1-7/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-2/+2
2018-11-06convert some macros to local functionsNoel Grandin1-20/+20
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-17remove ImpBitmapNoel Grandin1-3/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-28tdf#116563: floating windows must get input focus at some pointKatarina Behrens1-9/+5
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-6/+6
2018-02-09Fix conditionSamuel Mehrbrodt1-1/+1
2018-02-08Disable NET_WM_PING for all debug buildsSamuel Mehrbrodt1-1/+5
2018-02-02loplugin:useuniqueptr in X11SalFrameNoel Grandin1-43/+18
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-4/+4
2018-01-26Remove redundant(?) initialization of frame geometryStephan Bergmann1-3/+0
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-27/+27
2017-12-10Use some for range loops in vclJulien Nabet1-22/+16
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-5/+5
2017-11-15loplugin:flatten in vclNoel Grandin1-86/+87
2017-11-14No need for bestmaxFrameSizeForScreenSize to be declared publiclyTor Lillqvist1-0/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-10tdf#48300 kde4+gen: bring forward the window with already opened docKatarina Behrens1-2/+11
2017-11-07tdf#112770 Filter input on the correct windowJan-Marek Glogowski1-4/+11
2017-11-06loplugin:constparams in various(2)Noel Grandin1-5/+5
2017-10-23loplugin:includeform: vclStephan Bergmann1-22/+22
2017-10-22Prevent gnome-shell f/ showing 'unresponsive app' during debugAndreas Brandner1-0/+4
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-27/+20