summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-08cid#1592989 Dereference after null checkCaolán McNamara1-4/+2
2024-03-04vcl: interface for WinAPI FlashWindow() functionVasily Melenchuk1-0/+15
2023-08-18vcl: Deduplicate 2 common lines for border win framesMichael Weghorn1-6/+3
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-3/+3
2022-11-02also apply PaintTransparent to a widget's SubEdit if it has oneCaolán McNamara1-0/+8
2022-10-07Related: tdf#98067 do RollOver for Edit as well as SpinButtonCaolán McNamara1-7/+10
2022-10-07Related: tdf#98067 use EP_EDITBORDER_NOSCROLL for EditsCaolán McNamara1-10/+1
2022-07-28gtk4: don't attempt to create a visual junction between float and launcherCaolán McNamara1-1/+2
2022-01-18Avoid endless recursion in ImplSmallBorderWindowView::InitStephan Bergmann1-2/+10
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara1-1/+1
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-11/+11
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-8/+8
2021-05-18fix some castsNoel Grandin1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-14/+12
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin1-1/+7
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-02-25drop archaic rollable supportCaolán McNamara1-139/+55
2021-02-25drop WB_ROLLABLECaolán McNamara1-6/+1
2021-01-28tdf#122714 Avoid tracking mode for a toolbar's title menu buttonMaxim Monastirsky1-0/+5
2020-10-22tdf#136866 VCL don't drop the control backgroundJan-Marek Glogowski1-1/+2
2020-10-19use tools::Long in vclNoel1-33/+33
2020-10-16WindowType::CALCINPUTLINE newly unusedCaolán McNamara1-2/+0
2020-09-02move Edit into toolkit only headersCaolán McNamara1-1/+1
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+4
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-25/+25
2020-07-03remove some dead WindowType valuesNoel Grandin1-4/+0
2020-05-29tdf#133498 Make native drawing of FormattedField work (again)Michael Weghorn1-0/+2
2020-04-17loplugin:buriedassign in vclNoel Grandin1-1/+4
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-5/+0
2019-07-19Engine to add Extension inside extension tab in NotebookBarSumit Chauhan1-2/+5
2019-02-13Pointer is pointlessNoel Grandin1-2/+3
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-3/+3
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-15loplugin:staticmethods in vclNoel Grandin1-1/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-14/+11
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-07-27loplugin:returnconstant in vclNoel Grandin1-4/+3
2018-06-06tdf#107266 made background continous for menubar and notebookbarKshitij Pathania1-0/+15
2018-04-16loplugin:useuniqueptr in ImplBorderWindowNoel Grandin1-8/+7
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-72/+72
2018-01-21Make the condition more obviousMaxim Monastirsky1-2/+2
2018-01-19new loplugin:emptyifNoel Grandin1-5/+0
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky1-7/+19