gecko-dev/widget/gtk
Jan Horak 582ea4cda5 Bug 1637948 Don't resize popup on hidpi when not needed r=stransky
We have to compare new width and height multiplied by scale because mBounds is in
real pixels while gdk_window_move_to_rect returns the size without multiplying
by scale factor.

Also to fix overflow popups we need to use NativeMoveResize in nsWindow::ResizeInt
when size of the popup has changed.

Differential Revision: https://phabricator.services.mozilla.com/D75298
2020-05-19 15:34:18 +00:00
..
compat
compat-gtk3 Bug 1618763 - Part 2. Use GtkInputPurpose and GtkInputHints by inputmode. r=masayuki 2020-03-23 10:36:53 +00:00
crashtests
mozgtk Bug 1606554 - Remove accidently introduced stub gdk_window_get_visible_region. r=ntim 2020-04-03 11:09:12 +00:00
mozwayland Backed out changeset bbb39655cf71 (bug 1605934) for build bustage in widget/gtk/mozwayland/mozwayland.c 2020-01-18 15:39:55 +02:00
wayland Bug 1613364 [Wayland] Clean up WaylandDMABufSurface class, r=jhorak 2020-02-12 22:35:09 +00:00
components.conf
CompositorWidgetChild.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
CompositorWidgetChild.h Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
CompositorWidgetParent.cpp Bug 1603839 [Linux] Explicitly set Wayland/X11 backend for GtkCompositorWidget, r=jhorak 2020-04-23 17:26:17 +00:00
CompositorWidgetParent.h Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
gtk3drawing.cpp Bug 1635990 - Fix leak when gtk-decoration-layout setting is set. r=karlt 2020-05-07 04:30:33 +00:00
GtkCompositorWidget.cpp Bug 1603839 [Linux] Explicitly set Wayland/X11 backend for GtkCompositorWidget, r=jhorak 2020-04-23 17:26:17 +00:00
GtkCompositorWidget.h Bug 1603839 [Linux] Explicitly set Wayland/X11 backend for GtkCompositorWidget, r=jhorak 2020-04-23 17:26:17 +00:00
gtkdrawing.h Bug 1624436 - Don't include GTK widget padding in outline: auto size. r=karlt,stransky 2020-03-26 10:23:39 +00:00
IMContextWrapper.cpp Bug 1618763 - Part 2. Use GtkInputPurpose and GtkInputHints by inputmode. r=masayuki 2020-03-23 10:36:53 +00:00
IMContextWrapper.h
InProcessGtkCompositorWidget.cpp
InProcessGtkCompositorWidget.h
maiRedundantObjectFactory.c
maiRedundantObjectFactory.h
MediaKeysEventSourceFactory.cpp Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
moz.build Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
MozContainer.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
MozContainer.h Bug 1638130 - Move <vector> where std::vector moved after bug 1635362. r=stransky 2020-05-15 23:41:45 +00:00
MozContainerWayland.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
MozContainerWayland.h Bug 1638130 - Move <vector> where std::vector moved after bug 1635362. r=stransky 2020-05-15 23:41:45 +00:00
MPRISInterfaceDescription.h Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
MPRISServiceHandler.cpp Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
MPRISServiceHandler.h Bug 1631608 - P5: Define mpris:trackid r=alwu 2020-04-24 22:39:12 +00:00
NativeKeyBindings.cpp Bug 1628711 Remove #ifdef MOZ_WIDGET_GTK from widget/gtk, r=jhorak 2020-04-14 12:35:34 +00:00
NativeKeyBindings.h
nsApplicationChooser.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsApplicationChooser.h
nsAppShell.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
nsAppShell.h
nsBidiKeyboard.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsBidiKeyboard.h
nsClipboard.cpp Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
nsClipboard.h Bug 1623181 - Remove nsAutoPtr usage from widget/gtk. r=stransky 2020-03-18 12:30:50 +00:00
nsClipboardWayland.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
nsClipboardWayland.h Bug 1623181 - Remove nsAutoPtr usage from widget/gtk. r=stransky 2020-03-18 12:30:50 +00:00
nsClipboardX11.cpp Bug 1628711 Remove #ifdef MOZ_WIDGET_GTK from widget/gtk, r=jhorak 2020-04-14 12:35:34 +00:00
nsClipboardX11.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsColorPicker.cpp Bug 1617990 - Remove three silly uses of nsACString::Adopt in GTK widget code. r=froydnj 2020-02-25 20:09:29 +00:00
nsColorPicker.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsCUPSShim.cpp Bug 1612713 - Avoid unloading several libraries in TSan builds. r=froydnj 2020-02-04 14:38:49 +00:00
nsCUPSShim.h
nsDeviceContextSpecG.cpp Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
nsDeviceContextSpecG.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsDragService.cpp Bug 1515419 - fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp r=froydnj,necko-reviewers,valentin 2020-05-17 06:58:48 +00:00
nsDragService.h
nsFilePicker.cpp Bug 1635718 [Wayland] Use portal file picked on Wayland, r=jhorak 2020-05-19 07:19:52 +00:00
nsFilePicker.h Bug 1628711 Remove #ifdef MOZ_WIDGET_GTK from widget/gtk, r=jhorak 2020-04-14 12:35:34 +00:00
nsGtkCursors.h
nsGtkKeyUtils.cpp Bug 1628711 Remove #ifdef MOZ_WIDGET_GTK from widget/gtk, r=jhorak 2020-04-14 12:35:34 +00:00
nsGtkKeyUtils.h
nsGTKToolkit.h
nsGtkUtils.h
nsIdleServiceGTK.cpp Bug 1619270 [Wayland] Check we're really on Wayland and not on headless, r=jhorak 2020-03-05 10:20:48 +00:00
nsIdleServiceGTK.h
nsIImageToPixbuf.h
nsImageToPixbuf.cpp
nsImageToPixbuf.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsLookAndFeel.cpp Bug 1622893 - Don't use background color for 3d colors on GTK. r=stransky 2020-03-17 17:54:09 +00:00
nsLookAndFeel.h Bug 1606503 - Move prefers-reduced-motion bits for testing into LookAndFeel. r=emilio 2020-01-14 05:50:53 +00:00
nsNativeThemeGTK.cpp Bug 1636998 - Only suppress auto-style outlines for widgets that paint their own focus indicator. r=jfkthame 2020-05-13 20:38:26 +00:00
nsNativeThemeGTK.h Bug 1624786 - Replace MOZ_MUST_USE with [[nodiscard]] in widget/gtk. r=karlt 2020-04-08 16:41:43 +00:00
nsPrintDialogGTK.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
nsPrintDialogGTK.h Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsPrintSettingsGTK.cpp
nsPrintSettingsGTK.h
nsPrintSettingsServiceGTK.cpp Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsPrintSettingsServiceGTK.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsPSPrinters.cpp Bug 1626762 Removed the else statement to improve readability and better meet guidelines as per http://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html r=sylvestre 2020-04-15 11:07:44 +00:00
nsPSPrinters.h
nsSound.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in widget. r=jmathies 2020-03-16 10:56:57 +00:00
nsSound.h
nsToolkit.cpp
nsWaylandDisplay.cpp Bug 1632059 [Wayland] Use wayland display directly for va-api, r=jhorak 2020-04-23 16:06:54 +00:00
nsWaylandDisplay.h Bug 1629526 [Wayland] Add gWaylandThreadLoopMutex to guard thread loop shutdown, r=jhorak 2020-04-16 06:07:06 +00:00
nsWidgetFactory.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
nsWidgetFactory.h
nsWindow.cpp Bug 1637948 Don't resize popup on hidpi when not needed r=stransky 2020-05-19 15:34:18 +00:00
nsWindow.h Bug 1637948 Don't resize popup on hidpi when not needed r=stransky 2020-05-19 15:34:18 +00:00
PCompositorWidget.ipdl Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
PlatformWidgetTypes.ipdlh Bug 1603839 [Linux] Explicitly set Wayland/X11 backend for GtkCompositorWidget, r=jhorak 2020-04-23 17:26:17 +00:00
ProcInfo.cpp Bug 1636204 - Return size in bytes instead of page count for RSS in ProcInfo. r=Yoric 2020-05-11 16:09:20 +00:00
ScreenHelperGTK.cpp Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
ScreenHelperGTK.h
TaskbarProgress.cpp
TaskbarProgress.h
WakeLockListener.cpp Bug 1635577 - add wakelog log. r=spohl,karlt 2020-05-07 19:51:30 +00:00
WakeLockListener.h Bug 1595828 - Fix some include guards. r=froydnj 2019-11-12 17:27:20 +00:00
WaylandDMABufSurface.cpp Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
WaylandDMABufSurface.h Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
WaylandVsyncSource.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
WaylandVsyncSource.h Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
WidgetStyleCache.cpp Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
WidgetStyleCache.h
WidgetTraceEvent.cpp
WidgetUtilsGtk.cpp Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
WidgetUtilsGtk.h
WindowSurfaceProvider.cpp Bug 1634154. Make widget/gtk buildable outside of unified-build environment. r=karlt 2020-05-01 03:02:13 +00:00
WindowSurfaceProvider.h Bug 1353652 - Fix unified builds r=karlt 2019-12-03 14:03:01 +00:00
WindowSurfaceWayland.cpp Bug 1635362 [Wayland] Split mozcontainer implementation for X11 and Wayland, r=jhorak 2020-05-13 13:11:49 +00:00
WindowSurfaceWayland.h Bug 1627469 [Wayland] [Wayland] Don't use oversized wl_surface sizes, r=jhorak 2020-04-06 07:01:33 +00:00
WindowSurfaceX11.cpp
WindowSurfaceX11.h
WindowSurfaceX11Image.cpp
WindowSurfaceX11Image.h
WindowSurfaceXRender.cpp
WindowSurfaceXRender.h