]> git.sur5r.net Git - i3/i3/log
i3/i3
12 years agoMerge branch 'fix-urls'
Michael Stapelberg [Sun, 28 Aug 2011 15:44:57 +0000 (17:44 +0200)]
Merge branch 'fix-urls'

12 years agos/i3.zekjur.net/i3wm.org/g
Mark Kusch [Sun, 28 Aug 2011 07:59:03 +0000 (09:59 +0200)]
s/i3.zekjur.net/i3wm.org/g

12 years agoMerge branch 'fix-ipc-name'
Michael Stapelberg [Sun, 28 Aug 2011 15:40:15 +0000 (17:40 +0200)]
Merge branch 'fix-ipc-name'

12 years agoUse name_json if available, rather than non-descriptive name.
Peter Bui [Sun, 21 Aug 2011 20:19:53 +0000 (16:19 -0400)]
Use name_json if available, rather than non-descriptive name.

12 years agoMerge branch 'migrate-indention'
Michael Stapelberg [Sun, 28 Aug 2011 15:02:17 +0000 (17:02 +0200)]
Merge branch 'migrate-indention'

12 years agomigrate-config: use \s, be a bit more whitespace tolerant (+test) (Thanks sbedivere)
Michael Stapelberg [Sun, 28 Aug 2011 15:01:37 +0000 (17:01 +0200)]
migrate-config: use \s, be a bit more whitespace tolerant (+test) (Thanks sbedivere)

Fixes: #457
12 years agoMerge branch 'wizard-fix-mods'
Michael Stapelberg [Sun, 28 Aug 2011 14:18:21 +0000 (16:18 +0200)]
Merge branch 'wizard-fix-mods'

12 years agoi3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1...
Michael Stapelberg [Sun, 28 Aug 2011 14:16:53 +0000 (16:16 +0200)]
i3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1 or Mod4

Fixes #491

Before, we assumed XK_Alt_L was in Mod1 and XK_Super_L was in Mod4 (which is
true on most systems). Now we just check if the keycode is in Mod1 or Mod4 and
write the config accordingly.

12 years agoMerge branch 'fix-floatdock'
Michael Stapelberg [Sun, 28 Aug 2011 13:47:31 +0000 (15:47 +0200)]
Merge branch 'fix-floatdock'

12 years agoBugfix: Make 'floating enable' check for dock windows (Thanks edelkind)
Michael Stapelberg [Sun, 28 Aug 2011 13:46:50 +0000 (15:46 +0200)]
Bugfix: Make 'floating enable' check for dock windows (Thanks edelkind)

Fixes #501

12 years agot/66-assign: check if i3 crashes when assigning a dock window to floating
Michael Stapelberg [Sun, 28 Aug 2011 13:43:51 +0000 (15:43 +0200)]
t/66-assign: check if i3 crashes when assigning a dock window to floating

12 years agoMerge branch 'userguide-wrapping'
Michael Stapelberg [Sun, 28 Aug 2011 12:55:14 +0000 (14:55 +0200)]
Merge branch 'userguide-wrapping'

12 years agodocs/userguide: document force_focus_wrapping config directive
Michael Stapelberg [Sun, 28 Aug 2011 12:54:58 +0000 (14:54 +0200)]
docs/userguide: document force_focus_wrapping config directive

12 years agoMerge branch 'colors-userguide'
Michael Stapelberg [Sat, 27 Aug 2011 14:47:49 +0000 (16:47 +0200)]
Merge branch 'colors-userguide'

12 years agodocs/userguide: use the default colors in the colors example
Michael Stapelberg [Sat, 27 Aug 2011 14:47:36 +0000 (16:47 +0200)]
docs/userguide: use the default colors in the colors example

12 years agoMerge branch 'fix-userguide'
Michael Stapelberg [Sat, 27 Aug 2011 13:28:31 +0000 (15:28 +0200)]
Merge branch 'fix-userguide'

12 years agodocs/userguide: s/mod+h/mod+s for stacking (Thanks Tim)
Michael Stapelberg [Sat, 27 Aug 2011 13:28:11 +0000 (15:28 +0200)]
docs/userguide: s/mod+h/mod+s for stacking (Thanks Tim)

