File i3.changes of Package i3

-------------------------------------------------------------------
Tue Sep  8 15:32:20 UTC 2015 - fcastelli@suse.com

- Update to v4.10.4:
  * Bugfixes:
    - revert: disable physically disconnected RandR outputs
    - i3-msg: strdup getenv() result before freeing
- Changes of v4.10.3:
  * Bugfixes:
    - serialize con_id with %p in run_binding() (For FreeBSD)
    - ignore InputHint when not in WM_HINTS (fixes e.g. mupdf focus)
    - disable physically disconnect RandR outputs
    - initialize workspace rect to the output's upon creation
    - userguide: quoted strings need to be used, escaping isn’t possible
    - mkdirp: do not throw an error if directory exists (fixes layout loss for
      in-place restarts)
    - i3bar: fix freeing static strings

-------------------------------------------------------------------
Thu Apr 16 08:26:16 UTC 2015 - fcastelli@suse.com

- Update to v4.10.2:
  * Bugfixes:
    - Cope with non-null-terminated x class properties.
    - Get workspace name when renaming current workspace (fixes crash).
    - Use a reasonable default sep_block_width if a separator_symbol is given.
    - Remove windows from the save set when unmapping.

-------------------------------------------------------------------
Tue Apr  7 09:29:11 UTC 2015 - fcastelli@suse.com

- Update to v4.10.1:
  * Changes in i3 v4.10.1:
    - i3bar: cut long statuslines from the left
    - i3bar: add support for the short_text property
    - i3-sensible-terminal: launch i3-nagbar when no terminal is found
    - i3-config-wizard: switch modifier on key up/down
    - docs/layout-saving: added a troubleshooting section
    - docs: degender all the terms
    - Revert "Workspace command number selection"
    - don’t parse blocks as markup by default
    - Allow escaping backslashes in commands.
    - switch default font from “DejaVu Sans Mono 8” to “monospace 8”, which is
    - typically a synonym, except for users who prefer a different font.
    - When renaming a workspace, look for assignments and move the renamed
    - workspace to the appropriate output.
    - i3-save-tree: make --workspace optional by defaulting to the focused
      workspace
    - Allow nop command without argument
 * Bugfixes
    - i3bar: buffer the statusline to avoid flickering
    - i3bar: fix click events for workspace buttons with long statusline
    - i3bar: set correct initial position when reconfiguring
    - i3bar: reconfigure strut partial on reload
    - i3-nagbar: fix sizes/positioning on hi-dpi displays
    - i3-config-wizard: fix sizes/positioning on hi-dpi displays
    - i3-input: fix sizes/positioning on hi-dpi displays
    - Fix scrolling in window decoration with hidden cursor.
    - workspace rename focus mismatch
    - Don’t overwrite border width when already set (placeholders).
    - fix a segfault during config file validation
    - Restore placeholder windows after restarting.
    - Don’t focus placeholder windows.

-------------------------------------------------------------------
Mon Mar 16 13:47:31 UTC 2015 - fcastelli@suse.com

- Update to v4.9.1:
- Bugfixes:
  - i3bar: fix incorrect y-offset for text
  - fix key bindings on big-endian platforms
  - fix key bindings using Mode_switch
  - fix keyboard layout change detection
  - revert "Handle WM_CHANGE_STATE requests for iconic state" (fixes problems
    with application windows disappearing, like SDL-based games when switching
    workspaces)
  - insert id-based match at HEAD, not TAIL (fixes window swallowing not
    working when the criteria match the placeholder window)
  - improve error messages on failing commands
  - replace ~ in filepath when calling append_layout
  - properly error out when the layout file cannot be read

-------------------------------------------------------------------
Mon Mar  2 11:07:44 UTC 2015 - fcastelli@suse.com

