Commit Graph

  • 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
  • 7dba934b96 add the initial framework of a window management interface. #561724 Dan Winship 2008-11-21 14:02:09 +0000
  • 06bde9cc98 fix import ordering Dan Winship 2008-11-21 13:54:25 +0000
  • c928b64648 Merge branch 'appmenu' Colin Walters 2008-11-21 00:53:11 +0000
  • 7cad9a7ca0 Add a convenience function for setting an image for ClutterTexture based on GdkPixbuf. Marina Zhurakhinskaya 2008-11-21 00:39:14 +0000
  • 4840b813ca Fix up previous change; connect to signals correctly Colin Walters 2008-11-20 15:47:13 +0000
  • a62b215b06 Convert run dialog to gjs signals Colin Walters 2008-11-20 15:40:44 +0000
  • 44dde535e0 Bug 561588 – New run dialog Owen Taylor 2008-11-19 23:21:42 +0000
  • 840eb62397 Set a strut to prevent windows under the panel Owen Taylor 2008-11-19 23:04:53 +0000
  • 71a35e495e Rename 'panel' local to 'me' Owen Taylor 2008-11-19 23:04:50 +0000
  • 48a2cca476 Add a 'screen' property to ShellGlobal Owen Taylor 2008-11-19 22:54:42 +0000
  • d2c734f197 Bump default screen size to 1024x748; current mininum Colin Walters 2008-11-19 21:15:59 +0000
  • 8f615e833e Add shell_global_focus_stage() Owen Taylor 2008-11-19 19:54:17 +0000
  • f81e9d3aaa Make sure we include staysPressed in the list of arguments to the Button object , so that we don't end up ignoring minHeight. Marina Zhurakhinskaya 2008-11-19 19:25:51 +0000
  • 5b31ce3415 Switch all JavaScript variable names to firstWordLowerCase style to agree with the Style Guide. Marina Zhurakhinskaya 2008-11-19 19:23:24 +0000
  • 372021d05b Display a background rectangle for the desktop in the overlay mode when we don't have a desktop window from the file manager, which is the case when the preference for showing icons on the desktop is disabled by the user or we are running inside a Xephyr window. Marina Zhurakhinskaya 2008-11-18 01:33:03 +0000
  • 2253f8bf2c Build libtray and libtidy as uninstalled convenience libraries as intended Owen Taylor 2008-11-18 01:13:53 +0000
  • 0c9468f139 Check that xulrunner-1.9-dev is installed ahead of time Owen Taylor 2008-11-18 00:45:32 +0000
  • bc2cb8fb62 Add an extra background to the button that maintains the state of the pressed button color opacity. This ensures the highlighted button color will be based on the button color instead of the color of the item the button is added to. Marina Zhurakhinskaya 2008-11-17 22:32:28 +0000
  • 679365f1c1 Add a button object that highlights a button area when it is moused over and transitions it to a different color when the button is pressed in. Use this button object for the panel's "Activities" button. Marina Zhurakhinskaya 2008-11-15 00:44:11 +0000
  • ab0f4df2b4 Use metacity for building Tidy-1.0.gir as well; fix up dependencies Colin Walters 2008-11-14 22:47:33 +0000
  • 6596010802 Tidy.gir also depends on the tidy sources, not the gnomeshell sources Colin Walters 2008-11-14 22:06:50 +0000
  • 1266956e56 Tidy-1.0.typelib depends on libtidy-1.0.la, not libgnomeshell.la Colin Walters 2008-11-14 22:05:08 +0000
  • 50dfb21d6f Ensure we clean out the .gir and .typelibs Colin Walters 2008-11-14 21:52:48 +0000
  • c64ab6dbe2 Kill off libgnomeshell-introspect again, this time with garlic and a stake Colin Walters 2008-11-14 21:26:03 +0000
  • 418450d938 Link tidy against clutter-0.8 Colin Walters 2008-11-14 21:26:00 +0000
  • b0837419c0 Use new --program arg from g-i, clean up build accordingly Colin Walters 2008-11-14 21:25:58 +0000
  • 8c61d46586 Import part of the notification area applet, and use it to add a notification are to the panel. A bit warty, but we don't know how we want the final UI to look anyway. (The fact that transparency doesn't work is a known bug.) Dan Winship 2008-11-14 17:21:56 +0000
  • d8f9d1a448 Move AC_DISABLE_STATIC before AM_PROG_LIBTOOL Owen Taylor 2008-11-12 21:35:17 +0000
  • f8db7689af Experimentally add build infrastructure and a few Tidy widgets Owen Taylor 2008-11-12 21:09:27 +0000
  • 536bc24f61 Remove workarounds for mutual imports problems Owen Taylor 2008-11-09 18:01:59 +0000
  • 6a0c6a5df6 Fix stacking order in the overlay Owen Taylor 2008-11-08 19:33:35 +0000
  • f546d92033 Hide the group containing the windows while overlay is up Owen Taylor 2008-11-08 19:33:33 +0000
  • ffed9df171 Add dummy return values to metacity-symbols.c Owen Taylor 2008-11-08 15:49:01 +0000
  • 5de283b448 Remove over a leftover debug log statement Owen Taylor 2008-11-08 00:46:44 +0000
  • 19070be3ba Run gnome-terminal on alt-f2 Colin Walters 2008-11-07 18:42:23 +0000
  • ac6ff95040 Make clicking on windows in the overlay activate the windows Owen Taylor 2008-11-07 17:14:26 +0000
  • 8da8fd76ca specify geometries on the test clients so they don't end up with their title bars under the panel Dan Winship 2008-11-06 17:44:01 +0000
  • 4b9844bdee Disable bug buddy; otherwise we just hang on crash instead of restarting old panel Colin Walters 2008-11-06 15:10:57 +0000
  • 03b8843f9e Improve window handling in overview mode Owen Taylor 2008-11-06 14:00:14 +0000
  • 0f966eabbf Autodetect where the 'pidof' command lives and enable optional verbose logging inside start-replace Mikkel Kamstrup Erlandsen 2008-11-04 22:40:52 +0000
  • e86920147b Use = instead of == for comparision. (dash compatibility) Johan Dahlin 2008-11-04 18:07:07 +0000
  • e82e60f71b Don't override XAUTHORITY until after we run Xephyr Owen Taylor 2008-11-03 21:39:41 +0000
  • a569063e4f Fix location of libmozjs.so for Ubuntu Owen Taylor 2008-11-03 21:11:28 +0000
  • 2ba8aaafca Don't overwrite existing LD_LIBRARY_PATH when running g-ir-compiler Owen Taylor 2008-11-03 20:41:25 +0000
  • 39184955e5 Work around libmozjs not being in ld.so.conf on Ubuntu Owen Taylor 2008-11-03 20:33:14 +0000
  • 9d15b7c9e1 Install our typelib privately inside $(pkglibdir) Owen Taylor 2008-11-02 04:18:43 +0000
  • e624b2a241 First stab at showing windows in the overlay Owen Taylor 2008-11-02 04:18:41 +0000
  • 1ce78680b1 start-in-Xepyhr: add xeyes and xlogo to initial session Owen Taylor 2008-11-02 04:18:38 +0000
  • 0a2a65e810 Pass the right number of arguments to exit() Owen Taylor 2008-11-02 04:18:36 +0000
  • ce969f7bb4 Include errors in what we print out without -v Owen Taylor 2008-11-02 03:27:11 +0000
  • b81733d9e4 Fix --debug option to default to gdb Owen Taylor 2008-11-02 03:03:00 +0000
  • 758e083caf Draw a border around the panel. Move it to -1,-1 and make the width+2 so we only see the border at the bottom Johan Dahlin 2008-11-02 03:00:45 +0000
  • e81ed61a38 Add --debug and --verbose options to launcher scripts Owen Taylor 2008-11-01 23:55:49 +0000
  • 4a651471e3 Build metacity-clutter after gir-repository Owen Taylor 2008-11-01 22:56:53 +0000
  • 276cb9d8b9 Add start-replace script Owen Taylor 2008-11-01 19:45:00 +0000
  • baf6cf0dc5 Build clutter before gir-repository Owen Taylor 2008-11-01 15:58:13 +0000
  • 9e45cf84fb First cut at activities overlay Owen Taylor 2008-10-31 23:09:46 +0000
  • 0cea92e46a Clean up initial appearance a bit Owen Taylor 2008-10-31 18:29:42 +0000
  • 9c4d104630 Add annotations to fix return-value transfer for shell_global_get() Owen Taylor 2008-10-31 18:24:29 +0000
  • 6b9379a938 Switch the HH:MM:SS second clock to HH:MM Owen Taylor 2008-10-31 18:12:03 +0000
  • 96963520da Add a very simple first-pass top panel Owen Taylor 2008-10-31 18:09:20 +0000
  • 136dbbb41f Add shell_global_set_stage_input_area() to header file Owen Taylor 2008-10-31 18:05:19 +0000
  • 7d6896a669 Add ShellGlobal.stage property Owen Taylor 2008-10-31 18:04:38 +0000
  • dec83013fc Add an xevent_filter method to our plugin Owen Taylor 2008-10-31 18:02:52 +0000
  • 2fd4c9058d Extend ShellGlobal object with more properties Owen Taylor 2008-10-31 15:20:54 +0000
  • 3d0966315e Add gjs as a dependency of gnome-shell Owen Taylor 2008-10-31 15:18:18 +0000
  • cbacd17c05 Use --mutter-plugins instead of --clutter-plugins Owen Taylor 2008-10-31 12:41:01 +0000
  • d6dae414a4 Add jhbuild setup script and moduleset Owen Taylor 2008-10-31 05:25:28 +0000
  • 4ba985b484 Initial commit Owen Taylor 2008-10-31 04:22:44 +0000