summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-15lokdialog: Invalidate upon window size changePranav Kant1-0/+6
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny1-16/+0
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-0/+5
2017-05-30Resolves: tdf#103174 & rhbz#1367846 improve gtk3 trackpad scrollingCaolán McNamara1-7/+7
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-2/+1
2017-01-12tdf#105151 - be more conservative about EndTracking / Tracking calls.Michael Meeks1-1/+5
2016-11-10Resolves: rhbz#1342828 toolbars jumping around while moved under XCaolán McNamara1-6/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-04Resolves: tdf#97120 printing controls uses wrong font and font sizesCaolán McNamara1-1/+1
2016-06-09EndSaveFocus does nothing on the !bRestore caseCaolán McNamara1-9/+3
2016-06-09EndSaveFocus return value is unusedCaolán McNamara1-6/+2
2016-06-06tdf#89329: use unique_ptr for pImpl in windowXisco Fauli1-48/+48
2016-05-30tdf#100068: Initial implementation of ScreenshotIdKatarina Behrens1-0/+5
2016-05-30Convert VclAlign to scoped enumNoel Grandin1-5/+5
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara1-10/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-10/+0
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-13/+13
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin1-7/+7
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-03-16WaE: loplugin:nullptrCaolán McNamara1-2/+2
2016-03-16tdf#98607 - fix drag and drop regression.Michael Meeks1-1/+4
2016-03-10Related: tdf#98419 gtk3: reimplement passing window move control to wm...Caolán McNamara1-0/+6
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-6/+6
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-13/+7
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+1
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna1-68/+0
2015-06-01Allow unsetting underline attributeAndrzej Hunt1-2/+2
2015-05-28vcl: Do nothing when we don't have mpWindowImpl.Jan Holesovsky1-0/+4
2015-05-28convert INVERT flags to scoped enumNoel Grandin1-6/+6
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-5/+5
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin1-6/+6
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-11/+11