summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-09tag 0.17AnyEvent-0.17Michael Stapelberg
2017-04-09use lib '.' for Perl 5.25.11+Michael Stapelberg
2016-05-06Add the shutdown event (#2)Tony Crisci
2014-10-03support the barconfig_update and binding event, tag 0.16AnyEvent-0.16Michael Stapelberg
2013-02-18support the window event, tag 0.15AnyEvent-0.15Michael Stapelberg
2012-11-03fix doc error: missing opening brace (Thanks bitonic)Michael Stapelberg
2012-09-220.14: add support for the mode eventAnyEvent-0.14Michael Stapelberg
2012-08-05update Changes fileAnyEvent-0.13Michael Stapelberg
2012-08-05bump version to 0.13Michael Stapelberg
2012-08-05Implement the GET_VERSION request (with a fallback to i3 --version)Michael Stapelberg
2012-08-05add a more involved example to the SYNOPSISMichael Stapelberg
2012-07-11bump version to 0.12AnyEvent-0.12Michael Stapelberg
2012-07-11remove relative directories from $ENV{PATH} (for taint mode)Michael Stapelberg
2012-07-10bump version to 0.11AnyEvent-0.11Michael Stapelberg
2012-07-10taint mode fix for FreeBSDMichael Stapelberg
2012-07-09bump version to 0.10AnyEvent-0.10Michael Stapelberg
2012-07-09update copyright and URL/emailMichael Stapelberg
2012-07-09use i3 --get-socketpath by default for determining the socket pathMichael Stapelberg
2012-01-21Revert "implement the GET_LOG_MARKERS request" (no longer available)Michael Stapelberg
2012-01-21Bugfix: Also delete callbacks which are triggered due to an errorMichael Stapelberg
2011-12-10implement the GET_LOG_MARKERS requestMichael Stapelberg
2011-10-20Bump version to 0.09AnyEvent-0.09Michael Stapelberg
2011-10-12Add TYPE_GET_MARKS and accompanying sugar methodMichael Stapelberg
2011-10-12Fix documentation for get_marks (s/tree/marks)Michael Stapelberg
2011-09-26Bump version to 0.08AnyEvent-0.08Michael Stapelberg
2011-09-26Implement support for the TYPE_GET_MARKS request, add ->get_marks sugar methodMichael Stapelberg
2011-09-26Bugfix: The synopsis mentioned ->workspaces, but it’s ->get_workspacesMichael Stapelberg
2010-11-21introduce get_tree request (tree branch only)AnyEvent-0.07Michael Stapelberg
2010-06-16Add check to Makefile to abort in a Windows environment (neither i3 nor unix ...AnyEvent-0.06Michael Stapelberg
2010-06-10bump versionAnyEvent-0.05Michael Stapelberg
2010-06-10use getpwuid() to resolve ~ in socket paths instead of glob()Michael Stapelberg
2010-03-27use new default ipc-socket path, glob() path, bump versionAnyEvent-0.04Michael Stapelberg
2010-03-26Bump version for new CPAN upload, fix MANIFESTAnyEvent-0.03Michael Stapelberg
2010-03-23bump version to 0.02, update MANIFESTAnyEvent-0.02Michael Stapelberg
2010-03-23add testcase for sugar methodsMichael Stapelberg
2010-03-23Implement _error callbackMichael Stapelberg
2010-03-22Add sugar methods for easier usageMichael Stapelberg
2010-03-22Remove obsolete paragraph about the need for a second connectionMichael Stapelberg
2010-03-22Use $self->message in subscribeMichael Stapelberg
2010-03-22kill left-over variableMichael Stapelberg
2010-03-22Use only 'import' of 'Exporter'Michael Stapelberg
2010-03-22reformat perldoc paragraphMichael Stapelberg
2010-03-22use constant instead of magic numberMichael Stapelberg
2010-03-22Get rid of _bytelength, use encode_utf8 and length instead. Correctly check f...Michael Stapelberg
2010-03-22Bugfix: Handle message_type == 0Michael Stapelberg
2010-03-19Add new constantsMichael Stapelberg
2010-03-13update MANIFEST correctly (use MANIFEST.SKIP instead of ignore.txt)Michael Stapelberg
2010-03-13Update MANIFESTMichael Stapelberg
2010-03-13Provide constants for message typesMichael Stapelberg
2010-03-13Expand testcase for the get_workspaces message (needs i3 to be running)Michael Stapelberg