summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtkframe.cxx
AgeCommit message (Expand)Author
2023-03-31gtk4: get a11y to say hello worldCaolán McNamara
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara
2023-01-24tdf#152404 crash with ibus-mozc with ctrl+alt+c during ExtTextInputCaolán McNamara
2023-01-18only need ooo_fixed for gtk3Caolán McNamara
2023-01-17gtk4: some basis for experimenting on a11y supportCaolán McNamara
2022-11-30Typo: appropiate->appropriateJulien Nabet
2022-11-22Resolves: tdf#152155 use gtk's knowledge of relative widget positionsCaolán McNamara
2022-11-21fix a comment typoCaolán McNamara
2022-11-07Fix typoAndrea Gelmini
2022-11-04Resolves: tdf#151509 don't overwrite geometry for system childsCaolán McNamara
2022-11-04Related: tdf#151509 factor out common block as UpdateGeometryFromEventCaolán McNamara
2022-11-04Related: tdf#151509 trust the crossing position provided by gtkCaolán McNamara
2022-11-04Related: tdf#151509 make what the x/y values are more clearCaolán McNamara
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_NONE for preedit underlineCaolán McNamara
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
2022-08-30fix "g_object_weak_unref: couldn't find weak ref" warningCaolán McNamara
2022-08-30gtk4: connect the zoom and rotate gestures for gtk4Caolán McNamara
2022-08-27gtk: Fix gtk4 build after f2bd19f672023 and e6bed4293814dMichael Weghorn
2022-08-26vcl: implement touchpad rotate gesture support on gtk backendPovilas Kanapickas
2022-08-26vcl: implement touchpad zoom gesture support on gtk backendPovilas Kanapickas
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-08gtk4: cursor not changing on moving over other widgetsCaolán McNamara
2022-08-03handle scroll events in surrounding GtkSalFrame if there is oneCaolán McNamara
2022-08-01Fix typo in codeAndrea Gelmini
2022-07-29gtk4: update vcl when popup was closed by some external meansCaolán McNamara
2022-07-28gtk4: use GtkPopovers to replace popupsCaolán McNamara
2022-07-27gtk4: for gtk4 set the size of both layers of the overlayCaolán McNamara
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski
2022-06-14Make PARTIAL_FULLSCREEN a X11SalFrame boolJan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-28Move GtkSalFrame::CalcDeleteSurroundingSelection to SalFrameMichael Weghorn
2022-05-19follow org.freedesktop.appearance.color-scheme settingCaolán McNamara
2022-05-19merge the g_bus_get_sync callsCaolán McNamara
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-26tdf#140272 gtk3: fix crash with dnd using touchCaolán McNamara
2022-04-06Resolves: tdf#146174 allow shortcut key event handling before menubarVincent Reher
2022-01-29gtk4: dlsym hack for gdk_wayland_window_set_application_id not neededCaolán McNamara
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2021-11-19fix gtk4 buildRene Engelhard
2021-11-15gtk4: implement CreateChildFrameCaolán McNamara
2021-10-21loplugin:flattenNoel Grandin
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke
2021-10-01tdf#144846 launch gtk3 menubar menus from LibreOffice codeCaolán McNamara
2021-10-01bundle key forward calls together as a functionCaolán McNamara
2021-09-29gtk4: fix buildCaolán McNamara