summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkobject.cxx
AgeCommit message (Expand)Author
2021-05-10rename to remove the gtk3 prefixCaolán McNamara
2021-03-11in GtkSalObject::GetOptimalSize get the preferred sizeCaolán McNamara
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-26use an accessor for SystemEnvData::aWindowCaolán McNamara
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-06-09tdf#133822 mirror GtkSalObjectWidgetClip location for RTLCaolán McNamara
2020-05-13use gtk_widget_get_screen instead of cast + gtk_window_get_screenCaolán McNamara
2019-12-30Fix GDK_KEY_RELEASE -> GDK_KEY_RELEASE_MASKStephan Bergmann
2019-12-23call gtk_widget_size_allocate explicitlyCaolán McNamara
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara
2019-12-19add a SystemChildWindow::GetOptimalSize overrideCaolán McNamara
2019-12-17unfold the gtk-related inline we don't need anymoreCaolán McNamara
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-10-06Replace SystemEnvData pToolkit/pPlatformName strings with enumsStephan Bergmann
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann
2019-05-27tdf#125271 under wayland without gtksink, try waylandsinkCaolán McNamara
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin
2019-02-11Resolves: tdf#123080 don't require wayland at runtimeCaolán McNamara
2017-11-15loplugin:flatten in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-02-01fix crash with gtk3, opengl and presentation consoleCaolán McNamara
2016-09-15vcl: consistently use sal_IntPtr to marshal drag source / drop targetMichael Stahl
2016-05-19loplugin:staticcallTor Lillqvist
2016-05-19gtk3: for x11 case set Display and Visual so opengl slide effects can workCaolán McNamara
2016-05-10Convert SALOBJ_EVENT to scoped enumNoel Grandin
2016-02-16gtk3+wayland: play video via gtksink gstreamer elementCaolán McNamara
2016-02-15implement wayland handle passing for gstreamerCaolán McNamara
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara
2016-02-12split the gtk2 and gtk2 gtkobjectsCaolán McNamara
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks