[Xfce4-commits] [apps/xfdashboard] branch master updated (7b9f134 -> 05b4a05)
noreply at xfce.org
noreply at xfce.org
Fri Jun 2 08:39:36 CEST 2017
This is an automated email from the git hooks/post-receive script.
n o m a d p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository apps/xfdashboard.
from 7b9f134 Post-release version bump to 0.7.3
new 6456f05 Do not rely on clutter_x11_has_composite_extension() to check for Composite extension at X server
new 404d782 Added experimental GDK backend
new 05b4a05 The commit 2200acb50cc72545547f1911616a3125b82d3711 to fix issue GH #141 seems to break some clients which worked before. So we try to use both methods the last one implemented as most preferred one and the old behaviour as fallback if getting window width or height is zero with first method.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libxfdashboard/Makefile.am | 17 +
.../window-content-gdk.c} | 710 ++++++++++----------
libxfdashboard/gdk/window-content-gdk.h | 111 ++++
.../window-tracker-gdk.c} | 715 +++++++++++----------
.../window-tracker-gdk.h} | 38 +-
.../window-tracker-monitor-gdk.c} | 140 ++--
.../window-tracker-monitor-gdk.h} | 36 +-
.../window-tracker-window-gdk.c} | 623 +++++++++---------
.../window-tracker-window-gdk.h} | 36 +-
.../window-tracker-workspace-gdk.c} | 174 ++---
.../window-tracker-workspace-gdk.h} | 34 +-
libxfdashboard/live-window-simple.c | 39 ++
libxfdashboard/x11/window-content-x11.c | 14 +-
13 files changed, 1444 insertions(+), 1243 deletions(-)
copy libxfdashboard/{x11/window-content-x11.c => gdk/window-content-gdk.c} (74%)
create mode 100644 libxfdashboard/gdk/window-content-gdk.h
copy libxfdashboard/{x11/window-tracker-x11.c => gdk/window-tracker-gdk.c} (69%)
copy libxfdashboard/{x11/window-tracker-x11.h => gdk/window-tracker-gdk.h} (53%)
copy libxfdashboard/{x11/window-tracker-monitor-x11.c => gdk/window-tracker-monitor-gdk.c} (64%)
copy libxfdashboard/{x11/window-tracker-monitor-x11.h => gdk/window-tracker-monitor-gdk.h} (57%)
copy libxfdashboard/{x11/window-tracker-window-x11.c => gdk/window-tracker-window-gdk.c} (69%)
copy libxfdashboard/{x11/window-tracker-window-x11.h => gdk/window-tracker-window-gdk.h} (59%)
copy libxfdashboard/{x11/window-tracker-workspace-x11.c => gdk/window-tracker-workspace-gdk.c} (62%)
copy libxfdashboard/{x11/window-tracker-workspace-x11.h => gdk/window-tracker-workspace-gdk.h} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list