summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkframe.cxx
AgeCommit message (Expand)Author
2021-05-10rename to remove the gtk3 prefixCaolán McNamara
2021-04-29tdf#141963 put focus in vcl parent during Function key processingCaolán McNamara
2021-04-23Related: tdf#140659 improve F6 task pane switchingCaolán McNamara
2021-03-25Fix typosAndrea Gelmini
2021-03-19tdf#131031 take MenuBar into account on size changeArmin Le Grand (Allotropia)
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-02-19loplugin:refcounting in vclNoel
2021-01-29keep focus in GtkSalObject child on gtk_widget_hideCaolán McNamara
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara
2021-01-27drop unused GDK_WINDOW_XWINDOW defineCaolán McNamara
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara
2021-01-19tdf#139368 new database dialog doesn't have focus on start-center launchCaolán McNamara
2020-12-21presumably we don't then need GDK_VISIBILITY_NOTIFY_MASKCaolán McNamara
2020-12-21drop deprecated visibility-notify-event event handlerCaolán McNamara
2020-12-14loplugin:unusedmethodsNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-27silence warnings about negative widths under RTLCaolán McNamara
2020-11-03loplugin:unusedfieldsNoel
2020-10-28Related: tdf#137620 focus-in IMHandler on grab_focusCaolán McNamara
2020-10-28Fix build for UNX x86Thorsten Behrens
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara
2020-10-25Related: tdf#137620 use existing SalEvent::SurroundingTextRequestCaolán McNamara
2020-10-25Related: tdf#137620 factor out working IMDeleteSurrounding hunkCaolán McNamara
2020-10-22for DisallowCycleFocusOut forward unused keyevents to InterimItemWindowCaolán McNamara
2020-10-22don't update IM focus-in if focus-in was in another widgetCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-10-17Resolves: tdf#137201 don't update IM if focus is in another widgetCaolán McNamara
2020-10-17Resolves: tdf#134939 don't update IM position if focus is in another widgetCaolán McNamara
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