| Commit message (Expand) | Author | Age |
... | |
| * | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 |
| * | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-15 |
| * | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 |
| * | Remove a useless XGetGeometry call, the X11 event handling already takes care... | reimar | 2008-11-15 |
| * | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 |
| * | Remove vo_xv code that has been under #if 0 since ages. | reimar | 2008-11-15 |
| * | Fix grammar of comment and sync it with vo_x11.c | reimar | 2008-11-15 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 |
|\| |
|
| * | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 |
|\| |
|
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 |
|\| |
|
| * | Move message about which adapter is used to verbose mode. | diego | 2008-06-15 |
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | | vo_xv: Fix port selection | Uoti Urpala | 2008-05-15 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 |
|\| |
|
| * | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 |
* | | libvo: Move aspect.c static variables to vo struct | Uoti Urpala | 2008-05-01 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 |
* | | Add a context for mp_fifo | Uoti Urpala | 2008-04-29 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 |
* | | Move mRootWin,mScreen,mLocalDisplay to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_gc,f_gc,vo_hints to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move xv_port,xv_colorkey,xv_ck_info to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_window to x11 struct | Uoti Urpala | 2008-04-23 |
* | | Move static X11 atoms to struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_screenwidth,vo_screenheight to options struct | Uoti Urpala | 2008-04-23 |
* | | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 |
* | | Move global vo_config_count to vo struct | Uoti Urpala | 2008-04-23 |
* | | Move global mDisplay to x11 state struct | Uoti Urpala | 2008-04-23 |
* | | Allocate vo struct with talloc | Uoti Urpala | 2008-04-23 |
* | | Move vo_ontop to options struct | Uoti Urpala | 2008-04-23 |
* | | vo_xv: Free resources in error cases | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Make reconfig logic more robust | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: remove unnecessary #ifdefs and static vars | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Cosmetic changes | Uoti Urpala | 2008-04-23 |
* | | Change vo_xv to use new VO API | Uoti Urpala | 2008-04-23 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 |
* | | vo_xv.c: Remove #if 0 code | Uoti Urpala | 2008-04-23 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 |
|/ |
|
* | Revert accidentially committed line of r25994. | cehoyos | 2008-02-14 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | warning fix: | diego | 2007-08-28 |
* | Watch X11 fd in main input select() if using vo xv | uau | 2007-08-25 |
* | Remove some unused variables | reimar | 2007-06-27 |