]> git.sur5r.net Git - i3/i3/history - src/ipc.c
Merge branch 'tree' into next
[i3/i3] / src / ipc.c
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-24 Michael Stapelbergipc: make 'focused' a bool
2011-07-24 Michael Stapelbergipc: make 'urgent' a bool
2011-07-24 Michael Stapelbergipc: send 'percent': null when percent is not relevant...
2011-07-23 Michael Stapelbergsecure strscpy by replacing with strncpy
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-02 Michael Stapelbergipc: make 'layout' a string
2011-05-29 Michael Stapelbergcall tree_render() only after commands which require it
2011-05-11 Michael Stapelbergipc: change border_style to human-readable string inste...
2011-04-28 Michael StapelbergFix unaligned memory access on sparc (Thanks David...
2011-04-28 Michael StapelbergFix unaligned memory access on sparc (Thanks David...
2011-04-28 Michael Stapelbergyajl compatibility: forgot add_subscription (Thanks...
2011-04-28 Michael Stapelbergremove useless checks, size_t != ssize_t :)
2011-04-27 Michael StapelbergMake code compatible with yajl 2.0 *and* 1.0
2011-04-27 Michael StapelbergMake code compatible with yajl 2.0 *and* 1.0
2011-03-21 Michael StapelbergFREE() already nulls the pointer
2011-03-21 Fernando Tarlá Car... Set the I3_SOCKET_PATH atom to the expanded path.
2011-02-21 Michael StapelbergFix dock client handling for inplace restarts
2011-02-21 Michael Stapelbergrefactor some places to use output_get_content()
2011-02-20 Michael StapelbergBugfix: in get_workspaces, only consider the CT_CON...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-01-07 Michael Stapelbergipc: change 'orientation' to human readable string...
2010-12-27 Michael StapelbergBugfix: store and properly load workspace order when...
2010-11-29 Michael StapelbergInclude 'percent' in tree JSON, use C-locale when dumpi...
2010-11-28 Michael StapelbergAlso store/load window_rect when restarting
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Michael Stapelbergfix indention of src/ipc.c
2010-11-21 Fernando Tarlá Car... Unlink the resolved path.
2010-11-21 Fernando Tarlá Car... Ported over some message types from -next.
2010-11-21 Michael Stapelbergipc: s/floating-nodes/floating_nodes for consistency
2010-11-15 Fernando Tarlá Car... Port the IPC socket creation code from -next.
2010-11-12 Michael Stapelberginclude border style in ipc tree dump
2010-08-21 Lourens RozemaIndent clean up.
2010-07-24 Christopher Zimmermanndon't use wordexp.h for tilde expansion
2010-07-24 Christopher Zimmermannsecure strcpy by replacing with strncpy
2010-07-17 Michael Stapelbergipc/parser: commands can now return custom JSON replies
2010-07-04 Michael Stapelbergipc: add member 'focused' to every container
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-01 Michael Stapelbergipc: include floating-nodes in tree reply
2010-06-01 Michael Stapelbergbugfix: allocate one more zero-byte to definitely get...
2010-05-09 Michael Stapelbergbugfix: really return focus list in IPC tree dump ...
2010-05-09 Michael Stapelbergalso re-render the tree for commands using the new...
2010-04-16 Michael Stapelbergimplement con_id for matching containers, extend testcase
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-27 Michael Stapelbergbugfix: use globbed instead of filename when unlinking...
2010-03-27 Michael Stapelbergipc: change default socket path to ~/.i3/ipc.sock,...
2010-03-19 Michael Stapelbergipc: implement GET_OUTPUTS
2010-03-19 Michael Stapelbergipc: include the urgent flag in the workspaces reply
2010-03-16 Michael Stapelbergipc: correctly shutdown IPC sockets when exiting/restarting
2010-03-13 Michael Stapelbergipc: correctly set "focused" for workspaces
2010-03-12 Michael Stapelbergipc: implement events, cleanup the code a bit
2010-03-12 Michael Stapelbergipc: return logical workspace numbers, not internal...
2010-03-12 Michael Stapelbergipc: also send a reply for COMMAND messages
2010-03-12 Michael Stapelbergipc: Correctly deal with SIGPIPE/failing write()s
2010-03-12 Michael Stapelbergipc: change active to visible, introduce focused
2010-03-11 Michael Stapelbergipc: add active flag
2010-03-11 Michael Stapelbergipc: implement GET_WORKSPACES message type
2010-03-02 Michael Stapelberguse scalloc instead of some places where calloc was...
2010-01-22 Michael StapelbergBugfix: Don’t leak IPC socket to launched processes
2010-01-22 Michael StapelbergBugfix: Don’t leak IPC socket to launched processes
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-11-09 Michael StapelbergMerge branch 'next'
2009-10-07 Michael StapelbergBugfix: IPC: Correctly handle the case when multiple...
2009-08-19 Michael StapelbergMerge branch 'next'
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets