index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
geometry.c
Commit message (
Expand
)
Author
Age
*
Add support for -geometry x syntax since the documentation claims
reimar
2010-06-05
*
Extend geometry parsing to reject all invalid strings.
reimar
2010-06-01
*
Save the new width and height earlier so that e.g. -geometry 30x30-50-50
reimar
2010-03-03
*
Add support for specifying window position relative to right and bottom
reimar
2010-03-03
*
Simplify sscanf format strings and get rid of useless percent variable.
reimar
2010-03-03
*
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
reimar
2010-03-03
*
Remove pointless initializers and also set geometry_*_changed to 0 when
reimar
2010-02-02
*
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
reimar
2009-06-26
*
100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a
reimar
2009-06-26
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Get rid of nonsensical limits on -geometry x, y,w and h values, they only
reimar
2009-03-31
*
Replace casual GPL notices by proper license headers.
diego
2008-09-07
*
- fix gcc warnings, strlcat/strlcpy prototypes
rathann
2005-04-06
*
Fix the behaviour of -geometry according to the documentation.
al
2005-02-09
*
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
diego
2004-10-28
*
dont mess with the window position in xinerama when -geometry changes it.
attila
2004-02-24
*
fix aspect hack
attila
2003-10-15
*
remove exit_player and exit references
alex
2003-08-31
*
adding geometry support for xvidix
attila
2003-04-20
*
clean up of -geometry code.
attila
2003-03-02
*
compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
arpi
2003-02-02
*
cosmetics
attila
2003-01-04
*
fix xv window position problem
attila
2003-01-04
*
Added support for X style -geometry options (adapted from Henk's patch)
mark
2003-01-03
*
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
michael
2002-11-23
*
*HUGE* set of compiler warning fixes, unused variables removal
arpi
2002-11-06
*
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
2002-10-23