diff options
author | George Lebl <jirka@5z.com> | 2001-04-28 23:04:16 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-04-28 23:04:16 +0000 |
commit | aa7f99acabe5fcdc10a90d86650f41d2842b966f (patch) | |
tree | 89571f2de131c1daa49f09ecb863071bae051970 /NEWS | |
parent | e8481d8d03564b9f726b4e565efa721c6e0c86b0 (diff) | |
download | gdm-aa7f99acabe5fcdc10a90d86650f41d2842b966f.tar.gz |
Remove the overlay window crap and write a simple windowmanager. Yeah I
Sat Apr 28 16:01:48 2001 George Lebl <jirka@5z.com>
* gui/gdmlogin.c: Remove the overlay window crap and write a simple
windowmanager. Yeah I feared this would happen one day. Focus
now works properly finally, focus shows and GTK+ seems happy.
This also makes it possible to have the background clients have
sane focus management (with sloppy focus). Though no frames,
window movement, nor icons. (the login window still manages
it's frame, movement and icon itself)
* config/gdm.conf.in, daemon/gdm.h, gui/gdmlogin.c, gui/gdmconfig.c,
gui/gdmconfig.glade: Add a setting for disabeling the titlebar,
apaprently some people hate it and I'd rather this be done by
configuration then patches. Then the user can easily reenable it.
* gui/gdmlogin.c: a little bit of work on the session chooser dialog
still doesn't actually do anything
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,14 @@ Ahh news... - Ability to set the background color/pixmap, now requires GdkPixbuf because of this. +- The root overlay window is gone now and we have real focus + management. In effect gdmlogin is a VERY simple windowmanager. + +- Optionally (disabled by default) you can launch the configurator + from gdmlogin + +- Title bar can be hidden by configuration + - The icon entry is now sane with the panel icon entry hack - If no LANG variable set gdm starts out in the DefaultLocale |