summaryrefslogtreecommitdiff
path: root/vcl/headless/svpframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-13tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet1-3/+3
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-3/+3
2022-09-27Fix some headless window sizes on Windows, to make `make check` more reliableStephan Bergmann1-0/+1
2022-06-21svp: fix UB SalGraphics vector accessJan-Marek Glogowski1-1/+1
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski1-4/+0
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-42/+34
2022-01-04Drop all commented SAL_DEBUG callsJan-Marek Glogowski1-6/+0
2021-07-01svp: a bit more correct focus handlingJan-Marek Glogowski1-9/+22
2021-06-30svp: add ostream<< for SvpSalFrameJan-Marek Glogowski1-1/+2
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin1-2/+1
2021-06-10avoid possible repeated cairo surface creationLuboš Luňák1-11/+15
2020-10-19use tools::Long in vclNoel1-10/+10
2020-10-15Replace list by vector in vcl/svpframeJulien Nabet1-3/+3
2020-08-04loplugin:flatten in vclNoel Grandin1-21/+21
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-1/+1
2020-01-23Avoid explicit casts to smaller unsigned int from larger longStephan Bergmann1-4/+5
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann1-1/+0
2019-10-05Remove redundant memsetsStephan Bergmann1-4/+0
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin1-1/+1
2018-11-09No updateSettings() in AquaSalGraphicsTor Lillqvist1-1/+2
2018-11-09LOK: custom widgets: don't clobber the custom colorsAshod Nakashian1-2/+3
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl1-0/+17
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-0/+2
2018-11-06convert some macros to local functionsNoel Grandin1-3/+3
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-3/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
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-19lok: 14pt font is too large for the context menus.Jan Holesovsky1-0/+3
2018-01-17use the same shade of grey as Online UI usesAndras Timar1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-4/+4
2017-12-09headless: improve popup menu background defaults.Michael Meeks1-0/+2
2017-11-23Replace some lists by vectors in vcl/headlessJulien Nabet1-4/+3
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+11
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-1/+7
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-3/+2
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-1/+0
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: vclStephan Bergmann1-1/+1
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-2/+1
2017-04-13fix issue related to using namespace with pchMarkus Mohrhard1-5/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara1-2/+2
2017-02-07revert unready stuffCaolán McNamara1-2/+2
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara1-2/+2
2016-08-10Intermediate iOS hackTor Lillqvist1-1/+7
2016-07-14vcl headless: ignore visibility in GetClientSize()Miklos Vajna1-7/+2