log libvo/geometry.c @ 35705:b4ce15212bfc

age author description
Tue, 30 Oct 2012 17:09:14 +0000 reimar Remove useless checks, the code would crash all over of widw/widh were NULL.
Sat, 05 Jun 2010 06:28:58 +0000 reimar Add support for -geometry x syntax since the documentation claims
Tue, 01 Jun 2010 20:12:58 +0000 reimar Extend geometry parsing to reject all invalid strings.
Wed, 03 Mar 2010 21:01:57 +0000 reimar Save the new width and height earlier so that e.g. -geometry 30x30-50-50
Wed, 03 Mar 2010 20:57:56 +0000 reimar Add support for specifying window position relative to right and bottom
Wed, 03 Mar 2010 20:36:35 +0000 reimar Simplify sscanf format strings and get rid of useless percent variable.
Wed, 03 Mar 2010 20:24:46 +0000 reimar Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
Tue, 02 Feb 2010 21:18:21 +0000 reimar Remove pointless initializers and also set geometry_*_changed to 0 when
Fri, 26 Jun 2009 13:41:01 +0000 reimar Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
Fri, 26 Jun 2009 13:34:40 +0000 reimar 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 31 Mar 2009 16:16:12 +0000 reimar Get rid of nonsensical limits on -geometry x, y,w and h values, they only
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Wed, 06 Apr 2005 11:57:10 +0000 rathann - fix gcc warnings, strlcat/strlcpy prototypes
Wed, 09 Feb 2005 17:58:41 +0000 al Fix the behaviour of -geometry according to the documentation.