gnome-shell/js
Florian Müllner 499ae609dd appDisplay: Use a custom LayoutManager for the AllView stack
ClutterBinLayout uses the maximum width/height of all children in
size requests and positions children according to the expand/align
properties. This means that the vertical position of folder popups
is not considered in size requests, so if the main view is smaller
than a folder popup's height and offset, the popup will be truncated
and/or mispositioned. Fix those cases by using a custom LayoutManager
that behaves like ClutterFixedLayout for height requests and like
ClutterBinLayout otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=694371
2013-03-15 22:41:54 +01:00
..
extensionPrefs extensionPrefs: Fix opening extension preferences on startup 2013-02-28 15:37:29 +01:00
gdm screenShield: Forward key presses to tne entry when raising the shield 2013-03-11 15:08:21 -04:00
misc appDisplay: Move ensureIconVisible logic to util, make it more generic 2013-03-12 19:29:47 -04:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui appDisplay: Use a custom LayoutManager for the AllView stack 2013-03-15 22:41:54 +01:00
Makefile.am osdWindow: Add a simple OSD popup 2013-03-03 12:59:08 +01:00