summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-03remove some dead WindowType valuesNoel Grandin1-4/+0
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-27/+15
2020-06-23fix commit "remove JSON node erasing"Noel Grandin1-3/+1
2020-06-23remove JSON node erasingNoel Grandin1-0/+9
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara1-1/+1
2020-06-09Bin pointless if (true)Tor Lillqvist1-1/+1
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara1-1/+1
2020-05-20Restructure DrawOutDevDirectCheck to avoid using uninitialized pointerMike Kaganski1-31/+9
2020-05-19loplugin:constantparamNoel Grandin1-5/+5
2020-05-16loplugin:unusedmethodsNoel Grandin1-6/+0
2020-05-11lok: fix the window type of the formatted field controlHenry Castro1-0/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-0/+1
2020-03-15vcl: prefer emplace to insert on std::mapAshod Nakashian1-1/+1
2020-02-24gtk3: allow handling of ctrl key acceleratorsJim Raykowski1-2/+2
2020-02-22tdf#130841 resize to client size after SetPosSizeJan-Marek Glogowski1-0/+4
2020-02-20'rational' is an adjective, 'rationale' is a nounTor Lillqvist1-1/+1
2020-02-11cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara1-0/+10
2020-02-05vcl: fix UB in Window::ImplNewInputContext()Miklos Vajna1-1/+1
2020-02-04tdf#74702: Remove enum OutDevType from OutputDevice::drawOutDevDirectYusuf Keten1-0/+42
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-44/+41
2019-12-11lok: Support per-view help dataTamás Zolnai1-1/+1
2019-12-11lok: evaluate assertion if LOK Windows container is emptyHenry Castro1-3/+5
2019-11-11unnecessary includeCaolán McNamara1-1/+0
2019-11-04lok: avoid ILibreOfficeKitNotifier null ptr de-reference on shutdown.Michael Meeks1-1/+1
2019-10-31jsdialogs: send grid attach dataSzymon Kłos1-2/+13
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen1-0/+1
2019-10-11lok: ensure that dialog windows are focused before emitting events.Michael Meeks1-0/+8
2019-10-05The SystemEnvData passed into the canvas factories appears to be unusedStephan Bergmann1-18/+5
2019-10-04loplugin:singlevalfieldsNoel Grandin1-3/+2
2019-10-01jsdialogs: export more propertiesSzymon Kłos1-1/+3
2019-10-01lok jsdialogs: Introduce dumping of widgets hierarchy to vcl::Window.Jan Holesovsky1-0/+114
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-0/+1
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-12/+3
2019-08-26vcl lok: fix UB when lok notifier is deleted before its windowMiklos Vajna1-0/+22
2019-08-22loplugin:constmethod in vclNoel Grandin1-1/+1
2019-08-12tdf#126808 vcl: fix crash due to leaking the frame's buffer vdevMiklos Vajna1-0/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+6
2019-08-01skip some indirectionNoel Grandin1-2/+2
2019-07-30Fix typosAndrea Gelmini1-2/+2
2019-07-26LOK: sidebar: release LOKNotifier on destructionAshod Nakashian1-0/+2
2019-07-10tdf#126316 revert Clipboard to PrimarySelectionJan-Marek Glogowski1-58/+11
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+1
2019-06-22VCL don't mirror Y positionJan-Marek Glogowski1-10/+6
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin1-4/+5
2019-06-14disable 'quit' menu entry when modal dialog waiting responseCaolán McNamara1-0/+5
2019-05-21tdf#125397: Avoid crash if GetpApp() returns null, can happen on iOS at leastTor Lillqvist1-1/+3
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-4/+1
2019-03-26tdf#124146 Support panning (pan gesture) of the combobox listTomaž Vajngerl1-0/+1