Commit Graph

  • f35ee1a5a0 oops, remove Workspace._makeDesktopRectangle, it's unused now Dan Winship 2009-01-29 21:25:35 +0000
  • 5def603e86 Move window clone functionality into its own class Dan Winship 2009-01-29 21:21:50 +0000
  • 7ca77dccc9 Do window dragging in the stage, not in the original workspace's actor Dan Winship 2009-01-29 21:21:23 +0000
  • 54337ee6a9 Two dragging-related fixes Dan Winship 2009-01-29 21:20:37 +0000
  • a80c18bc4e Use BigBox rather than TidyGrid to organize the panel. #568712 Dan Winship 2009-01-27 20:29:37 +0000
  • 3a84625888 Make a ClutterActor subclass that wraps a GtkWindow, and use it for the tray. Dan Winship 2009-01-27 20:29:17 +0000
  • c86ce82921 fix a bug in the snap-back animation by turning it into a less-noticeable bug Dan Winship 2009-01-27 20:05:55 +0000
  • ee55d96190 Improve gnome-shell-build-setup.sh for Fedora Owen Taylor 2009-01-27 16:55:39 +0000
  • 9b89ba6270 Allow windows to be dragged to other workspaces Owen Taylor 2009-01-23 19:21:20 +0000
  • b2fbf5a2d8 shell-global.c: remove a log message about missing 'Categories' key in the desktop file, as this key is not required Marina Zhurakhinskaya 2009-01-22 21:28:19 +0000
  • 5280decb59 Bug 568625: Ignore extra whitespace in search Colin Walters 2009-01-21 22:37:02 +0000
  • ce36eafc2f Bug 568624: Make overlay search case insensitive Colin Walters 2009-01-21 22:36:53 +0000
  • 90bce45ec6 fix workspaces padding a little. (it's still not quite right) Dan Winship 2009-01-21 21:59:58 +0000
  • 9949d75fcc Get categories from the desktop files for all applications and use them when finding matching applications for the search in the overlay mode. Marina Zhurakhinskaya 2009-01-21 21:50:57 +0000
  • 0d612b7954 Highlight the current workspace in the overlay view Dan Winship 2009-01-21 21:12:49 +0000
  • 136ce3257d Clean up Workspace animation. #567865 Dan Winship 2009-01-21 20:35:20 +0000
  • ff5f960978 Adapt to new Tweener frame ticker API Owen Taylor 2009-01-20 18:32:25 +0000
  • 9a00ab1594 add a missing ";" Dan Winship 2009-01-20 18:20:41 +0000
  • 12b10342e0 Fix closing of loop variable which caused error messages Colin Walters 2009-01-20 16:13:41 +0000
  • 70a3434b5a Add a panel containing tasklist to bottom screen Colin Walters 2009-01-19 23:21:57 +0000
  • 5afcf07782 Merge branch 'workspace-salon' Colin Walters 2009-01-19 23:06:59 +0000
  • b6ec5080c8 Escape % in g_app_info_create_from_commandline Owen Taylor 2009-01-17 14:41:45 +0000
  • 244555f3ae Fix include path to libgnomeui/gnome-thumbnail.h Owen Taylor 2009-01-17 13:44:44 +0000
  • ac6a5ef4af Cleanup: use destructuring assignment Owen Taylor 2009-01-16 20:40:16 +0000
  • 8db3685e29 Include generated enumeration types when scanning Owen Taylor 2009-01-16 20:10:26 +0000
  • ca724920a3 Make sure the animation always starts from the first frame, even if the system is really busy and ClutterTimeline doesn't get a chance to call us until it thinks several frames have passed Dan Winship 2009-01-13 20:49:31 +0000
  • b3860314b2 load the GAppInfos at startup time rather than waiting until the overlay is opened for the first time Dan Winship 2009-01-13 20:45:54 +0000
  • fd83658c8d Remove unused workspaces at startup (since mutter uses the same gconf prefs as metacity, we're likely to start out with 4 workspaces) Dan Winship 2009-01-13 20:43:03 +0000
  • 84cfdcd244 update default apps list a little more: remove evince, totem, file-roller, which you don't launch on their own, only with a document Dan Winship 2009-01-13 20:07:57 +0000
  • 849ddbd3f6 Display thumbnails of recent files in the overlay mode by using GnomeThumbnailFactory to get them. Fall back to the system icon for the file type provided by GtkRecentInfo when a thumbnail is not available. Marina Zhurakhinskaya 2009-01-09 01:09:35 +0000
  • 1e99f00e59 Pass the right 'this' to switchWorkspaceDone Owen Taylor 2009-01-08 23:34:19 +0000
  • 4406943fd8 Check if the file still exists when displaying matches for the search. Marina Zhurakhinskaya 2009-01-08 23:31:23 +0000
  • 9bee44fe26 Bug 563394 - revert change to run overlay key in idle Colin Walters 2009-01-07 22:19:46 +0000
  • 85c22e484d implement some basic window management effects. #563844 Jonathan Matthew 2008-12-29 04:44:03 +0000
  • b3aaf2ced5 Add (+) and (-) icons for workspace management to the overlay Dan Winship 2008-12-22 22:06:47 +0000
  • 54d8f3b27d Add (+) and (-) icon artwork, and a little bit of infrastructure for them Dan Winship 2008-12-22 22:05:56 +0000
  • 40a3fdc02e split out a Workspace class from Workspaces, reorganize for that Dan Winship 2008-12-22 21:51:34 +0000
  • 45ba65bebb Move Workspaces-size computation into Workspaces Dan Winship 2008-12-22 21:50:23 +0000
  • a168f6da42 Convert to gnome-shell-plugin to new plugin style Owen Taylor 2008-12-22 21:05:08 +0000
  • 48cda5b179 Create two base classes: GenericDisplayItem and GenericDisplay, as well as corresponding classes for applications and documents that inherit from them. Marina Zhurakhinskaya 2008-12-20 04:27:57 +0000
  • 749d356ef9 Remove accidentally introduced import of GtkClutter Owen Taylor 2008-12-18 22:16:51 +0000
  • 6a1e408c44 Add magic 'restart' command to run dialog which re-executes Colin Walters 2008-12-18 20:57:37 +0000
  • f059492a20 Add full size icon+title to overlay Colin Walters 2008-12-18 18:50:09 +0000
  • f3ca7a0430 Repoint clutter to the new git repositories Owen Taylor 2008-12-17 16:52:05 +0000
  • 8c59c2b5bf Track changes to the screen's n-workspaces property, and add and remove workspaces from the overlay as needed. #564181 Dan Winship 2008-12-15 21:03:07 +0000
  • 97ae22dae5 Use a stable workspace ordering as rows and columns are added, rather than just doing a simple row-major ordering Dan Winship 2008-12-15 20:58:10 +0000
  • d07433d445 change the workspace zooming metaphor in the overlay Dan Winship 2008-12-15 20:55:24 +0000
  • 249e65ee30 Make the workspaces view a temporary "widget", rather than having it always around Dan Winship 2008-12-15 20:48:59 +0000
  • 98860733bb Convert some variable and file names to lowerCamelCase. Marina Zhurakhinskaya 2008-12-09 22:10:43 +0000
  • d42bce21c5 Use CompositeRedirectManual for tray icons Owen Taylor 2008-12-05 23:20:10 +0000
  • bd53366247 Use idle handler for overlay key binding Colin Walters 2008-12-05 21:50:09 +0000
  • b1da771d32 Connect to overlay-key signal from metacity-clutter to hide/show overlay Colin Walters 2008-12-05 21:12:43 +0000
  • 65989de535 Improve test for using LIBGL_ALWAYS_INDIRECT Owen Taylor 2008-12-05 16:15:49 +0000
  • 6c1cea927c Add <mirror> nodes for the gnome repo declaration (copied from the upstream gnome modulesets), to allow using the experimental git mirror support. See http://bugzilla.gnome.org/show_bug.cgi?id=538507 Dan Winship 2008-12-05 14:14:36 +0000
  • 68190e4073 remove debug thing Dan Winship 2008-12-04 15:22:51 +0000
  • 03e8db6a00 fix "desktop"/"workspace" naming confusion Dan Winship 2008-12-04 15:20:37 +0000
  • 79d956b719 show multiple workspaces in the overlay view. #563035 Dan Winship 2008-12-04 15:16:16 +0000
  • 436a5cd87b Add clutter-cairo to the gir-repository builddeps Owen Taylor 2008-12-03 22:16:55 +0000
  • d4be819d91 Clear search text after activation Colin Walters 2008-12-03 20:18:10 +0000
  • 6bd31dd211 Bind Escape to clear search entry Colin Walters 2008-12-03 19:24:50 +0000
  • a5c3c258a3 fix incorrect variable name in _updateClock Dan Winship 2008-12-03 18:27:48 +0000
  • 2a40560828 split the desktop area out of overlay.js Dan Winship 2008-12-02 16:15:00 +0000
  • b4dd21bde1 Use Big.Box for highlight box as well to get rounded corners Colin Walters 2008-12-01 23:48:07 +0000
  • 78bb9fd286 Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root Colin Walters 2008-12-01 23:44:06 +0000
  • 8e08fa1d2a Add a README for the 'Big' actors Owen Taylor 2008-12-01 23:15:49 +0000
  • c0cb00a626 Add clutter-cairo to moduleset Colin Walters 2008-12-01 23:14:12 +0000
  • a4763b38bf Use Big.Box for search entry to get rounded corners Colin Walters 2008-12-01 23:01:55 +0000
  • 25116779f9 Import Big Colin Walters 2008-12-01 23:01:52 +0000
  • a8cfd47a50 Slide in the sidebar as the overlay appears Owen Taylor 2008-12-01 22:43:06 +0000
  • 6bccda430e Fix width of application text items Owen Taylor 2008-12-01 21:53:49 +0000
  • 9c21ce3eb5 Adjust to new Meta.typelib/Meta.gir locations Colin Walters 2008-12-01 20:42:56 +0000
  • b535a8949b Remove debug logging, make activation work for non-search mode too Colin Walters 2008-12-01 20:03:55 +0000
  • dd4db82475 Bug 562771 – The clock is inaccurate Owen Taylor 2008-12-01 19:59:59 +0000
  • 7b471645f4 Redo tabs => spaces indentation change to not lose manual indentation Owen Taylor 2008-12-01 19:51:43 +0000
  • 12720e2c90 Fix indent of first member Colin Walters 2008-12-01 17:19:58 +0000
  • e1c7a4fece Fix missing line continuation Owen Taylor 2008-11-29 21:55:19 +0000
  • b700bb3900 Fix GNOME_SHELL_DISABLE_DISABLE_TFP typo Owen Taylor 2008-11-29 21:44:19 +0000
  • 097346766e Bug 562629 – gnome-shell-build-setup.sh: more Ubuntu dependencies Owen Taylor 2008-11-29 21:44:17 +0000
  • e0f713785f Bug 562633 – Use GNOME_SHELL_DISABLE_TFP environment variable Owen Taylor 2008-11-29 21:11:31 +0000
  • eaf2bbfaf8 Add up/down keyboard arrow navigation to app display Colin Walters 2008-11-28 23:06:07 +0000
  • 10d5aaca83 Hook up activate on search entry to launch if only one app displayed Colin Walters 2008-11-28 22:05:09 +0000
  • fae6839eb8 Bug 562604 - Close the Run Dialog when Escape is pressed Colin Walters 2008-11-28 20:48:38 +0000
  • 6cc571b41e Add more Ubuntu requirements checking to build setup script Signed-off-by: Colin Walters <walters@verbum.org> Colin Walters 2008-11-28 20:35:32 +0000
  • 3b9aa49f22 Convert all JS style to be uniform, add Eclipse settings bits Colin Walters 2008-11-28 20:12:20 +0000
  • 3d41f586fc Convert users of static functions to new gjs syntax Colin Walters 2008-11-26 19:14:18 +0000
  • cedab08018 Search executables as well Colin Walters 2008-11-25 23:50:00 +0000
  • 258834ed8f Add hardcoded default applications list taken from online.gnome.org Colin Walters 2008-11-25 19:58:49 +0000
  • c12de59864 Add a concept of "going modal" by grabbing the keyboard Owen Taylor 2008-11-24 19:07:18 +0000
  • 8a9b138c2e Add a bg-color property to ShellTrayManager Owen Taylor 2008-11-24 19:07:15 +0000
  • 1d1028adef Improve overlay mode's window scaling Owen Taylor 2008-11-23 04:23:34 +0000
  • 1fb2585d8f Tweak the animation when the overlay comes up Owen Taylor 2008-11-23 04:12:37 +0000
  • 9b822402b9 Use a Tweener "Frame Ticker" with a ClutterTimeline backend Owen Taylor 2008-11-23 04:12:34 +0000
  • 19671ad349 implement a basic switch_workspace animation using Tweener. #561835 Dan Winship 2008-11-21 21:34:10 +0000
  • 07877e7a7a Fix app event handling Colin Walters 2008-11-21 20:45:35 +0000
  • 54329a65b2 Use _deactivate rather than hide so we correctly reset input area Colin Walters 2008-11-21 20:45:33 +0000
  • 0f019b9ee2 Fix application layout to use parent relative coordinates Colin Walters 2008-11-21 20:01:15 +0000
  • aa61fdbc53 revert some broken bits from previous patch that weren't supposed to have been committed Dan Winship 2008-11-21 15:33:00 +0000
  • f5091e92e4 remove some cruft Dan Winship 2008-11-21 15:10:11 +0000
  • dbf984a888 Rename MENU_ -> APPDISPLAY_ to correspond with other renames Colin Walters 2008-11-21 15:08:34 +0000
  • ee743394f6 Monitor applications directory, not toplevel Colin Walters 2008-11-21 15:06:43 +0000