summaryrefslogtreecommitdiff
path: root/vcl/inc/salvtables.hxx
AgeCommit message (Expand)Author
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara
2021-11-19add placement to Popover popup_at_rectCaolán McNamara
2021-11-17allow menu placement either under or at endCaolán McNamara
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-08-23Move SalInstanceBox decl to headerSzymon Kłos
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-07-29jsdialog: toolbox popupsSzymon Kłos
2021-07-28Move SalInstancePopover decl to header fileSzymon Kłos
2021-07-27Move SalInstanceMenuButton decl to headerSzymon Kłos
2021-07-27Move SalInstanceFrame decl to header fileSzymon Kłos
2021-07-06gtk4: get enough of toolbar working to get spelling dialog to appearCaolán McNamara
2021-06-29tdf#143088 multiple Application::EventListeners is expensiveCaolán McNamara
2021-06-28loplugin:finalclasses in vclNoel Grandin
2021-06-01drop unused Widget::set_secondaryCaolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-17gtk4: reenable buttonCaolán McNamara
2021-05-15inherit ComboBox from Widget instead of ContainerCaolán McNamara
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara
2021-05-06add get_clipboard to widgetCaolán McNamara
2021-04-29allow push/pop multiple levels of freeze/thawCaolán McNamara
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara
2021-04-23we want the a11y screen locationCaolán McNamara
2021-04-07tdf#136918 restrict symbol size to button widthJan-Marek Glogowski
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos
2021-04-06be more explicit in setting the parent of the buttons in the style dropdownCaolán McNamara
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-07move queue_resize to baseclassCaolán McNamara
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara
2021-03-05add a callback for when a container gains or loses focusCaolán McNamara
2021-02-26drop intermediate vcl container for these welded floating toplevelsCaolán McNamara
2021-02-15use GetPopupParent for editeng transient dialogsCaolán McNamara
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara
2021-02-12weld impress annotation windowCaolán McNamara
2021-02-12allow using css::graphic::XGraphic to set menu imageCaolán McNamara
2021-02-11tdf#139429 Convert Style previews widget to IconViewSzymon Kłos
2021-02-06move MenuButton to vcl/toolkitCaolán McNamara
2021-02-05improve SalInstanceWidget::drawCaolán McNamara
2021-02-04split rect arg into dest pos and source rectCaolán McNamara
2021-01-20tdf#139115 vcl tree list: add new toggle behaviorsAttila Szűcs
2021-01-20Move SalInstanceRadioButton decl to header fileSzymon Kłos
2021-01-14Move SalInstanceIconView decl to header fileSzymon Kłos
2020-12-22jsdialog: add the "expand" actionHenry Castro