summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Avoid crash-reporter crash.Michael Meeks1-5/+10
2018-03-07tdf#115353 Status bar: no cache in settextTamas Bunth1-3/+0
2018-02-21tdf#115315 Cursor not in focus with new documentTelesto1-1/+1
2018-02-04tdf#32935 tdf#49134 tdf#114466 Activate newly opened modal dialogsMike Kaganski1-1/+6
2018-01-29gtk3: single click with selection set doesn't unselectCaolán McNamara1-1/+1
2018-01-27tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky3-4/+4
2018-01-11tdf#113874 Guard against invalid statesSamuel Mehrbrodt2-2/+5
2018-01-08tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+2
2017-12-18tdf#114262 Respect text+image toolbar styleMaxim Monastirsky1-3/+4
2017-12-15tdf#114408 set correct tooltip rectangleCaolán McNamara1-2/+2
2017-12-02Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl1-8/+6
2017-11-25tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks1-6/+8
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-3/+3
2017-11-21loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-11-17Resolves: tdf#112943 don't close popups on resize if size didn't changeCaolán McNamara1-2/+3
2017-11-15lokdialog: Expose cursor visible statusPranav Kant1-5/+9
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant1-0/+10
2017-11-15loplugin:flatten in vclNoel Grandin8-466/+476
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-7/+5
2017-11-13Resolves: tdf#113366 Contour editor does not openCaolán McNamara1-0/+5
2017-11-09lokdialog: Invalidate-all when size is changedPranav Kant1-0/+11
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-3/+3
2017-11-09Resolves: tdf#113562 desired window didn't get the inputCaolán McNamara1-3/+4
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara2-3/+3
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-3/+2
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara2-12/+4
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin3-12/+12
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin5-13/+13
2017-10-30loplugin:constantparam in vclNoel Grandin2-43/+30
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-3/+2
2017-10-27support stock text in checkboxes and radiobuttonsCaolán McNamara1-0/+11
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-5/+5
2017-10-26tdf#113444 removed capping of default font sizeBernhard Widl1-9/+0
2017-10-23loplugin:includeform: vclStephan Bergmann15-57/+57
2017-10-22Avoid compiler eliding redundant dynamic_castStephan Bergmann1-1/+1
2017-10-18presumably we don't need to recalculate on subsequenct 'show' nowCaolán McNamara1-5/+0
2017-10-17tdf#112845 get optimal size before showing popupsCaolán McNamara1-0/+1
2017-10-17use std::unique_ptr in vcl::Animation and vcl::MenuItemListNoel Grandin2-17/+13
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-8/+2
2017-10-15cid#1419773: Uninitialized scalar fieldJulien Nabet1-0/+1
2017-10-12allow adding a menu to a modal dialogMarkus Mohrhard1-11/+21
2017-10-09allow adding the ListControl through UI filesMarkus Mohrhard1-0/+6
2017-10-05Resolves: tdf#86547 width of button box is taken before spacing addedCaolán McNamara1-7/+6
2017-10-05Related: tdf#112063 validation dialog legitimally changes modalityCaolán McNamara1-6/+13
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-7/+3
2017-10-04don't add WB_CLIPCHILDREN to toplevel dialog builder creationCaolán McNamara1-1/+1
2017-10-03WB_DOCKBORDER is deadNoel Grandin1-2/+0