log src/observer.c @ 1347:aaa88d805aac

age author description
Sun, 28 Nov 2010 12:59:05 +0800 Thinker K.F. Li Stop using ob as acronym observer
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Mon, 15 Dec 2008 10:13:03 +0800 Thinker K.F. Li X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
Wed, 10 Dec 2008 12:02:17 +0800 Thinker K.F. Li Export subject_add_event_observer() to rest of the system.
Tue, 09 Dec 2008 23:34:05 +0800 wycc Commit merged between 200 and 201
Fri, 05 Dec 2008 22:12:18 +0800 wycc Add event observer which listen to one event type only.
Wed, 19 Nov 2008 20:53:40 +0800 Thinker K.F. Li Add mb_subtree_free animate action and fix bugs.
Tue, 18 Nov 2008 21:42:30 +0800 Thinker K.F. Li Remove factory from observer APIs.
Wed, 05 Nov 2008 15:24:01 +0800 Thinker K.F. Li Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. include_mb_test
Tue, 04 Nov 2008 17:00:26 +0800 Thinker K.F. Li Move header files into include/mb/ subdirectory and remove symlink 'mb'. include_mb_test
Tue, 16 Sep 2008 16:06:04 +0800 Thinker K.F. Li Bug of subject_notify() when free subjects.
Tue, 16 Sep 2008 15:44:01 +0800 Thinker K.F. Li -
Tue, 16 Sep 2008 15:31:49 +0800 Thinker K.F. Li Postponding free request when a subject is in subject_notify
Wed, 20 Aug 2008 00:32:11 +0800 Thinker K.F. Li -
Mon, 18 Aug 2008 10:46:03 +0800 Thinker K.F. Li test case for observer
Mon, 18 Aug 2008 01:59:26 +0800 Thinker K.F. Li Observer for mouse events