| Commit message (Expand) | Author | Age | Files | Lines |
| * | new generic click event handler using the special module file named i3bar_cli... | Ultrabug | 2013-12-13 | 1 | -0/+30 |
| * | add the filename as the module_name property to the Module class | Ultrabug | 2013-12-13 | 1 | -1/+2 |
| * | redirect stdout and stderr to null to suppress modules outputs | Ultrabug | 2013-12-09 | 1 | -0/+4 |
| * | use base stdout for the output on i3bar | Ultrabug | 2013-12-09 | 1 | -2/+2 |
| * | fix first event opening line wrt issue #19 thx to @lathan | Ultrabug | 2013-12-01 | 1 | -1/+4 |
| * | fix delay on py3status start waiting for i3status, this caused a useless firs... | Ultrabug | 2013-11-12 | 1 | -1/+7 |
| * | fix i3status time adjustment when format does not contain the necessary items... | Ultrabug | 2013-11-12 | 1 | -7/+16 |
| * | fix respect user's locale for time transformation, thx to @Edholm on issue #18 | Ultrabug | 2013-11-11 | 1 | -0/+3 |
| * | Float update-time option | Tom Hunt | 2013-09-24 | 1 | -1/+1 |
| * | rewritten py3status | Ultrabug | 2013-08-30 | 1 | -413/+648 |
| * | dont die on unquoted i3status.conf parameter value, thx to @pfsmorigo | Ultrabug | 2013-07-15 | 1 | -1/+4 |
| * | refactoring with the PEP8 convention | Lujeni | 2013-07-05 | 1 | -39/+57 |
| * | fix instancemethod detection wrt issue #11 thx to @lathan and @bloodred, insp... | Ultrabug | 2013-06-23 | 1 | -8/+6 |
| * | update the readme and help | Ultrabug | 2013-06-19 | 1 | -1/+2 |
| * | dont call private and special methods on Py3status classes | Ultrabug | 2013-06-19 | 1 | -7/+15 |
| * | handle multiple include paths parameters | Ultrabug | 2013-06-19 | 1 | -25/+27 |
| * | dont die on IOError upon suspend wrt issue #10 thx to @drahier | Ultrabug | 2013-06-19 | 1 | -2/+5 |
| * | fix UserModules.clear() | Ed Kellett | 2013-04-29 | 1 | -1/+2 |
| * | fix i3status config reader tztime detection | Ultrabug | 2013-04-29 | 1 | -1/+1 |
| * | fix issue #5 thx to @drahier for reporting | Ultrabug | 2013-04-19 | 1 | -3/+3 |
| * | respect positions on injected classes outputs | Ultrabug | 2013-04-17 | 1 | -10/+16 |
| * | set default i3status colors | Ultrabug | 2013-04-16 | 1 | -4/+4 |
| * | Handle killing of user-written modules nicely by calling their kill method if... | Ultrabug | 2013-04-16 | 1 | -4/+11 |
| * | drop useless print0.8 | Ultrabug | 2013-04-08 | 1 | -1/+0 |
| * | handle SIGUSR1 for new threaded modules execution, drop useless globals | Ultrabug | 2013-04-08 | 1 | -4/+9 |
| * | load user defined modules from a separate thread so that they cannot cause an... | Ultrabug | 2013-04-07 | 1 | -75/+158 |
| * | major cleanup, better threading of i3status, enhanced main logic for better r... | Ultrabug | 2013-04-07 | 1 | -259/+321 |
| * | only adjust sleep interval if i3status interval is greater than ours | Ultrabug | 2013-04-05 | 1 | -1/+1 |
| * | fix time transformation thx to Lujeni | Ultrabug | 2013-03-25 | 1 | -5/+9 |
| * | clear the user class cache when receiving SIGUSR1 | Ultrabug | 2013-03-18 | 1 | -0/+1 |
| * | signal SIGUSR1 forces i3status and i3bar refresh, feature request by Michael ... | Ultrabug | 2013-03-17 | 1 | -7/+50 |
| * | dont fail if i3status output comes slower than py3status message polling inte... | Ultrabug | 2013-03-15 | 1 | -5/+11 |
| * | iterate over user classes in a sorted manner to allow a predictive ordering o... | Ultrabug | 2013-03-15 | 1 | -4/+5 |
| * | python3 compatibility inspired by waaaaargh (Johannes Firlefanz)0.3 | Ultrabug | 2013-03-11 | 1 | -19/+31 |
| * | fix delta variable declaration0.2 | Ultrabug | 2013-03-07 | 1 | -0/+1 |
| * | handle user-methods exceptions nicely | Ultrabug | 2013-03-05 | 1 | -2/+6 |
| * | drop useless run_watch transformation, use i3status.conf format parameter ins... | Ultrabug | 2013-03-05 | 1 | -3/+0 |
| * | user Py3status classes get the i3status_config as argument so they can use i3... | Ultrabug | 2013-02-26 | 1 | -1/+1 |
| * | move to a proper setuptools installation, update the doc | Ultrabug | 2013-02-23 | 1 | -6/+33 |
| * | user can implement his own cache timeout on his module response | Ultrabug | 2013-02-22 | 1 | -1/+7 |
| * | add an integrated cache on user-class execution results | Ultrabug | 2013-02-22 | 1 | -11/+23 |
| * | initial py3status.py | Ultrabug | 2013-02-21 | 1 | -0/+238 |