summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salframe.cxx
AgeCommit message (Expand)Author
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-05-09Related: tdf#142176 rearrange screensaver inhibiter to be more genericCaolán McNamara
2023-03-07remove dead code in X11SalFrame::SetIconNoel Grandin
2023-01-12rely on support for NET_WM_ICONCaolán McNamara
2023-01-12this is never a X11SalBitmap anymoreCaolán McNamara
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-10move surface into X11SalFrame/X11SalVirtualDeviceCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-14Make PARTIAL_FULLSCREEN a X11SalFrame boolJan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2022-01-28Related: tdf#146261 the intent it to keep the dialog within the screenCaolán McNamara
2022-01-26tdf#146648 make find and replace dialog reopen at last positionJim Raykowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-15enum class X11ShowStateJan-Marek Glogowski
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-02-28downgrade 'Restore on withdrawn window' to INFOCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-14loplugin:unusedmethodsNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-28VCL refactor Sal*MouseEvent structuresJan-Marek Glogowski
2020-04-30Fix typosAndrea Gelmini
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin