]> git.sur5r.net Git - i3/i3/log
i3/i3
15 years agodebian: add i3-wm.wm for dh_installwm to repository
Michael Stapelberg [Sat, 24 Jul 2010 10:19:53 +0000 (12:19 +0200)]
debian: add i3-wm.wm for dh_installwm to repository

15 years agoexpand .gitignore (Thanks madroach)
Michael Stapelberg [Sat, 24 Jul 2010 10:19:31 +0000 (12:19 +0200)]
expand .gitignore (Thanks madroach)

15 years agosecure strcpy by replacing with strncpy
Christopher Zimmermann [Thu, 15 Jul 2010 12:38:29 +0000 (14:38 +0200)]
secure strcpy by replacing with strncpy

15 years agowebsite: add link to refcard.pdf
Michael Stapelberg [Fri, 23 Jul 2010 19:40:09 +0000 (21:40 +0200)]
website: add link to refcard.pdf

15 years agodocs: add reference card (by Zeus Panchenko)
Michael Stapelberg [Fri, 23 Jul 2010 19:38:42 +0000 (21:38 +0200)]
docs: add reference card (by Zeus Panchenko)

15 years agoGet outputs on start. Create dock window for every output.
Axel Wagner [Fri, 23 Jul 2010 03:04:13 +0000 (05:04 +0200)]
Get outputs on start. Create dock window for every output.

15 years agoAdd temporary files to .gitignore
Axel Wagner [Fri, 23 Jul 2010 02:44:12 +0000 (04:44 +0200)]
Add temporary files to .gitignore

15 years agoRework the IPC-Code
Axel Wagner [Fri, 23 Jul 2010 02:43:43 +0000 (04:43 +0200)]
Rework the IPC-Code

15 years agoStart tracking changes
Axel Wagner [Wed, 21 Jul 2010 23:15:18 +0000 (01:15 +0200)]
Start tracking changes

15 years agoDon't draw stacked decors overlapping a fs window.
Fernando Tarlá Cardoso Lemos [Sun, 18 Jul 2010 00:40:42 +0000 (21:40 -0300)]
Don't draw stacked decors overlapping a fs window.

When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.

15 years agoDon't draw stacked decors overlapping a fs window.
Fernando Tarlá Cardoso Lemos [Sun, 18 Jul 2010 00:40:42 +0000 (21:40 -0300)]
Don't draw stacked decors overlapping a fs window.

When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.

15 years agotestcase: use open_empty_con in some more testcases
Michael Stapelberg [Sat, 17 Jul 2010 13:52:22 +0000 (15:52 +0200)]
testcase: use open_empty_con in some more testcases

15 years agot/29-focus-after-close.t: add more tests (for a regression)
Michael Stapelberg [Sat, 17 Jul 2010 13:17:33 +0000 (15:17 +0200)]
t/29-focus-after-close.t: add more tests (for a regression)

15 years agotestcases: Implement open_empty_con which directly returns the ID
Michael Stapelberg [Sat, 17 Jul 2010 13:17:16 +0000 (15:17 +0200)]
testcases: Implement open_empty_con which directly returns the ID

15 years agoipc/parser: commands can now return custom JSON replies
Michael Stapelberg [Sat, 17 Jul 2010 13:15:37 +0000 (15:15 +0200)]
ipc/parser: commands can now return custom JSON replies

Also, finally add include/cmdparse.h

15 years agoBugfix: Even when not going one level up, we need to travel down the whole focus...
Michael Stapelberg [Sat, 17 Jul 2010 13:08:22 +0000 (15:08 +0200)]
Bugfix: Even when not going one level up, we need to travel down the whole focus stack

15 years agomore explanation in t/29-focus-after-close.t
Michael Stapelberg [Sat, 17 Jul 2010 11:37:21 +0000 (13:37 +0200)]
more explanation in t/29-focus-after-close.t

15 years agoBugfix: Keep focus on the current workspace when moving containers, add testcase
Michael Stapelberg [Sat, 17 Jul 2010 11:27:34 +0000 (13:27 +0200)]
Bugfix: Keep focus on the current workspace when moving containers, add testcase

15 years agoBugfix: Don’t go further when switching focus on a CT_WORKSPACE
Michael Stapelberg [Fri, 16 Jul 2010 23:56:16 +0000 (01:56 +0200)]
Bugfix: Don’t go further when switching focus on a CT_WORKSPACE

15 years agoTreat stacking containers as if they are in vertical orientation, add testcase
Michael Stapelberg [Fri, 16 Jul 2010 23:27:47 +0000 (01:27 +0200)]
Treat stacking containers as if they are in vertical orientation, add testcase

