]> git.sur5r.net Git - i3/i3/history - lib/AnyEvent/I3.pm
use i3 --get-socketpath by default for determining the socket path
[i3/i3] / lib / AnyEvent / I3.pm
2017-08-19 Michael Stapelberguse i3 --get-socketpath by default for determining...
2017-08-19 Michael StapelbergRevert "implement the GET_LOG_MARKERS request" (no...
2017-08-19 Michael StapelbergBugfix: Also delete callbacks which are triggered due...
2017-08-19 Michael Stapelbergimplement the GET_LOG_MARKERS request
2017-08-19 Michael StapelbergBump version to 0.09
2017-08-19 Michael StapelbergAdd TYPE_GET_MARKS and accompanying sugar method
2017-08-19 Michael StapelbergFix documentation for get_marks (s/tree/marks)
2017-08-19 Michael StapelbergBump version to 0.08
2017-08-19 Michael StapelbergImplement support for the TYPE_GET_MARKS request, add...
2017-08-19 Michael StapelbergBugfix: The synopsis mentioned ->workspaces, but it...
2017-08-19 Michael Stapelbergintroduce get_tree request (tree branch only)
2017-08-19 Michael StapelbergAdd check to Makefile to abort in a Windows environment...
2017-08-19 Michael Stapelbergbump version
2017-08-19 Michael Stapelberguse getpwuid() to resolve ~ in socket paths instead...
2017-08-19 Michael Stapelberguse new default ipc-socket path, glob() path, bump...
2017-08-19 Michael StapelbergBump version for new CPAN upload, fix MANIFEST
2017-08-19 Michael Stapelbergbump version to 0.02, update MANIFEST
2017-08-19 Michael StapelbergImplement _error callback
2017-08-19 Michael StapelbergAdd sugar methods for easier usage
2017-08-19 Michael StapelbergRemove obsolete paragraph about the need for a second...
2017-08-19 Michael StapelbergUse $self->message in subscribe
2017-08-19 Michael Stapelbergkill left-over variable
2017-08-19 Michael StapelbergUse only 'import' of 'Exporter'
2017-08-19 Michael Stapelbergreformat perldoc paragraph
2017-08-19 Michael Stapelberguse constant instead of magic number
2017-08-19 Michael StapelbergGet rid of _bytelength, use encode_utf8 and length...
2017-08-19 Michael StapelbergBugfix: Handle message_type == 0
2017-08-19 Michael StapelbergAdd new constants
2017-08-19 Michael StapelbergProvide constants for message types
2017-08-19 Michael StapelbergReturn connection status in condvar in $i3->connect
2017-08-19 Michael Stapelbergprefix internal subs with _
2017-08-19 Michael StapelbergInitial commit