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.
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Tue, 24 Feb 2004 21:09:21 +0000 |
attila |
dont mess with the window position in xinerama when -geometry changes it.
|
Wed, 15 Oct 2003 15:17:09 +0000 |
attila |
fix aspect hack
|
Sun, 31 Aug 2003 18:33:02 +0000 |
alex |
remove exit_player and exit references
|
Sun, 20 Apr 2003 15:09:19 +0000 |
attila |
adding geometry support for xvidix
|
Sun, 02 Mar 2003 21:09:15 +0000 |
attila |
clean up of -geometry code.
|
Sun, 02 Feb 2003 02:42:59 +0000 |
arpi |
compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
|
Sat, 04 Jan 2003 13:12:13 +0000 |
attila |
cosmetics
|
Sat, 04 Jan 2003 13:11:18 +0000 |
attila |
fix xv window position problem
|
Fri, 03 Jan 2003 20:46:44 +0000 |
mark |
Added support for X style -geometry options (adapted from Henk's patch)
|
Sat, 23 Nov 2002 10:58:14 +0000 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
|
Wed, 06 Nov 2002 23:54:29 +0000 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
Wed, 23 Oct 2002 16:52:54 +0000 |
mark |
Added the -geometry option (supports fbdev and tdfxfb drivers)
|