summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-10rename to remove the gtk3 prefixCaolán McNamara1-4750/+0
2021-04-29tdf#141963 put focus in vcl parent during Function key processingCaolán McNamara1-4/+10
2021-04-23Related: tdf#140659 improve F6 task pane switchingCaolán McNamara1-12/+28
2021-03-25Fix typosAndrea Gelmini1-1/+1
2021-03-19tdf#131031 take MenuBar into account on size changeArmin Le Grand (Allotropia)1-1/+6
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-02-19loplugin:refcounting in vclNoel1-1/+1
2021-01-29keep focus in GtkSalObject child on gtk_widget_hideCaolán McNamara1-0/+5
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara1-1/+1
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara1-1/+9
2021-01-27drop unused GDK_WINDOW_XWINDOW defineCaolán McNamara1-2/+2
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara1-1/+1
2021-01-19tdf#139368 new database dialog doesn't have focus on start-center launchCaolán McNamara1-2/+8
2020-12-21presumably we don't then need GDK_VISIBILITY_NOTIFY_MASKCaolán McNamara1-1/+1
2020-12-21drop deprecated visibility-notify-event event handlerCaolán McNamara1-6/+0
2020-12-14loplugin:unusedmethodsNoel1-5/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-11-27silence warnings about negative widths under RTLCaolán McNamara1-0/+4
2020-11-03loplugin:unusedfieldsNoel1-2/+0
2020-10-28Related: tdf#137620 focus-in IMHandler on grab_focusCaolán McNamara1-0/+4
2020-10-28Fix build for UNX x86Thorsten Behrens1-1/+1
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara1-50/+28
2020-10-25Related: tdf#137620 use existing SalEvent::SurroundingTextRequestCaolán McNamara1-19/+13
2020-10-25Related: tdf#137620 factor out working IMDeleteSurrounding hunkCaolán McNamara1-0/+50
2020-10-22for DisallowCycleFocusOut forward unused keyevents to InterimItemWindowCaolán McNamara1-1/+76
2020-10-22don't update IM focus-in if focus-in was in another widgetCaolán McNamara1-2/+10
2020-10-19use tools::Long in vclNoel1-20/+20
2020-10-17Resolves: tdf#137201 don't update IM if focus is in another widgetCaolán McNamara1-5/+2
2020-10-17Resolves: tdf#134939 don't update IM position if focus is in another widgetCaolán McNamara1-2/+5
2020-10-07raise min version of gtk to 3.20.0Caolán McNamara1-38/+7
2020-10-06loplugin:const& make some params and methods constNoel1-1/+1
2020-10-01Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara1-33/+41
2020-09-29gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara1-14/+27
2020-09-10tdf#136512 listen to style-updated on pEventWidget instead of toplevel...Caolán McNamara1-1/+2
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-2/+22
2020-08-25Resolves: tdf#135965 distinguish between press and releaseCaolán McNamara1-1/+3
2020-08-24avoid gtk_widget_event assertion !WIDGET_REALIZED_FOR_EVENTCaolán McNamara1-0/+2
2020-08-23tdf#135779 move focus back to usual parent before grabbing pointerCaolán McNamara1-2/+11
2020-08-21tdf#135965 let F1 in gtk widgets embedded in a GtkSalFrame call helpCaolán McNamara1-0/+6
2020-08-17tdf#135743 only overwrite our geometry with the valid entriesCaolán McNamara1-3/+5
2020-08-17tdf#135743 ignore size-allocations triggered by an embedded SalObjectCaolán McNamara1-1/+4
2020-08-07Fix typosAndrea Gelmini1-1/+1
2020-08-05loplugin:indentation (--disable-assert-always-abort)Stephan Bergmann1-1/+1
2020-08-04loplugin:flatten in vcl/unxNoel Grandin1-217/+217
2020-07-08use gdk_wayland_window_set_application_id when it becomes availableCaolán McNamara1-7/+26
2020-06-17tdf#130449 allow gdk_window_move_to_rect to try GDK_ANCHOR_SLIDECaolán McNamara1-1/+1
2020-06-11allow tabbing between native widgets in floating windowsCaolán McNamara1-5/+12
2020-06-11restore parent grab mode instead of assuming it should be falseCaolán McNamara1-1/+2
2020-06-11don't need to treat floating toolbars differently for set-focusCaolán McNamara1-4/+0
2020-05-22Resolves: tdf#133269 infinite regressCaolán McNamara1-1/+2