15 years agoclose empty parent containers, add testcase
Michael Stapelberg [Fri, 16 Jul 2010 22:54:47 +0000 (00:54 +0200)]
close empty parent containers, add testcase

15 years agos/con->parent/parent to make it more readable
Michael Stapelberg [Fri, 16 Jul 2010 22:54:03 +0000 (00:54 +0200)]
s/con->parent/parent to make it more readable

(and necessary for the next commit)

15 years agoAdd more documentation to functions/header files
Michael Stapelberg [Tue, 13 Jul 2010 09:35:05 +0000 (11:35 +0200)]
Add more documentation to functions/header files

15 years agoBugfix: Push all following window stacking orders to X11 when the order of a single...
Michael Stapelberg [Sun, 11 Jul 2010 21:41:02 +0000 (23:41 +0200)]
Bugfix: Push all following window stacking orders to X11 when the order of a single pair changed

15 years agoBugfix: raise fullscreen containers before rendering their content
Michael Stapelberg [Sun, 11 Jul 2010 21:40:50 +0000 (23:40 +0200)]
Bugfix: raise fullscreen containers before rendering their content

15 years agoBugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
Michael Stapelberg [Sun, 11 Jul 2010 20:23:05 +0000 (22:23 +0200)]
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)

15 years agoBugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
Michael Stapelberg [Sun, 11 Jul 2010 20:23:05 +0000 (22:23 +0200)]
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)

15 years agoRemove some dead code (to be re-implemented), rename nc.c to main.c
Michael Stapelberg [Sun, 11 Jul 2010 20:12:25 +0000 (22:12 +0200)]
Remove some dead code (to be re-implemented), rename nc.c to main.c

15 years agouse decimal coordinates in debug message
Michael Stapelberg [Sun, 11 Jul 2010 20:01:25 +0000 (22:01 +0200)]
use decimal coordinates in debug message

15 years agoipc: add member 'focused' to every container
Michael Stapelberg [Sun, 4 Jul 2010 20:17:18 +0000 (22:17 +0200)]
ipc: add member 'focused' to every container

15 years agoBugfix: Don’t try to focus the container itself when closing
Michael Stapelberg [Sun, 4 Jul 2010 20:16:54 +0000 (22:16 +0200)]
Bugfix: Don’t try to focus the container itself when closing

15 years agotestcases: remove 'use v5.10' as this is automatically done in lib/i3test
Michael Stapelberg [Sun, 4 Jul 2010 17:53:05 +0000 (19:53 +0200)]
testcases: remove 'use v5.10' as this is automatically done in lib/i3test

15 years agoBugfix: Correctly restore focus after close (and add testcase)
Michael Stapelberg [Sun, 4 Jul 2010 17:50:44 +0000 (19:50 +0200)]
Bugfix: Correctly restore focus after close (and add testcase)

15 years agowebsite: update fedora link, add RHEL, CentOS (Thanks cassmodiah)
Michael Stapelberg [Sat, 3 Jul 2010 17:29:24 +0000 (19:29 +0200)]
website: update fedora link, add RHEL, CentOS (Thanks cassmodiah)

15 years agoconfig: add reload keybinding
Michael Stapelberg [Sat, 3 Jul 2010 17:27:25 +0000 (19:27 +0200)]
config: add reload keybinding

15 years agoBugfix: Insert new containers at the right position (and add testcase)
Michael Stapelberg [Sat, 3 Jul 2010 15:42:36 +0000 (17:42 +0200)]
Bugfix: Insert new containers at the right position (and add testcase)

15 years agolib/i3test: use custom import() instead of Test::Kit to also import v5.10
Michael Stapelberg [Sat, 3 Jul 2010 14:28:58 +0000 (16:28 +0200)]
lib/i3test: use custom import() instead of Test::Kit to also import v5.10

15 years agot/18-openkill.t: search not focused container instead of using the first one
Michael Stapelberg [Sat, 3 Jul 2010 13:29:44 +0000 (15:29 +0200)]
t/18-openkill.t: search not focused container instead of using the first one

15 years agoBugfix: Ignore sequences of mapping/unmapping windows to avoid getting enter_notifies
Michael Stapelberg [Fri, 2 Jul 2010 18:33:26 +0000 (20:33 +0200)]
Bugfix: Ignore sequences of mapping/unmapping windows to avoid getting enter_notifies

