.. |
cfgparse.l
|
change the config parser to use default_orientation instead of new_container_orientation
|
2011-03-17 17:55:53 +01:00 |
cfgparse.y
|
change the config parser to use default_orientation instead of new_container_orientation
|
2011-03-17 17:55:53 +01:00 |
click.c
|
Bugfix: also stop searching for resize cons when reaching a floatingcon (Thanks julien)
|
2011-03-06 13:35:07 +01:00 |
cmdparse.l
|
refactor tree_move() into src/move.c, change config (!), change testcase
|
2011-02-14 23:05:20 +01:00 |
cmdparse.y
|
cmdparse: correctly parse con_id/id (fixes warning)
|
2011-03-14 23:14:40 +01:00 |
con.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
config.c
|
Set the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on the X11 root window
|
2011-03-19 21:20:38 +01:00 |
debug.c
|
Use DLOG for debug messages instead of printf (Thanks kruM)
|
2010-03-19 18:48:36 +01:00 |
ewmh.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
floating.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
handlers.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
ipc.c
|
Fix dock client handling for inplace restarts
|
2011-02-21 03:01:55 +01:00 |
load_layout.c
|
Fix regression: Don’t add floating nodes twice when restoring layout (+testcase)
|
2011-02-28 20:44:23 +01:00 |
log.c
|
log.c: fix indenting
|
2010-11-29 22:28:23 +01:00 |
main.c
|
Set the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on the X11 root window
|
2011-03-19 21:20:38 +01:00 |
manage.c
|
Only send WM_TAKE_FOCUS when the client supports it in the protocols atom
|
2011-03-18 17:07:56 +01:00 |
match.c
|
Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PARTIAL or requested position)
|
2011-02-21 14:27:32 +01:00 |
move.c
|
fix small warnings when compiling with DEBUG=0
|
2011-03-14 23:17:52 +01:00 |
output.c
|
Bugfix: fix disabling RandR outputs
|
2011-02-21 01:43:39 +01:00 |
randr.c
|
cleanup code of workspace rotation on output changes
|
2011-03-17 17:53:56 +01:00 |
render.c
|
refactor font caching to just save the ID instead of mainting a cache with pattern→id-mapping
|
2011-03-10 23:20:17 +01:00 |
resize.c
|
Fix the resize algorithm I broke earlier.
|
2011-01-27 13:00:14 +01:00 |
sighandler.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
tree.c
|
Bugfix: Make level up a noop during fullscreen mode (+testcase) (Thanks dothebart)
|
2011-03-09 18:37:05 +01:00 |
util.c
|
Very minor issues found with statical analysis.
|
2011-02-28 16:48:22 +01:00 |
window.c
|
Make i3 compatible with the very latest xcb
|
2011-03-18 14:39:27 +01:00 |
workspace.c
|
Added config key for default orientation of containers (new_container_orientation) and added support in randr.c for automatically changing the orientation when user does a xrandr rotate.
|
2011-03-17 17:43:35 +01:00 |
x.c
|
Bugfix: When there’s nothing to focus, focus the root window (Thanks fernandotcl, ThePub)
|
2011-03-19 20:43:06 +01:00 |
xcb.c
|
Only send WM_TAKE_FOCUS when the client supports it in the protocols atom
|
2011-03-18 17:07:56 +01:00 |
xcursor.c
|
Fix libxcursor -> xcb cursors fallback.
|
2011-02-06 17:47:28 +01:00 |
xinerama.c
|
Re-Implement support for RandR changes
|
2011-01-05 00:16:10 +01:00 |