summaryrefslogtreecommitdiff
path: root/vcl/source/app/salvtables.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-20lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti1-0/+5
2022-12-07lok: vcl: introduce set_cursor_data methodHenry Castro1-0/+9
2022-09-08vcl: fix crash in SalInstanceWidget::set_busy_cursor()Miklos Vajna1-0/+5
2022-08-12jsdialog: dump tooltips for IconView entriesMike Kaganski1-35/+11
2022-06-24Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt1-0/+2
2022-06-14Accessibility for IconViewMike Kaganski1-0/+12
2022-06-05Introduce weld::IconView::insert_separatorMike Kaganski1-2/+21
2022-06-05Implement weld::IconView::[gs]et_item_widthMike Kaganski1-0/+3
2022-06-05Implement weld::IconView::connect_query_tooltipMike Kaganski1-0/+26
2022-06-05OutputDevice::GetBitmap(Ex) takes logical size, not pixelMike Kaganski1-1/+1
2022-04-04lok: fix formulabar renderingSzymon Kłos1-1/+1
2022-02-14lok: use focused tab page helpSzymon Kłos1-1/+3
2022-02-14RTL: lok: render correctly interim windowsSzymon Kłos1-5/+16
2022-02-14Move SalInstanceImage decl to header fileSzymon Kłos1-31/+25
2022-01-09Resolves: tdf#129745 don't override child help for application framesCaolán McNamara1-2/+11
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara1-2/+9
2021-11-19add placement to Popover popup_at_rectCaolán McNamara1-3/+8
2021-11-17allow menu placement either under or at endCaolán McNamara1-3/+8
2021-10-22return weld::Builder by unique_ptrNoel Grandin1-6/+8
2021-10-17Simplify vector initialization in vclJulien Nabet1-4/+2
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara1-8/+19
2021-10-01Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara1-2/+10
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara1-3/+8
2021-09-29Use SetControlFont to set the font size for these controlsCaolán McNamara1-6/+2
2021-09-29Related: tdf#141633 PointFont gets overwritten by ControlFontCaolán McNamara1-0/+2
2021-09-28tdf#144139 gen backend doesn't crash but DrawOutDev is a null op for PrintersCaolán McNamara1-2/+26
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-08-23Move SalInstanceBox decl to headerSzymon Kłos1-18/+13
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski1-0/+6
2021-07-28Move SalInstancePopover decl to header fileSzymon Kłos1-45/+34
2021-07-27Move SalInstanceMenuButton decl to headerSzymon Kłos1-96/+83
2021-07-27Move SalInstanceFrame decl to header fileSzymon Kłos1-17/+9
2021-07-16Resolves: tdf#143398 mouse event processed twiceCaolán McNamara1-4/+0
2021-07-09SetParentToDefaultWindow doesn't change parent anymoreCaolán McNamara1-2/+6
2021-07-07remove [g|s]et_item_help_id for menubutton menu itemsCaolán McNamara1-12/+0
2021-07-02convert SvSortMode to scoped enumNoel Grandin1-2/+2
2021-06-29tdf#143088 multiple Application::EventListeners is expensiveCaolán McNamara1-11/+12
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-2/+0
2021-05-28IsDisposed->isDisposed in vcl/../appNoel Grandin1-1/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-17gtk4: reenable buttonCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-12/+13
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-5/+5
2021-05-15inherit Button from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-15inherit Expander from Widget instead of ContainerCaolán McNamara1-6/+6
2021-05-15inherit TextView from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-2/+5
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-5/+2