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