xdm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Mar 3 19:25:36 PST 2011


 greeter/Login.c  |   82 ++++++++++++++++++++++++-------------------------------
 greeter/Login.h  |    2 +
 greeter/LoginP.h |    4 ++
 man/xdm.man      |    8 ++++-
 4 files changed, 48 insertions(+), 48 deletions(-)

New commits:
commit f394b7e3c7d0437a4415fe99965b866e35066713
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 21 16:52:19 2011 -0800

    greeter: Make sure cursor stays in bounds too
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7d5c2364cc6c2b7338b4df9f1be0b621ca9fd2e7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 21 16:43:41 2011 -0800

    greeter: Replace several #ifdef XPM blocks with LOGO_W macro
    
    Refactor code assuming compiler is smart enough to optimize out any
    that reduce to + 0 or - 0 if building without XPM defined.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f59d8f32c755b8747acf71aa3ab4c4809bff4ebf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 21 15:54:00 2011 -0800

    greeter: Make sure text input areas stay inside the lines
    
    Regression introduced by f8585c60831a8e5ddebce18bdd7e78d217a822c5
    broke bounds checking for text displayed in input fields.
    
    Since this makes each TEXT_WIDTH value only be used once, just use
    them directly instead of storing the result in a variable.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3297eb892017c850f25d3dc4a37095612a20a381
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 21 15:53:23 2011 -0800

    greeter: Add echoPasswdChar resource to set character to display
    
    Stop hardcoding it to '*'.   Allows setting a resource with no value to
    to advance the cursor without drawing text (as was previously the default).
    
    Resolves https://bugs.freedesktop.org/show_bug.cgi?id=32794
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 472dc516e7d0190d81fdedd817261ee41bf8ada6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 19 22:33:33 2011 -0800

    greeter: inline valueMask for xpm window to avoid shadowing argument
    
    The Realize function names one of its arguments valueMask, and the
    valueMask variable in the inner scope is just used as a static set
    of mask flags, so just pass them directly to the function to reduce
    confusion and clear the gcc -Wshadow warning:
    
    Login.c: In function `Realize':
    Login.c:1901: warning: declaration of 'valueMask' shadows a parameter
    Login.c:1871: warning: shadowed declaration is here
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list