summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtkinst.cxx
AgeCommit message (Expand)Author
2022-04-17Related: tdf#148349 gtk[3|4] use a css effect to draw attention to the widgetCaolán McNamara
2022-04-15tdf#148349 add a way to call the user's attention to a widgetCaolán McNamara
2022-04-15gtk[3|4] add the css "warning" "error" to GtkEntry when those states fitCaolán McNamara
2022-04-15gtk4: warning and error are explicitly mentioned in the documentationCaolán McNamara
2022-04-14tdf#148197 gtk_tree_row_reference_new_proxy warning on docking navigatorCaolán McNamara
2022-04-12gtk4: GtkCellRendererPixbuf no longer takes a surfaceCaolán McNamara
2022-04-12[loplugin:stringview] pass a 'std::string_view'Caolán McNamara
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-07Related: tdf#148448 add a separate WarningColor settingsCaolán McNamara
2022-04-07Red used instead of GreenCaolán McNamara
2022-03-24fix gtk3 combobox up arrow and page up does not select first entryJim Raykowski
2022-03-18gtk3 a11y: Rename drawing_area_get_accessib{ity -> le}Michael Weghorn
2022-03-09gtk4: remove set_accessible_relation_label_forCaolán McNamara
2022-03-09gtk4: use gtk_accessible_update_relation to set labeled_byCaolán McNamara
2022-03-09gtk4: get a11y description and label/nameCaolán McNamara
2022-03-09gtk4: use new mechanisms to set a11y description and label/nameCaolán McNamara
2022-03-01Resolves: tdf#145580 need to use gtk_im_context_filter_keypressCaolán McNamara
2022-02-15-Werror,-Wunused-private-fieldStephan Bergmann
2022-02-08tdf#147251 can't generally shrink popovers if they don't fit under/overCaolán McNamara
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara
2022-01-29gtk4: implement create_screenshot_windowCaolán McNamara
2022-01-27cid#1497856 Unchecked dynamic_castCaolán McNamara
2022-01-26tdf#146992 gtk_window_set_attached_to causing widgets to shiftCaolán McNamara
2022-01-26Related: tdf#146648 store last known position when visible to return laterCaolán McNamara
2022-01-25Related: tdf#146971 remove %PRODUCTNAME from accessible-descriptionCaolán McNamara
2022-01-25tdf#146971 changing a11y desc to replace %PRODUCTNAME has perf issuesCaolán McNamara
2022-01-24gtk3: "expand" icon in reference windows goes missing on entering shrunk modeCaolán McNamara
2022-01-24gtk4: use help-browser-symbolic for wizard help button tooCaolán McNamara
2022-01-24gtk4: adapt to window_[g|s]et_default_widgetCaolán McNamara
2022-01-24gtk4: make wizards workCaolán McNamara
2022-01-20gtk4: take SolarMutexGuard on key event handlerCaolán McNamara
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2022-01-04Fix typosAndrea Gelmini
2021-12-10add resize_to_request to popoverCaolán McNamara
2021-12-09Related: tdf#145786 cooperate between our own grabsCaolán McNamara
2021-12-08only autopopup on mouse hover, not keyboard traversalCaolán McNamara
2021-12-08gtk3: GtkTreeView::gtk_widget_get_preferred_size can return a poor heightCaolán McNamara
2021-12-06tdf#138999 only grab keyboard and not pointing devicesCaolán McNamara
2021-12-02Related: tdf#145901 use x11 popover replacement for all non-menubutton casesCaolán McNamara
2021-11-30gtk[3|4] calculate row height closer to what gtk appears to doCaolán McNamara
2021-11-30gtk[3|4] allow anything that would enable positioning onscreenCaolán McNamara
2021-11-29gtk3: set anchor_hints for gdk_window_move_to_rectCaolán McNamara
2021-11-25Resolves: tdf#145786 get the correct bounds with window scaling enabledCaolán McNamara
2021-11-24gtk3: I don't think it makes sense to claim a crossing event is consumedCaolán McNamara
2021-11-24Resolves: tdf#145864 we should only return true if we consume the motion eventCaolán McNamara
2021-11-24gtk[3|4] don't need the ifdefs if only using the dlsymed functionsCaolán McNamara
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara
2021-11-23gtk3: reuse popover replacement as mouse event widgetCaolán McNamara