]> git.sesse.net Git - vlc/history - plugins/x11/xcommon.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / x11 / xcommon.c
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-17 Stéphane BorelFixed a bug in the computation of the mouse coordinates...
2002-07-02 Sam Hocevar * ./plugins/x11/xcommon.c: to enter fullscreen mode...
2002-06-27 Sam Hocevar * ./plugins/x11/*: added the --x11-drawable and ...
2002-06-05 Stéphane Borel* Added mouse coordinates to vout struct. They are...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-29 Gildas Bazin* ./plugins/dummy/dummy.c: added a CATEGORY_HINT to...
2002-05-20 Sam Hocevar * ./plugins/x11/xcommon.c: fixed x11 and xvideo alter...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-13 Sam Hocevar * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c...
2002-05-06 Gildas Bazin* video plugins that don't handle rescaling themselves...
2002-05-05 Gildas Bazin* fixed the resizing and scaling of the X11 video output.
2002-04-28 Sam Hocevar * ./plugins/sdl/vout_sdl.c, ./plugins/x11/xcommon...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-04-04 Sam Hocevar * ./src/video_output/video_output.c: fixed a vout4...
2002-03-25 Gildas Bazin* moved the "display" option from main to the relevant...
2002-03-21 Gildas Bazin* the calculation for the initial video window dimensio...
2002-03-17 Sam Hocevar * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transfo...
2002-03-17 Gildas Bazin* added an alternate fullscreen method. With this metho...
2002-03-16 Sam Hocevar * ./configure.in: more modules are plugins.
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-03 Gildas Bazin* added network to the list of the plugins directories...
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-20 Sam Hocevar * ./configure.in: removed a bashism.
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-28 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB trans...
2002-01-25 Sam Hocevar * ./plugins/x11/xcommon.c: we don't use DPMS function...
2002-01-21 Sam Hocevar * ./plugins/win32: skeleton for the win32 interface...
2002-01-13 Gildas Bazin* Fixed all the problems related to ToggleFullScreen().
2002-01-12 Sam Hocevar * ./plugins/chroma/i420_rgb16.c: 24/32 bpp software...
2002-01-10 Sam Hocevar * ./src/input/input.c: fixed a few segfaults caused...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-05 Sam Hocevar * ./Makefile: fixed a bug when no builtins were selected.
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
2002-01-05 Sam Hocevar * ./include/common.h: hton64 is now an inline function.
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2002-01-02 Gildas Bazin* Small optimizations
2001-12-31 Sam Hocevar * Fixed detection of the esd plugin.
2001-12-30 Sam HocevarSome heavy changes today: