summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
AgeCommit message (Expand)Author
2023-08-18vcl: Deduplicate 2 common lines for border win framesMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2022-11-02also apply PaintTransparent to a widget's SubEdit if it has oneCaolán McNamara
2022-10-07Related: tdf#98067 do RollOver for Edit as well as SpinButtonCaolán McNamara
2022-10-07Related: tdf#98067 use EP_EDITBORDER_NOSCROLL for EditsCaolán McNamara
2022-07-28gtk4: don't attempt to create a visual junction between float and launcherCaolán McNamara
2022-01-18Avoid endless recursion in ImplSmallBorderWindowView::InitStephan Bergmann
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
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-03Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-18fix some castsNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25drop WB_ROLLABLECaolán McNamara
2021-01-28tdf#122714 Avoid tracking mode for a toolbar's title menu buttonMaxim Monastirsky
2020-10-22tdf#136866 VCL don't drop the control backgroundJan-Marek Glogowski
2020-10-19use tools::Long in vclNoel
2020-10-16WindowType::CALCINPUTLINE newly unusedCaolán McNamara
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-04loplugin:flatten in vcl/windowNoel Grandin
2020-07-03remove some dead WindowType valuesNoel Grandin
2020-05-29tdf#133498 Make native drawing of FormattedField work (again)Michael Weghorn
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-06Fixing '....' and '..'Andrea Gelmini
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-19Engine to add Extension inside extension tab in NotebookBarSumit Chauhan
2019-02-13Pointer is pointlessNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-15loplugin:staticmethods in vclNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-06-06tdf#107266 made background continous for menubar and notebookbarKshitij Pathania
2018-04-16loplugin:useuniqueptr in ImplBorderWindowNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-21Make the condition more obviousMaxim Monastirsky
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky
2018-01-18tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky
2017-09-23vcl: Drop a couple of unused member variablesTakeshi Abe