12 years agoMerge branch 'fix-dock-reconfigure'
Michael Stapelberg [Sat, 27 Aug 2011 11:47:51 +0000 (13:47 +0200)]
Merge branch 'fix-dock-reconfigure'

12 years agoBugfix: Re-implement reconfiguring height of dock windows (+test) (Thanks thomasba)
Michael Stapelberg [Sat, 27 Aug 2011 11:47:10 +0000 (13:47 +0200)]
Bugfix: Re-implement reconfiguring height of dock windows (+test) (Thanks thomasba)

12 years agoMerge branch 'fix-focus-assign'
Michael Stapelberg [Sat, 27 Aug 2011 11:03:17 +0000 (13:03 +0200)]
Merge branch 'fix-focus-assign'

12 years agoBugfix: Don’t always focus floating windows (fixes focus stealing with assignments...
Michael Stapelberg [Sat, 27 Aug 2011 11:02:44 +0000 (13:02 +0200)]
Bugfix: Don’t always focus floating windows (fixes focus stealing with assignments) (+test) (Thanks aksr)

12 years agoMerge branch 'fix-move-focus'
Michael Stapelberg [Fri, 26 Aug 2011 17:18:13 +0000 (19:18 +0200)]
Merge branch 'fix-move-focus'

12 years agoBugfix: Re-enable X11 Eventmask *after* pushing all the X11 changes
Michael Stapelberg [Fri, 26 Aug 2011 17:11:46 +0000 (19:11 +0200)]
Bugfix: Re-enable X11 Eventmask *after* pushing all the X11 changes

This should fix focus problems where EnterNotify events were generated while
moving windows. Hopefully it does not trigger any regressions :).

Fixes #500

12 years agoMerge branch 'fix-duplicate-ws-assign'
Michael Stapelberg [Fri, 26 Aug 2011 10:37:00 +0000 (12:37 +0200)]
Merge branch 'fix-duplicate-ws-assign'

12 years agoBugfix: Correctly recognize duplicate workspace assignments (Thanks Moredread)
Michael Stapelberg [Fri, 26 Aug 2011 10:35:42 +0000 (12:35 +0200)]
Bugfix: Correctly recognize duplicate workspace assignments (Thanks Moredread)

Example of a faulty config:

    workspace 5 VGA1
    workspace 5 LVDS1

Fixes #498, #499

12 years agoupdate changelog (not releasing yet)
Michael Stapelberg [Fri, 26 Aug 2011 01:33:26 +0000 (03:33 +0200)]
update changelog (not releasing yet)

12 years agoMerge branch 'fix-warning'
Michael Stapelberg [Fri, 26 Aug 2011 01:24:10 +0000 (03:24 +0200)]
Merge branch 'fix-warning'

12 years agoFix prototype of con_inside_focused
Michael Stapelberg [Fri, 26 Aug 2011 01:23:57 +0000 (03:23 +0200)]
Fix prototype of con_inside_focused

12 years agoMerge branch 'fix-focus-parent'
Michael Stapelberg [Fri, 26 Aug 2011 01:18:12 +0000 (03:18 +0200)]
Merge branch 'fix-focus-parent'

12 years agoCorrectly render containers when a split container is focused
Michael Stapelberg [Fri, 26 Aug 2011 01:17:41 +0000 (03:17 +0200)]
Correctly render containers when a split container is focused

12 years agoMerge branch 'fix-assign'
Michael Stapelberg [Fri, 26 Aug 2011 00:02:47 +0000 (02:02 +0200)]
Merge branch 'fix-assign'

12 years agoBugfix: Only consider tiling windows when attaching tiling windows to workspaces...
Michael Stapelberg [Fri, 26 Aug 2011 00:01:06 +0000 (02:01 +0200)]
Bugfix: Only consider tiling windows when attaching tiling windows to workspaces (Thanks Tucos)

Fixes #436

12 years agoMerge branch 'wizard-click'
Michael Stapelberg [Thu, 25 Aug 2011 23:20:14 +0000 (01:20 +0200)]
Merge branch 'wizard-click'

12 years agoi3-config-wizard: handle mouse button clicks on <win> and <alt>
Michael Stapelberg [Thu, 25 Aug 2011 23:19:46 +0000 (01:19 +0200)]
i3-config-wizard: handle mouse button clicks on <win> and <alt>

