summaryrefslogtreecommitdiff
path: root/src/xine-engine/events.c
AgeCommit message (Expand)Author
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
2004-04-15UI should receive XINE_EVENT_QUITDaniel Caujolle-Bert
2004-04-13set time to eventDaniel Caujolle-Bert
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2002-11-27make Siggi happy: setting stream correctly makes xine-ui playlists work againxine-1-alpha2-release1-alpha2Michael Roitzsch
2002-11-02initialization for listener_thread missingMichael Roitzsch
2002-10-29Fix a tiny (4 bytes) memory leakEwald Snel
2002-10-26fix some segfaults when disposing event queuesMichael Roitzsch
2002-10-26modifying the timestamp does not go well with const eventsMichael Roitzsch
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-19seeking in public api is now millisecond accurate (sorry, forgot that one but...Guenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-22API review part IMichael Roitzsch
2002-09-19forgot to reset counterMichael Roitzsch
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-06introduce "const"Michael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page....Daniel Caujolle-Bert
2001-07-14Added first bit of event mechanism for mouse/keyboard stuff.Rich J Wareham