This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
i3
Watch
1
Star
0
Fork
0
You've already forked i3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
i3
/
i3bar
/
src
History
Michael Stapelberg
2d1ebc2b90
Bugfix: memleak: because we use i3string_from_utf8(), we need to free buffer()
...
Previously, buffer was directly used and thus not freed, but i3string_from_utf8() makes a copy.
2012-09-03 00:42:14 +02:00
..
child.c
Bugfix: memleak: because we use i3string_from_utf8(), we need to free buffer()
2012-09-03 00:42:14 +02:00
config.c
…
determine_json_version.c
i3bar: be less strict about the {"version":1} JSON header
2012-08-12 18:40:15 +02:00
ipc.c
Use (void) instead of () for functions without args
2012-08-23 19:34:37 +02:00
main.c
logging: make libi3 use verboselog()/errorlog(), provide it in each caller
2012-08-13 13:27:16 +02:00
outputs.c
Use (void) instead of () for functions without args
2012-08-23 19:34:37 +02:00
workspaces.c
Use (void) instead of () for functions without args
2012-08-23 19:34:37 +02:00
xcb.c
Use (void) instead of () for functions without args
2012-08-23 19:34:37 +02:00