c88e28de2f
Task manager is never blocked by Workrave, workaround for focus loss on Vista, Vanja Cvelbar translated Workrave into Slovenian, fixed breaks that have 'suspend timer when inactive' disabled, improved Windows responsiveness under high load, mode menu fixed, Gnome applet no longer 'hangs', Gnome applet no longer crashes Workrave, fixed crashes during startup on Windows, fixed 'end-of-microbreak' sound, fixed bug in multi-head support where Workrave showed multiple windows on a single screen, fixed locking on Gnome with xscreensaver installed. Created different sets of options for building the frontend (GTK2, GNOME, and KDE) and backend (configurations: GNOME, KDE, GConf, GDome), and other support items (DBus, distributed workraves).
15 lines
502 B
Text
15 lines
502 B
Text
* what's the proper way to cause proper definitions of vfwscanf,
|
|
vswscanf, vwscanf, and wcstof? In NetBSD's /usr/include/wchar.h,
|
|
these are conditional on either _ISOC99_SOURCE, _NETBSD_SOURCE
|
|
or __STDC_VERSION__, none of which are defined normally.
|
|
(Required to compile backend/src/Break.cc)
|
|
|
|
* Test different frontend/backends:
|
|
|
|
Tested:
|
|
PKG_OPTIONS.workrave='gtk gconf'
|
|
PKG_OPTIONS.workrave='gtk xml'
|
|
|
|
Untested:
|
|
PKG_OPTIONS.workrave='gnome'
|
|
PKG_OPTIONS.workrave='kde'
|