Michael Stapelberg
55b1bf4582
Bugfix: Correctly use base_width/base_height and size increment hints, correctly send fake configure notify events
2009-08-23 21:49:38 +02:00
Michael Stapelberg
8c4e2e48f4
Don’t round up if the corrected height/width is the same as the old one
2009-08-23 20:30:17 +02:00
Michael Stapelberg
d9d4d9fff1
Implement tabbing
...
Use command "T" to switch to tabbing
2009-08-22 09:07:23 +02:00
Michael Stapelberg
f5c0bfd181
More tests
2009-08-22 07:53:34 +02:00
Michael Stapelberg
c7ba95e79d
Implement resizing floating clients with Mod1 + right mouse button
2009-08-22 07:49:28 +02:00
Michael Stapelberg
32532792cd
tests: Use hex color codes for background_color
2009-08-21 16:06:12 +02:00
Michael Stapelberg
4a83bd26f8
Implement tests in t/10-dock.t
2009-08-21 15:01:20 +02:00
Michael Stapelberg
01f06f11ba
Use ArrayRefs instead of Rects where possible, add t/10-dock.t
2009-08-21 12:32:54 +02:00
Michael Stapelberg
36a7f46c51
Bugfix: Map window when it got the fullscreen hint set
2009-08-21 12:19:46 +02:00
Michael Stapelberg
012f618c85
Bugfix: Map window when it got the fullscreen hint set
2009-08-21 12:19:04 +02:00
Michael Stapelberg
a1e9f75fe5
Expand fullscreen test to setting the hint before mapping the window
2009-08-21 12:15:53 +02:00
Michael Stapelberg
4da54f1279
Merge branch 'next' into testcases
...
Conflicts:
docs/userguide
2009-08-21 11:45:59 +02:00
Michael Stapelberg
ec0113f631
Merge branch 'next'
...
Conflicts:
src/manage.c
src/util.c
src/xinerama.c
2009-08-19 15:13:27 +02:00
Michael Stapelberg
74a6c7532d
Update make dist
2009-08-19 14:37:46 +02:00
Michael Stapelberg
0b7a27ea79
initialize last_keycode
2009-08-19 14:37:34 +02:00
Michael Stapelberg
4be7a34470
Update manpage
2009-08-19 14:32:51 +02:00
Michael Stapelberg
7469e35a8b
Document new files in the hacking howto
2009-08-19 14:07:52 +02:00
Michael Stapelberg
c10ff34ae7
Add release notes for 3.γ
2009-08-19 14:00:49 +02:00
Michael Stapelberg
a84b2269c3
userguide: use space for toggling tiling/floating
2009-08-19 13:31:14 +02:00
Michael Stapelberg
e35299d4df
userguide: s/j/l in examples
2009-08-19 13:23:26 +02:00
Michael Stapelberg
962bab7c1c
Update examples to use bindsym instead of bind
2009-08-19 13:15:14 +02:00
Michael Stapelberg
a0e26bd823
Update debian changelog
2009-08-19 13:14:16 +02:00
Michael Stapelberg
c38767603b
Document commands and new configuration options in userguide
2009-08-19 13:00:09 +02:00
Michael Stapelberg
5b6bcb48f0
Document commands and new configuration options in userguide
2009-08-19 12:59:13 +02:00
Michael Stapelberg
4b3ea4d524
Bugfix: Don’t crash when clients set an invalid leader hint
2009-08-19 10:56:42 +02:00
Michael Stapelberg
44d9111d65
More log cleanups
2009-08-11 15:23:58 +02:00
Michael Stapelberg
556f180290
Bugfix: Fix screen wrapping, cleanup some log messages
...
Before this fix, you could go upwards and select the screen which
was at the rightmost because it also was the one topmost (if all
screen’s top position is equal).
2009-08-11 15:02:30 +02:00
Michael Stapelberg
dd134a74ef
Implement support for width_inc and height_inc of size hints
...
This fixes the problem where you saw old window contents when resizing
a window (due to opening new windows or similar), especially in terminals.
2009-08-11 14:08:04 +02:00
Michael Stapelberg
34c6748c5f
Merge branch 'next' into testcases
2009-08-11 12:40:11 +02:00
Michael Stapelberg
d8380c6101
Bugfix: Don’t initialize screen twice when not using Xinerama (Thanks badboy)
2009-08-11 12:38:52 +02:00
Michael Stapelberg
b9636ceeec
Set WM_STATE_WITHDRAWN when unmapping, unmap windows when destroying (Thanks xeen)
...
Seems like java apps need it. Also, you probably want to use XToolkit,
when you have to work with java apps:
export AWT_TOOLKIT=XToolkit
2009-08-11 12:16:10 +02:00
Michael Stapelberg
51df900312
Bugfix: Fix focused but inactive window color when using multiple monitors
2009-08-08 21:45:29 +02:00
Michael Stapelberg
ceb3670d65
Reduce number of configuration requests and thus flickering
...
This reduces flickering when opening new windows and especially moving
existing windows in tiling mode. Especially noticable on multi-monitor
setups.
2009-08-08 21:31:42 +02:00
Michael Stapelberg
f72576a290
Fix rendering of window decorations in stacking mode (there was a 1px-line too much)
2009-08-08 20:20:06 +02:00
Michael Stapelberg
47a798ac4a
Implement assignments of workspaces to screens, big cleanup of workspace code
...
Please test this! Plug in screens, unplug them, use your video projector,
change resolutions, etc.
To use the assignments, use the following syntax:
workspace <number> [screen <screen>] [name]
Where screen can be one of:
<number> (It is not provided that these numbers stay constant, so use with care)
<x>x<y> (Coordinates where the screen starts, so 1280 will be fine to match the
screen right of the main screen if your main screen is 1280 pixels
width. However, 1281 will not match)
<x>
x<y>
Some examples follow:
workspace 1 screen 0
workspace 1 screen 1
workspace 1 screen 1280x0
workspace 2 screen 1280
workspace 3 screen x0
workspace 3 screen 1 www
workspace 4 screen 0 mail
2009-08-08 19:51:51 +02:00
Michael Stapelberg
cdfbcbb280
Update website to use the new design
2009-08-07 20:48:56 +02:00
Michael Stapelberg
6192975a04
Bugfix: Don’t crash when the font is specified after the workspace names in configfile (Thanks xiaodong)
2009-08-07 15:48:13 +02:00
Michael Stapelberg
7cdaa1b277
Implement support for using key symbols in configuration file
...
Use "bindsym" instead of "bind". You have to use the names of keys
as in xmodmap. To get a list of currently bounud symbols, use
xmodmap -pke
Technical quirk: Xlib generated MappingNotify events upon
XkbMapNotify events (from XKB, as the name says). XCB does not yet
have support for XKB, thus we need to select and handle the event
by ourself. Hopefully, this will change in the future.
2009-08-07 15:35:12 +02:00
Michael Stapelberg
3bd724f08d
Bugfix: Track the user’s pointer over the root window and update current workspace (Thanks xeen)
...
When not having any windows on the first workspace, switching to the
second workspace using your mouse was not registered by i3.
2009-08-06 00:59:48 +02:00
Michael Stapelberg
20875494ee
Bugfix: Correctly unmap stack windows and don’t re-map them too early
2009-08-06 00:38:12 +02:00
Michael Stapelberg
ecbfee9f02
Bugfix: Correctly unmap stack windows and don’t re-map them too early
2009-08-06 00:37:39 +02:00
Michael Stapelberg
35d811db82
Bugfix: Change to default mode if there was no client selected
...
Another bug fixed by having testcases :-)
2009-08-06 00:16:58 +02:00
Michael Stapelberg
992c531c4c
Switch to default mode before running the test
2009-08-06 00:16:26 +02:00
Michael Stapelberg
3005ddf908
Bugfix: Change to default mode if there was no client selected
...
Another bug fixed by having testcases :-)
2009-08-06 00:15:53 +02:00
Michael Stapelberg
bc4c321c1b
Add testcase to test stacking mode for containers
2009-08-06 00:03:31 +02:00
Michael Stapelberg
aaca2346d8
Add testcase for checking if the focus stack is correct when mapping/unmapping floating clients
2009-08-05 21:54:24 +02:00
Michael Stapelberg
d9f8e2fa98
Add test for moving windows
2009-08-05 21:47:43 +02:00
Michael Stapelberg
0f414f8ade
Add testcases for IPC and basic focus switching
2009-08-05 21:37:11 +02:00
Michael Stapelberg
6e77e9d3f2
Add testcase for floating windows, add sleep to 01-tile.t
2009-08-05 20:47:10 +02:00
Michael Stapelberg
8d2cb53794
Merge branch 'next' into testcases
2009-08-05 20:22:24 +02:00