.. |
assignments.c
|
Update copyright notices and get rid of ranges
|
2015-04-20 17:50:21 -04:00 |
bindings.c
|
Fix memleak in translate_keysyms
|
2015-10-19 18:53:59 +02:00 |
click.c
|
Use libxkbcommon for translating keysyms, support all XKB groups.
|
2015-08-26 09:56:42 +02:00 |
commands_parser.c
|
Turn "char *" into "const char *" for all command parser functions.
|
2015-09-28 14:24:08 +02:00 |
commands.c
|
Refactor parsing of matches to avoid code duplication.
|
2015-10-04 17:40:25 +02:00 |
con.c
|
Fix moving windows to a marked workspace by mark.
|
2015-10-16 21:07:16 +02:00 |
config_directives.c
|
Make pango markup in mode names optional with a flag.
|
2015-10-13 09:23:30 +02:00 |
config_parser.c
|
Merge pull request #1965 from Airblader/feature-typed-commands-parser
|
2015-10-04 17:05:27 +02:00 |
config.c
|
Revert "Add a timeout: delay_exit_on_zero_displays"
|
2015-09-14 22:34:05 +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
|
Not toggle floating on a CT_FLOATING_CON
|
2015-09-23 00:16:25 +08:00 |
handlers.c
|
Merge pull request #1931 from Airblader/bug-1924
|
2015-09-24 22:34:29 +02:00 |
i3.mk
|
Use libxkbcommon for translating keysyms, support all XKB groups.
|
2015-08-26 09:56:42 +02:00 |
ipc.c
|
fix a memory leak in handle_get_bar_config
|
2015-10-19 19:13:15 +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
|
When appending a layout containing a marked container, make sure that any other containers with the same mark
|
2015-09-25 19:26:41 +02:00 |
log.c
|
log: avoid buffer overflow in vlog
|
2015-09-21 14:27:22 +02:00 |
main.c
|
Bugfix: add keymap fall back (_XKB_RULES_NAMES, then defaults)
|
2015-10-11 20:24:16 +02:00 |
Makefile
|
Add stub Makefiles to allow subdir make calls
|
2012-07-22 19:57:48 +02:00 |
manage.c
|
Suppress no_focus for first window on a workspace.
|
2015-10-12 12:59:01 +02:00 |
match.c
|
Refactor parsing of matches to avoid code duplication.
|
2015-10-04 17:40:25 +02:00 |
move.c
|
Update copyright notices and get rid of ranges
|
2015-04-20 17:50:21 -04:00 |
output.c
|
Keep a sticky window focused if it was the focused window on the source workspace.
|
2015-09-24 22:10:17 +02:00 |
randr.c
|
Activate root output if RandR request fails.
|
2015-10-21 19:09:47 +02:00 |
regex.c
|
libi3: change scalloc() signature to match calloc()
|
2015-08-03 12:50:13 +03:00 |
render.c
|
Move rendering the root node into a separate function.
|
2015-09-10 20:57:04 +02:00 |
resize.c
|
Added missing newlines in log statements.
|
2015-06-30 20:48:35 +02:00 |
restore_layout.c
|
Use 32-bit visuals for i3bar when possible and allow RGBA colors.
|
2015-10-06 23:01:57 +02: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
|
Use 32-bit visuals for i3bar when possible and allow RGBA colors.
|
2015-10-06 23:01:57 +02:00 |
startup.c
|
Turn "char *" into "const char *" for all command parser functions.
|
2015-09-28 14:24:08 +02: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
|
Rename is_markup to pango_markup.
|
2015-10-13 09:59:26 +02:00 |
workspace.c
|
Revise workspace next/prev
|
2015-10-16 23:25:12 +08:00 |
x.c
|
Use 32-bit visuals for i3bar when possible and allow RGBA colors.
|
2015-10-06 23:01:57 +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
|
Don't create empty workspaces on restart
|
2015-09-21 13:26:58 +02:00 |