summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
AgeCommit message (Expand)Author
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara
2020-11-15add Menu::get_idCaolán McNamara
2020-11-13add set_accessible_descriptionCaolán McNamara
2020-11-11support getting Expander's labelCaolán McNamara
2020-11-11support changing Expander's labelCaolán McNamara
2020-10-20add MenuToggleButton for split toggle/menu buttonCaolán McNamara
2020-10-16support set_font for weld::ButtonCaolán McNamara
2020-10-09Fix typoAndrea Gelmini
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-10-06drop ownership argumentCaolán McNamara
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara
2020-09-10support attempting to set a foreground color for labels and textviewsCaolán McNamara
2020-09-02support attempting to set a background color for widgetsCaolán McNamara
2020-09-02drop unused weld_windowCaolán McNamara
2020-09-02drop some unused methodsCaolán McNamara
2020-08-26make get_extents_relative_to constCaolán McNamara
2020-08-25Fix typoAndrea Gelmini
2020-08-24add documentation to get_buildable_nameCaolán McNamara
2020-08-19add a Title label type for base's title windowsCaolán McNamara
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara
2020-08-19support the background color used by base's title windowsCaolán McNamara
2020-08-12tdf#135640 ensure parent rows are expanded on scolling to make a row visibleCaolán McNamara
2020-08-08Clean-up of abstdlgHeiko Tietze
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara
2020-07-23weld OTableDesignHelpBarCaolán McNamara
2020-07-22add get/set overwrite modeCaolán McNamara
2020-07-21weld OSQLNameEditCaolán McNamara
2020-07-19compact namespace: vclNoel Grandin
2020-07-16jsdialog: weld text viewSzymon Kłos
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2020-07-15need to set the formatter as early as possibleCaolán McNamara
2020-07-10normalize both endsCaolán McNamara
2020-07-08query if the cursor can be moved up or downCaolán McNamara
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara
2020-07-06limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara
2020-07-06add alignment to TextViewCaolán McNamara
2020-07-06add set_max_length to TextViewCaolán McNamara
2020-07-06add get_editable and clipboard interaction to TextViewCaolán McNamara
2020-07-06jsdialog: execute entry set textSzymon Kłos
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara
2020-07-03jsdialog: weld toolbarSzymon Kłos
2020-07-02add ability to set Entry font colorCaolán McNamara
2020-06-30add set_alignment to EntryCaolán McNamara
2020-06-29jsdialog: click action for drawing areaSzymon Kłos
2020-06-26extend FormattedSpinButton to allow custom input/outputCaolán McNamara
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin