| Commit message (Expand) | Author | Age |
* | Clear the whole window on resize in vo_x11 since we do not | reimar | 2008-11-23 |
* | Simplify vo_x11 check_events function | reimar | 2008-11-23 |
* | Do not draw in window if our image has not yet been adjusted to the new windo... | reimar | 2008-11-23 |
* | Remove unnecessary xf86vmode.h include. | reimar | 2008-11-23 |
* | Remove some usnused variables and commented-out code. | reimar | 2008-11-23 |
* | Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling. | reimar | 2008-11-23 |
* | Simplify handling of "flags" parameter | reimar | 2008-11-21 |
* | Add forgotten initialization if Flip_Flag to 0. | reimar | 2008-11-21 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 |
* | Remove a duplicated vo_x11_selectinput_witherr | reimar | 2008-11-15 |
* | respect -vf dsize etc. also for -rootwin, just like vo_xv does. | reimar | 2008-11-15 |
* | Remove now unused variables. | reimar | 2008-11-15 |
* | Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. | reimar | 2008-11-15 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 |
* | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 |
* | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 |
* | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 |
* | vo_x11: do not replace the vo_gc created by the Gui. | reimar | 2008-11-15 |
* | Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring. | reimar | 2008-11-15 |
* | Cosmetics for vo_x11 control() to make it more similar to vo_xv.c | reimar | 2008-11-15 |
* | fixed image format detection for 15 bit color depths | faust3 | 2008-10-17 |
* | Remove duplicated prototype for XShmGetEventBase(), because | diego | 2008-08-09 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 |
* | Format mapping table should be const | reimar | 2007-12-02 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 |
* | Make vo info structs const | reimar | 2007-12-02 |
* | Remove unused variable. | diego | 2007-08-15 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 |
* | Gui --> gui | diego | 2007-04-23 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | 10l, missing () in check for 32bit endian-conversion hack | reimar | 2006-12-14 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 |
* | Proper detection of corresponding MPlayer image format for X server format fo... | reimar | 2006-10-23 |
* | Remove dead code (condition can obviously never be true) | reimar | 2006-10-13 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 |