summaryrefslogtreecommitdiffstats
path: root/libvo/geometry.c
Commit message (Expand)AuthorAgeFilesLines
* geometry: remove useless NULL checkreimar2012-10-311-2/+2
* Add support for -geometry x syntax since the documentation claimsreimar2010-06-051-1/+4
* Extend geometry parsing to reject all invalid strings.reimar2010-06-011-9/+12
* Save the new width and height earlier so that e.g. -geometry 30x30-50-50reimar2010-03-031-4/+6
* Add support for specifying window position relative to right and bottomreimar2010-03-031-5/+10
* Simplify sscanf format strings and get rid of useless percent variable.reimar2010-03-031-4/+3
* Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryreimar2010-03-031-39/+34
* Remove pointless initializers and also set geometry_*_changed to 0 whenreimar2010-02-021-7/+5
* Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.reimar2009-06-261-1/+1
* 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is areimar2009-06-261-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyreimar2009-03-311-15/+8
* Replace casual GPL notices by proper license headers.diego2008-09-071-1/+19
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-3/+3
* Fix the behaviour of -geometry according to the documentation.al2005-02-091-5/+6
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* dont mess with the window position in xinerama when -geometry changes it.attila2004-02-241-0/+3
* fix aspect hackattila2003-10-151-8/+15
* remove exit_player and exit referencesalex2003-08-311-9/+5
* adding geometry support for xvidixattila2003-04-201-5/+11
* clean up of -geometry code.attila2003-03-021-27/+48
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-1/+2
* cosmeticsattila2003-01-041-13/+13
* fix xv window position problemattila2003-01-041-1/+1
* Added support for X style -geometry options (adapted from Henk's patch)mark2003-01-031-59/+37
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+4
* Added the -geometry option (supports fbdev and tdfxfb drivers)mark2002-10-231-0/+80