[mutter] Created tag 3.15.4



The unsigned tag '3.15.4' was created.

Tagger: Florian Müllner <fmuellner gnome org>
Date: Wed Jan 21 15:42:58 2015 +0100

    Tag release 3.15.4

Changes since the last tag '3.15.3':

Adel Gadllah (1):
      ui: Disable gdk's gl support

Balázs Úr (1):
      Updated Hungarian translation

Carlos Garnacho (8):
      backends: Make KMS EDID information equal to X11's
      backends: Add MetaInputSettings
      backends/x11: Implement X11-specific MetaInputSettings
      backends/native: Add libinput-based MetaInputSettings implementation
      native: Remove previous listener for keyboard settings
      wayland: Use the new keyboard settings location for repeat settings
      monitor-manager: Add method to find an output matrix
      input-settings: Handle device-to-output mapping

Daniel Mustieles (1):
      Updated Spanish translation

Florian Müllner (26):
      Bump GLib requirement
      theme: Rename button_rect() to get_button_rect()
      theme: Add titlebar_spacing
      theme: Add MetaStyleInfo for wrapping frame style context
      theme: Build a StyleContext hierarchy that matches GTK+'s CSD
      frames: Use title style to set up title layout
      theme: Add method to adjust styles for frame state
      theme: Add function to fill geometry information from GTK+ theme
      theme: Use style information from GTK+
      Properly update on GTK+ theme changes
      frames: Adapt frame mask/bounds
      theme: Scale whitespace from theme with title_scale factor
      theme: Disable support for fringe buttons
      theme: Don't load metacity themes
      theme: Use a singleton theme
      Remove all support for the metacity format
      frames: Rename layout to text_layout
      theme: Remove MetaFrameResize
      theme: Remove MetaFrameStyle/MetaFrameStyleSet
      theme: Move the layout we save closer to GTK+'s model
      frames: Fix window-type/frame-type mix-up
      place: Fix workspace check when collecting relevant windows
      window-x11: Remove duplicated condition
      window-x11: Fix typo
      stack: Fix a leak
      Bump version to 3.15.4

Fran Dieguez (1):
      Updated Galician translations

Giovanni Campagna (2):
      Fix gtk-doc build
      Fix gtk-doc more

Ikey Doherty (1):
      backends: Include Xfixes for cursor events and manipulation

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Jasper St. Pierre (73):
      configure: Add explicit disable flags for native backend / wayland
      screen: Behave better about CM selections
      screen: Fix build
      window-private: Remove duplicate definition
      events: Remove unnecessary G_GNUC_UNUSED from spew subfunctions
      events: Add a quick method to return a spewed event
      events: Don't bother free-guarding
      Remove a few more guards for frees
      screen: Crash when we can't load a cursor
      Allow raise_on_click to be set independent of focus_mode
      Revert "backends: Include Xfixes for cursor events and manipulation"
      monitor-manager: Add a connector-type property
      monitor-config: Use existing key_is_laptop
      monitor-config: Replace output name heuristics with connector_type
      monitor-config: Fix build
      monitor-manager: Use connector_type instead of name sniffing
      monitor-manager-dummy: Fill in connector_type
      Move the resizepopup to a compositor-side feature
      Update POTFILES.in
      libmutter: Only export meta_* symbols in the library
      backend: Use a GHashTable for device monitors
      core: Remove META_CORE_GET_ICON
      window: Refactor the default image lookup
      x11: Change the iconcache / window icons to being cairo surfaces
      ui: We now always have a theme
      frame: Remove extra argument from sync_to_window
      Only poke the frames UI code from inside frame.c
      theme: Remove flags argument from get_frame_layout
      frames: Pass MetaFrameType into ensure_layout
      frames: Revert the logic here when the frame type updates
      frames: Fix astonishing accidental pointer trickery
      frames: Embed a pointer to MetaFrames inside MetaUIFrame
      frames: Use an early return
      frame: Put a MetaUIFrame* in our MetaFrame
      frame: Start converting over to direct usage of MetaUIFrame
      frames: Remove dead declaration
      frames: Remove last_motion_frame
      frames: Rename meta_frames_* to meta_ui_frame_* where appropriate
      core: Remove META_CORE_GET_FRAME_WIDTH / HEIGHT from documentation
      frames: Don't pass the width/height as separate args to get_client_rect
      frames: Don't pass the frame rect into get_mask
      frames: We don't need to pass in the frame rect to get_bounds either
      frames: Remove shape_applied
      frames: Give Havoc and Owen a heart attack
      frames: Punch down META_CORE_GET_FRAME_FLAGS / TYPE
      frames: Remove all other uses of meta_core_get
      frames: Remove the easy one-liner meta_core_* wrappers
      frames: Force on dark theme for all apps if the user requested it
      monitor-manager-xrandr: Fix a minor typo in an error message
      prefs: Fix minor code style issues
      keybindings: Remove keysym argument from meta_change_keygrab
      prefs: Don't parse modifiers for the overlay-key
      keybindings: Embed MetaKeyCombo into MetaKeyGrab directly
      keybindings: Use one path to reload binding combos
      keybindings: Allow using keycodes directly for overlay-key
      keybindings: Apply the same fix for keycodes to the GrabAccelerator API
      keybindings: Split the resolved keybinding out from MetaKeyCombo
      keybindings: Have meta_accelerator_parse take a MetaKeyCombo
      keybindings: Have meta_change_keygrab take a MetaKeyDevirtCombo
      keybindings: Simplify our keycode/mask pairs with MetaKeyDevirtCombo
      keybindings: Rename MetaKeyDevirtCombo to MetaResolvedKeyCombo
      keybindings: Merge rebuild_binding_index into reload_combos
      xrandr: Remove mode fudge code for HSkew
      prefs: Correct the MetaPreference value for workspace names
      prefs: Remove per_window flag from MetaKeyPref
      keybindings: Consistently use slice allocation for MetaKeyBinding
      frames: Simplify our frame title management
      x11/barrier: Fix build
      display: Remove ungrab_should_not_cause_focus_window
      barrier: Fix type cast macros
      frames: Remove the destroy_event handler
      frames: Clutterify frame event handling
      backend-x11: Also spoof Enter/Leave notifies as well

Jonas Ådahl (4):
      barrier: Make X related hook more clearly named
      barriers: Separate implementation from public API
      backends/native: Implement support for pointer barriers
      plugins/Makefile.am: Don't fail when trying to remove nonexisting file

Marek Chalupa (1):
      wayland: Seal SHM buffers before access

Marek Černocký (2):
      Updated Czech translation
      Updated Czech translation

Matej Urbančič (1):
      Updated Slovenian translation

Piotr Drąg (1):
      Updated POTFILES.in

Rafael Ferreira (1):
      Updated Brazilian Portuguese translation

Rico Tzschichholz (4):
      screen: Use meta_fatal to fx build
      doc: Fix make dist
      configure: Require gsettings-desktop-schemas >= 3.15.4
      configure: Require clutter-1.0 >= 1.21.3

Rui Matos (4):
      Revert "monitor-manager-xrandr: Don't do extra work on RRScreenChangeNotify"
      iconcache: Fix icon data copy into cairo surface
      MetaWindow: Change icon properties to be of pointer type
      display: Fix moving grab op check

Ting-Wei Lan (2):
      Add a missing #ifdef and remove a left-over include to make gbm optional
      build: Fix gtk-doc build failure when native backend is disabled


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