[gtk] (132 commits) Non-fast-forward update to branch fix-3728-3799



The branch 'fix-3728-3799' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  f465241... GDK-Win32: Force toplevel surfaces to configure as needed
  db307f2... gdksurface-win32.c: Fix maximize and fullscreen
  5d02379... GDK-Win32: Cleanup fix for maximizing/minimizing
  895dbf0... GDK-Win32: Fix AeroSnap
  3e1f2f1... gdksurface-win32.c: Rename window->surface in snap_*()
  bce09f4... GDK-Win32: Some cleanups
  d3cb938... gdksurface-win32.c: Rename window->surface in gdk_win32_sur
  ea80eff... gdksurface-win32.c: Ensure timely surface size update
  8cdc58a... gdkevents-win32.c: Don't force resize if minimizing

Commits added to the branch:

  74cba6c... Add a simple Javascript example (*)
  da3ca66... gtk-demo: Add a slider to the menu example (*)
  d25557a... Clean up the GtkComposeTable api (*)
  bee58fd... composetable: Introduce a parser struct (*)
  8464b04... composetable: Move code into the parser (*)
  fb6c8cd... composetable: Handle includes (*)
  ff4f07d... composetable: Handle substitutions in includes (*)
  3b4b1c6... composetable: Reinterpret %L (*)
  45d39c2... composetable: Switch to using a hash table (*)
  485dc05... composetable: Allow removing sequences (*)
  8087250... imcontext: Replace the builtin sequences (*)
  1cff4bb... composetable: Ignore length 1 sequences (*)
  54dffa0... composetable: Drop GtkComposeTableCompact (*)
  92129a2... imcontext: Simplify checking compose seqs (*)
  4390f81... imcontext: Improve the docs (*)
  0ad5094... Remove some leftover debug code (*)
  264d592... composetable: Keep the number of sequences (*)
  87e2a02... composetable: Rewrite Compose files if necessary (*)
  ead31db... password_entry: Header Capitalization on tooltip (*)
  8669e8a... Merge branch 'tooltip-hig' into 'master' (*)
  aa6a9de... gtk/builder: Port example to GTK 4 (*)
  9b44965... Update Ukrainian translation (*)
  3883a98... Merge branch 'fix-dialog-docs' into 'master' (*)
  9f6fb16... build: Set proper defaults for media backends (*)
  4d5dc18... build: disable Vulkan by default (*)
  af0c95c... build: Remove sassc option (*)
  e544c89... build: Make all X11 extensions mandatory (*)
  afc5f46... x11: Remove unused headers (*)
  0ae2acf... x11: Remove XComposite (*)
  94eb3d7... Merge branch 'wip/otte/build' into 'master' (*)
  bdee75c... Sync included icons from adwaita-icon-theme (*)
  bcc7028... Merge branch 'sync-icons' into 'master' (*)
  2c023cd... gdk/wayland: Clean up gestures if pointer capability is wit (*)
  a555594... Merge branch 'destroy-pointer-gestures' into 'master' (*)
  f2b41e7... build: Build demos before tools (*)
  1347573... x11: Move code where it belongs (*)
  74e01dd... x11: Remove unused function (*)
  5784f8c... x11: Stop reordering visuals (*)
  7d32ec5... x11: Reorder code (*)
  8bfe82f... x11: Don't share cached GLX visuals with GTK3 (*)
  0fce300... x11: Initialize GL at startup (*)
  8dfc627... glx: Don't initialize GLX multiple times. (*)
  8a2f3e1... x11: Move function call (*)
  c5df081... x11: Simplify code (*)
  1d448a2... x11: Pass the display, not the screen (*)
  bdb4972... x11: Move the EGL display into the private struct (*)
  c787fe7... x11: Store the EGL config in the display (*)
  b1fbc2e... x11: Store the EGL surface in the GdkSurfaceX11 (*)
  0ddd061... x11: Move GL init code into the GL context (*)
  62bac44... glx: Remove Visual cache (*)
  ca8d9fb... x11: Rework Visual selection (*)
  ccd5992... x11: Remove GdkVisual (*)
  04c2093... x11: Remove the dummy surface (*)
  eb34233... Revert "x11: Always fall back to GLX on NVIDIA" (*)
  485dae9... x11: Remove unused struct member (*)
  82eb947... x11: Remove glx version check (*)
  1c55b32... x11: Use single GLX fbconfig and store it in the display (*)
  215f792... x11: Store the GLX drawable in the surface (*)
  6d5ba95... x11: Get Visual from EGL directly (*)
  37ba057... x11: Do not call glXQueryExtension() (*)
  74288ec... x11: Properly record the error when initializing GL (*)
  5a3b4de... x11: Redo choice between EGL and GLX (*)
  581e01b... gdk: Add a private struct to GdkDisplay (*)
  01e9fa9... gdk: Allow GdkDrawContext with a %NULL surface (*)
  7cd4282... wayland: Move fbconfig into the display (*)
  ba3e80c... wayland: Don't pass GL config to get_egl_surface() (*)
  430b6f8... gdk: Add GdkDisplay::init_gl vfunc (*)
  e4f0418... gdk: Require EGL version 1.4 across the board (*)
  dd666e4... ngl: Store the shared driver in the display (*)
  c7320df... gdk: Add gdk_gl_context_is_shared() (*)
  2c98786... gl: Deprecate gdk_gl_context_get_shared_context() (*)
  a27434a... gl: Store the context::in-frame state in the current contex (*)
  5054363... gdk: Get rid of paint contexts (*)
  15ed1a3... gl: Require EGL_KHR_surfaceless_context with egl (*)
  9f1d6e1... gl: Move vfunc (*)
  e06e0e8... gdk: Move GL context construction to GdkGLContext (*)
  72e2a46... inspector: Add support for displaying GL errors (*)
  30aaab5... x11: Move code from GdkGLContextX11 (*)
  6b8bc83... display: Move GL selection code into gdkdisplay-x11.c (*)
  65c6af3... GDK-Win32: Move some functions out of gdkglcontext-win32.c (*)
  969b325... GDK: Add debug option for WGL usage (*)
  9c4c4ea... gl: Fix issue with EGL + nvidia (*)
  6c00117... Split out WGL/EGL stuff and simplify things (*)
  8648486... GDK-Win32: Fixup, and cleanup WGL HDC handling (*)
  bd69d7e... GDK-Win32: init_gl(): Default to WGL for now (*)
  4b12dc6... gdkdisplay-win32.c: Don't call ReleaseDC() unnecessarily (*)
  620ccda... glx: Get rid fo DrawableInfo (*)
  02c6226... Merge branch 'wip/otte/gleanup' into 'master' (*)
  a10b1b7... Add more sysprof marks (*)
  351819b... Merge branch 'startup-profiling' into 'master' (*)
  fce23c9... Add more sysprof marks (*)
  7aec3b0... Merge branch 'startup-profiling' into 'master' (*)
  4c41ef8... stack: GtkStackPage:name is not construct-only (*)
  7bdda15... Cosmetics (*)
  8d5ef4a... Merge branch 'matthiasc/for-master' into 'master' (*)
  e51fdc1... Merge branch 'stack-page-name' into 'master' (*)
  00cc998... text: Use the widget y coordinate for gestures (*)
  6f04ec9... Merge branch 'wip/exalm/gtktext-selection-fix' into 'master (*)
  4d0c299... gdk/x11: Do not set PPosition hint (*)
  527b2c5... Merge branch 'no-pposition' into 'master' (*)
  d44ce19... Update POTFILES.in (*)
  466d33c... ngl: Speed up clipping calculations a bit (*)
  f88efb8... ngl: Reduce type checking overhead (*)
  7fb1389... gsk: Add a private getter for container children (*)
  b695ef9... gsk: Add a shortcut for a common transform case (*)
  0ef1219... gsk: Optimize gsk_transform_to... (*)
  ae3e586... gridlayout: Avoid some unnecessary overhead (*)
  98986a2... layoutmanager: Avoid some overhead (*)
  7044951... widget: Avoid GObject data for action muxer (*)
  ee6491f... widget: Avoid some unnecessary back-and-forth casting (*)
  0d8dd0c... sizerequest: Keep branches in sync (*)
  d764603... sizerequest: Simplify some code (*)
  4dc4c00... Merge branch 'misc-speedups' into 'master' (*)
  3900546... 4.3.2 (*)
  f5dc710... dnd: Guard drags with a reference when finishing (*)
  6a5d555... contentformats: Change the format of gdk_content_formats_to (*)
  5c4aba4... Merge branch 'wip/compose-parser' into 'master' (*)
  09deb1d... ngl: Cosmetics (*)
  57a95c5... Merge branch 'matthiasc/for-master' into 'master' (*)
  131be5f... contentformats: Add gdk_content_formats_parse() (*)
  d760332... testsuite: Add contentformat tests (*)
  0781429... builder: Add support for GdkContentFormats (*)
  192bfa1... droptarget: Make formats construct-only writable (*)
  4453597... widget-factory: Some new backgrounds (*)
  f1b50ba... widget-factory: Add images that support dnd (*)
  910f23e... Merge branch 'wip/otte/widgetfactory-dnd' into 'master' (*)
  1b08082... gdk: add missing Since annotation (*)
  dded10a... Merge branch 'gi-fix' into 'master' (*)
  108c423... compose-parse.c: Include stdlib.h (*)
  0f5ba51... Update Friulian translation (*)
  db8b341... Merge branch 'compose-parse-msvc' into 'master' (*)
  1350dbe... GDK-Win32: Make surface ready for updates

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]