.. |
cfgparse.l
|
Implement default border styles (thanks litemotiv).
|
2010-12-27 13:10:45 +01:00 |
cfgparse.y
|
Don't leak this descriptor (thanks dothebart).
|
2011-02-28 16:49:10 +01:00 |
click.c
|
Bugfix: don’t focus dock clients (Thanks mseed, mist)
|
2011-03-03 13:59:42 +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
|
Implement dock mode, update testsuite
|
2011-02-20 23:43:03 +01:00 |
con.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 |
config.c
|
Default to a file in /tmp for the restart state.
|
2010-12-27 13:33:03 +01:00 |
debug.c
|
Use DLOG for debug messages instead of printf (Thanks kruM)
|
2010-03-19 18:48:36 +01:00 |
ewmh.c
|
ewmh: Don’t push workspaces with width=0 and height=0 (Thanks Atsutane, badboy)
|
2010-01-03 18:36:50 +01:00 |
floating.c
|
Use the original geometry for floating windows
|
2011-03-03 16:22:22 +01:00 |
handlers.c
|
Bugfix: don’t focus dock clients (Thanks mseed, mist)
|
2011-03-03 13:59:42 +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
|
bugfix: initialize root variable earlier
|
2011-01-28 00:42:55 +01:00 |
manage.c
|
Use the original geometry for floating windows
|
2011-03-03 16:22:22 +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
|
same fix, but for moving (search above the current con when moving is not possible in this direction)
|
2011-02-19 20:11:47 +01:00 |
output.c
|
Bugfix: fix disabling RandR outputs
|
2011-02-21 01:43:39 +01:00 |
randr.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 |
render.c
|
Some assertions to make the static analyzer happy.
|
2011-02-28 16:49:03 +01:00 |
resize.c
|
Fix the resize algorithm I broke earlier.
|
2011-01-27 13:00:14 +01:00 |
sighandler.c
|
make the sighandler handle SIGABRT
|
2011-01-28 00:47:49 +01:00 |
tree.c
|
Bugfix: 'level up' needs to stop at the workspace con + testcase (Thanks mseed)
|
2011-03-03 14:30:13 +01:00 |
util.c
|
Very minor issues found with statical analysis.
|
2011-02-28 16:48:22 +01:00 |
window.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 |
workspace.c
|
Some assertions to make the static analyzer happy.
|
2011-02-28 16:49:03 +01:00 |
x.c
|
Implement dock mode, update testsuite
|
2011-02-20 23:43:03 +01:00 |
xcb.c
|
fix invalid memory access in xcb_reply_contains_atom (Thanks ys)
|
2011-03-03 14:14:35 +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 |