summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
7 daystdf#166334 qt: More reliably detect native file dlg parentMichael Weghorn1-20/+9
2025-04-12tdf#130857 qt weld: Pass logic size to OutputDevice::GetBitmapExMichael Weghorn1-1/+1
2025-04-09tdf#166055 qt avmedia: Provide media/player size right awayMichael Weghorn2-88/+15
2025-02-23Make "XML Filter Settings" dialog modal and set parentMichael Weghorn3-1/+21
2025-02-14tdf#165238 qt: Rely on Qt for "text/plain" and UTF-8 clipboard textMichael Weghorn1-9/+2
2025-02-12list item a11y: Fix parent-relative positionMichael Weghorn1-3/+7
2025-02-08tdf#165062 qt: Make only floating window/popup widget bg translucentMichael Weghorn1-3/+9
2025-02-07browsebox a11y: Use recursive mutexMichael Weghorn1-1/+1
2025-01-15qt: No longer manually destroy QWindowMichael Weghorn2-15/+4
2024-12-25tdf#130857 qt weld: Defer QDialog deletionMichael Weghorn2-5/+10
2024-12-05tdf#130857 qt weld: Implement QtInstanceWindow::get_{size,position}Michael Weghorn1-4/+11
2024-11-24tdf#130857 weld: Move Window::set_centered_on_parent to DialogMichael Weghorn8-40/+47
2024-11-11tdf#130857 qt weld: Hold SolarMutex in QtInstanceButton::buttonClickedMichael Weghorn1-1/+5
2024-10-10tdf#161479 make presentation work on fractionally scaled displayCaolán McNamara1-2/+19
2024-10-01tdf#160837 qt a11y: Don't report window role for non-top-levelMichael Weghorn1-1/+10
2024-09-28tdf#160837 qt: Rely on toolkit for frame positions, drop menubar hackMichael Weghorn4-33/+24
2024-09-19qt a11y: Defer QWindow creation until frame gets shownMichael Weghorn1-10/+11
2024-08-15qt: Drop X11 condition for session/screensaver inhibitionMichael Weghorn2-10/+5
2024-08-13vcl a11y: Report "top-level"'s frame againMichael Weghorn1-1/+12
2024-08-09vcl a11y: Don't report parent window for top-levelsMichael Weghorn1-1/+1
2024-06-21tdf#149461 qt5: Provide a QWindow for OpenGL rendering on X11Michael Weghorn1-0/+5
2024-06-21tdf#149461 qt6: Provide a QWindow for OpenGL renderingMichael Weghorn3-6/+30
2024-06-18tdf#145735 qt avmedia: Don't deadlock with QGstreamerMediaPlayerMichael Weghorn1-5/+2
2024-06-13gen: Handle null client ID when SmcOpenConnection failsMichael Weghorn1-1/+3
2024-05-21tdf#145735 avmedia qt: Use QtMultimedia for Qt 6 media playbackMichael Weghorn15-1/+641
2024-05-18tdf#160565 tdf#145735 qt: Avoid native window handles for Qt 6Michael Weghorn1-1/+11
2024-05-16Related tdf#159573 - WhatsNew dialog: 1px glitch with WaylandHeiko Tietze1-1/+1
2024-04-30tdf#159369 tdf#160806 tdf#160837 gtk3 a11y: Don't skip parents one wayMichael Weghorn1-1/+1
2024-04-22Resolves tdf#160731 Navigate by recency does not work under gtk3 +Jim Raykowski1-3/+1
2024-03-31Resolves: tdf#152438 constrain popups from MenuButtons with toplevel parentCaolán McNamara1-37/+40
2024-02-15tdf#130857 qt weld: Set msg dialog parentMichael Weghorn1-1/+15
2024-02-13tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn2-15/+27
2024-02-12tdf#125934 qt: Support module-specific window icons on WaylandMichael Weghorn1-0/+14
2024-02-10qt: Set desktop file name without ".desktop" suffixMichael Weghorn1-1/+1
2024-02-10tdf#158947 sw: Don't unrelatedly overwrite system clipboard on pasteMichael Weghorn1-1/+2
2023-11-07tdf#152155 vcl: fix gtk popup listbox positions on sidebarLászló Németh3-2/+9
2023-08-26gtk3 a11y: Force running a11y tests with X11 GDK backendMichael Weghorn1-0/+2
2023-03-02Resolves: tdf#153885 keep popovers with application window parent inside thatCaolán McNamara1-0/+35
2023-02-21tdf#144302 tdf#153333 qt: Load cursor from icon themeMichael Weghorn1-201/+92
2022-05-17Resolves: tdf#145722 don't propose MOVE from AcceptDrop if not asked for MOVECaolán McNamara1-19/+29
2022-04-26tdf#140272 gtk3: fix crash with dnd using touchCaolán McNamara1-10/+33
2022-04-07tdf#147285 qt: Prefer "text/plain;charset=utf-8" over "text/plain"Michael Weghorn2-9/+18
2022-04-06tdf#144585 Qt fix Wayland LO fake popupsJan-Marek Glogowski3-73/+13
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann27-863/+12
2022-02-03rhbz#2047319 drop the SolarMutex before QApplication::init()Caolán McNamara2-8/+16
2022-01-29gtk4: dlsym hack for gdk_wayland_window_set_application_id not neededCaolán McNamara1-1/+1
2021-12-10Related: tdf#146018 constrain submenu to window like toplevel menuCaolán McNamara1-1/+0
2021-12-02Related: tdf#144410 submenu indicator misplaced under x11 gtkCaolán McNamara3-2/+31
2021-11-30tdf#145901 constrain gtk autofilter within calc windowCaolán McNamara1-1/+0
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara21-509/+693