summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-01-27do not require that an image type has a 3-character extensionLuboš Luňák1-1/+1
2022-01-26make sure to not divide by zero when computing miter limitLuboš Luňák3-20/+13
2022-01-26tdf#146992 gtk_window_set_attached_to causing widgets to shiftCaolán McNamara1-4/+0
2022-01-26tdf#146648 make find and replace dialog reopen at last positionJim Raykowski1-3/+10
2022-01-26Related: tdf#146648 store last known position when visible to return laterCaolán McNamara1-0/+20
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara3-0/+3
2022-01-26Simplify error COM handling using exceptionsMike Kaganski1-60/+39
2022-01-26lok: copy over the alpha channel too for cairo...Dennis Francis1-1/+4
2022-01-25don't use oversized surfacesCaolán McNamara1-2/+6
2022-01-25log where cairo surface error really startedCaolán McNamara1-0/+2
2022-01-25gtk4: GtkSpinButton doesn't have has-frame anymoreCaolán McNamara1-0/+6
2022-01-25tdf#146941 qt: QtFilePicker::finished needs SolarMutexGuardMichael Weghorn1-0/+1
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara1-9/+1
2022-01-25tdf#146971 changing a11y desc to replace %PRODUCTNAME has perf issuesCaolán McNamara1-13/+9
2022-01-24gtk3: "expand" icon in reference windows goes missing on entering shrunk modeCaolán McNamara1-0/+3
2022-01-24gtk3: set placeholder image in GtkButton in .uiCaolán McNamara2-0/+3
2022-01-24gtk4: use help-browser-symbolic for wizard help button tooCaolán McNamara1-0/+4
2022-01-24gtk4: adapt to window_[g|s]et_default_widgetCaolán McNamara4-84/+114
2022-01-24avoid Skia GPU surfaces for small virtual devices (bsc#1183308)Luboš Luňák1-2/+15
2022-01-24avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák2-14/+32
2022-01-24gtk4: make wizards workCaolán McNamara1-7/+78
2022-01-24Make View Certificate sub-dialog asyncSzymon Kłos1-1/+2
2022-01-24jsdialog: use string identifiersSzymon Kłos3-31/+43
2022-01-24RTL: lok: draw mirrored native widgets from file definitionSzymon Kłos1-1/+5
2022-01-24cid#1497619 Uninitialized pointer fieldCaolán McNamara1-1/+1
2022-01-24RTL: lok: mirror cursor position when neededSzymon Kłos1-1/+14
2022-01-24RTL: lok: render tunneled dialogs mirroredSzymon Kłos1-6/+13
2022-01-24RTL: lok: handle mirrored mouse coordinatesSzymon Kłos1-0/+8
2022-01-24Make View Certificate dialog asyncSzymon Kłos1-1/+2
2022-01-24jsdialog: enable Digital Signatures dialogSzymon Kłos1-1/+2
2022-01-24PDF export: allow setting filter data keys from the cmdlineMiklos Vajna1-0/+19
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-5/+5
2022-01-22Fix typoAndrea Gelmini1-1/+1
2022-01-21gtk4: set homogeneous to true to get two equal width buttonsCaolán McNamara1-7/+0
2022-01-21gtk4: GtkPopover::modal has been renamed to autohideCaolán McNamara1-0/+7
2022-01-21tdf#146478 vcl: vcldemo and other vcl examples segfault on closeChris Sherlock8-8/+42
2022-01-21VCL fix shutdown when run via system loopJan-Marek Glogowski9-27/+70
2022-01-20gtk4: gtk_file_filter_add_suffix now exists to fill this gapCaolán McNamara1-1/+3
2022-01-20gtk4: implement SalGtkFilePicker::SetCurFilterCaolán McNamara1-7/+18
2022-01-20gtk4: take SolarMutexGuard on key event handlerCaolán McNamara1-0/+1
2022-01-20gtk4: hide frame for gtk4 to pretty things upCaolán McNamara1-0/+5
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)7-2/+152
2022-01-20tdf#141340 PDF export: fix hyperlinks on the wrong page with page num rangeMiklos Vajna2-0/+26
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski1-2/+3
2022-01-19WASM optionally run any app via system loopJan-Marek Glogowski5-2/+43
2022-01-19WASM add option to build with native exceptionsJan-Marek Glogowski1-2/+14
2022-01-19WASM add toolkit and Emscripten version to AboutJan-Marek Glogowski2-7/+8
2022-01-19vcl: remove FIXME in MetafileXmlDump::writeXml()Miklos Vajna1-3/+0
2022-01-19WASM Qt: various EMSCRIPTEN adaptionsJan-Marek Glogowski3-2/+21
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski1-1/+3