summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
AgeCommit message (Expand)AuthorFilesLines
25 hourscreateFromAscii -> OUString literals in attribute_set_map_to_property_valuesNoel Grandin1-32/+32
3 daysloplugin:ostr in vclNoel Grandin4-30/+30
5 daysgtk3 a11y: Drop superfluous checkMichael Weghorn1-10/+6
5 daysgtk3 a11y: No longer manually add focused state for focus objectMichael Weghorn1-8/+0
6 daysgtk3 a11y: Drop WindowEventHandler completelyMichael Weghorn4-109/+0
6 daysgtk3 a11y: Drop VclEventId::TabpageActivate processingMichael Weghorn1-24/+0
6 daysgtk3 a11y: Drop VclEventId::MenuHighlight processingMichael Weghorn1-35/+0
6 daysgtk3 a11y: Drop VclEventId::ToolboxHighlight{,Off} processingMichael Weghorn1-57/+0
7 daystdf#160806 tdf#160837 gtk3 a11y: Drop VclEventId::ToolboxButtonStateChangedMichael Weghorn1-38/+0
7 daystdf#160806 tdf#160837 gtk3 a11y: Drop handling of some VclEventIdsMichael Weghorn1-103/+0
7 daystdf#160806 tdf#160837 gtk3 a11y: Port from deprecated atk_focus_tracker_notifyMichael Weghorn1-12/+8
7 daystdf#160806 tdf#160837 gtk3 a11y: Don't use idleMichael Weghorn1-73/+35
13 daystdf#159369 tdf#160806 gtk3 a11y: Drop fallback dummy a11y objMichael Weghorn1-70/+11
13 daystdf#159369 tdf#160806 tdf#160837 gtk3 a11y: Don't skip parents one wayMichael Weghorn1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-3/+2
2024-04-20gtk3 a11y: Set a11y relations for custom combobox implMichael Weghorn1-0/+15
2024-04-20tdf#159910 gtk3 a11y: Keep a11y props for comboboxMichael Weghorn1-0/+12
2024-04-19loplugin:constantparam in vclNoel Grandin1-3/+1
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-1/+2
2024-03-31Resolves: tdf#154072 no effect when clicking some dropdown buttonsCaolán McNamara1-5/+17
2024-03-31Resolves: tdf#152438 constrain popups from MenuButtons with toplevel parentCaolán McNamara1-37/+40
2024-03-30Resolves: tdf#159498 Items in Template Manager dropdown should be left-alignedCaolán McNamara1-1/+2
2024-03-29Resolves: tdf#160028 Type to select currency in dropdown does not work for gtkCaolán McNamara1-0/+30
2024-03-24Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann15-47/+67
2024-03-23Harmonization of warning and error colorsHeiko Tietze2-6/+3
2024-03-21tdf#93352 Fix horizontal swiping and scrolling when using an RTL UIPatrick Luby1-0/+5
2024-03-06Breeze scrollbars clipped, allocated space not wide/tall enoughCaolán McNamara1-7/+13
2024-02-06elide some OString temporariesNoel Grandin1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-3/+3
2024-01-15Add missing g_free in salnativewidgets-gtk + reorder ones in cpdmgr (vcl)Julien Nabet1-0/+1
2024-01-15Replace deprecated "gdk_cursor_unref" by "g_object_unref"Julien Nabet1-1/+1
2024-01-15Fix location of an g_object_unref in vcl/glomenuJulien Nabet1-1/+1
2024-01-13Add missing g_object_unref (vcl/gtksalmenu)Julien Nabet1-1/+5
2024-01-13Add missing g_bytes_unref in GtkSalMenu::AddMenuBarButtonJulien Nabet1-0/+1
2024-01-13Add missing g_object_thaw_notify before an early return (vcl/gtkinst)Julien Nabet1-0/+3
2024-01-13Add missing gdk_event_free (vcl/gtkinst)Julien Nabet1-0/+16
2024-01-13Add missing g_list_free in GtkInstanceComboBox ctrJulien Nabet1-0/+1
2024-01-13Add missing gtk_tree_path_free (vcl/gtkinst)Julien Nabet1-0/+2
2023-12-20comment re GTK 2.34 should be 3.24Caolán McNamara1-2/+2
2023-12-19tdf#123864 gtk3 a11y: Consider states when mapping BUTTON_DROPDOWNMichael Weghorn3-6/+10
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara2-4/+3
2023-12-19gtk3 a11y: Drop dead debug codeMichael Weghorn1-129/+0
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-07tdf#157432 Expert config: Allow filtering by changed valuesSamuel Mehrbrodt1-2/+16
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen1-0/+4
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara1-6/+18
2023-11-29Extended loplugin:ostr: vclStephan Bergmann1-1/+1
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet1-2/+2
2023-11-20vcl gtk3 : no need to use ClearableMutexGuard instead of GuardArnaud VERSINI1-4/+4
2023-11-19Extended loplugin:ostr: vclStephan Bergmann1-1/+1