summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-09-07tdf#138519 use gtk_adjustment_set_value instead of gtk_spin_button_set_valueCaolán McNamara1-1/+4
2021-09-02tdf#142394 return to using CAIRO_OPERATOR_SOURCE in drawBitmapCaolán McNamara1-0/+5
2021-09-02do not enable mbSupportsBitmap32 for headless (tdf#141171)Luboš Luňák1-0/+2
2021-09-02vcl: bitmap::CreateFromData add option to reverse alpha (0xff - a)Tomaž Vajngerl1-2/+3
2021-08-26disable-pch fixNoel Grandin1-2/+1
2021-08-26Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl5-20/+61
2021-08-26vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58
2021-08-16undo blocking emitting focus events during grab_focusCaolán McNamara2-16/+9
2021-08-16move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-47/+6
2021-08-03vcl: avoid native widget pieces for disposed BorderWindow.Michael Meeks2-3/+4
2021-07-27jsdialog: dump id for imagesSzymon Kłos1-0/+1
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks1-1/+2
2021-07-16tdf#143245 activate-on-single-click only if 'up' is at active entryCaolán McNamara1-0/+9
2021-07-15jsdialog: dump FixedImageSzymon Kłos1-0/+20
2021-07-14jsdialog: dump selected state for toolitemsSzymon Kłos1-0/+2
2021-07-12vcl: make get_id safe for disposed windows.Michael Meeks1-1/+2
2021-07-11cid#1470369 Uninitialized scalar variableCaolán McNamara1-15/+3
2021-07-11cid#1202935 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-07-11tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+11
2021-07-11Related: tdf#143088 listen to DefaultWindow for Settings changedCaolán McNamara1-6/+6
2021-07-11tdf#142061 Consider window scaling for XOR drawing on macOSThorsten Wagner3-147/+299
2021-07-07jsdialog: send type for popup messagesSzymon Kłos1-0/+1
2021-07-07jsdialog: don't send unnecessary close messageSzymon Kłos1-1/+2
2021-07-06jsdialog: don't dump images for all toolitemsSzymon Kłos1-2/+3
2021-07-06Convert AreaTransparencyGradientPopup to WeldToolbarPopupSzymon Kłos1-1/+2
2021-07-06jsdialog: dump image for toolitemsSzymon Kłos3-0/+22
2021-07-06jsdialog: image for radiobuttonsSzymon Kłos1-0/+12
2021-07-05jsdialog: simplify popup codeSzymon Kłos2-12/+9
2021-07-02jsdialog: sidebar: enable fontwork popupsSzymon Kłos1-1/+2
2021-06-29jsdialog: use original container type for popupsSzymon Kłos1-1/+7
2021-06-29sidebar: unify LineWidthPopup with other WeldToolbarPopupsSzymon Kłos1-1/+4
2021-06-29jsdialog: enable line end style popupSzymon Kłos1-1/+2
2021-06-29disable ligatures for monospace fontsCaolán McNamara1-0/+6
2021-06-28jsdialog: handle toolbox menus togglingSzymon Kłos5-2/+44
2021-06-28jsdialog: toolbox popupsSzymon Kłos6-33/+165
2021-06-28jsdialog: handle popover closeSzymon Kłos2-2/+18
2021-06-28jsdialog: dump and activate popup windowsSzymon Kłos7-4/+126
2021-06-28Cache a static wavy line as bitmap and reuse itmerttumer1-3/+98
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