summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-06-19tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock3-0/+54
2021-06-18add Menu::get_sensitiveCaolán McNamara3-0/+15
2021-06-18use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-5/+7
2021-06-18add set_id/get_id to Menus like WindowsCaolán McNamara1-0/+2
2021-06-17Move SalInstancePopover decl to header fileSzymon Kłos2-40/+46
2021-06-15jsdialog: dump internal image for buttonsSzymon Kłos3-0/+38
2021-06-14vcl: check mpWindowImpl before referencing itGabriel Masei3-27/+43
2021-06-11jsdialog: don't send unnecessary show/hide messagesSzymon Kłos1-6/+14
2021-06-11jsdialog: sidebar: fix closingSzymon Kłos1-2/+2
2021-06-11jsdialog: weld MenuButtonSzymon Kłos2-0/+26
2021-06-11Move SalInstanceMenuButton decl to headerSzymon Kłos2-106/+142
2021-06-10avoid possible repeated cairo surface creationLuboš Luňák2-11/+17
2021-06-10jsdialog: sidebar: remove code for tunneled oneSzymon Kłos1-2/+2
2021-06-10jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos1-1/+3
2021-06-10scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+8
2021-06-09jsdialog: don't send update if not changed checkbox stateSzymon Kłos1-1/+3
2021-06-09jsdialog: weld frameSzymon Kłos2-0/+25
2021-06-09Move SalInstanceFrame decl to header fileSzymon Kłos2-17/+24
2021-06-08Add a ProfileZone around the mpPollCallback invocationTor Lillqvist1-0/+3
2021-06-08Fix click on the drawing area of CSV dialogmerttumer1-1/+5
2021-05-31android: Fix DrawingArea inside CsvTableBox is shrinkedmerttumer1-0/+9
2021-05-26jsdialog: allow fraction numbers in spinfieldSzymon Kłos1-2/+6
2021-05-26jsdialog: normalize value for spinfieldSzymon Kłos1-1/+1
2021-05-26jsdialog: execute value action on spinfieldSzymon Kłos1-3/+5
2021-05-25jsdialog: sidebar: send sidebar PanelsSzymon Kłos5-8/+105
2021-05-25jsdialog: send action event on show/hideSzymon Kłos2-4/+11
2021-05-25jsdialog: weld ContainerSzymon Kłos2-0/+25
2021-05-25enable grabbing focus to an unspecified container childCaolán McNamara3-4/+40
2021-05-25add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara3-0/+12
2021-05-25add a callback for when a container gains or loses focusCaolán McNamara3-0/+51
2021-05-25SetCurItemId takes an ItemId not a PositionCaolán McNamara1-1/+1
2021-05-25allow throwing away size cache of hosted containerCaolán McNamara1-0/+16
2021-05-25factor out as a ResizableDockingWindowCaolán McNamara2-9/+36
2021-05-25move dockingwindow.ui to vclCaolán McNamara2-0/+20
2021-05-25add a way to invalidate the InterimItemWindow child contentsCaolán McNamara1-0/+15
2021-05-25use GetPopupParent for editeng transient dialogsCaolán McNamara3-26/+27
2021-05-25move queue_resize to baseclassCaolán McNamara3-9/+9
2021-05-25replace stock button imagesCaolán McNamara5-153/+101
2021-05-25move FixedImage icon-name property setting to the builderCaolán McNamara2-11/+23
2021-05-25rename get_vscroll_width to get_scroll_thicknessCaolán McNamara3-11/+22
2021-05-25weld impress annotation windowCaolán McNamara3-9/+9
2021-05-25allow using css::graphic::XGraphic to set menu imageCaolán McNamara3-3/+20
2021-05-25add something to override scrollbar colorsCaolán McNamara2-0/+71
2021-05-21tdf#142370 a null response callback should be acceptableCaolán McNamara1-1/+2
2021-05-19vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna3-21/+99
2021-05-16jsdialog: move list of enabled dialogs to separate fileSzymon Kłos4-49/+97
2021-05-14Added Text Import Dialog to JSDialogs listmerttumer1-3/+4
2021-05-14vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna3-1/+94
2021-05-13vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl1-8/+0
2021-05-13lok: add rendering and input for form controls in CalcTomaž Vajngerl1-0/+15