summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/ebbcontrols.cxx
AgeCommit message (Expand)Author
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara
2021-08-04Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out]Caolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara
2021-02-23reportdesigner focus out handler clobbering the preexisting handlerCaolán McNamara
2021-02-18update DataBrowser has-focus when child widget loses focusCaolán McNamara
2021-01-15tdf#135641 update DataBrowser has-focus when child widget gains focusCaolán McNamara
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-08-16let tab switch between cellsCaolán McNamara
2020-08-16tdf#135550 make XComboBox Item status changed event work againCaolán McNamara
2020-08-14tdf#135550 make XListBox Item status changed event work againCaolán McNamara
2020-08-12expand out DELETEZNoel Grandin
2020-08-10tdf#135529 today/none only used by DateControlCaolán McNamara
2020-07-29move SetReadOnly into ControlBase as SetEditableReadOnlyCaolán McNamara
2020-07-22move useful parts of ControlBase down hierarchyCaolán McNamara
2020-07-22weld PatternControlCaolán McNamara
2020-07-21weld DateControlCaolán McNamara
2020-07-15weld TimeControlCaolán McNamara
2020-07-15need to set the formatter as early as possibleCaolán McNamara
2020-07-15rename entry formatter for more consistent namingCaolán McNamara
2020-07-15weld LongCurrencyControlCaolán McNamara
2020-07-14drop formatter during disposeCaolán McNamara
2020-07-12clarify what WantMouseEvent is forCaolán McNamara
2020-07-12weld CheckBoxControlCaolán McNamara
2020-07-12cid#1465254 Uninitialized pointer fieldCaolán McNamara
2020-07-11cid#1465258 Uninitialized pointer fieldCaolán McNamara
2020-07-11use an aux modify handler instead of listening for VclEventId::EditModifyCaolán McNamara
2020-07-10weld MultiLineTextCellCaolán McNamara
2020-07-06weld DbNumericField itemCaolán McNamara
2020-07-06clarify that the parent is always a BrowserDataWinCaolán McNamara
2020-07-03rename FormattedEntry to EntryFormatterCaolán McNamara
2020-07-03change FormattedEntry to not own the Entry it operates onCaolán McNamara
2020-07-03drop some unnecessary includes and forward declaresCaolán McNamara
2020-07-02weld FormattedControlCaolán McNamara
2020-07-01weld EditControl for browseboxCaolán McNamara
2020-06-28decouple IEditImplementation from Edit moreCaolán McNamara
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-21tweak to narrow stretchable widget defaultsCaolán McNamara
2020-05-21weld ListBoxControlCaolán McNamara
2020-05-20weld ComboBoxControlCaolán McNamara
2020-05-08remove TriStateBox classCaolán McNamara
2020-02-18VclMultiLineEdit is sufficient hereCaolán McNamara
2020-02-14use fwd decl of SpinFieldCaolán McNamara
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann