summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-29tdf#99528 Properly layout vertical tabs without iconsSamuel Mehrbrodt
2024-03-30Related: tdf#160159 use a stock icon for the character mapCaolán McNamara
2024-02-29assert on failure to load .ui fileNoel Grandin
2024-02-27tdf#159910 a11y VclBuilder: Apply tool item's a11y name to itselfMichael Weghorn
2024-02-26tdf#159910 VclBuilder: Add helper to identify toolbar item classMichael Weghorn
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski
2024-02-18tdf#130857 VclBuilder: Use VclPtr instead of raw vcl::Window*Michael Weghorn
2024-02-08tdf#130857 VclBuilder: Move VCL MenuBar specifics to handleMenu()Michael Weghorn
2024-02-08tdf#130857 VclBuilder: Extract helper method for tweaking new childMichael Weghorn
2024-02-08tdf#130857 VclBuilder: Extract static methods to new base classMichael Weghorn
2024-02-06elide some OString temporariesNoel Grandin
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-07tdf#157639 a11y: Set proper role for status barMichael Weghorn
2023-09-28cid#1545247 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti
2023-01-11Make the "custom widgets" for the notebookbar work in COWASMTor Lillqvist
2023-01-03jsdialog: fix validation error dialog in CalcSzymon Kłos
2022-10-24WB_BEVELBUTTON and PushButtonValue::mbBevelButton are unusedCaolán McNamara
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara
2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara
2022-06-05assert if a model is used in duplicate widgetsCaolán McNamara
2022-05-04remove completed TODOCaolán McNamara
2022-04-30jsdialog: used for formulabarSzymon Kłos
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara
2022-01-24gtk3: set placeholder image in GtkButton in .uiCaolán McNamara
2021-12-29jsdialogs: use for MessageDialogsSzymon Kłos
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-20add suggested-action to some buttonsCaolán McNamara
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-08add 'destructive-action' to the yes of delete header/footer messageboxesCaolán McNamara
2021-10-08tdf#144984 default edit width got widerCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-08-04Fix ambiguous calls in C++20Stephan Bergmann
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-28jsdialog: dump and activate popup windowsSzymon Kłos