summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2010-12-20shell: only include items identified as settings panels in the listThomas Wood2-61/+5
2010-12-20Remove the "Internet and Network" categoryThomas Wood1-16/+0
2010-12-13shell: Set wrap mode to "word" for the icon textBastien Nocera3-0/+23
2010-12-03Shell: fix initial window sizeMatthias Clasen1-1/+20
2010-12-02shell: Add -o parameter to show the overviewBastien Nocera3-7/+64
2010-11-21various: use a consistent and slightly larger border width for panelsWilliam Jon McCann1-27/+35
2010-11-20shell: ensure the background and foreground colours are consistentThomas Wood3-1/+77
2010-11-19shell: start in the right sizeMatthias Clasen2-3/+9
2010-11-15shell: Add keyword searchMatthias Clasen3-2/+29
2010-11-15shell: Don't change casedness when displaying matchesMatthias Clasen1-4/+8
2010-11-13shell: subtract a hacky constant from the screen height for dialog heightWilliam Jon McCann1-1/+1
2010-11-05Add a get_toplevel accessor to CcShellGerd Kohlberger1-2/+6
2010-11-01[shell] Don't use window before it is realizedWilliam Jon McCann1-8/+13
2010-10-31Do a better job of automatically sizing the window to fit contentsWilliam Jon McCann2-67/+43
2010-10-31Tighten up the spacing of the category viewsWilliam Jon McCann2-49/+19
2010-10-29shell: Correct "command-line" callback retvalBastien Nocera1-1/+4
2010-10-22shell: Fix warning in search rendererBastien Nocera1-1/+1
2010-10-22shell: Adjust to API change in GApplicationCommandLineFlorian Müllner1-1/+1
2010-10-22shell: Make it build and work against new GApplicationBastien Nocera3-46/+43
2010-10-07shell: Make sure the shell doesn't show up in itselfBastien Nocera1-2/+5
2010-10-06shell: Fix compile time warningBastien Nocera1-2/+2
2010-10-06shell: handle GtkSizeRequest removalBastien Nocera1-5/+4
2010-10-02A couple more updates use the GTK3 drawing APIsWilliam Jon McCann1-7/+1
2010-10-02Fix .desktop file to work correctly in gnome-shellWilliam Jon McCann1-4/+2
2010-09-30Use gtk_widget_get_preferred_size() instead gtk_size_request_get_size()Javier Jardón1-2/+3
2010-09-30shell: Show settings without a panel in OtherBastien Nocera2-6/+71
2010-09-28shell: Make search entry single-iconedBastien Nocera2-4/+11
2010-09-20shell: Fix compile-time warningBastien Nocera1-1/+1
2010-09-10bgo#629299 - Prefix key constants with _KEYKalev Lember1-2/+2
2010-09-10bgo#629299 - Remove deprecated use of gtk_icon_view_set_orientationKalev Lember1-2/+2
2010-09-10shell: Fix build from previous build changesBastien Nocera1-2/+2
2010-09-10shell: Use $(AM_V_GEN) when generating marshal filesBastien Nocera1-15/+8
2010-08-25shell: change the fixed width to 675 pixelsThomas Wood2-2/+2
2010-08-13shell: remove redundant GConf schemaThomas Wood2-86/+1
2010-07-22shell: use a fixed width for the main windowThomas Wood1-8/+12
2010-07-22shell: make sure the background colours are updated if the style changesThomas Wood1-8/+22
2010-07-16shell: use the icon naming specification icon namesThomas Wood2-2/+2
2010-07-16shell: allow the shell to shrink smaller than it's initial sizeThomas Wood1-4/+10
2010-07-16shell: free the menu directory contents listThomas Wood1-0/+2
2010-07-14shell: resize the window to the size of the panel being openedThomas Wood2-4/+32
2010-07-14shell: Fix build with recent GTK+ deprecationsThomas Wood1-1/+1
2010-07-12shell: use the correct command line argument during panel activationThomas Wood1-9/+11
2010-07-07GVariant API adjustment: byte_array -> bytestringRyan Lortie1-1/+1
2010-06-30Make build works with GSEALJonh Wendell2-9/+13
2010-06-21Convert from libunique to GtkApplication to remove the final gtk-2.0 libraryRichard Hughes1-58/+17
2010-06-04shell: don't call gtk_widget_show_all on the new panelThomas Wood1-2/+4
2010-06-04shell: load the X-GNOME-Settings-Panel ID into the data modelThomas Wood2-36/+29
2010-06-02shell: Use X-GNOME-Settings-Panel key value for the command line parameterThomas Wood1-2/+19
2010-06-02shell: Use the X-GNOME-Settings-Panel value to identify panelsThomas Wood1-38/+53
2010-06-02shell: Improve keyboard navigationMatthias Clasen1-0/+168