gri3-wm/src
Michael Stapelberg 77d962f520 Merge branch 'debuglog-on-persist' of git://github.com/hwangcc23/i3 into hwangcc23-debuglog-on-persist 2015-09-21 10:05:14 +02:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
assignments.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
bindings.c Fix “precisely 1 group” error message 2015-09-05 14:32:58 +02:00
click.c Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
commands.c Use the focused container to determine the target window_mode when using floating mode_toggle. 2015-09-16 19:52:08 +02:00
commands_parser.c Use safe wrappers inside "#if 0" too 2015-08-03 12:51:55 +03:00
con.c Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire list everytime. This allows independent management of multiple states. 2015-09-17 09:13:12 +02:00
config.c Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
config_directives.c Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
config_parser.c Extract workspace names from bindings before reordering. 2015-09-14 09:28:42 +02:00
debug.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
display_version.c Display which config is used in --more_version 2015-07-10 22:54:25 +08:00
ewmh.c Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire list everytime. This allows independent management of multiple states. 2015-09-17 09:13:12 +02:00
fake_outputs.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
floating.c Make sure sticky windows pop to the front if they get sticky while not being on a visible workspace. 2015-09-13 20:40:20 +02:00
handlers.c Bugfix: load new keymap _before_ translating keysyms (Thanks Airblader) 2015-09-17 22:34:59 +02:00
i3.mk Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
ipc.c Handle _NET_WM_STATE_STICKY, but only for floating containers. If this atom is set, the floating window will always be automatically moved to the currently active workspace of the output that it is on. This is the equivalent of a sticky note stuck to the monitor. 2015-09-13 20:40:20 +02:00
key_press.c Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
load_layout.c Handle _NET_WM_STATE_STICKY, but only for floating containers. If this atom is set, the floating window will always be automatically moved to the currently active workspace of the output that it is on. This is the equivalent of a sticky note stuck to the monitor. 2015-09-13 20:40:20 +02:00
log.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
main.c Use libxkbcommon for translating keysyms, support all XKB groups. 2015-08-26 09:56:42 +02:00
manage.c Handle _NET_WM_STATE_STICKY, but only for floating containers. If this atom is set, the floating window will always be automatically moved to the currently active workspace of the output that it is on. This is the equivalent of a sticky note stuck to the monitor. 2015-09-13 20:40:20 +02:00
match.c Support a special value "__focused__" as a command criterion pattern for class, instance, title, window_role and workspace. 2015-08-28 10:07:12 +02:00
move.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
output.c Make sure sticky windows pop to the front if they get sticky while not being on a visible workspace. 2015-09-13 20:40:20 +02:00
randr.c Revert "Check if output is disabled in handle_output()" 2015-08-25 20:09:56 +02:00
regex.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
render.c Move aspect_ratio from Con to Window. 2015-08-31 21:27:13 +02:00
resize.c Added missing newlines in log statements. 2015-06-30 20:48:35 +02:00
restore_layout.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
scratchpad.c Make sure sticky windows pop to the front if they get sticky while not being on a visible workspace. 2015-09-13 20:40:20 +02:00
sd-daemon.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
sighandler.c Added missing newlines in log statements. 2015-06-30 20:48:35 +02:00
startup.c Use safe wrappers wherever possible 2015-08-03 12:50:50 +03:00
tree.c Properly clear the urgency hint when set by i3. 2015-08-02 20:50:14 +02:00
util.c Make “debuglog on” command persist via restarts 2015-09-20 07:48:02 +08:00
version.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
window.c If a title contains a percent sign, make sure it is not swallowed by parsing the title_format (if one is set on the window). 2015-09-05 16:29:47 +02:00
workspace.c clang-format 2015-09-14 10:22:43 +02:00
x.c Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire list everytime. This allows independent management of multiple states. 2015-09-17 09:13:12 +02:00
xcb.c Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire list everytime. This allows independent management of multiple states. 2015-09-17 09:13:12 +02:00
xcursor.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
xinerama.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00