summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkframe.cxx
AgeCommit message (Expand)Author
2020-10-07raise min version of gtk to 3.20.0Caolán McNamara
2020-10-06loplugin:const& make some params and methods constNoel
2020-10-01Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara
2020-09-29gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara
2020-09-10tdf#136512 listen to style-updated on pEventWidget instead of toplevel...Caolán McNamara
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara
2020-08-25Resolves: tdf#135965 distinguish between press and releaseCaolán McNamara
2020-08-24avoid gtk_widget_event assertion !WIDGET_REALIZED_FOR_EVENTCaolán McNamara
2020-08-23tdf#135779 move focus back to usual parent before grabbing pointerCaolán McNamara
2020-08-21tdf#135965 let F1 in gtk widgets embedded in a GtkSalFrame call helpCaolán McNamara
2020-08-17tdf#135743 only overwrite our geometry with the valid entriesCaolán McNamara
2020-08-17tdf#135743 ignore size-allocations triggered by an embedded SalObjectCaolán McNamara
2020-08-07Fix typosAndrea Gelmini
2020-08-05loplugin:indentation (--disable-assert-always-abort)Stephan Bergmann
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-07-08use gdk_wayland_window_set_application_id when it becomes availableCaolán McNamara
2020-06-17tdf#130449 allow gdk_window_move_to_rect to try GDK_ANCHOR_SLIDECaolán McNamara
2020-06-11allow tabbing between native widgets in floating windowsCaolán McNamara
2020-06-11restore parent grab mode instead of assuming it should be falseCaolán McNamara
2020-06-11don't need to treat floating toolbars differently for set-focusCaolán McNamara
2020-05-22Resolves: tdf#133269 infinite regressCaolán McNamara
2020-05-13use gtk_widget_get_screen instead of cast + gtk_window_get_screenCaolán McNamara
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-16don't allow tooltips from parent to appear while popup menu is activeCaolán McNamara
2020-04-16tdf#131120 use a replacement for GtkComboBoxCaolán McNamara
2020-04-16fix compile: missing semi-colon in < gtk 3.22 blockJustin Luth
2020-04-15GdkAnchorHints isn't available < gtk 3.22Caolán McNamara
2020-04-14use gdk_window_move_to_rect if available at runtimeCaolán McNamara
2020-04-05Related: tdf#131873 focus-on-click in data browserCaolán McNamara
2020-03-16Fix typoAndrea Gelmini
2020-03-06failure seen as setting length of -1 and returning nullCaolán McNamara
2020-03-02tdf#131031 Gtk3 presume the resize did happenJan-Marek Glogowski
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-17disconnect damage when target window is destroyedCaolán McNamara
2020-02-14don't use gtk_window_group_remove_window if widgets are not GtkWindowsCaolán McNamara
2020-02-14Resolves: tdf#130414 don't crash attempting gtk_fixed_move if parent changedCaolán McNamara
2020-02-13toplevel might not be a GtkWindow, no need to cast to GtkWindowCaolán McNamara
2020-02-13set-focus doesn't exist in GtkEventBox, only GtkWindowCaolán McNamara
2020-02-12nModCode assigned but not usedMaxim Monastirsky
2020-02-04add a way to return focus to the main widgetCaolán McNamara
2020-02-04tdf#129634 ignore floating toolbarsCaolán McNamara
2020-01-27vcl: ignore floating window set-focus eventsCaolán McNamara
2020-01-09also grab the keyboard under gtk when showing a temp floating windowCaolán McNamara
2020-01-08can expand these macros since gtk2 is goneCaolán McNamara
2020-01-06tdf#129634 send SalEvent::LoseFocus only if some other widget gains focusCaolán McNamara
2019-12-19remove can-focus when focus is lostCaolán McNamara
2019-12-19handle change of focus between widgets within the toplevel GtkWindowCaolán McNamara
2019-12-19allow default GtkWindow to handle key events firstCaolán McNamara
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-12-17unfold the gtk-related inline we don't need anymoreCaolán McNamara