]> mj.ucw.cz Git - osdd.git/log
osdd.git
22 months agoPython: Cleaned up the Python library xft
Martin Mares [Wed, 24 Aug 2022 11:29:31 +0000 (13:29 +0200)]
Python: Cleaned up the Python library

- both the library module and its packaging live in python-osd/
- fixed a typo
- added "import osd" to example usage
- added dependency on python-xlib

22 months agoAdd python library
Jiri Kalvoda [Wed, 24 Aug 2022 10:41:12 +0000 (12:41 +0200)]
Add python library

3 years agoREADME: Add warning about ssh -Y
Martin Mares [Tue, 29 Sep 2020 14:09:41 +0000 (16:09 +0200)]
README: Add warning about ssh -Y

4 years agomake release: Reorganized my directory structure
Martin Mares [Sun, 29 Mar 2020 20:47:50 +0000 (22:47 +0200)]
make release: Reorganized my directory structure

8 years agoosd-batt: Newer kernels use different file names in /sys
Martin Mares [Wed, 23 Dec 2015 18:40:18 +0000 (19:40 +0100)]
osd-batt: Newer kernels use different file names in /sys

8 years agoMakefile: Link libX11 explicitly
Martin Mares [Wed, 23 Dec 2015 18:40:08 +0000 (19:40 +0100)]
Makefile: Link libX11 explicitly

8 years agoMerge branch 'xft' of ssh://git.ucw.cz/home/mj/GIT/osdd into xft
Martin Mares [Wed, 23 Dec 2015 18:39:50 +0000 (19:39 +0100)]
Merge branch 'xft' of ssh://git.ucw.cz/home/mj/GIT/osdd into xft

8 years agoDo not include <xosd.h>
Martin Mares [Wed, 23 Dec 2015 18:39:40 +0000 (19:39 +0100)]
Do not include <xosd.h>

10 years agoosd-alsa: Do not emit a blank line
Martin Mares [Sun, 22 Jun 2014 13:13:20 +0000 (15:13 +0200)]
osd-alsa: Do not emit a blank line

With osdd2, the layout is spacious enough per se.

10 years agoosd-alsa: Fixed bugs in error checking
Martin Mares [Sun, 22 Jun 2014 13:13:05 +0000 (15:13 +0200)]
osd-alsa: Fixed bugs in error checking

10 years agoAdded forgotten include of util.h
Martin Mares [Thu, 23 Jan 2014 22:04:54 +0000 (23:04 +0100)]
Added forgotten include of util.h

10 years agoThe test program is no longer necessary
Martin Mares [Thu, 23 Jan 2014 22:03:00 +0000 (23:03 +0100)]
The test program is no longer necessary

10 years agoNew display code supports sliders and percentages
Martin Mares [Thu, 23 Jan 2014 22:00:33 +0000 (23:00 +0100)]
New display code supports sliders and percentages

They come in two possible designs, selectable by compile-time switch
SLIDERS_WITH_BRACKETS in display.c. I yet have to decide which design
should be the default one and if it should be possible to switch
designs in run-time.

10 years agoDo not forget XFlush()
Martin Mares [Tue, 22 Oct 2013 20:58:32 +0000 (22:58 +0200)]
Do not forget XFlush()

10 years agoNew display code is able to show text messages
Martin Mares [Tue, 22 Oct 2013 20:54:41 +0000 (22:54 +0200)]
New display code is able to show text messages

Sliders and percentages are not implemented yet.
Line spacing and outline widths are configurable.
Undocumented test mode has been added.

10 years agoBits of new display code
Martin Mares [Sat, 12 Oct 2013 20:58:45 +0000 (22:58 +0200)]
Bits of new display code

10 years agoSplit osd.h and util.h
Martin Mares [Sat, 12 Oct 2013 20:49:31 +0000 (22:49 +0200)]
Split osd.h and util.h

10 years agoutil.c: Added xrealloc()
Martin Mares [Sat, 12 Oct 2013 20:45:27 +0000 (22:45 +0200)]
util.c: Added xrealloc()

10 years agoExperiments: stay_on_top
Martin Mares [Wed, 9 Oct 2013 21:54:15 +0000 (23:54 +0200)]
Experiments: stay_on_top

10 years agoExperiments: Better outlining
Martin Mares [Tue, 8 Oct 2013 19:48:49 +0000 (21:48 +0200)]
Experiments: Better outlining

10 years agoExperiments: First OSD without libxosd
Martin Mares [Tue, 8 Oct 2013 18:33:08 +0000 (20:33 +0200)]
Experiments: First OSD without libxosd

Alas, the outlining algorithm (borrowed from libxosd) is very ugly...

10 years agoExperiments with Xft rendering
Martin Mares [Tue, 8 Oct 2013 16:34:35 +0000 (18:34 +0200)]
Experiments with Xft rendering

10 years agoMerge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd master
Martin Mares [Tue, 8 Oct 2013 14:39:30 +0000 (16:39 +0200)]
Merge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd

12 years agoReleased as v1.1 v1.1
Martin Mares [Sun, 15 Apr 2012 14:54:12 +0000 (16:54 +0200)]
Released as v1.1

12 years agoosd-alsa: A new client for adjusting ALSA mixer controls
Martin Mares [Sun, 15 Apr 2012 14:34:03 +0000 (16:34 +0200)]
osd-alsa: A new client for adjusting ALSA mixer controls

