]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2017-04-09 Michael Stapelbergtag 0.17 AnyEvent-0.17
2017-04-09 Michael Stapelberguse lib '.' for Perl 5.25.11+
2016-05-06 Tony CrisciAdd the shutdown event (#2)
2014-10-03 Michael Stapelbergsupport the barconfig_update and binding event, tag... AnyEvent-0.16
2013-02-18 Michael Stapelbergsupport the window event, tag 0.15 AnyEvent-0.15
2012-11-03 Michael Stapelbergfix doc error: missing opening brace (Thanks bitonic)
2012-09-22 Michael Stapelberg0.14: add support for the mode event AnyEvent-0.14
2012-08-05 Michael Stapelbergupdate Changes file AnyEvent-0.13
2012-08-05 Michael Stapelbergbump version to 0.13
2012-08-05 Michael StapelbergImplement the GET_VERSION request (with a fallback...
2012-08-05 Michael Stapelbergadd a more involved example to the SYNOPSIS
2012-07-11 Michael Stapelbergbump version to 0.12 AnyEvent-0.12
2012-07-11 Michael Stapelbergremove relative directories from $ENV{PATH} (for taint...
2012-07-10 Michael Stapelbergbump version to 0.11 AnyEvent-0.11
2012-07-10 Michael Stapelbergtaint mode fix for FreeBSD
2012-07-09 Michael Stapelbergbump version to 0.10 AnyEvent-0.10
2012-07-09 Michael Stapelbergupdate copyright and URL/email
2012-07-09 Michael Stapelberguse i3 --get-socketpath by default for determining...
2012-01-21 Michael StapelbergRevert "implement the GET_LOG_MARKERS request" (no...
2012-01-21 Michael StapelbergBugfix: Also delete callbacks which are triggered due...
2011-12-10 Michael Stapelbergimplement the GET_LOG_MARKERS request
2011-10-20 Michael StapelbergBump version to 0.09 AnyEvent-0.09
2011-10-12 Michael StapelbergAdd TYPE_GET_MARKS and accompanying sugar method
2011-10-12 Michael StapelbergFix documentation for get_marks (s/tree/marks)
2011-09-26 Michael StapelbergBump version to 0.08 AnyEvent-0.08
2011-09-26 Michael StapelbergImplement support for the TYPE_GET_MARKS request, add...
2011-09-26 Michael StapelbergBugfix: The synopsis mentioned ->workspaces, but it...
2010-11-21 Michael Stapelbergintroduce get_tree request (tree branch only) AnyEvent-0.07
2010-06-16 Michael StapelbergAdd check to Makefile to abort in a Windows environment... AnyEvent-0.06
2010-06-09 Michael Stapelbergbump version AnyEvent-0.05
2010-06-09 Michael Stapelberguse getpwuid() to resolve ~ in socket paths instead...
2010-03-27 Michael Stapelberguse new default ipc-socket path, glob() path, bump... AnyEvent-0.04
2010-03-26 Michael StapelbergBump version for new CPAN upload, fix MANIFEST AnyEvent-0.03
2010-03-23 Michael Stapelbergbump version to 0.02, update MANIFEST AnyEvent-0.02
2010-03-23 Michael Stapelbergadd testcase for sugar methods
2010-03-23 Michael StapelbergImplement _error callback
2010-03-22 Michael StapelbergAdd sugar methods for easier usage
2010-03-22 Michael StapelbergRemove obsolete paragraph about the need for a second...
2010-03-22 Michael StapelbergUse $self->message in subscribe
2010-03-22 Michael Stapelbergkill left-over variable
2010-03-22 Michael StapelbergUse only 'import' of 'Exporter'
2010-03-22 Michael Stapelbergreformat perldoc paragraph
2010-03-22 Michael Stapelberguse constant instead of magic number
2010-03-22 Michael StapelbergGet rid of _bytelength, use encode_utf8 and length...
2010-03-22 Michael StapelbergBugfix: Handle message_type == 0
2010-03-19 Michael StapelbergAdd new constants
2010-03-13 Michael Stapelbergupdate MANIFEST correctly (use MANIFEST.SKIP instead...
2010-03-13 Michael StapelbergUpdate MANIFEST
2010-03-13 Michael StapelbergProvide constants for message types
2010-03-13 Michael StapelbergExpand testcase for the get_workspaces message (needs...
2010-03-13 Michael StapelbergReturn connection status in condvar in $i3->connect
2010-03-13 Michael Stapelbergkill boilerplate
2010-03-13 Michael Stapelbergprefix internal subs with _
2010-03-13 Michael StapelbergInitial commit