summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysgtk3: Fix memory leak in GtkInstanceBuilder::postprocess_widgetMichael Weghorn1-0/+4
2025-03-07tdf#162995 gtk4: Add combobox in file dialog after its labelMichael Weghorn1-1/+1
2025-03-07tdf#162995 gtk4: Handle file dialog selection changesMichael Weghorn2-2/+43
2025-03-07tdf#162995 gtk: Initially hide custom file dialog controlsMichael Weghorn1-0/+4
2025-03-07tdf#162995 gtk4: Show extra controls in file dialogMichael Weghorn1-0/+3
2025-02-21Revert "remove canvas/cairo and canvas/gdi and canvas/directx backends"Noel Grandin166-12/+19047
2025-02-20qt: Remove now unused vcl/inc/qt6/QtSvpSurface.hxxMichael Weghorn1-12/+0
2025-02-20Remove also canvas/cairo in gtk4, qt6 and gtk3_kde5Julien Nabet7-61/+0
2025-02-18gtk: Port from deprecated gtk_widget_hideMichael Weghorn10-47/+39
2025-02-18gtk: Port from deprecated gtk_widget_showMichael Weghorn9-83/+79
2025-02-14gtk4 a11y: Report update to focused stateMichael Weghorn1-0/+7
2025-02-14gtk4: Own the string when freeing itMichael Weghorn1-1/+1
2025-02-13a11y: Introduce weld::IconView::set_item_accessible_nameMichael Weghorn8-0/+60
2025-02-04gtk4 a11y: Terminate gtk_accessible_update_property paramsMichael Weghorn1-2/+2
2025-01-19tdf#130857 templatedlg.ui: Don't use "pack-type end"Michael Weghorn1-34/+30
2024-12-20tdf#130857 qt weld: Support "Compress Image" dialogMichael Weghorn1-0/+1
2024-12-20tdf#130857 qt weld: Add QtInstanceScaleMichael Weghorn11-4/+149
2024-12-17weld: Add weld::Grid to handle grid child positionsMichael Weghorn6-0/+184
2024-12-05gtk4: GtkIconView doesn't have convert_widget_to_bin_window_coordsCaolán McNamara1-3/+13
2024-12-04gtk4: Unbreak --enable-gtk4 buildMichael Weghorn1-0/+4
2024-11-20gtk3 a11y: Simplify gtk3/gtk4 version checkMichael Weghorn1-3/+1
2024-11-18tdf#163792 gtk3: Don't always focus combobox when its popup closesMichael Weghorn1-6/+15
2024-11-09tdf#130857 qt weld: Implement QtInstanceWindow::presentMichael Weghorn1-1/+10
2024-10-05tdf#130857 qt weld: Create QGroupBox for "GtkFrame"Michael Weghorn1-1/+23
2024-09-17sfx2: Synchronously set control state in file picker on all platformsMichael Weghorn2-30/+0
2024-09-12tdf#161256 gtk4 a11y: Don't crash on missing context or invalid child indexMichael Weghorn1-1/+11
2024-08-12gtk4 a11y: Avoid explicit std::max template specializationMichael Weghorn1-1/+1
2024-08-10gtk4 a11y: Fix 32-bit buildMichael Weghorn1-1/+1
2024-07-25gtk4: fix -Wmaybe-uninitializedĐoàn Trần Công Danh1-1/+1
2024-06-30gtk4: Require GTK >= 4.10Michael Weghorn7-38/+5
2024-06-26tdf#159835 sfx2: Skip sidebar menu update for gtk4 to work around crashMichael Weghorn1-0/+6
2024-06-26gtk4 a11y: Handle when there's no a11y contextMichael Weghorn1-0/+4
2024-06-21tdf#161648 vcl a11y: Add weld::Toolbar::set_item_accessible_nameMichael Weghorn4-0/+42
2024-06-09tdf#161467: fix assertion in Impress when inserting table (gtk4)Julien Nabet1-1/+1
2024-05-21tdf#145735 avmedia qt: Use QtMultimedia for Qt 6 media playbackMichael Weghorn15-1/+641
2024-05-20avmediagtk: Use gb_Library_set_include for GTK4_CFLAGSMichael Weghorn1-4/+1
2024-05-03gtk4 a11y: Align role mapping with upstream GTKMichael Weghorn1-7/+4
2024-04-30gtk4 a11y: Handle accessible relationsMichael Weghorn3-1/+87
2024-04-26gtk4 a11y: Don't create second AT context for OOoFixedMichael Weghorn1-23/+0
2024-04-26gtk4 a11y: Don't create multiple AT contexts for same accessibleMichael Weghorn1-6/+4
2024-04-25gtk4: Ignore "input-purpose" for GtkSpinButtonMichael Weghorn1-0/+7
2024-04-04gtk4 a11y: Implement new GtkAccessibleTextInterface::get_offsetMichael Weghorn1-0/+18
2024-04-04gtk4 a11y: Implement new GtkAccessibleTextInterface::get_extentsMichael Weghorn1-0/+35
2024-03-15gtk4 a11y: Report default text attributesMichael Weghorn3-3/+23
2024-03-15gtk4 a11y: Extract helper function for text attr conversionMichael Weghorn1-25/+37
2024-03-15gtk4 a11y: Add initial text attribute handlingMichael Weghorn1-7/+66
2024-03-15Make vcl::bitmap::get_unpremultiply_table VCL_DLLPUBLIC againMichael Weghorn1-1/+1
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn2-0/+89
2024-02-23gtk4 a11y: Fix '--enable-werror' GCC buildMichael Weghorn1-1/+1
2024-02-22gtk4 a11y: Forward text change eventsMichael Weghorn1-0/+40