- Update to v4.9
- Changes (http://i3wm.org/downloads/RELEASE-NOTES-4.9.txt):
  - docs/ipc: use an actual event type
  - docs/debugging: use logs.i3wm.org
  - docs/testsuite: add hint to use xvfb-run
  - testcases: use Xephyr instead of XDummy
  - i3-sensible-*: use command -v (built-in) instead of which(1)
  - i3.xsession.desktop: set DesktopNames (which gdm uses)
  - i3-save-tree: interpret commandline parameters as utf-8
  - i3-save-tree: add 'mark' as allowed key to i3-save-tree output
  - i3bar-protocol: ensure align = left is the default
  - i3bar: implement custom mouse wheel commands
  - i3bar: improve error message when a full_text property is missing
  - i3bar: respect the urgency flag on status blocks
  - i3bar: inset the urgent background of a status block for consistency with
  - workspace buttons
  - i3bar: suspend the child when bars are fully obscured
  - i3bar: use Pango markup
  - ipc: implement the window::close event
  - ipc: implement the window::move event
  - ipc: implement the window::floating event
  - ipc: implement the window::urgent event
  - ipc: set ws reply "num" member to -1 when named
  - ipc: add deco_rect property to con in ipc response
  - ipc: include workspace con in workspace event
  - ewmh: implement property _NET_NUMBER_OF_DESKTOPS
  - ewmh: implement property _NET_DESKTOP_VIEWPORT
  - ewmh: implement property _NET_DESKTOP_NAMES
  - ewmh: handle _NET_CURRENT_DESKTOP requests
  - ewmh: handle _NET_CLOSE_WINDOW requests
  - ewmh: handle _NET_WM_MOVERESIZE requests
  - implement mouse bindings (e.g. bindsym button3 kill)
  - add mouse binding --whole-window flag
  - add mouse binding --release flag
  - switch to xcb-xkb and libxkbcommon, removing our last direct Xlib dep
  - make “move [direction]” work with criteria
  - make “move <window|container> to <absolute> position” work with criteria
  - “workspace <n>” and “move to workspace <n>” now look for a workspace
    starting with number <n> (unless there is a workspace exactly matching that
    number). I.e., “workspace 4” will go to a workspace called “4: www” unless
    you have a workspace “4”
  - “focus <direction>” now focuses floating containers when there are no
    tiling containers on the destination output
  - take the motif border into account when calculating floating window
    geometry
  - revert “Disable pointer warps when focus_follows_mouse is disabled” as it
    was unexpected by a number of users. Sorry for the back-and-forth
  - handle WM_CLASS changes
  - raise floating windows on “focus <direction>”
  - align lower line of bar decoration to border width
  - parse tray_output as a word, not string
  - allow to validate the config file without X
  - do not resend focus on click, fixes compatibility problems with some wine
    or mono apps (e.g. Office 2010)
  - don't draw borders wider than actual width
  - prevent workspace change during global fullscreen
  - extend the fullscreen command (fullscreen <enable|toggle|disable> [global])
  - fix start_application() doc about which shell is used
- Bugfixes:
  - i3-dmenu-desktop: quote path
  - i3bar: fix a double free when changing color configuration
  - i3bar: render bars after the first chunk of JSON
  - i3bar: add a sync call to confirm reparents before exiting (fixes tray
    restart issues)
  - i3bar: correctly calculate clicks on i3bar status blocks
  - i3bar: make click events on status blocks work with 'workspace_buttons no'
  - retina support: convert logical to physical pixels for default_border_width
  - retina support: treat everything up to 120 dpi as 96 dpi
  - don’t set input focus if not accepted (fixes problems with xfce4-notifyd)
  - don’t focus unmapped container on manage
  - create the directory for storing the restart state
  - avoid changing border width when changing containers from tiling to
    floating
  - layout saving: properly restore workspace containers
  - rerender the decoration when the container requires a pixmap and doesn’t
    have one
  - don’t set focus in con_set_layout() on invisible workspaces
  - properly handle windows unsetting WM_TRANSIENT_FOR
  - use the command parser to properly extract workspace names
  - copy binding before run (fixes reloads)
  - revert "Bugfix: Set input focus with last timestamp"
  - render floating windows during global fullscreen
  - actually parse client.placeholder
- Added i3-4.9.tar.bz2
- Removed i3-4.8.tar.bz2

-------------------------------------------------------------------
Thu Jul 24 15:21:39 UTC 2014 - seiler@b1-systems.de

- removed duplicate patch deskop_file_valid.patch

-------------------------------------------------------------------
Wed Jul 23 12:11:42 UTC 2014 - kmroz@suse.com

- Update to v4.8
- Changes: (http://i3wm.org/downloads/RELEASE-NOTES-4.8.txt)
  * docs/ipc: reformat/update list of ipc libraries
  * docs/ipc: fix current_workspace outputs reply member
  * docs/ipc: update ipc COMMAND reply docs
  * docs/userguide: fix multiple typos
  * docs/debugging: use bzip2
  * docs/debugging: explain how to enable logging on the fly
  * docs/debugging: merge the debug symbols/backtrace section
  * docs/debugging: recommend i3 --moreversion
  * man/i3-nagbar.man: update manpage to document all options
  * i3bar: Amend status line error 127 message
  * i3bar: don’t kill watcher on EOF, leads to better error messages
  * i3bar: send mouse wheel events to child too
  * i3bar: do click handling and tray padding retina-correctly
  * i3bar: render separators render-correctly
  * i3bar: reinit colors on barconfig update
  * i3bar: Don't start child unless status_command
  * i3bar: implement custom workspace numbers config
  * resize floating windows when right-clicking the decoration
  * enable shmlog when invoked as i3-with-shmlog
  * Disable pointer warps when focus_follows_mouse is disabled
  * Movement into a branch considers movement direction
  * set ewmh desktop properties on startup
  * handle ButtonPress events with child != XCB_NONE
  * implement layout restoring
  * only LOG() the DPI when it changes, DLOG() it otherwise
  * send IPC window events for focus and title changes
  * these types of windows are now floating by default:
    dialog, utility, toolbar and splash windows, modal windows, windows with an
    equal minimum and maximum size
  * send last event timestamp with WM_TAKE_FOCUS message
  * maintain the _NET_CLIENT_LIST property
  * don’t set input focus _and_ send WM_TAKE_FOCUS
  * respect CFLAGS in linking command
  * fix parallel make
  * reset SIGPIPE handler before executing a command
  * render default window border width retina-correctly
  * draw workspace buttons and padded text blocks retina-correctly
  * render resize windows retina-correctly
  * delegate click handling to dock clients
  * send complete config on barconfig_update
  * implement the window::fullscreen_mode ipc event
  * make all workspaces starting with "__" internal
  * improve error messages for i3-internal workspace names
  * allow _NET_ACTIVE_WINDOW requests to switch workspaces if they indicate
    that they are a pager (following the spec)
  * workspace assignments by number
  * add configuration option for disabling mouse warping
  * set _NET_ACTIVE_WINDOW to None when none has focus
  * set X-LightDM-DesktopName in i3.xsession.desktop to fix autostart on Ubuntu
  * don’t ELOG ipc EOF
  * replace all printf()s with D?LOG
  * delete ipc socket when exiting, cleanup tmpdir
  * default config: switch to DejaVu Sans Mono 8 as default font
  * cleanup tmpdir when restarting and not using XDG_RUNTIME_DIR
  * Snap pointer to resize bar on drag resize
  * Size resizebar according to container size
  * Fix clang -Wextra except -Wunused-parameter
  * Respect Motif hint for window decorations

- Bugfixes:
  * create con pixmaps when not needed
  * i3bar: fix resource leak: statusline_ctx needs to be freed first
  * tree_split should not split floating cons
  * fix memory leak with ipc_receive_message
  * fix invalid reads by setting con->window to NULL in tree_close
  * fix memory leak when closing windows
  * fix memory leak when matching window by criteria
  * fix memory leak when matching window by con_id
  * ignore dock clients in the resize command
  * clear wm_size_hints if they are not set
  * resize window check should check for NULL
  * fix window event crash with no window
  * i3-dmenu-desktop: also quote the %c field code
  * new_window and new_float can now be used simultaneously with different
    border widths
  * fix crash when using multiple for_window statements that move windows
  * Set input focus with last timestamp
  * handle windows whose WM_TRANSIENT_FOR points to themselve
  * don’t overwrite the original size of floating windows when changing border
  * don’t errnously render floating fullscreen windows during restart
  * ensure floating windows don’t drop out of fullscreen when restarting
  * don’t overwrite the window’s geometry after restartingnext
  * i3bar: Set `mapped` flag on trayclient creation
  * i3bar: don't show "EOF" status line error

- Added i3-4.8.tar.bz2
- Removed i3-4.7.2.tar.bz2 

-------------------------------------------------------------------
Tue Jan 28 03:24:06 UTC 2014 - arun@gmx.de

- update to 4.7.2
- changes in 4.7.2: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.2.txt)
  * install i3-with-shmlog.xsession.desktop to the correct location
  * OpenBSD currently lacks posix_fallocate()
- changes in 4.7.1: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.1.txt)
  * docs/debugging: explain how to enable logging on the fly
  * docs/debugging: small cleanups (versions, bzip2)
  * add i3-with-shmlog.xsession.desktop
  * only LOG() the DPI when it changes, DLOG() it otherwise
  * make “move <direction>” properly send workspace focus event
  * i3bar: set mapped flag on trayclient creation
  * i3bar: don’t show EOF status line error in favor of exit code
