Michael Stapelberg
|
b008d8b2e9
|
0.14: add support for the mode event
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
879266c40b
|
update Changes file
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
c3538c4cad
|
bump version to 0.13
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
64fddbe41b
|
Implement the GET_VERSION request (with a fallback to i3 --version)
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
d8ad62c36f
|
add a more involved example to the SYNOPSIS
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
3a7f5d7912
|
bump version to 0.12
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
b4058790cc
|
remove relative directories from $ENV{PATH} (for taint mode)
Otherwise, the module will die when you use it with PATH=$PATH:. (as is
the case on the OpenBSD cpan testers).
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
af6f180c35
|
bump version to 0.11
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
4c97c94a0a
|
taint mode fix for FreeBSD
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
2ec58b40f8
|
bump version to 0.10
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
a6a0e11718
|
update copyright and URL/email
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
476e41ddc3
|
use i3 --get-socketpath by default for determining the socket path
This was introduced in i3 v4.1 (released 2011-11-11, so should be
widespread enough by now).
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
7021bb4315
|
Revert "implement the GET_LOG_MARKERS request" (no longer available)
This reverts commit 7e2ed06447af5e3b49af69dd24e2a5dec373ad9c.
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
3a9024de63
|
Bugfix: Also delete callbacks which are triggered due to an error
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
ead1557468
|
implement the GET_LOG_MARKERS request
Requires i3 version 966c654112 or later.
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
23beaa83ea
|
Bump version to 0.09
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
7a934b94dd
|
Add TYPE_GET_MARKS and accompanying sugar method
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
d7bd645863
|
Fix documentation for get_marks (s/tree/marks)
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
9054711650
|
Bump version to 0.08
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
1a272f96a5
|
Implement support for the TYPE_GET_MARKS request, add ->get_marks sugar method
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
6274959029
|
Bugfix: The synopsis mentioned ->workspaces, but it’s ->get_workspaces
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
7176a7074b
|
introduce get_tree request (tree branch only)
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
a3a42f30e1
|
Add check to Makefile to abort in a Windows environment (neither i3 nor unix sockets available)
Hopefully, this will stop CPAN Testers emails about failing tests on windows.
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
da94674f8f
|
bump version
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
192ef6a827
|
use getpwuid() to resolve ~ in socket paths instead of glob()
This fixes a warning about using a tainted variable (broke the
tests with newer perl versions).
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
e656864838
|
use new default ipc-socket path, glob() path, bump version
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
5d1bb0b0ce
|
Bump version for new CPAN upload, fix MANIFEST
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
f12facc184
|
bump version to 0.02, update MANIFEST
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
b9c83fbd26
|
add testcase for sugar methods
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
e34675c3c7
|
Implement _error callback
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
d137f83452
|
Add sugar methods for easier usage
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
45eef6bdf7
|
Remove obsolete paragraph about the need for a second connection
Due to the event-based handling of incoming data from i3 we do not
suffer from this problem.
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
1aac4d3f14
|
Use $self->message in subscribe
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
b57fca1ef9
|
kill left-over variable
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
7ffa4bea31
|
Use only 'import' of 'Exporter'
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
98e32d39a5
|
reformat perldoc paragraph
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
4ba7259f6a
|
use constant instead of magic number
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
460f09915f
|
Get rid of _bytelength, use encode_utf8 and length instead. Correctly check for scalar
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
8b2db9a238
|
Bugfix: Handle message_type == 0
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
e3f0e5b01c
|
Add new constants
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
f6a2605610
|
update MANIFEST correctly (use MANIFEST.SKIP instead of ignore.txt)
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
4c6b8f91e0
|
Update MANIFEST
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
e35d6039d7
|
Provide constants for message types
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
1044c9814b
|
Expand testcase for the get_workspaces message (needs i3 to be running)
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
279528a863
|
Return connection status in condvar in $i3->connect
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
7d92e2c3e2
|
kill boilerplate
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
5c9e2833b6
|
prefix internal subs with _
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
632bdb7d2a
|
Initial commit
|
2017-08-19 18:13:19 +02:00 |
Michael Stapelberg
|
5738ea10bb
|
t/171-config-migrate: escape braces for newer Perl versions
|
2017-08-19 17:45:37 +02:00 |
Michael Stapelberg
|
69efe0176e
|
Prevent accidentally introduced fall-through
This was added in commit e82e26a24d
|
2017-08-19 17:29:31 +02:00 |