15 years agobugfix: correctly focus follow up window when closing floating windows
Michael Stapelberg [Wed, 30 Jun 2010 20:37:57 +0000 (22:37 +0200)]
bugfix: correctly focus follow up window when closing floating windows

15 years agoparser: implement move
Michael Stapelberg [Wed, 30 Jun 2010 20:23:32 +0000 (22:23 +0200)]
parser: implement move

15 years agoparser: implement resize command
Michael Stapelberg [Wed, 30 Jun 2010 17:47:23 +0000 (19:47 +0200)]
parser: implement resize command

15 years agoparser: implement explicit "mode floating"/"mode tiling"
Michael Stapelberg [Wed, 30 Jun 2010 13:54:34 +0000 (15:54 +0200)]
parser: implement explicit "mode floating"/"mode tiling"

15 years agoparser: implement "reload"
Michael Stapelberg [Wed, 30 Jun 2010 13:31:29 +0000 (15:31 +0200)]
parser: implement "reload"

15 years agoparser: call tree_close_con() instead of tree_close() when run interactively
Michael Stapelberg [Wed, 30 Jun 2010 13:27:18 +0000 (15:27 +0200)]
parser: call tree_close_con() instead of tree_close() when run interactively

15 years agoupdate configfile for the new commands (this is not the final default config file)
Michael Stapelberg [Tue, 29 Jun 2010 22:25:11 +0000 (00:25 +0200)]
update configfile for the new commands (this is not the final default config file)

15 years agoGo down the tree when moving windows, add testcase for moving
Michael Stapelberg [Tue, 29 Jun 2010 17:05:31 +0000 (19:05 +0200)]
Go down the tree when moving windows, add testcase for moving

15 years agoipc: send workspace event in workspace_initialize (Thanks fernando)
Michael Stapelberg [Tue, 29 Jun 2010 12:48:19 +0000 (14:48 +0200)]
ipc: send workspace event in workspace_initialize (Thanks fernando)

15 years agofloating: correctly kill floating containers when closing
Michael Stapelberg [Mon, 28 Jun 2010 20:37:35 +0000 (22:37 +0200)]
floating: correctly kill floating containers when closing

15 years agofloating: use con_fix_percent
Michael Stapelberg [Mon, 28 Jun 2010 20:36:08 +0000 (22:36 +0200)]
floating: use con_fix_percent

15 years agore-implement click to focus
Michael Stapelberg [Mon, 28 Jun 2010 20:26:23 +0000 (22:26 +0200)]
re-implement click to focus

15 years agofloating: re-implement floating_modifier + left/right mouse button to drag/resize
Michael Stapelberg [Mon, 28 Jun 2010 20:23:32 +0000 (22:23 +0200)]
floating: re-implement floating_modifier + left/right mouse button to drag/resize

15 years agoautomatically set dialog windows to floating
Michael Stapelberg [Mon, 28 Jun 2010 19:40:36 +0000 (21:40 +0200)]
automatically set dialog windows to floating

15 years agosplit up toggle_floating_mode into floating_enable and floating_disable
Michael Stapelberg [Mon, 28 Jun 2010 19:40:17 +0000 (21:40 +0200)]
split up toggle_floating_mode into floating_enable and floating_disable

15 years agoReset the color to the default color, don't harcode white.
Fernando Tarlá Cardoso Lemos [Sun, 20 Jun 2010 22:20:04 +0000 (19:20 -0300)]
Reset the color to the default color, don't harcode white.

15 years agodebian: bump compatibility to 6
Michael Stapelberg [Wed, 23 Jun 2010 16:29:35 +0000 (18:29 +0200)]
debian: bump compatibility to 6

15 years agodebian: update changelog
Michael Stapelberg [Wed, 23 Jun 2010 16:23:38 +0000 (18:23 +0200)]
debian: update changelog

15 years agodebian: bump compatibility to 6
Michael Stapelberg [Wed, 23 Jun 2010 16:29:35 +0000 (18:29 +0200)]
debian: bump compatibility to 6

15 years agodebian: update changelog
Michael Stapelberg [Wed, 23 Jun 2010 16:23:38 +0000 (18:23 +0200)]
debian: update changelog

15 years agodebian: add watch file
Michael Stapelberg [Wed, 23 Jun 2010 16:19:23 +0000 (18:19 +0200)]
debian: add watch file

15 years agodebian: add watch file
Michael Stapelberg [Wed, 23 Jun 2010 16:19:23 +0000 (18:19 +0200)]
debian: add watch file