12 years agoosd-batt: Bugfix to previous commit
Martin Mares [Sun, 15 Apr 2012 12:41:10 +0000 (14:41 +0200)]
osd-batt: Bugfix to previous commit

12 years agoosd-batt: Rewritten to use sysfs instead of /proc/acpi/
Martin Mares [Sun, 15 Apr 2012 12:36:06 +0000 (14:36 +0200)]
osd-batt: Rewritten to use sysfs instead of /proc/acpi/

/proc/acpi/battery is no longer present on modern kernels.

12 years agoMerge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd
Martin Mares [Thu, 20 Oct 2011 11:56:47 +0000 (13:56 +0200)]
Merge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd

12 years agoclean: osd-batt
Martin Mares [Thu, 20 Oct 2011 11:55:28 +0000 (13:55 +0200)]
clean: osd-batt

13 years agoRemember to clean osd-batt, too
Martin Mares [Wed, 18 Aug 2010 23:44:36 +0000 (01:44 +0200)]
Remember to clean osd-batt, too

13 years agoMerge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd
Martin Mares [Wed, 18 Aug 2010 23:43:28 +0000 (01:43 +0200)]
Merge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/osdd

13 years agoosd-batt: Warn on important status changes, too
Martin Mares [Wed, 18 Aug 2010 23:42:35 +0000 (01:42 +0200)]
osd-batt: Warn on important status changes, too

This way, the user knows whenever he accidentally loses his AC power
or when the battery is full.

13 years agoNeed to initialize locale in order to get non-ASCII characters right
Martin Mares [Sun, 18 Jul 2010 15:31:29 +0000 (17:31 +0200)]
Need to initialize locale in order to get non-ASCII characters right

13 years agoosd-mpc-volume: Fixed the parsing regex, volume=100% did not work :)
Martin Mares [Sun, 18 Jul 2010 11:32:38 +0000 (13:32 +0200)]
osd-mpc-volume: Fixed the parsing regex, volume=100% did not work :)

13 years agoAdded tagging of releases v1.0
Martin Mares [Sat, 17 Jul 2010 21:25:47 +0000 (23:25 +0200)]
Added tagging of releases

13 years agoAdded `release' target and released as version 1.0
Martin Mares [Sat, 17 Jul 2010 21:25:03 +0000 (23:25 +0200)]
Added `release' target and released as version 1.0

13 years agoAdded a README with brief documentation
Martin Mares [Sat, 17 Jul 2010 21:24:49 +0000 (23:24 +0200)]
Added a README with brief documentation

13 years agoDecreased default min-duration
Martin Mares [Sat, 17 Jul 2010 19:27:53 +0000 (21:27 +0200)]
Decreased default min-duration

13 years agoExplain the exit-on-X-server-shutdown trick
Martin Mares [Sat, 17 Jul 2010 18:44:35 +0000 (20:44 +0200)]
Explain the exit-on-X-server-shutdown trick

13 years agoRemoved obsolete loop.o
Martin Mares [Sat, 17 Jul 2010 18:44:29 +0000 (20:44 +0200)]
Removed obsolete loop.o

13 years agoCleaned up utility functions and implemented `osd-batt --check-every'
Martin Mares [Sat, 17 Jul 2010 18:41:37 +0000 (20:41 +0200)]
Cleaned up utility functions and implemented `osd-batt --check-every'

13 years agoosd-batt: Mention default values of --warn in the help
Martin Mares [Sat, 17 Jul 2010 18:02:12 +0000 (20:02 +0200)]
osd-batt: Mention default values of --warn in the help

13 years agoAdded a battery checking client
Martin Mares [Sat, 17 Jul 2010 17:54:50 +0000 (19:54 +0200)]
Added a battery checking client

13 years agoosdd: Added daemon mode and the --debug switch
Martin Mares [Sat, 17 Jul 2010 17:43:06 +0000 (19:43 +0200)]
osdd: Added daemon mode and the --debug switch

13 years agoTurned off debugging
Martin Mares [Sat, 17 Jul 2010 17:37:14 +0000 (19:37 +0200)]
Turned off debugging

13 years agoLet make clean delete all binaries
Martin Mares [Sat, 17 Jul 2010 17:36:43 +0000 (19:36 +0200)]
Let make clean delete all binaries

13 years agoFirst two examples
Martin Mares [Sat, 17 Jul 2010 17:29:26 +0000 (19:29 +0200)]
First two examples

13 years agoosdc: stdin can be used as an option argument
Martin Mares [Sat, 17 Jul 2010 17:29:04 +0000 (19:29 +0200)]
osdc: stdin can be used as an option argument

13 years agoReport parse errors
Martin Mares [Sat, 17 Jul 2010 17:02:32 +0000 (19:02 +0200)]
Report parse errors

13 years agoA bit of debugging and also setting of default durations
Martin Mares [Sat, 17 Jul 2010 15:46:40 +0000 (17:46 +0200)]
A bit of debugging and also setting of default durations

13 years agoMore attributes and options
Martin Mares [Sat, 17 Jul 2010 15:37:49 +0000 (17:37 +0200)]
More attributes and options

13 years agoInitial commit.
Martin Mares [Sat, 17 Jul 2010 14:37:06 +0000 (16:37 +0200)]
Initial commit.