Sweden-Number/programs/clock
Richard Cohen fa7060cba4 - Properly disable the second hand.
- Remove unneeded #include "winnls", #define MIN.
- Get the digital clock working.
2003-12-03 04:44:18 +00:00
..
.cvsignore Renamed Winelib apps to .exe.so to follow the dll naming convention. 2002-05-21 19:42:29 +00:00
ChangeLog Removed changelog entries that are in the main changelog, and added 2002-04-11 23:49:59 +00:00
Da.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
De.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
En.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Es.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Fi.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Fr.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Hu.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
It.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
License_En.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
Makefile.in Renamed Winelib apps to .exe.so to follow the dll naming convention. 2002-05-21 19:42:29 +00:00
Nl.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Pt.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
README - remove escaped newlines, bogus "exit", printf's 2003-07-11 21:44:44 +00:00
Ru.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Si.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Sk.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Sw.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
TODO - remove escaped newlines, bogus "exit", printf's 2003-07-11 21:44:44 +00:00
Th.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Wa.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
Zh.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
clock_res.h - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
language.c - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
language.h Remove some unused code. 2003-11-30 02:52:23 +00:00
license.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
license.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
main.c - Properly disable the second hand. 2003-12-03 04:44:18 +00:00
main.h - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
rsrc.rc - Use resource ids IDM_*, IDS_* instead of numbers. 2003-12-03 03:58:29 +00:00
winclock.c - Properly disable the second hand. 2003-12-03 04:44:18 +00:00
winclock.h - Properly disable the second hand. 2003-12-03 04:44:18 +00:00

README

 Clock for Wine
 ==============
 
 This is a first attempt to realize a desktop clock for Wine as done in 
 Windows. It's an early release and some of the code is still broken.

 Originally contributed by <mbaur@g26.ethz.ch>