15 years agodebian: call dh_installwm to register as alternative for x-window-manager
Michael Stapelberg [Wed, 23 Jun 2010 16:03:43 +0000 (18:03 +0200)]
debian: call dh_installwm to register as alternative for x-window-manager

15 years agodebian: update changelog
Michael Stapelberg [Wed, 9 Jun 2010 07:53:36 +0000 (09:53 +0200)]
debian: update changelog

15 years agoi3-wsbar: replace %w with the width of the output (Thanks dothebart)
Michael Stapelberg [Sat, 19 Jun 2010 09:48:47 +0000 (11:48 +0200)]
i3-wsbar: replace %w with the width of the output (Thanks dothebart)

This fixes ticket #231

15 years agoBugfix: i3-wsbar: properly catch errors when writing to child process
Michael Stapelberg [Wed, 16 Jun 2010 17:26:55 +0000 (19:26 +0200)]
Bugfix: i3-wsbar: properly catch errors when writing to child process

This comes at the expense of having Try::Tiny as additional dependency,
but I think Try::Tiny is widely available.

15 years agoBugfix: i3-wsbar: properly catch errors when writing to child process
Michael Stapelberg [Wed, 16 Jun 2010 17:26:55 +0000 (19:26 +0200)]
Bugfix: i3-wsbar: properly catch errors when writing to child process

This comes at the expense of having Try::Tiny as additional dependency,
but I think Try::Tiny is widely available.

15 years agoBugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks...
Michael Stapelberg [Wed, 16 Jun 2010 17:15:14 +0000 (19:15 +0200)]
Bugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks dothebart)

This fixes ticket #229

15 years agoBugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks...
Michael Stapelberg [Wed, 16 Jun 2010 17:15:14 +0000 (19:15 +0200)]
Bugfix: Don’t crash when a dock client starts up with nonsense coordinates (Thanks dothebart)

This fixes ticket #229

15 years agowebsite: add download link to the new release
Michael Stapelberg [Wed, 9 Jun 2010 08:14:21 +0000 (10:14 +0200)]
website: add download link to the new release

15 years agodebian: update i3-wm.docs
Michael Stapelberg [Wed, 9 Jun 2010 07:59:33 +0000 (09:59 +0200)]
debian: update i3-wm.docs

15 years agodebian: update i3-wm.docs 3.e-bf1
Michael Stapelberg [Wed, 9 Jun 2010 07:59:33 +0000 (09:59 +0200)]
debian: update i3-wm.docs

15 years agoAdd documentation for external workspace bars
Michael Stapelberg [Thu, 27 May 2010 18:21:17 +0000 (20:21 +0200)]
Add documentation for external workspace bars

15 years agodebian: update changelog
Michael Stapelberg [Wed, 9 Jun 2010 07:53:36 +0000 (09:53 +0200)]
debian: update changelog

15 years agoAdd release notes for 3.ε-bf1
Michael Stapelberg [Wed, 9 Jun 2010 07:53:18 +0000 (09:53 +0200)]
Add release notes for 3.ε-bf1

15 years agowebsite: s/systemcalls/system calls, update title
Michael Stapelberg [Tue, 8 Jun 2010 16:27:15 +0000 (18:27 +0200)]
website: s/systemcalls/system calls, update title

15 years agowebsite: add links to i3status/i3lock/dzen2 on download page
Michael Stapelberg [Tue, 8 Jun 2010 16:26:49 +0000 (18:26 +0200)]
website: add links to i3status/i3lock/dzen2 on download page

15 years agowebsite: add link to wsbar.html
Michael Stapelberg [Tue, 8 Jun 2010 16:26:38 +0000 (18:26 +0200)]
website: add link to wsbar.html

15 years agoUpdate testcases (and skip some tests for the moment)
Michael Stapelberg [Wed, 2 Jun 2010 21:53:22 +0000 (23:53 +0200)]
Update testcases (and skip some tests for the moment)

15 years agoImplement mark/goto, modify testcase
Michael Stapelberg [Wed, 2 Jun 2010 21:32:05 +0000 (23:32 +0200)]
Implement mark/goto, modify testcase

15 years agosplit containers do not directly accepts windows (they only have children)
Michael Stapelberg [Wed, 2 Jun 2010 20:35:37 +0000 (22:35 +0200)]
split containers do not directly accepts windows (they only have children)

15 years agobugfix: only print the first match when looking for the loglevel
Michael Stapelberg [Wed, 2 Jun 2010 20:34:31 +0000 (22:34 +0200)]
bugfix: only print the first match when looking for the loglevel

fixes problems with con.c, container.c, config.c

