summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtkinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-10tdf#153657 tdf#140659 gtk3 a11y: Use IconView item tooltip as a11y descMichael Weghorn1-0/+35
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti1-0/+6
2023-03-03Fix typoAndrea Gelmini1-2/+2
2023-03-02Resolves: tdf#153885 keep popovers with application window parent inside thatCaolán McNamara1-0/+35
2023-02-13Preserve nullptr between gtk_assistant_get/set_page_titleStephan Bergmann1-3/+6
2023-02-10gtk4: occasional crash at exitCaolán McNamara1-0/+4
2023-02-09tdf#153501 Fix OString construction from nullptrStephan Bergmann1-1/+2
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-3/+3
2023-01-20Fix typoAndrea Gelmini1-1/+1
2023-01-20tdf#149412 gtk3: show all selected rows in dnd iconCaolán McNamara1-7/+91
2023-01-19Resolves: tdf#153091 support text/plain without encoding from neditCaolán McNamara1-19/+19
2023-01-19save last mouse press location even if no handlers setCaolán McNamara1-8/+8
2023-01-19use cairo_surface_destroy after gtk_drag_set_icon_surfaceCaolán McNamara1-0/+2
2023-01-17tdf#153049 use ScrollType::DontKnow for a mouse wheel spinCaolán McNamara1-1/+2
2023-01-10Related: tdf#152950 assert if this arises anywhere elseCaolán McNamara1-0/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-23loplugin:unocast (SalGtkXWindow)Stephan Bergmann1-1/+2
2022-12-15Fix another use of gtk_gesture_zoom_new for GTK 4Stephan Bergmann1-0/+5
2022-12-14vcl: Implement touchpad zoom gesture support in GtkInstanceDrawingAreaPovilas Kanapickas1-0/+47
2022-12-14Resolves: tdf#152501 forward replacement ComboBox query-tooltip to originalCaolán McNamara1-45/+55
2022-12-06tdf#152029 Visually draw attention to in-view bookmarkJim Raykowski1-19/+22
2022-12-06add Assistant::set_page_side_imageCaolán McNamara1-0/+5
2022-11-22move workaround out of GtkInstanceExpander ctorCaolán McNamara1-31/+35
2022-11-10Related: tdf#151898 use more of the code path that can use scaled svgsCaolán McNamara1-94/+79
2022-11-10Fix typoAndrea Gelmini1-1/+1
2022-11-10tdf#151898 if svgs are used in hidpi get a high quality GtkImageCaolán McNamara1-4/+63
2022-11-07Revert recalcuting m_nTextCol when setting a cell editableCaolán McNamara1-23/+0
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann1-180/+223
2022-10-22Resolves: tdf#151699 show/hide the overlay along with the editCaolán McNamara1-0/+15
2022-10-08tdf#151387 Fix regression cause by tdf#149279Jim Raykowski1-0/+2
2022-10-03use G_MAXINT to create an "invalid" path to use to unset cursorCaolán McNamara1-2/+2
2022-09-30use gtk_tree_path_new_from_string here too for consistencyCaolán McNamara1-1/+1
2022-09-30gtk_tree_model_get_iter: assertion 'path->depth > 0' failedCaolán McNamara1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+2
2022-09-27tdf#150916 make unselect in combobox dropdown same as initially unselectedCaolán McNamara1-3/+5
2022-09-07tdf#150810 get visible placeholder text in GtkEntry with focusCaolán McNamara1-0/+145
2022-09-01tdf#150723 "run" will make the dialog visible like "show"Caolán McNamara1-1/+5
2022-08-30tdf#149741 tdf#149956 Make flipping work also in the sidebarMaxim Monastirsky1-8/+25
2022-08-17cid#1509184 silence Out-of-bounds accessCaolán McNamara1-0/+1
2022-08-14ofz#50202 Direct-leakCaolán McNamara1-3/+4
2022-08-11gtk3: silence 'invalid cast from 'GtkWindow' to 'GtkMenuShell' warningCaolán McNamara1-0/+28
2022-08-11gtk4: clear action group in dtorCaolán McNamara1-0/+1
2022-08-09vcl: allow editing a column other than the first one in GtkInstanceTreeViewMichael Stahl1-0/+23
2022-08-08gtk4: complete set_cursor for gtk4Caolán McNamara1-5/+4
2022-08-07add set_scroll_thickness to provide a way to "zoom" the scrollbarCaolán McNamara1-0/+38
2022-08-05using ScrollType::Drag looks the safest choiceCaolán McNamara1-1/+1
2022-08-03handle scroll events in surrounding GtkSalFrame if there is oneCaolán McNamara1-0/+35
2022-08-03tdf#117388 use native scrollbar under gtk in writerCaolán McNamara1-0/+10
2022-08-03export scroll type when possibleCaolán McNamara1-0/+5
2022-08-03allow welding scrollbars individuallyCaolán McNamara1-0/+119