dockapps/dockbatmon.git
2 years agoDestroy cairo context after use master
Hugo Villeneuve [Wed, 9 Mar 2016 23:39:43 +0000 (18:39 -0500)]
Destroy cairo context after use

2 years agoFix memory leak causing XServer to crash
Hugo Villeneuve [Wed, 9 Mar 2016 04:58:16 +0000 (23:58 -0500)]
Fix memory leak causing XServer to crash

Original XServer error message:
"TouchListenerGone: couldn't allocate events"

Found by running xrestop utility.

2 years agoAdd support to evaluate battery capacity from energy
Hugo Villeneuve [Fri, 6 Mar 2015 19:34:26 +0000 (14:34 -0500)]
Add support to evaluate battery capacity from energy

2 years agoImprove error handling
Hugo Villeneuve [Sat, 28 Feb 2015 22:36:21 +0000 (17:36 -0500)]
Improve error handling

2 years agoAdd Gtk+-3 support
Hugo Villeneuve [Sat, 28 Feb 2015 22:06:58 +0000 (17:06 -0500)]
Add Gtk+-3 support

2 years agoUpdate documentation
Hugo Villeneuve [Sat, 28 Feb 2015 22:58:41 +0000 (17:58 -0500)]
Update documentation

2 years agoUpdate autoconf files
Hugo Villeneuve [Sat, 28 Feb 2015 22:45:20 +0000 (17:45 -0500)]
Update autoconf files

2 years agoAdd warning cflags
Hugo Villeneuve [Sat, 28 Feb 2015 22:08:23 +0000 (17:08 -0500)]
Add warning cflags

2 years agoFix indentation
Hugo Villeneuve [Sat, 28 Feb 2015 22:10:32 +0000 (17:10 -0500)]
Fix indentation

2 years agoChangeLog is now automatically generated from git log output
Hugo Villeneuve [Wed, 15 Jan 2014 03:53:08 +0000 (22:53 -0500)]
ChangeLog is now automatically generated from git log output

2 years agoShorten GPLv2 licence text in header of each source file
Hugo Villeneuve [Sun, 23 Mar 2014 18:39:25 +0000 (14:39 -0400)]
Shorten GPLv2 licence text in header of each source file

2 years agoAdd diagram to show battery image layout
Hugo Villeneuve [Sun, 26 Jan 2014 00:22:26 +0000 (19:22 -0500)]
Add diagram to show battery image layout

2 years agoFix automake warning about deprecated INCLUDES
Hugo Villeneuve [Tue, 23 Jul 2013 23:34:03 +0000 (19:34 -0400)]
Fix automake warning about deprecated INCLUDES

Warning was:
    src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
    (or '*_CPPFLAGS')

2 years agoRemove trailing whitespace
Hugo Villeneuve [Tue, 23 Jul 2013 23:31:03 +0000 (19:31 -0400)]
Remove trailing whitespace

2 years agoRemove unnecessary #include
Hugo Villeneuve [Tue, 23 Jul 2013 23:30:22 +0000 (19:30 -0400)]
Remove unnecessary #include

2 years agoRemove display and geometry command line options
Hugo Villeneuve [Sat, 20 Jul 2013 15:13:11 +0000 (11:13 -0400)]
Remove display and geometry command line options

These options are never used for a dockapp as WindowMaker
position our dockapp automatically in the dock area.

As for the display option, the same can be achieved using
the DISPLAY environment variable.

2 years agoRemove custom rule to clean .deps, now supported by default
Hugo Villeneuve [Thu, 18 Jul 2013 03:48:14 +0000 (23:48 -0400)]
Remove custom rule to clean .deps, now supported by default

2 years agoReorder maintainer-clean files
Hugo Villeneuve [Thu, 18 Jul 2013 03:46:20 +0000 (23:46 -0400)]
Reorder maintainer-clean files

2 years agoRename config directory to build-aux to follow autotools conventions
Hugo Villeneuve [Thu, 18 Jul 2013 03:24:32 +0000 (23:24 -0400)]
Rename config directory to build-aux to follow autotools conventions

2 years agoAdjust color bar to be visible for capacity >= 1%
Hugo Villeneuve [Thu, 18 Jul 2013 00:14:15 +0000 (20:14 -0400)]
Adjust color bar to be visible for capacity >= 1%

2 years agoAdd ACPI debug macro
Hugo Villeneuve [Sun, 2 Jan 2022 22:36:47 +0000 (17:36 -0500)]
Add ACPI debug macro

2 years agoChange text rendering from cairo to pango
Hugo Villeneuve [Sun, 2 Jan 2022 22:42:39 +0000 (17:42 -0500)]
Change text rendering from cairo to pango

2 years agoWiden battery symbol to display percent sign
Hugo Villeneuve [Sun, 2 Jan 2022 22:39:33 +0000 (17:39 -0500)]
Widen battery symbol to display percent sign

2 years agoAdd final executable to src/gitignore
Hugo Villeneuve [Sat, 20 Jul 2013 14:51:49 +0000 (10:51 -0400)]
Add final executable to src/gitignore

2 years agoAdd autoconf-generated files to gitignore
Hugo Villeneuve [Thu, 18 Jul 2013 03:45:55 +0000 (23:45 -0400)]
Add autoconf-generated files to gitignore

2 years agoInitial import from hvclock
Hugo Villeneuve [Fri, 12 Jul 2013 12:32:05 +0000 (08:32 -0400)]
Initial import from hvclock