- changes in 4.7: (http://i3wm.org/downloads/RELEASE-NOTES-4.7.txt)
  * docs/userguide: clarify variable parsing
  * docs/userguide: clarify urgent_workspace
  * docs/userguide: add proper quoting for rename sample command
  * docs/userguide: clarify multiple criteria
  * docs/userguide: userguide: explain the difference between comma and semicolon for command chaining
  * docs/hacking-howto: update to reflect parser changes
  * man/i3-dump-log: document -f
  * switch from libXcursor to xcb-util-cursor
  * Respect workspace numbers when looking for a free workspace name
  * Revert "raise fullscreen windows on top of all other X11 windows"
  * i3bar: Create pixmaps using the real bar height, rather than screen height
  * Add scratchpad bindings to the default config
  * Close all children when closing a workspace
  * i3bar: Add new bar.binding_mode_indicator configuration
  * Improve error message when $XDG_RUNTIME_DIR is not writable
  * libi3/font: Draw the text at the expected place
  * libi3/font: Set DPI for the pango context
  * Add ability to escape out of a mouse-resize operation
  * Do not resize/reposition floating containers when moving them to scratchpad
  * i3-nagbar: Set button inner-width to the width of the label
  * Assigned windows open urgent when not visible
  * i3bar: Only configure tray on own outputs
  * Command 'move <direction>' moves across outputs
  * i3bar: Handle DestroyNotify events
  * i3bar: Realign tray clients on map/unmap notify
  * i3bar: Group child processes for signalling
  * i3bar: Print error message when status_command fails
  * Remove references to PATH_MAX macro for GNU/Hurd
  * update root geometry on output changes for “fullscreen global”
  * don’t flatten tabbed/stacked containers
  * Fix handling of new windows with WM_STATE_FULLSCREEN
  * correctly recognize assigned windows as urgent
  * Fix keyboard and mouse resize in nested containers
  * Reply to _NET_REQUEST_FRAME_EXTENTS correctly
  * Fix command parser: resizing tiling windows
  * Fix output retrieval for floating cons
  * Use _PATH_BSHELL to ensure using a bourne shell
  * Instead of crashing, return DRAG_ABORT on UnmapNotify from drag_pointer
  * Remove-child callback skips output content cons
  * ignore _NET_ACTIVE_WINDOW for scratchpad windows

-------------------------------------------------------------------
Thu Aug  8 16:04:01 UTC 2013 - pascal.bleser@opensuse.org

- update to 4.6: http://i3wm.org/downloads/RELEASE-NOTES-4.6.txt
  * compatibility was improved, in particular for Mathematica and Java
    applications
  * i3-nagbar should work with more terminal emulators than before

-------------------------------------------------------------------
Mon Apr 08 17:32:12 UTC 2013 - pascal.bleser@opensuse.org

- update to 4.5.1:
  This is a bugfix release, and all users are advised to upgrade. It fixes an
  issue which would cause i3 to crash when dragging floating windows from one
  display to another.

-------------------------------------------------------------------
Wed Mar 13 08:54:22 UTC 2013 - seiler@b1-systems.de

- update to v4.5: http://i3wm.org/downloads/RELEASE-NOTES-4.5.txt
 * i3-dmenu-desktop: don’t add “geany” if “Geany” is already present
 * i3-dmenu-desktop: strip newlines from dmenu ≥ 4.4
 * i3-dmenu-desktop: skip files with broken utf8 but warn about it
 * i3-dmenu-desktop: skip broken files (no/empty Exec=) but warn about them
 * i3-dmenu-desktop: List filenames of .desktop files
 * i3-dmenu-desktop: remove %i from commandline
 * i3-nagbar: Work around terminals not supporting -e with quoted arguments
 * i3-nagbar: use the same font as configured for i3
 * i3bar: set _NET_SYSTEM_TRAY_COLORS for symbolic icons (gtk3+)
 * i3bar: don’t use X11 borders to avoid overlapping in hide mode
 * i3bar: separator color via config; separator width and on/off via ipc
 * i3bar: Allow min_width of a block in i3bar to be a string
 * i3-msg: parse command replies and display errors nicely if there were
 * errors
 * Draw 1px tab separators left/right instead of 2px on the right only
 * Render tree before destroying X11 containers upon unmap
 * scratchpad show: move visible scratchpad window from another workspace to
 * focused workspace instead of doing nothing
 * ignore MotionNotify events generated while warping the pointer
 * Allow X11 servers which do not support the XKB extension.
 * remove the urgency indicator when a window is closed
 * wrap when moving containers to outputs with direction
 * scratchpad_show: focus unfocused scratchpad window
 * Split workspace instead of changing orientation
 * scratchpad: always auto center on 'scratchpad show' if window hasn't been
 * repositioned by the user
 * Add a new IPC event for changes on windows.
 * config: accept “smart” as popup_during_fullscreen parameter
 * Add support for _NET_WM_STATE_DEMANDS_ATTENTION.
 * Obey WM_SIZE_HINTS's resize increments in floating mode
 * Do not move focus if a container is moved across outputs

-------------------------------------------------------------------
Sun Dec 16 01:48:41 UTC 2012 - pascal.bleser@opensuse.org

- update to 4.4: http://i3wm.org/downloads/RELEASE-NOTES-4.4.txt
  * add i3-dmenu-desktop, a dmenu wrapper which parses application .desktop
    files and executes them
  * i3.xsession.desktop is now standards-compliant
  * implement "move container to workspace back_and_forth"
  * display appropriate cursors when resizing or moving floating windows
  * implement variable border widths for pixel/normal
  * grab keys with all permutations of lock and numlock
  * focus windows when middle-clicking
  * keycode default config: s/bindcode/bindsym/
  * implement smart popup_during_fullscreen mode
  * i3bar: add current binding mode indicator

-------------------------------------------------------------------
Mon Oct  1 15:25:45 UTC 2012 - seiler@b1-systems.de

- updated to latest release 4.3
changelog: http://i3wm.org/downloads/RELEASE-NOTES-4.3.txt
- added new Build Requires to get i3 work
 * cairo-devel
 * glib2-devel
 * pango-devel
- removed obsolete i3-wsbar and his perl dependencies

-------------------------------------------------------------------
Sat Apr 28 12:53:22 UTC 2012 - seiler@b1-systems.de

- updated version to 4.2
- added icon for i3 in /usr/share/pixmaps/
- added a patch to prevent the desktop file error
ERROR: No sufficient Category definition: /home/abuild/rpmbuild/BUILDROOT/i3-4.2-0.x86_64//usr/share/applications/i3.desktop 

-------------------------------------------------------------------
Tue Apr 24 15:37:42 UTC 2012 - seiler@b1-systems.de

- added dependency to get i3-wsbar run
- added dependency to get the build work again in Factory

-------------------------------------------------------------------
Tue Apr 24 14:46:07 UTC 2012 - seiler@b1-systems.de

- installed missing i3-wsbar from source package to provide a more customizable bar
  http://i3wm.org/docs/wsbar.html

-------------------------------------------------------------------
Tue Mar 27 20:41:40 UTC 2012 - gregkh@opensuse.org

- handle breakage in Factory, this will automatically be fixed when
  xcb-keyboard comes back properly.

-------------------------------------------------------------------
Wed Feb  8 16:23:10 UTC 2012 - gregkh@opensuse.org

- update to version 4.1.2
  * Bugfix: Don’t lose focus on fullscreen windows when another window gets
    moved to that workspace
  * Bugfix: Open new windows in the correct place when assignments match
  * Bugfix: Fix assignments of floating windows to (yet) unused workspaces
  * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
  * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
  * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant way
  * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed windows
  * Bugfix: Force a new sequence number after UnmapNotify
  * Bugfix: Position floating windows exactly where their geometry specified
  * Bugfix: Fix coordinates when the rect of an output changes

-------------------------------------------------------------------
Mon Nov 28 10:36:17 UTC 2011 - cfarrell@suse.com

- SPDX format (http://www.spdx.org/licenses)

-------------------------------------------------------------------
Sun Nov 27 09:16:00 UTC 2011 - gregkh@suse.de

- fix up i3-devel Requires dependancy

-------------------------------------------------------------------
Sat Nov 26 16:00:24 UTC 2011 - gregkh@suse.de

- add copyright comments to spec file.

-------------------------------------------------------------------
Wed Nov 23 13:54:23 UTC 2011 - prusnak@opensuse.org

- spec cleanup

-------------------------------------------------------------------
Tue Nov 22 01:31:30 UTC 2011 - gregkh@suse.com

- update to 4.1 release

-------------------------------------------------------------------
Fri Jul 22 01:00:00 UTC 2011 - ruiabreuferreira@gmail.com

- New package for i3

openSUSE Build Service is sponsored by