Revisions of sway

Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 62)
- bump to 0.14 rc1 prerelease
buildservice-autocommit accepted request 495204 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 61)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 60)
- bump to 0.13
   Changes
    * The new_window and new_float commands are deprecated in favor of
      default_border and default_floating_border. A similar change is
      expected from i3. (@zandrmartin - #1105)
    * 444 is now an acceptable file mode for security configs (@jnsaff
      - #1117)
    * Any executable that is not owned by root will receive the
      default security policy regardless of any additional configured
      permissions (@JerziKaminsky)
   New features
    * i3-style marks are now supported (@4e554c4c - #1145 & #1155)
    * You may now configure the color of swaylock UI elements via the
      command line (@4e554c4c - #1078)
    * Floating containers may now be moved with the move command
      (@4e554c4c - #1092)
    * swaymsg pretty-prints its output if stdout is a tty (@SirCmpwn -
      #1146)
    * [criteria] command has been implemented (@4e554c4c - #1149)
    * nvidia proprietary driver support has been implemented in wlc
      (@vially - Cloudef/wlc#245) and sway was updated as necessary
      (@SirCmpwn - #1147)
    * Security policies can now refer to symlinked executables
      (@JerziKaminsky - #1173)
    * Version string can now be specified at build time (@snoack -
      #1194)
   Bugs fixed
    * Missing swaylock security settings were added (@SirCmpwn - 21ad45b)
    * -Werror issues on the latest gcc have been corrected (@Fale - #1086)
    * The codebase is more POSIXly correct and does not rely on
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 59)
- bump to 0.13-rc1 prerelease
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 58)
- bump to 0.13-rc1 prerelease
buildservice-autocommit accepted request 479914 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 57)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 56)
- bump to 0.12.1
   Bugs Fixed
    Workspace output assignment issues (@zandrmartin - #1105)
    Typo in sway(5) (@johnchen902 - #1113)
buildservice-autocommit accepted request 477958 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 55)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 54)
- bump to 0.12
   Changes
    /etc/sway/security has been moved to
      /etc/sway/security.d/00-defaults and users are now encouraged to
      add their own security configurations as additional files in
      /etc/sway/security.d/. Maintainers of software that integrates
      with sway and require special permissions are encouraged to ship
      security configs in this directory as well (@SirCmpwn - #1080)
    If not specified at build time, LD_LIBRARY_PATH will be unset,
      rather than defaulting to /usr/lib (@Hummer12007 - #1050)
    Default backgrounds have been losslessly re-compressed and should
      reduce the package weight if enabled (@Jesin - #1032)
    Previously undocumented features (swaygrab -f and
      hide_edge_borders) are now covered by their respective manuals
      (@Hummer12007, @ametisf - #1073, #1051)
    Environment logging now occurs prior to compositor initialization,
      which helps diagnose certain kinds of problems (@SirCmpwn -
      41f7aaa)
   New Features
    New automatic layouts unique to sway have been implemented that
      behave like similar features in WMs like Awesome. See sway(5) and
      look for layout auto for details. (@willakat - #1024)
    Sway now supports gamma adjustment, which you can take advantage
      of with a patched redshift (@SirCmpwn - #1019)
    IPC features can now be secured on a per-application basis - see
      sway-security(7) (@SirCmpwn - #1080)
    focused is now available in window criteria (@Hummer12007 - #1053)
    output [left|right] now matches i3's wrapping behavior (@dkess -
      #1048)
    XWayland window instances are now shown in title bars if necessary
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 53)
remove old signature
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 52)
- bump to 0.12-rc2 pre-release
buildservice-autocommit accepted request 448342 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 51)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 50)
- bump to 0.11
   Changes
    Sway now depends on libcap on Linux
    Moving between containers now wraps according to i3 behavior
    Alpha blending is now done with CAIRO_OPERATOR_SOURCE
    bar pango_markup defaults to false, following i3 change
    -Denable-binding-event is no longer available - see sway-security(7)
    New floating windows now spawn in the center of the screen
   New Features
    Clicking titlebars now focuses that window
    Changing focus between floating containers is now supported
    Numeric character references in bar are now supported
    Pango markup in workspaces names is now supported
    Input device configuration can now enable left_handed
    Improvements to logging
    New bar colors following new i3 features - see sway-bar(5)
    New security-related features - see sway-security(7)
   Bugs Fixed
    Errors in swaybar's hidpi rendering were corrected
    Bug fixed where IPC events were emitted before IPC initialization
    Segfault during edge case on workspace switching was fixed
    An IPC tree response compatability issue was corrected
    Buggy font selection issues were fixed in swaylock
    Fixes to scale factor in text scaling
    Issue creating a sibling of a floating window fixed
    Some commands were not matched during command matching
    Indicator border no longer shown on floating windows
    An issue with for_window [] move scratchpad was fixed
    You can now move empty workspaces
    Fixes with default workspace layouts
buildservice-autocommit accepted request 440690 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 49)
baserev update by copy to link target
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 48)
- bump to 0.10
   New Features
    sway now runs on FreeBSD! (thanks @yohanesu75!)
    swaymsg now pretty prints the JSON response (thanks @acrisci!)
    The application class is displayed in titlebars if the title is
      missing (thanks @thejan2009!)
    Disabling outputs at runtime might work (thanks @thejan2009!)
    i3's indicator border color feature is now supported (thanks
      @guiniol, @thejan2009!)
    Input device names in input configurations now support * (thanks
      @SirCmpwn!)
    Initial support for HiDPI was added to swaybar, swaybg, and
      swaylock (thanks @SirCmpwn, @thejan2009!)
    Moving views across an output's edge is now supported (thanks
      @mikkeloscar!)
    swaygrab can now screenshot the focused container via -f (thanks
      @zandrmartin!)
   Bugs Fixed
    A security issue was fixed - you are affected if you have users on
      your system that use sway but do not have root access - details in
      #884 (thanks @Fale!)
    A number of changes were made to IPC for better i3 compatability
      (thanks @acrisci, @zandrmartin!)
    An uninitialized variable fixed the default config for wrap_scroll
      (thanks @minus7!)
    Color parsing previously could cause values to clamp and lose
      information (thanks @progandy!)
    workspace back_and_forth and workspace_auto_back_and_forth had
      issues getting along (thanks @thejan2009!)
    Weirdness in edge cases with moving windows was fixed (thanks
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 47)
update to rc3
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 46)
- bump to 0.10-rc2
- bump to 0.10-rc1
Tomas Cech's avatar Tomas Cech (sleep_walker) committed (revision 45)
- bump to 0.0.6
   submodule: Update wayland-protocols
   flip vertical coordinates in read_pixels()
   Fix: Inform X11 windows about border size.
   output: Set backend surface only after creation
   cmake: Constant for LINUX doesn't exist
   keymap: Invalidate fd on release
   keymap: Zero out structure on release
   Changes to enable building on FreeBSD. Need to confirm still builds
     and works as expected on Linux!
   Include way-cooler in README
buildservice-autocommit accepted request 419889 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 44)
baserev update by copy to link target
Displaying revisions 81 - 100 of 142
openSUSE Build Service is sponsored by