aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/geometry.c
Commit message (Expand)AuthorAge
* Add support for -geometry x syntax since the documentation claimsGravatar reimar2010-06-05
* Extend geometry parsing to reject all invalid strings.Gravatar reimar2010-06-01
* Save the new width and height earlier so that e.g. -geometry 30x30-50-50Gravatar reimar2010-03-03
* Add support for specifying window position relative to right and bottomGravatar reimar2010-03-03
* Simplify sscanf format strings and get rid of useless percent variable.Gravatar reimar2010-03-03
* Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryGravatar reimar2010-03-03
* Remove pointless initializers and also set geometry_*_changed to 0 whenGravatar reimar2010-02-02
* Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.Gravatar reimar2009-06-26
* 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is aGravatar reimar2009-06-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyGravatar reimar2009-03-31
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* - fix gcc warnings, strlcat/strlcpy prototypesGravatar rathann2005-04-06
* Fix the behaviour of -geometry according to the documentation.Gravatar al2005-02-09
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* dont mess with the window position in xinerama when -geometry changes it.Gravatar attila2004-02-24
* fix aspect hackGravatar attila2003-10-15
* remove exit_player and exit referencesGravatar alex2003-08-31
* adding geometry support for xvidixGravatar attila2003-04-20
* clean up of -geometry code.Gravatar attila2003-03-02
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-02-02
* cosmeticsGravatar attila2003-01-04
* fix xv window position problemGravatar attila2003-01-04
* Added support for X style -geometry options (adapted from Henk's patch)Gravatar mark2003-01-03
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* Added the -geometry option (supports fbdev and tdfxfb drivers)Gravatar mark2002-10-23