Age | Commit message (Expand) | Author |
2021-11-04 | use more DECL_DLLPRIVATE_LINK | Noel Grandin |
2021-10-06 | CellController always controls something derived from svt::ControlBase | Caolán McNamara |
2021-10-04 | Related: tdf#141633 similiarly support match combo/listbox font sizes | Caolán McNamara |
2021-09-30 | Related: tdf#141633 support setting a custom font for TextView | Caolán McNamara |
2021-09-30 | tdf#141633 set correct font sizes in tableview child widgets | Caolán McNamara |
2021-09-13 | tdf#142415 mouse events not propogated to table control event handlers | Caolán McNamara |
2021-08-04 | Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out] | Caolán McNamara |
2021-08-04 | fix comment | Caolán McNamara |
2021-07-29 | Fix --enable-mergelibs `make check` | Stephan Bergmann |
2021-06-19 | loplugin:finalclasses | Noel Grandin |
2021-05-21 | add Toggleable as a separate thing to a Button | Caolán McNamara |
2021-05-19 | pass CheckButton argument instead of its Button baseclass | Caolán McNamara |
2021-02-23 | reportdesigner focus out handler clobbering the preexisting handler | Caolán McNamara |
2021-02-18 | update DataBrowser has-focus when child widget loses focus | Caolán McNamara |
2021-01-22 | tdf#135550 ListBox should triger an event when changed non-interactively | Caolán McNamara |
2021-01-15 | tdf#135641 update DataBrowser has-focus when child widget gains focus | Caolán McNamara |
2020-11-19 | tdf#124176 use pragma once instead of include guards | Roman Kuznetsov |
2020-10-30 | convert some tools::Long->sal_Int32 | Noel |
2020-10-19 | use tools::Long in svtools | Noel |
2020-08-16 | tdf#135550 make XComboBox Item status changed event work again | Caolán McNamara |
2020-08-14 | tdf#135550 make XListBox Item status changed event work again | Caolán McNamara |
2020-08-10 | tdf#135529 today/none only used by DateControl | Caolán McNamara |
2020-07-29 | move SetReadOnly into ControlBase as SetEditableReadOnly | Caolán McNamara |
2020-07-27 | drop unused SVTOOLS_IN_EDITBROWSEBOX_HXX define | Caolán McNamara |
2020-07-22 | move useful parts of ControlBase down hierarchy | Caolán McNamara |
2020-07-22 | weld PatternControl | Caolán McNamara |
2020-07-21 | weld OSQLNameEdit | Caolán McNamara |
2020-07-21 | weld DateControl | Caolán McNamara |
2020-07-16 | loplugin:unusedmethods | Noel Grandin |
2020-07-15 | weld TimeControl | Caolán McNamara |
2020-07-15 | weld LongCurrencyControl | Caolán McNamara |
2020-07-13 | don't grab focus if focus is already in a subcontrol | Caolán McNamara |
2020-07-12 | clarify what WantMouseEvent is for | Caolán McNamara |
2020-07-12 | weld CheckBoxControl | Caolán McNamara |
2020-07-11 | use an aux modify handler instead of listening for VclEventId::EditModify | Caolán McNamara |
2020-07-10 | weld MultiLineTextCell | Caolán McNamara |
2020-07-07 | make some symbols private | Noel Grandin |
2020-07-06 | weld DbNumericField item | Caolán McNamara |
2020-07-06 | split off key processing | Caolán McNamara |
2020-07-06 | clarify that the parent is always a BrowserDataWin | Caolán McNamara |
2020-07-03 | rename FormattedEntry to EntryFormatter | Caolán McNamara |
2020-07-03 | change FormattedEntry to not own the Entry it operates on | Caolán McNamara |
2020-07-03 | drop some unnecessary includes and forward declares | Caolán McNamara |
2020-07-02 | weld FormattedControl | Caolán McNamara |
2020-07-01 | weld EditControl for browsebox | Caolán McNamara |
2020-06-28 | decouple IEditImplementation from Edit more | Caolán McNamara |
2020-05-22 | move InterimItemWindow to vcl | Caolán McNamara |
2020-05-22 | remove Size arg from Window::Draw and depend on GetSizePixel | Caolán McNamara |
2020-05-21 | weld ListBoxControl | Caolán McNamara |
2020-05-20 | weld ComboBoxControl | Caolán McNamara |