log src/aosd/ghosd.c @ 3203:f5456241bff9 default tip

age author description
Sun, 14 Oct 2007 14:02:30 +0300 Eugene Paskevich Now aosd must be really warning clean.
Sat, 22 Sep 2007 02:59:41 +0200 Giacomo Lozito - add an explicit include for Xlib.h, just in case it's needed for some xorg versions
Wed, 04 Apr 2007 07:48:53 -0700 giacomo [svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr) trunk
Mon, 02 Apr 2007 10:35:45 -0700 giacomo [svn] - aosd: added function to detect if a composite manager is active for a certain screen; this is not used for now, cause the _NET_WM_CM_Sn hint is pretty new; it will certainly prove useful at some time trunk
Mon, 02 Apr 2007 04:03:06 -0700 giacomo [svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded trunk
Sun, 01 Apr 2007 11:36:52 -0700 giacomo [svn] aosd: added some more error checking trunk
Sat, 31 Mar 2007 17:44:23 -0700 giacomo [svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD trunk
Sun, 25 Mar 2007 09:26:39 -0700 giacomo [svn] - aosd: use XMapRaised in place of XMapWindow to ensure that the osd window is raised with some window managers trunk
Wed, 21 Mar 2007 11:19:49 -0700 giacomo [svn] - aosd: fixed ugly memleak in ghosd sources trunk
Tue, 20 Mar 2007 18:55:57 -0700 giacomo [svn] - aosd: use a single ghosd object for all of the osd showups; this will be a lot gentler to XLib and should definitely help with stability trunk
Sun, 18 Mar 2007 11:13:45 -0700 giacomo [svn] - aosd: beta3, fixes for handling X display open/close trunk
Fri, 09 Feb 2007 07:21:13 -0800 giacomo [svn] - aosd: put back override_redirect=True trunk
Thu, 08 Feb 2007 16:20:27 -0800 giacomo [svn] - aosd: revert window type setting trunk
Wed, 07 Feb 2007 18:26:47 -0800 giacomo [svn] - aosd: added window class hints (aosd.Audacious) trunk
Wed, 07 Feb 2007 17:46:12 -0800 giacomo [svn] - aosd: added _NET_WM_WINDOW_TYPE_DOCK to osd window hints trunk
Wed, 07 Feb 2007 03:52:25 -0800 giacomo [svn] - aosd, further work on ghosd source: do not use a override_redirect=true window and give the WM information about initial pos/size of osd (prevents flickering with normal windows); now the osd won't be displayed in multiple workspaces, only in the one where it's initially triggered trunk
Wed, 31 Jan 2007 11:50:36 -0800 giacomo [svn] - aosd: extended ghosd source with ghosd_set_event_button_cb to capture and handle button events in osd trunk
Mon, 29 Jan 2007 06:40:04 -0800 giacomo [svn] - added Audacious OSD, yet-another-written-from-scratch plugin to display OSD, based on Ghosd library; currently untied from configure, to compile it you have to run make in its directory; will be added to configure after some testing trunk