gnome-shell/js/ui
Owen W. Taylor 9afb09128b Fix resizing problems with DashDocDisplay
- Handle non-uniform child heights properly - use a constant
  grid size as the maximum of all child heights; with the
  previous code, the children might not line up in the two
  columns and the last item could be lost if the second column
  was taller than the first column.

- Call set_skip_paint(child, false) on children that we do
  want visible to override any previous hiding of that child.

- Correctly handle the DashDocDisplay not being allocated at 0, 0;
  children should be allocated starting at 0, 0, not at origin
  of the allocation box passed in.

- Remove an unused skipPaint variable.

https://bugzilla.gnome.org/show_bug.cgi?id=608801
2010-02-03 13:51:02 -05:00
..
altTab.js [AppSwitcher] tweak the sizing code, which depended on the previous bug 2010-02-01 12:31:26 -05:00
appDisplay.js [AppIcon] Leave overview when launching apps 2010-01-25 14:16:05 -05:00
appFavorites.js Split ShellAppMonitor into ShellWindowTracker, ShellAppUsage 2009-10-20 12:55:07 -04:00
calendar.js calendar.js: switch buttons direction in RTL mode 2010-01-20 17:24:22 -05:00
chrome.js [chrome] only hide chrome if fullscreen window is on the same monitor 2009-12-01 12:26:41 -05:00
dash.js [dash] Change section titles to match 20091114 mockup 2010-01-07 18:33:00 -05:00
dnd.js [dnd] revert the change to only allow dropping on reactive actors 2010-01-20 14:01:37 -05:00
docDisplay.js Fix resizing problems with DashDocDisplay 2010-02-03 13:51:02 -05:00
environment.js environment.js: set default direction for St widgets 2009-11-16 11:46:35 -05:00
extensionSystem.js Add extensionSystem 2009-12-18 11:19:59 -05:00
genericDisplay.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
lightbox.js [Overview] Allow selecting windows in lightbox mode 2010-01-18 13:53:31 +01:00
link.js Make link.js into a St.Button, delete unused link imports 2009-12-18 11:20:05 -05:00
lookingGlass.js Change event handling so Escape always works 2009-12-18 21:53:25 +01:00
main.js Handle resolution changes 2010-01-19 21:32:36 +03:00
Makefile.am New workspaces view 2010-01-22 13:47:52 -05:00
messageTray.js [MessageTray] add support for notification actions 2010-02-03 13:43:17 -05:00
notificationDaemon.js [MessageTray] add support for notification actions 2010-02-03 13:43:17 -05:00
overview.js CSS tweaks to match mockups better 2010-02-01 10:13:19 -05:00
panel.js Handle resolution changes 2010-01-19 21:32:36 +03:00
placeDisplay.js [Places] Hide desktop icon when desktop_is_home_dir 2010-01-20 23:36:14 +01:00
runDialog.js [Overview] Allow selecting windows in lightbox mode 2010-01-18 13:53:31 +01:00
search.js Add search.js, rebase search system on top 2009-12-18 10:07:22 -05:00
shellDBus.js [shellDBus] Avoid sending undefined over DBus 2009-11-13 12:45:46 -05:00
sidebar.js autohide sidebar in compact mode (v3) 2010-01-08 16:32:51 -05:00
statusMenu.js Misc. style changes 2010-01-07 18:33:00 -05:00
tweener.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
widget.js Rebase recent documents on top of ShellDocSystem 2009-12-15 16:08:12 -05:00
widgetBox.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
windowManager.js Select next window from the current app on alt+tab 2009-10-04 12:45:23 -04:00
workspace.js Fix slightly misplaced overlays in single view 2010-02-01 10:13:19 -05:00
workspacesView.js Fix misuse of ShellGenericContainerAllocation in two places 2010-02-01 11:54:47 -05:00