[gtk+] (135 commits) Non-fast-forward update to branch wip/ebassi/gsk-1



The branch 'wip/ebassi/gsk-1' 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:

  2e42e83... gsk: Initial commit / build environment
  c262ecd... Initial implementation of GSK rendering pipeline
  47f515d... Snapshot/WIP

Commits added to the branch:

  27a1b50... window: Fix gtk_window_set_geometry_hints documentation (*)
  0ce217c... GDK W32: Re-implement AeroSnap for CSD windows (*)
  2ea96cf... GDK W32: Improve AeroSnap - don't resize windows that fit (*)
  b420c53... GDK W32: Add drag-to-snap feature to AeroSnap (*)
  b013161... GDK W32: Draw snap indicators for AeroSnap (*)
  f853283... GDK W32: Add/subtract shadow when drag-resizing (*)
  cfbb8c5... GDK W32: Add/subtract shadow when (un)snapping (*)
  bde5281... GDK W32: Use a dumb window class for decorative windows (*)
  fd143a2... window: Make the sample code obey the party line on geometr (*)
  71a5f07... widget: queue a redraw only if resize highlighting is enabl (*)
  72178fd... Accel cell renderer: Set a css name (*)
  d8da587... Adwaita: theme acceleditor > label (*)
  6faafbf... Use AM_DISTCHECK_CONFIGURE_FLAGS (*)
  a93e477... Updated Thai translation. (*)
  d1acb78... icon theme: Make the builtin hicolor index match reality (*)
  4c10800... gdkwindow: Remove O(n-children) code in gdk_window_invalida (*)
  4c698bc... wayland: Print out more debug info (*)
  84dfda1... widget: Always warn when underallocating widgets (*)
  4bfa6c3... gtkwindow: Don't allow unresizable windows to be smaller th (*)
  b1205a9... Adwaita: set secondary caret color to selection blue (*)
  2784eac... wayland: Avoid NULL slave devices in GdkSeat::get_slaves (*)
  f2f1725... Adwaita: cosmetic fixes (*)
  d23c6c6... Adwaita: style textview border (*)
  58891c1... headerbar: Don't underallocate the label box (*)
  f052f15... Updated Esperanto translation (*)
  62a7447... Updated Esperanto translation (*)
  59e40f3... wayland: Remove unused field (*)
  9bfc837... wayland: Remove an unused vfunc (*)
  8ef12fd... Add an index for 3.22 api additions (*)
  2f0354f... Move GdkDeviceManager to deprecated section (*)
  d5b78d4... Updated Greek translation (cherry picked from commit 40afff (*)
  85e3792... Adwaita: transparent textview border border (*)
  bf8653c... ui-manager: Fix "format not a string literal" errors (*)
  a8c5954... about-dialog: Fix "format not a string literal" errors (*)
  6a5224f... file-chooser-widget: Fix "format not a string literal" erro (*)
  becc0d4... recent-manager: Fix "format not a string literal" error (*)
  9336355... cups: Fix "format not a string literal" error (*)
  28fc4de... Clarify that one cannot use the same variable (*)
  be6784c... wayland: Do not resize with the same size (*)
  adff598... GDK W32: Don't move windows into top-left corner on style c (*)
  32d7ba7... device: Add distance/rotation/slider GdkAxisUse values (*)
  0f962f1... device: Add gdk_device_get_axes(), and ::axes property (*)
  4ba95b0... gdkdevice: Add GdkDeviceTool to identify device tools (*)
  d5f141a... gdkdevice: Add GdkDevice::tool-changed signal (*)
  6824dd7... gdk: Add GdkSeat::tool-added/removed signals (*)
  5a25c5a... GdkSeatDefault: Add functions to add/remove tools (*)
  6d73e75... events: Add gdk_event_[gs]et_device_tool() (*)
  6286883... gdk: Forward tools in client-side windows event translation (*)
  0287ec7... x11: Update GdkDevices on "Wacom Serial IDs" property chang (*)
  9a81b65... x11: Set GdkDeviceTool on motion/button events (*)
  8b2fd3e... GdkDeviceTool: Add GdkDeviceToolType to identify the physic (*)
  9e72d24... GdkDeviceTool: Add GdkAxisFlags info to tablet tools (*)
  6c2a078... gtk-demo: Use GdkAxisUse instead of axis labels (*)
  505dac9... gtk-demo: Add support for distance in event_axes (*)
  89b7f85... gtk3-demo: Show multiple master devices on the "Event axes" (*)
  b465ede... demos: Set crossing events mask explicitly on event-axes de (*)
  8e91709... demos: Enable multidevice behavior on event-axes demo (*)
  6febc22... x11: Use XInternAtom directly on poking device hardware IDs (*)
  af894af... gdkcursor-wayland.c: Minor indentation fix (*)
  45b4d76... wayland: Refactor master pointer data into a separate struc (*)
  d4d0327... build: Bump wayland-protocols dependency to 1.3 (*)
  7cc0850... Wayland: Add initial support for drawing tablets (*)
  72884a2... Wayland: Implement proximity/crossing/motion event emission (*)
  0f6be24... Wayland: Translate tool axes in motion events (*)
  4f6bc82... Wayland: Translate wl_tablet.down/up into button events (*)
  fb32f11... wayland: Translate pen buttons into button events (*)
  cd1604a... wayland: Hook tablets to GdkSeat (*)
  48239ad... gtk3-demo: Add tool information to "Event axes" demo (*)
  6628ffd... wayland: Check the tablet manager before creating a wp_tabl (*)
  d3a3d06... gdkevents: Fix GDK_AVAILABLE_IN annotation (*)
  83e7751... wayland: do not update shadows for child windows (*)
  b3ca11a... test: do not remove files on distclean (*)
  057ae4a... wayland: Propagate slider/rotation axes from tools to devic (*)
  f1cbd9c... demos: Show slider/rotation axes in "Event axes" demo (*)
  e71d09e... progresstracker: simple struct to track animation progress (*)
  f297932... progresstracker: add GTK_SLOWDOWN environment variable (*)
  46b120b... inspector: add slider to control slowdown factor (*)
  3909f81... stack: port to progress tracker (*)
  62b224a... stack: skip first frame for animations (*)
  2ff6259... revealer: port to progress tracker (*)
  7ad64a2... switch: port to progress tracker (*)
  dc8b80c... popover: port to progress tracker (*)
  5237b7a... scrolledwindow: port indicator fade to progress tracker (*)
  d57ebe2... progressbar: port to progress tracker (*)
  511f138... entry: port to progress tracker (*)
  50e057e... csstransition: port to progress tracker (*)
  2800b00... cssanimation: port to progress tracker (*)
  6a88ac3... animatedstyle: fail to create new style if timestamp goes b (*)
  7b68bdb... animatedstyle: just ref current style if timestamp the same (*)
  a970ba5... animatedstyle: don't share styleanimations (*)
  b3dc473... docs: trivial fixes in GtkApplication-related documentation (*)
  e6c408c... inspector: Give the font scale an entry (*)
  d83ad00... inspector: Add an origin mark to the slowdown scale (*)
  af1c873... inspector: Use GdkAxes instead of GdkAxisUse (*)
  6db7de3... app: fix indentation (*)
  9044f78... Move GdkDeviceTool into its own files (*)
  abff6e2... inspector: simplify some code (*)
  1b0c6e4... Mention geometry handling changes in release notes (*)
  0d64582... wayland: Keyboard don't have x/y (*)
  7dc588c... Add a note about GDK_AXIS_X/Y (*)
  fe80230... quartz: zoom/rotate change compile/runtime check from 10.7  (*)
  99e92a6... Updated Bulgarian translation (*)
  8fc1ca1... Fix gtk_scrollable_get_border annotation (*)
  48afd8a... app: avoid code duplication for setting accels (*)
  40e40b7... app: improve doc of gtk_application_set_accels_for_action() (*)
  399e8db... app: improve doc of gtk_application_get_window_by_id() (*)
  29971b0... app: don't use deprecated function (*)
  687d3eb... app: use g_set_object() (*)
  1f87c1c... app: improve code of extract_accels_from_menu() (*)
  ee58a52... app: minor code improvements (*)
  90d28d6... Assign a recent manager if one is set (*)
  bccef4e... recent-manager: Emit ::changed on file deletion (*)
  cc08a96... recent-manager: Fix the error domain and message on move_it (*)
  9610675... recent-manager: Always ensure that size is reset on creatio (*)
  646492c... broadway: fix documentation (*)
  28042ef... listbox: Fix css node ordering (*)
  6e47dad... gdkdevice: Expose tool as property (*)
  2f87512... Update Persian translations (*)
  c9add31... win32: add missing empty lines (*)
  a3bff7d... win32: rollback change and use _gdk_display (*)
  3f8313c... documentation: trivial typo fixes in GtkWidget (*)
  413d275... GtkTrayIcon: fix uninitialised variable (*)
  c8d1108... gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full" (*)
  c2aa7d0... GDK W32: Deduplicate reparenting (*)
  f9ba55e... app: add missing g_returns (*)
  df08fc9... css: always get default font size in pixels (*)
  92a496f... reftests: test em size (*)
  871b19f... reftests: test rem size (*)
  4dcd33f... update zh_CN translation (*)
  31c5f0d... update zh_CN translation (*)
  027702e... cups: Fix more "format not a string literal" error (*)
  5cf4de8... Updated POTFILES.skip (*)
  260d521... GDK W32: Fix bounding rect calculation on window creation T (*)
  e048fbb... gsk: Initial commit / build environment
  bfb0ef2... Initial implementation of GSK rendering pipeline

(*) 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]