15 years agobugfix: the layout command needs to change the layout of the parent container
Michael Stapelberg [Wed, 2 Jun 2010 16:58:52 +0000 (18:58 +0200)]
bugfix: the layout command needs to change the layout of the parent container

15 years agoRe-implement support for the urgency hint, extend t/13-urgent.t
Michael Stapelberg [Wed, 2 Jun 2010 15:51:58 +0000 (17:51 +0200)]
Re-implement support for the urgency hint, extend t/13-urgent.t

The actual rendering will follow

15 years agot/lib/i3test.pm: refactor get_ws and get_ws_content using List::Util’s first
Michael Stapelberg [Wed, 2 Jun 2010 15:50:06 +0000 (17:50 +0200)]
t/lib/i3test.pm: refactor get_ws and get_ws_content using List::Util’s first

15 years agoparser: implement matching on the window id
Michael Stapelberg [Wed, 2 Jun 2010 15:20:32 +0000 (17:20 +0200)]
parser: implement matching on the window id

15 years agomore debug output
Michael Stapelberg [Wed, 2 Jun 2010 15:04:26 +0000 (17:04 +0200)]
more debug output

15 years agoDon’t ignore sequence in UnmapNotify, there might be multiple windows in one sequence
Michael Stapelberg [Wed, 2 Jun 2010 15:03:26 +0000 (17:03 +0200)]
Don’t ignore sequence in UnmapNotify, there might be multiple windows in one sequence

This would lead to i3 thinking that a new window was already managed if it
has the same X-ID as the old window. Instead, we need to fix the EnterNotify
problem in a different way.

15 years agoClear event mask while reparenting
Michael Stapelberg [Wed, 2 Jun 2010 15:02:10 +0000 (17:02 +0200)]
Clear event mask while reparenting

This way, we can avoid to ignore UnmapNotify events generated by reparenting.
It is generally considerable to have as little ignored events as possible
due to side-effects.

15 years agoInclude git branch name in the version string
Michael Stapelberg [Wed, 2 Jun 2010 09:21:52 +0000 (11:21 +0200)]
Include git branch name in the version string

15 years agoInclude git branch name in the version string
Michael Stapelberg [Wed, 2 Jun 2010 09:21:52 +0000 (11:21 +0200)]
Include git branch name in the version string

15 years agoparser: implement 'layout'
Michael Stapelberg [Tue, 1 Jun 2010 21:20:57 +0000 (23:20 +0200)]
parser: implement 'layout'

15 years agoMake splitting a container which was already split a noop
Michael Stapelberg [Tue, 1 Jun 2010 20:45:18 +0000 (22:45 +0200)]
Make splitting a container which was already split a noop

15 years agot/22: extend to verify that splitting in the same direction multiple times does not...
Michael Stapelberg [Tue, 1 Jun 2010 20:29:19 +0000 (22:29 +0200)]
t/22: extend to verify that splitting in the same direction multiple times does not create new containers

15 years agot/21: formatting
Michael Stapelberg [Tue, 1 Jun 2010 20:29:09 +0000 (22:29 +0200)]
t/21: formatting

15 years ago"Re-parent" floating clients whose old_parent is being closed (makes t/27 pass)
Michael Stapelberg [Tue, 1 Jun 2010 19:34:47 +0000 (21:34 +0200)]
"Re-parent" floating clients whose old_parent is being closed (makes t/27 pass)

15 years agoadd testcase for crash on closing floating windows whose parent was killed
Michael Stapelberg [Tue, 1 Jun 2010 18:52:59 +0000 (20:52 +0200)]
add testcase for crash on closing floating windows whose parent was killed

15 years agolib/i3test: Implement get_focused
Michael Stapelberg [Tue, 1 Jun 2010 18:52:22 +0000 (20:52 +0200)]
lib/i3test: Implement get_focused

15 years agoipc: include floating-nodes in tree reply
Michael Stapelberg [Tue, 1 Jun 2010 18:50:23 +0000 (20:50 +0200)]
ipc: include floating-nodes in tree reply

15 years agoImplement focus command (and extend t/21-next-prev.t to test it)
Michael Stapelberg [Tue, 1 Jun 2010 16:49:43 +0000 (18:49 +0200)]
Implement focus command (and extend t/21-next-prev.t to test it)

15 years agobugfix: allocate one more zero-byte to definitely get a zero-terminated string
Michael Stapelberg [Tue, 1 Jun 2010 16:46:14 +0000 (18:46 +0200)]
bugfix: allocate one more zero-byte to definitely get a zero-terminated string