aboutsummaryrefslogtreecommitdiff
path: root/i3-msg
AgeCommit message (Expand)Author
2011-12-10add TYPE_GET_LOG_MARKERS to i3-msgMichael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-10-18add an IPC request to get the bar configuration (by ID)Michael Stapelberg
2011-10-02Move ipc_send_message and ipc_recv_message to libi3Michael Stapelberg
2011-10-02i3-msg: use smalloc, sstrdup from libi3Michael Stapelberg
2011-10-02i3-msg: use socket_path_from_x11 from libi3Michael Stapelberg
2011-10-02Makefiles: prefix compilation messages (for parallel builds)Michael Stapelberg
2011-09-05i3-msg: include newline at the end of the replyMichael Stapelberg
2011-08-09Add support for get_marks in i3-msgHelgi Kristvin Sigurbjarnarson
2011-07-25makefiles: build subdirs (Thanks Kacper)Michael Stapelberg
2011-07-23secure strscpy by replacing with strncpyMichael Stapelberg
2011-07-13i3-msg: concatenate all arguments. now you can use i3-msg mark fooMichael Stapelberg
2011-07-13i3-msg: re-indent main.cMichael Stapelberg
2011-07-13Makefile: respect and use LIBS (Thanks Kacper)Michael Stapelberg
2011-07-13makefiles: respect and use the CPPFLAGS variable (Thanks Kacper)Michael Stapelberg
2011-03-19i3-msg, i3-input: get the I3_SOCKET_PATH atoms if socket path was not specifiedMichael Stapelberg
2011-01-22Bugfix: Use strdup() for the initial value of socket_path (Thanks mseed)Michael Stapelberg
2011-01-12Use I3SOCK-environment-variableAxel Wagner
2011-01-12fix some memory leaks when user passes command line arguments twice (Thanks T...Michael Stapelberg
2010-11-21i3-msg: s/tree/get_tree for consistency, add new types to error messageMichael Stapelberg
2010-11-21Support get_workspaces and get_outputs in i3-msg.Fernando Tarlá Cardoso Lemos
2010-04-13first step of the big refactoring ("tree" branch).Michael Stapelberg
2010-03-16ipc: correctly shutdown IPC sockets when exiting/restartingMichael Stapelberg
2010-03-16makefiles: support PREFIX and SYSCONFDIRMichael Stapelberg
2010-03-12i3-msg: Initialize message_type (Thanks badboy)Michael Stapelberg
2010-03-12i3-msg: read replies, implement get_workspaces commandMichael Stapelberg
2009-08-05i3-msg: Fix compilation warning (Thanks mxf)Michael Stapelberg
2009-07-28i3-msg: more error handling, more commentsMichael Stapelberg
2009-07-28Add i3-msg, a sample implementation and hopefully useful utilityMichael Stapelberg