1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-10 19:15:08 -05:00
Go to file
foudfou f2245d1ca0 * add LibC for logging to stderr
* try different approaches for hiding windows:
  - gather toplevel windows from nsIWindowMediator, but then unable to get
    NativeParentWindow (GdkWindow) in order to apply gdk_window_hide - damn it !
  - gather toplevel GdkWindows, but don't know exactly how to find out which
    belong to the application...
  - gather toplevel GtkWindows, but seem to get too many windows from
    gtk_window_list_toplevels()...
* problems understanding js-ctypes:
  - arguments passed to callbacks (see FunctionType), for ex: implementation of
    GFunc
  - definition of recursive structures, for ex: GtkWidget
2011-07-18 00:58:03 +02:00
src * add LibC for logging to stderr 2011-07-18 00:58:03 +02:00
testing attempt to get signals from tray icon using LibGObject 2011-07-10 13:41:46 +02:00
.gitignore modifired .gitignore 2011-07-03 20:06:15 +02:00
README.md Initial commit (skeleton extension derived from SkipCertError) 2011-07-03 20:05:40 +02:00

rewrite of Firetray with js-ctypes