1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-15 21:35:01 -05:00
FireTray/src/modules
foudfou 1e4254b26f * fix gdk declarations + typo in FiretrayWindow.jsm
* unsuccessful attempt to catch a real minimize event with Gtk
  'window-state-event'

The problem is that GDK_WINDOW_STATE_ICONIFIED is fired on virtual desktop
change... even both e->changed_mask and e->new_window_state get
GDK_WINDOW_STATE_ICONIFIED ! Gdk obviously relies on WM_STATE, which may not
be up-to-date. We better try to check _NET_WM_STATE at X11 level. See ex:
http://trac.wxwidgets.org/ticket/10973
2012-01-01 19:25:56 +01:00
..
gtk2 * fix gdk declarations + typo in FiretrayWindow.jsm 2012-01-01 19:25:56 +01:00
cairo.jsm FireTray v0.4.0a2 2011-09-24 12:00:31 +02:00
commons.js * complete per-window registration and show/hide handeling 2012-01-01 01:45:48 +01:00
ctypes-utils.jsm isolate logging functionality into logging.jsm 2011-12-14 22:00:01 +01:00
ctypesMap.jsm * catch RangeError when ctypesMap overflows 2012-01-01 13:30:51 +01:00
FiretrayHandler.jsm * revert back to BaseWindow functionality (from pure Gdk) for show-/hiding 2012-01-01 17:32:12 +01:00
FiretrayMessaging.jsm * rename NOTIFICATION_* to FT_NOTIFICATION_* for disambiguation 2011-12-11 05:32:36 +01:00
gdk.jsm * pass current window to onLoad() and onQuit() in order to register/unregister 2011-12-22 17:19:59 +01:00
glib.jsm MAJOR RE-DESIGN: drop X11 and Gecko window-cooking, and solely rely on GTK. 2011-12-15 19:43:26 +01:00
gobject.jsm * fix gdk declarations + typo in FiretrayWindow.jsm 2012-01-01 19:25:56 +01:00
gtk.jsm * pass current window to onLoad() and onQuit() in order to register/unregister 2011-12-22 17:19:59 +01:00
libc.jsm FireTray v0.4.0a2 2011-09-24 12:00:31 +02:00
logging.jsm isolate logging functionality into logging.jsm 2011-12-14 22:00:01 +01:00
pango.jsm cleaning 2011-12-16 18:08:18 +01:00
x11.jsm * extract FiretrayWindow.jsm out of FiretrayStatusIcon.jsm 2011-12-17 04:15:02 +01:00