[Xfce4-commits] [xfce/xfwm4] branch master updated (89c29f5 -> ef33ff7)

noreply at xfce.org noreply at xfce.org
Tue Dec 5 09:21:46 CET 2017


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       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 xfce/xfwm4.

      from  89c29f5   I18n: Update translation ko (100%).
       new  047fbb3   Prepare to GTK3
       new  4c101f9   Port most of GUI stuff to GTK3
       new  473ef84   Implement RangeDebouncer
       new  479857e   Implement a new DND separator
       new  b351f17   Replace inline pixbuf with gresource
       new  a0905ee   Handle gtk_screen_width/height deprecation
       new  efff6a6   Handle gtk_button_set_alignment deprecation
       new  9d5ac6a   Introduce xfwm-common static library
       new  5b10f72   Load default icon from icon theme
       new  050a52e   Handle GDK display/screen/monitor deprecations
       new  db7e366   Remove deprecated gdk_screen_make_display_name
       new  ac2d6a3   Replace gdk_error_trap_pop with gdk_error_trap_pop_ignored
       new  5ca6f2e   icons: replace gdk_pixbuf_get_from_drawable with gdk_pixbuf_get_from_surface
       new  c225a43   Remove usage of deprecated macroses and private fields
       new  c1a940e   icons: use cairo-xlib-xrender to draw window's preview
       new  b4e3a24   Remove black_gc and white_gc
       new  91a9436   Implement GTK2-like style calculator
       new  c1b720f   Implement cairo drawing
       new  2c6edfb   tabwin: complete GTK3 port, add CSS support
       new  af1d55e   poswin: remove deprecations
       new  09caed9   Fix remaining deprecations
       new  c2b0c81   compositor: fix possible infinite loop
       new  c8d622b   events: replace client_event with event filter
       new  9cccb27   Fix compilation with --disable-compositor
       new  574ea24   menu: remove deprecations
       new  e0ce131   client: remove X error traps
       new  01e3331   tabwin: fix initial sizing
       new  fc93e65   Add xfconf 4.13 support
       new  b52c2f5   main: add support for multiple screens with GDK 3
       new  68b6854   Fix some build warnings
       new  6013f1e   device: Implement XI2 event handling
       new  ef33ff7   Replace XEvent with XfwmEvent + add xfwm_device_* grabs usage

The 32 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:
 Makefile.am                                        |   3 +
 common/Makefile.am                                 |  20 +
 common/xfwm-common.c                               | 162 ++++++
 common/xfwm-common.h                               |  43 ++
 configure.ac.in                                    |  45 +-
 helper-dialog/helper-dialog.c                      |   8 +-
 icons/48x48/Makefile.am                            |   3 +-
 icons/48x48/xfwm4-default.png                      | Bin 0 -> 667 bytes
 icons/scalable/Makefile.am                         |   3 +-
 .../scalable/xfwm4-default.svg                     |   0
 settings-dialogs/Makefile.am                       |  33 +-
 settings-dialogs/monitor-icon.png                  | Bin 15306 -> 0 bytes
 settings-dialogs/monitor-icon.svg                  | 136 ++---
 settings-dialogs/range-debouncer.c                 | 232 ++++++++
 settings-dialogs/range-debouncer.h                 |  44 ++
 settings-dialogs/tweaks-settings.c                 |  23 +-
 settings-dialogs/workspace-settings.c              |  39 +-
 settings-dialogs/workspace.gresource.xml           |   6 +
 settings-dialogs/xfwm4-dialog.glade                | 102 ++--
 settings-dialogs/xfwm4-settings.c                  | 330 +++++------
 settings-dialogs/xfwm4-tweaks-dialog.glade         |  87 +--
 settings-dialogs/xfwm4-workspace-dialog.glade      |  24 +-
 src/Makefile.am                                    |  21 +-
 src/client.c                                       | 123 ++--
 src/client.h                                       |   2 +-
 src/compositor.c                                   |  14 +-
 src/compositor.h                                   |   4 +-
 src/cycle.c                                        | 222 ++++----
 src/cycle.h                                        |   2 +-
 src/default_icon.png                               | Bin 843 -> 0 bytes
 src/device.c                                       | 627 +++++++++++++++++++++
 src/device.h                                       | 186 ++++++
 src/display.c                                      |  92 +--
 src/display.h                                      |   5 +-
 src/event_filter.c                                 | 220 ++++----
 src/event_filter.h                                 |   9 +-
 src/events.c                                       | 525 ++++++++---------
 src/events.h                                       |   2 +-
 src/focus.c                                        |   9 +-
 src/frame.c                                        |  42 +-
 src/hints.c                                        |  10 +-
 src/icons.c                                        | 200 +++----
 src/keyboard.c                                     | 182 +++---
 src/keyboard.h                                     |  24 +-
 src/main.c                                         |  41 +-
 src/menu.c                                         | 199 +++++--
 src/menu.h                                         |   6 +-
 src/misc.c                                         |   8 +-
 src/misc.h                                         |  12 +-
 src/moveresize.c                                   | 186 +++---
 src/moveresize.h                                   |   4 +-
 src/mypixmap.c                                     | 173 +++---
 src/mypixmap.h                                     |   3 +
 src/mywindow.c                                     |  10 +
 src/netwm.c                                        |  48 +-
 src/placement.c                                    |   9 +-
 src/poswin.c                                       |  13 +-
 src/screen.c                                       | 133 +++--
 src/screen.h                                       |  20 +-
 src/settings.c                                     |  85 +--
 src/settings.h                                     |   7 -
 src/startup_notification.c                         |   2 +-
 src/tabwin.c                                       | 364 +++++-------
 src/terminate.c                                    |  18 +-
 src/ui_style.c                                     | 344 +++++++----
 src/ui_style.h                                     |   7 +-
 src/wireframe.c                                    |  28 +-
 src/workspaces.c                                   |   4 +-
 src/xsync.c                                        |   3 +-
 69 files changed, 3635 insertions(+), 1956 deletions(-)
 create mode 100644 common/Makefile.am
 create mode 100644 common/xfwm-common.c
 create mode 100644 common/xfwm-common.h
 create mode 100644 icons/48x48/xfwm4-default.png
 rename src/default_icon.svg => icons/scalable/xfwm4-default.svg (100%)
 delete mode 100644 settings-dialogs/monitor-icon.png
 create mode 100644 settings-dialogs/range-debouncer.c
 create mode 100644 settings-dialogs/range-debouncer.h
 create mode 100644 settings-dialogs/workspace.gresource.xml
 delete mode 100644 src/default_icon.png
 create mode 100644 src/device.c
 create mode 100644 src/device.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list