Commit Graph

129 Commits

Author SHA1 Message Date
b84be8eabf The systray icons don't have to be of the same size 2010-01-19 20:02:18 +00:00
72c85b37a6 Fixed wrong use of memset() 2010-01-19 20:01:16 +00:00
956ee2af03 Implemented a systray applet 2010-01-19 02:41:40 +00:00
0bb01db4ec Fixed incorrect use of memset() 2010-01-19 02:20:22 +00:00
b1e15a3770 Fixed the condition determining if setting the frequency is available 2010-01-19 00:52:55 +00:00
a30e30e004 Code cleanup 2010-01-19 00:47:21 +00:00
a610e682c0 Added an implemented maximizing windows both horizontally and vertically 2010-01-19 00:42:15 +00:00
41c19a2e98 Code cleanup 2010-01-19 00:14:27 +00:00
47b0da3278 The panel can now be on different monitors 2010-01-17 00:31:27 +00:00
8bc220567c Only display applets when explictly done by the applets themselves 2010-01-16 23:58:16 +00:00
737938278f Also support "mix.master" as the main volume control (on NetBSD or <sys/audioio.h>) 2010-01-16 23:57:43 +00:00
0657de7fee Only explicitly display when relevant (helps on NetBSD) 2010-01-16 23:56:46 +00:00
43bf9f7160 About to release 0.0.4 2010-01-14 16:25:17 +00:00
e7a1b48a2a Added copyright information and license 2010-01-07 03:43:58 +00:00
762e29fc50 Defining enumerated and string values for atoms from a common file 2010-01-07 03:42:52 +00:00
aa2a7ee675 Implemented four more states 2010-01-07 03:27:56 +00:00
722905af15 Code cleanup 2010-01-07 03:23:45 +00:00
b83851d296 Implementing toggling the fullscreen state 2010-01-07 03:19:12 +00:00
4a8a34f511 Updated copyright information 2010-01-07 03:04:19 +00:00
1ecb84bc08 Also popup the window operations menu when using the mouse 2010-01-07 03:03:56 +00:00
112b4ce7c3 Extended the popup menu to include all supported window operations 2010-01-07 02:59:34 +00:00
aa277cef29 Added icons to the "Audio" and "Education" categories 2010-01-06 23:20:04 +00:00
fa0b294281 Avoid a few warnings 2009-12-26 16:19:54 +00:00
75feb4d76c Avoid a division by zero 2009-12-23 15:09:13 +00:00
6ef48f7136 Always look for includes in $(PREFIX)/include 2009-12-21 15:11:26 +00:00
b1c9205ae4 Hide the applet when not supported 2009-12-13 23:38:26 +00:00
376ff9453d Fixed the battery applet even though now it keeps polling on errors 2009-12-13 23:35:52 +00:00
0b2afeea2f Re-ordered plugins 2009-12-13 14:29:26 +00:00
e480c72dfa Tentative cleanup 2009-12-12 21:43:48 +00:00
ebd4212683 No longer popup an error if the main volume control is not found (NetBSD only) 2009-12-12 21:08:59 +00:00
467fc64410 main.c and panel.c actually depend on ../config.h 2009-12-12 21:07:04 +00:00
d3bf875dd1 Do not display at all if not supported 2009-12-12 21:01:35 +00:00
5ec2fd9d6f Fixed some warnings (unfortunately untested as popups don't seem to work anymore) 2009-12-12 12:09:04 +00:00
1b3d1c542b Set the EMBEDDED flag globally 2009-12-12 00:49:53 +00:00
29a7a6bf54 Be less annoying when failing 2009-12-12 00:40:26 +00:00
80d9eac68f Re-ordered the applets 2009-12-12 00:35:09 +00:00
20e11a1a8d Ported the applet to OSS version 3 2009-12-12 00:30:30 +00:00
f2268bba85 Fixed warnings 2009-12-12 00:28:42 +00:00
71bf5aa7ea Fixed a warning 2009-12-12 00:28:25 +00:00
c85fff1262 Fixed a warning and prevent crashes 2009-12-12 00:27:45 +00:00
2f1ff90aa2 Set embedded as a global flag 2009-12-12 00:16:48 +00:00
cb3bedd4fd Added the volume and cpu scaling applets 2009-12-09 23:43:59 +00:00
a3e5c1319a Hardcoded either outputs.lineout or outputs.master, whichever is first 2009-12-09 23:42:18 +00:00
5df7cbb380 Added a volume setting applet (works only on NetBSD, needs Gtk+ 2.12) 2009-12-09 22:38:01 +00:00
c6baa178c6 Re-generated Makefile 2009-11-29 14:47:19 +00:00
91fb697d35 Added an applet to track the CPU frequency (supports only NetBSD ATM) 2009-11-29 09:29:57 +00:00
bf0dce41ca Added an image to the shutdown button of the shutdown helper dialog 2009-11-28 19:12:01 +00:00
f3796132d3 Added an image to the logout button of the logout helper 2009-11-28 19:07:50 +00:00
36cda85a9a Avoid pointless warnings from GCC 2009-11-24 23:04:17 +00:00
82151f1652 Moved run to the Panel 2009-10-24 01:21:23 +00:00