summaryrefslogtreecommitdiff
path: root/src/xine-engine/events.c
AgeCommit message (Collapse)Author
2002-11-27make Siggi happy: setting stream correctly makes xine-ui playlists work againxine-1-alpha2-release1-alpha2Michael Roitzsch
CVS patchset: 3380 CVS date: 2002/11/27 16:19:53
2002-11-02initialization for listener_thread missingMichael Roitzsch
caused segfaults in event_queue_dispose when joining a listener_thread which is not there CVS patchset: 3143 CVS date: 2002/11/02 10:45:46
2002-10-29Fix a tiny (4 bytes) memory leakEwald Snel
CVS patchset: 3087 CVS date: 2002/10/29 09:47:39
2002-10-26fix some segfaults when disposing event queuesMichael Roitzsch
CVS patchset: 3024 CVS date: 2002/10/26 21:48:49
2002-10-26modifying the timestamp does not go well with const eventsMichael Roitzsch
CVS patchset: 3014 CVS date: 2002/10/26 16:15:24
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
CVS patchset: 2962 CVS date: 2002/10/23 11:44:30
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
Plays DVDs now, but not menu buttons work yet. CVS patchset: 2933 CVS date: 2002/10/22 07:36:05
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one ↵Guenter Bartsch
but it was agreed it should be that way), events contain a timestamp now CVS patchset: 2864 CVS date: 2002/10/19 21:23:52
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
2002-09-22API review part IMichael Roitzsch
- bring our beloved xine_t * back (no more const there) - remove const on some input plugin functions where the data changes with media (dvd, ...) changes and is therefore not const CVS patchset: 2740 CVS date: 2002/09/22 14:29:40
2002-09-19forgot to reset counterMichael Roitzsch
CVS patchset: 2706 CVS date: 2002/09/19 11:16:59
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
CVS patchset: 2689 CVS date: 2002/09/18 15:37:11
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
CVS patchset: 2637 CVS date: 2002/09/09 19:24:48
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵Daniel Caujolle-Bert
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25
2001-07-14Added first bit of event mechanism for mouse/keyboard stuff.Rich J Wareham
CVS patchset: 281 CVS date: 2001/07/14 23:17:37