1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-10 19:15:08 -05:00
Go to file
foudfou ee9a0b6089 first attempt to get a window handle (GdkWindow*) from a nsIDOMWindow.
Elegant solution lifted from Nils Maier (MiniTrayR).
We need now to work on GdkWindows (instead of GtkWindows) to be able to
gdk_window_add_filter().
2011-09-20 17:44:12 +02:00
src first attempt to get a window handle (GdkWindow*) from a nsIDOMWindow. 2011-09-20 17:44:12 +02:00
testing finish text icon implementation for displaying unread messages count in mail 2011-09-19 18:33:45 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md begin implementation for text icon 2011-09-09 22:15:48 +02:00
TODO * replace Components.utils.reportError() with ERROR() 2011-09-13 22:08:06 +02:00

Moztray

Overview

Rewrite attempt of Firetray with js-ctypes, with focus on unread message count display.

Notes

  • Moztray unsets the tabs.warnOnClose built-in preference, which otherwise disrupts the handeling of the close event.
  • Experimental non-customizable keyboard shortcut for hiding all windows set to: accel-shift-w

References

KNOWN BUGS

Acknowledgment

  • Some code borrowed from Mike Conley.
  • kind support from Neil Deaking