12 years agoMerge branch 'fix-set-tabs'
Michael Stapelberg [Thu, 25 Aug 2011 19:59:15 +0000 (21:59 +0200)]
Merge branch 'fix-set-tabs'

12 years agoBugfix: Accept '\t' in the 'set' command, don’t die but ELOG in case of errors (Thank...
Michael Stapelberg [Thu, 25 Aug 2011 19:58:03 +0000 (21:58 +0200)]
Bugfix: Accept '\t' in the 'set' command, don’t die but ELOG in case of errors (Thanks atsutane)

12 years agoMerge branch 'fix-i3bar-input'
Michael Stapelberg [Thu, 25 Aug 2011 16:50:58 +0000 (18:50 +0200)]
Merge branch 'fix-i3bar-input'

12 years agoi3bar: Bugfix: When receiving EOF, immediately redraw and discard input
Michael Stapelberg [Thu, 25 Aug 2011 16:46:08 +0000 (18:46 +0200)]
i3bar: Bugfix: When receiving EOF, immediately redraw and discard input

12 years agoBugfix: set statusline = NULL, print error messages about EOF/SIGCHLD to stderr ...
Michael Stapelberg [Thu, 25 Aug 2011 15:10:45 +0000 (17:10 +0200)]
Bugfix: set statusline = NULL, print error messages about EOF/SIGCHLD to stderr (Thanks cls)

12 years agoMerge branch 'fix-userguide-namedws'
Michael Stapelberg [Thu, 25 Aug 2011 12:11:48 +0000 (14:11 +0200)]
Merge branch 'fix-userguide-namedws'

12 years agodocs/userguide: add paragraph about named workspaces, discourage use of 'ipc-socket'
Michael Stapelberg [Thu, 25 Aug 2011 12:11:31 +0000 (14:11 +0200)]
docs/userguide: add paragraph about named workspaces, discourage use of 'ipc-socket'

12 years agoMerge branch 'fix-deco-1pixel'
Michael Stapelberg [Wed, 24 Aug 2011 22:24:09 +0000 (00:24 +0200)]
Merge branch 'fix-deco-1pixel'

12 years agoBugfix: Correctly render non-leaf containers (Thanks eeemsi, mseed)
Michael Stapelberg [Wed, 24 Aug 2011 22:23:33 +0000 (00:23 +0200)]
Bugfix: Correctly render non-leaf containers (Thanks eeemsi, mseed)

Fixes #465

12 years agoMerge branch 'fix-move-float-output'
Michael Stapelberg [Wed, 24 Aug 2011 21:00:03 +0000 (23:00 +0200)]
Merge branch 'fix-move-float-output'

12 years agoBugfix: Correctly warp floating windows when using the 'move' command
Michael Stapelberg [Wed, 24 Aug 2011 20:59:46 +0000 (22:59 +0200)]
Bugfix: Correctly warp floating windows when using the 'move' command

12 years agoBugfix: Correctly keep focus when moving non-leaf windows
Michael Stapelberg [Wed, 24 Aug 2011 20:54:48 +0000 (22:54 +0200)]
Bugfix: Correctly keep focus when moving non-leaf windows

12 years agoBugfix: Fix coordinates when moving a floating window to a different output
Michael Stapelberg [Wed, 24 Aug 2011 20:54:10 +0000 (22:54 +0200)]
Bugfix: Fix coordinates when moving a floating window to a different output

12 years agoMerge branch 'fix-floating-negative'
Michael Stapelberg [Wed, 24 Aug 2011 20:43:25 +0000 (22:43 +0200)]
Merge branch 'fix-floating-negative'

12 years agoBugfix: Correctly handle current_output == NULL
Michael Stapelberg [Wed, 24 Aug 2011 20:41:17 +0000 (22:41 +0200)]
Bugfix: Correctly handle current_output == NULL

Fixes t/66-assign.t

12 years agoMerge branch 'fix-floating-centering'
Michael Stapelberg [Wed, 24 Aug 2011 20:27:59 +0000 (22:27 +0200)]
Merge branch 'fix-floating-centering'

12 years agoMove centering code to before sanity check
Peter Bui [Wed, 24 Aug 2011 16:36:18 +0000 (12:36 -0400)]
Move centering code to before sanity check

12 years agoMerge branch 'fix-i3bar-cutoff'
Michael Stapelberg [Wed, 24 Aug 2011 16:49:37 +0000 (18:49 +0200)]
Merge branch 'fix-i3bar-cutoff'

12 years agoi3bar: Bugfix: Correctly allocate pixmap for statuslines which are longer than your...
Michael Stapelberg [Wed, 24 Aug 2011 16:48:29 +0000 (18:48 +0200)]
i3bar: Bugfix: Correctly allocate pixmap for statuslines which are longer than your screen

In case of a 1024 px screen and a 1128 px status line, the status line was not
only cut off (it has to be, obviously), but the right part showed some black
pixels.

12 years agoupdate changelog (not releasing yet)
Michael Stapelberg [Wed, 24 Aug 2011 16:24:59 +0000 (18:24 +0200)]
update changelog (not releasing yet)

12 years agoMerge branch 'fix-assign-screen'
Michael Stapelberg [Wed, 24 Aug 2011 14:58:43 +0000 (16:58 +0200)]
Merge branch 'fix-assign-screen'

12 years agoBugfix: Correctly place floating windows on their appropriate output (Thanks kraM)
Michael Stapelberg [Wed, 24 Aug 2011 14:57:35 +0000 (16:57 +0200)]
Bugfix: Correctly place floating windows on their appropriate output (Thanks kraM)

Fixes #452

This might also fix problems with Firefox where Firefox only displays a white
window (my guess is that it mapped a floating window outside of the actually
visible area for some reason).

12 years agoMerge branch 'fix-resize-in-con'
Michael Stapelberg [Wed, 24 Aug 2011 13:14:50 +0000 (15:14 +0200)]
Merge branch 'fix-resize-in-con'

12 years agoBugfix: Make the 'resize' command work inside tabbed/stacked cons (+test) (Thanks...
Michael Stapelberg [Wed, 24 Aug 2011 13:14:04 +0000 (15:14 +0200)]
Bugfix: Make the 'resize' command work inside tabbed/stacked cons (+test) (Thanks sbedivere)

Fixes #461

12 years agoMerge branch 'fix-focustoggle'
Michael Stapelberg [Tue, 23 Aug 2011 22:57:32 +0000 (00:57 +0200)]
Merge branch 'fix-focustoggle'

12 years agoAdd test for the 'focus mode_toggle' issue (#487)
Michael Stapelberg [Tue, 23 Aug 2011 22:56:28 +0000 (00:56 +0200)]
Add test for the 'focus mode_toggle' issue (#487)

12 years agoBugfix: Fix 'focus mode_toggle' on an empty workspace (Thanks BeF)
Michael Stapelberg [Tue, 23 Aug 2011 22:55:11 +0000 (00:55 +0200)]
Bugfix: Fix 'focus mode_toggle' on an empty workspace (Thanks BeF)

Fixes #487

12 years agoMerge branch 'fix-path'
Michael Stapelberg [Tue, 23 Aug 2011 19:32:24 +0000 (21:32 +0200)]
Merge branch 'fix-path'

12 years agoDon’t use absolute paths in the default config (Thanks cls)
Michael Stapelberg [Tue, 23 Aug 2011 19:30:09 +0000 (21:30 +0200)]
Don’t use absolute paths in the default config (Thanks cls)

Fixes #489

12 years agodebian: s/dwm-tools/suckless-tools (Thanks sur5r)
Michael Stapelberg [Mon, 22 Aug 2011 10:44:44 +0000 (12:44 +0200)]
debian: s/dwm-tools/suckless-tools (Thanks sur5r)

12 years agoMerge branch 'fix-querypointer'
Michael Stapelberg [Sat, 20 Aug 2011 15:48:39 +0000 (17:48 +0200)]
Merge branch 'fix-querypointer'

12 years agoDon’t die, but ELOG and fallback when the pointer cannot be queried (Thanks Niklas)
Michael Stapelberg [Sat, 20 Aug 2011 15:48:07 +0000 (17:48 +0200)]
Don’t die, but ELOG and fallback when the pointer cannot be queried (Thanks Niklas)

12 years agoMerge branch 'fix-assignfocus'
Michael Stapelberg [Wed, 17 Aug 2011 14:37:05 +0000 (16:37 +0200)]
Merge branch 'fix-assignfocus'

12 years agoBugfix: Don’t change focus when assigned windows start on invisible workspaces (...
Michael Stapelberg [Wed, 17 Aug 2011 14:36:19 +0000 (16:36 +0200)]
Bugfix: Don’t change focus when assigned windows start on invisible workspaces (+test) (Thanks ioflag)

Fixes #468

12 years agoupdate changelog (not releasing yet)
Michael Stapelberg [Wed, 17 Aug 2011 11:43:47 +0000 (13:43 +0200)]
update changelog (not releasing yet)

12 years agoMerge branch 'fix-startfocus'
Michael Stapelberg [Wed, 17 Aug 2011 11:37:30 +0000 (13:37 +0200)]
Merge branch 'fix-startfocus'

12 years agoBugfix: Set focus to where the mouse pointer is when starting (Thanks nutron)
Michael Stapelberg [Wed, 17 Aug 2011 11:37:08 +0000 (13:37 +0200)]
Bugfix: Set focus to where the mouse pointer is when starting (Thanks nutron)

Fixes #477

12 years agoMerge branch 'fix-wsnext'
Michael Stapelberg [Wed, 17 Aug 2011 10:29:12 +0000 (12:29 +0200)]
Merge branch 'fix-wsnext'

12 years agoBugfix: Don’t consider the workspace next/prev command when looking for named workspaces
Michael Stapelberg [Wed, 17 Aug 2011 10:28:45 +0000 (12:28 +0200)]
Bugfix: Don’t consider the workspace next/prev command when looking for named workspaces

Fixes #469

12 years agoMerge branch 'fix-verbose'
Michael Stapelberg [Wed, 17 Aug 2011 10:17:26 +0000 (12:17 +0200)]
Merge branch 'fix-verbose'

12 years agoBugfix: Initialize verbose to 'false' (Thanks tilman)
Michael Stapelberg [Wed, 17 Aug 2011 10:16:32 +0000 (12:16 +0200)]
Bugfix: Initialize verbose to 'false' (Thanks tilman)

Verbosity was set to 'true' when we started the tree branch.
We forgot to set it back to 'false' :-).

12 years agoMerge branch 'fix-warping'
Michael Stapelberg [Wed, 17 Aug 2011 10:14:03 +0000 (12:14 +0200)]
Merge branch 'fix-warping'

12 years agoOnly warp pointer once during x_push_changes()
Peter Bui [Fri, 12 Aug 2011 01:54:59 +0000 (21:54 -0400)]
Only warp pointer once during x_push_changes()

- Introduce warp_to static variable in x.c that stores the coordinates
  to warp to as a Rect.

- Add x_set_warp_to function to set this variable.  Use in _tree_next,
  workspace_show, and con_move_to_workspace.

- In x_push_chanages, if warp_to is set, then call xcb_warp_pointer_rect
  and then reset it to NULL.

This fixes all know bugs for pointer warping for me.

12 years agoMerge branch 'use-xcb-atoms'
Michael Stapelberg [Tue, 16 Aug 2011 23:52:41 +0000 (01:52 +0200)]
Merge branch 'use-xcb-atoms'

12 years agoxcb: use predefined XCB_ATOM_ atoms, don’t request them
Michael Stapelberg [Tue, 16 Aug 2011 23:41:19 +0000 (01:41 +0200)]
xcb: use predefined XCB_ATOM_ atoms, don’t request them

12 years agoMerge branch 'i3bar-fixes'
Michael Stapelberg [Fri, 12 Aug 2011 21:10:21 +0000 (23:10 +0200)]
Merge branch 'i3bar-fixes'

12 years agolittle comment spelling fixes
Michael Stapelberg [Fri, 12 Aug 2011 21:09:59 +0000 (23:09 +0200)]
little comment spelling fixes

12 years agoPass NULL to XkbOpenDisplay, it will read $DISPLAY itself
Michael Stapelberg [Fri, 12 Aug 2011 21:09:36 +0000 (23:09 +0200)]
Pass NULL to XkbOpenDisplay, it will read $DISPLAY itself

12 years agoBugfix: Use correct buffer size, quote workspace names
Michael Stapelberg [Fri, 12 Aug 2011 20:53:49 +0000 (22:53 +0200)]
Bugfix: Use correct buffer size, quote workspace names

This fixes problems with the workspace 'next' and workspace names longer than
40 characters

12 years agoMerge branch 'warp-pointer'
Michael Stapelberg [Thu, 11 Aug 2011 20:22:36 +0000 (22:22 +0200)]
Merge branch 'warp-pointer'

12 years agoWarp cursor when changing workspace.
Valentin Voigt [Thu, 11 Aug 2011 19:57:22 +0000 (21:57 +0200)]
Warp cursor when changing workspace.

12 years agoMerge branch 'i3bar_warning_fix'
Axel Wagner [Wed, 10 Aug 2011 21:55:20 +0000 (23:55 +0200)]
Merge branch 'i3bar_warning_fix'

12 years agoi3bar: Fix prototypes (thx sECuRE)
Axel Wagner [Wed, 10 Aug 2011 21:54:27 +0000 (23:54 +0200)]
i3bar: Fix prototypes (thx sECuRE)

12 years agoMerge branch 'fix-moving-focus'
Michael Stapelberg [Tue, 9 Aug 2011 08:02:51 +0000 (10:02 +0200)]
Merge branch 'fix-moving-focus'

12 years agoFix two focus issues when switching/moving workspaces
Peter Bui [Mon, 8 Aug 2011 21:55:37 +0000 (17:55 -0400)]
Fix two focus issues when switching/moving workspaces

1. Fix focus when moving to same workspace.

If we have a single window on a workspace and we switch to the same
worksapce, focus_next will be the workspace container, rather than the
current window, so simply call con_descend_focused to ensure we set the
focus to a window.

2. Fix focus when moving a container to a visible workspace.

Call workspace_show before we attaching to new visible workspace, so we
don't get in the weird situation where target workspace has focused
window, but it isn't considered focused.

12 years agoMerge branch 'fix-resize'
Michael Stapelberg [Tue, 9 Aug 2011 07:47:06 +0000 (09:47 +0200)]
Merge branch 'fix-resize'

12 years agoswap up/down, also modify the testcase
Michael Stapelberg [Tue, 9 Aug 2011 07:46:02 +0000 (09:46 +0200)]
swap up/down, also modify the testcase

12 years agoResize uses up and down, not bottom and top
Peter Bui [Mon, 8 Aug 2011 20:18:55 +0000 (16:18 -0400)]
Resize uses up and down, not bottom and top

- Fix userguide resize example
- Update migration script

12 years agoMerge branch 'new-fix-leaks'
Michael Stapelberg [Tue, 9 Aug 2011 07:27:40 +0000 (09:27 +0200)]
Merge branch 'new-fix-leaks'

12 years agoBugfix: don’t free the old json_output, the caller does that
Michael Stapelberg [Tue, 9 Aug 2011 06:41:42 +0000 (08:41 +0200)]
Bugfix: don’t free the old json_output, the caller does that

12 years agoBugfix: use FREE to correctly handle NULL replies
Michael Stapelberg [Tue, 9 Aug 2011 06:41:14 +0000 (08:41 +0200)]
Bugfix: use FREE to correctly handle NULL replies

12 years agoFix some potential memory leaks
Peter Bui [Tue, 9 Aug 2011 01:44:39 +0000 (21:44 -0400)]
Fix some potential memory leaks

12 years agoinitialize most to NULL, fixes warning
Michael Stapelberg [Sun, 7 Aug 2011 18:45:06 +0000 (20:45 +0200)]
initialize most to NULL, fixes warning

12 years agoupdate changelog (no, we are not releasing)
Michael Stapelberg [Sun, 7 Aug 2011 16:15:01 +0000 (18:15 +0200)]
update changelog (no, we are not releasing)

12 years agoMerge branch 'fix-split-docs'
Michael Stapelberg [Sun, 7 Aug 2011 16:03:51 +0000 (18:03 +0200)]
Merge branch 'fix-split-docs'

12 years agodocs/userguide: use bindsym for the 'split' example (Thanks Jan)
Michael Stapelberg [Sun, 7 Aug 2011 16:03:29 +0000 (18:03 +0200)]
docs/userguide: use bindsym for the 'split' example (Thanks Jan)