summaryrefslogtreecommitdiff
path: root/winlist
AgeCommit message (Collapse)AuthorFilesLines
1998-05-31Added Korean translations into *.desktop Updated Korean translatedChangwoo Ryu1-0/+2
* Added Korean translations into *.desktop * Updated Korean translated message.
1998-05-30Split into ... (always_built_SUBDIRS): ... this, and ...Raja R Harinath1-5/+8
1998-05-30 Raja R Harinath <harinath@cs.umn.edu> * Makefile.am (SUBDIRS): Split into ... (always_built_SUBDIRS): ... this, and ... (sometimes_built_SUBDIRS): ... list all `autoconf'ed dirs here. (DIST_SUBDIRS): List all subdirs. * batmon/Makefile.am: Cleaned up Automake hack not to generate those pesky `dummy.cc' files. * cdplayer/Makefile.am: Likewise. * cpuload/Makefile.am: Likewise. * cpumemusage/Makefile.am: Likewise. * diskusage/Makefile.am: Likewise. * drivemount/Makefile.am: Likewise. * gen_util/Makefile.am: Likewise. * icewm-pager/Makefile.am: Likewise. * mixer/Makefile.am: Likewise. * modemlights/Makefile.am: Likewise. * netload/Makefile.am: Likewise. * netwatch/Makefile.am: Likewise. * webcontrol/Makefile.am: Likewise. * winlist/Makefile.am: Likewise.
1998-05-30These are generated filesRaja R Harinath1-0/+0
1998-05-22changed to compile and work with the new applet-widget stuff, and cleanedGeorge Lebl1-20/+4
Fri May 22 00:48:16 1998 George Lebl <jirka@5z.com> * */*.c: changed to compile and work with the new applet-widget stuff, and cleaned up a bunch of stuff to avoid a few warnings here and there .. etc ... etc ...
1998-05-16Added German translation.Carsten Schaar1-0/+2
1998-05-14Thu, 14 May 1998 15:33:07 +0200 [Vincent]Vincent Renardias1-0/+2
* Yet another attempt to keep FR translations up to date...
1998-05-04ported all appelts to applet-widget (even those that don't get built byGeorge Lebl1-64/+13
Sun May 03 16:57:10 1998 George Lebl <jirka@5z.com> * */*.c: ported all appelts to applet-widget (even those that don't get built by default) * mailcheck/mailcheck.c: fix init
1998-05-02removed includes of panel.h and mico-parse.h, panel.h is not needed anyGeorge Lebl1-2/+0
Sat May 02 12:49:06 1998 George Lebl <jirka@5z.com> * */*.c: removed includes of panel.h and mico-parse.h, panel.h is not needed any more
1998-05-01Norwegian entries for all of these. in gnome-core.Kjartan Maraas1-0/+2
Fri May 1 15:11:11 1998 Kjartan Maraas <kmaraas@fib.hl.no> * *.desktop *.directory: Norwegian entries for all of these. in gnome-core.
1998-04-27Added testwinlist executable to ignore listrhlabs1-0/+1
Dr Mike <msf@redhat.com>
1998-04-24Configure for -lcrypt library.Arturo Espinosa1-1/+1
Configure for -lcrypt library.
1998-04-24added -lcryptGeorge Lebl1-1/+1
Fri Apr 24 01:17:16 1998 George Lebl <jirka@5z.com> * **/Makefile.am: added -lcrypt
1998-04-21I'm getting too busy with several other things to hack on this anymorerhlabs7-16/+626
at the moment. This is an applet to talk to fvwm to display info on all top level windows, sortof like a win95 taskbar. I have the fvwm code in it to listen to msgs from fvwm - I just couldn't get the gdk_input_add() to work - I would never get info from fvwm if I enter the main corba/gtk loop. I left tons of debugging printfs in the code. Dr Mike <msf@redhat.com>
1998-04-17updated applets to return TRUE on save_sessionGeorge Lebl1-2/+3
Thu Apr 16 22:00:19 1998 George Lebl <jirka@5z.com> * */*.c: updated applets to return TRUE on save_session
1998-04-16removed shutdown corba call and added handler for destroy signal on theGeorge Lebl1-11/+6
Wed Apr 15 20:13:24 1998 George Lebl <jirka@5z.com> * batmon/batmon.c,cdplayer/cdplayer.c,clock/clock.c, mailcheck/mailcheck.c,winlist/winlist.c: removed shutdown corba call and added handler for destroy signal on the plug
1998-04-08added .cvsignoreElliot Lee1-0/+8
1998-04-07The basic generic stuff is here and "works" - now just need to implementElliot Lee3-77/+174
The basic generic stuff is here and "works" - now just need to implement the interface to specific window managers (one for fvwm2 started, feel free to hack at it). TODO for generic interface: Make it know about virtual desktops.
1998-04-07Start work on a window list module. Basic skeleton only, right now.Elliot Lee4-0/+208