[gnome-panel] (136 commits) ...bonobo: Drop this, it will be moved to a new module if maintained



Summary of changes:

  4641d42... gtk3: Make configure check for gtk-3.0 (*)
  b20af7b... Initial port to gtk3 (*)
  beec7cc... Move widgets to get_preferred_width/height() API instead of (*)
  ec1d200... Use GDK_WINDOW_XID instead of deprecated GDK_WINDOW_XWINDOW (*)
  5c44951... Fix includes from libgnome-desktop (*)
  cdeb367... Don't include gdkconfig.h (*)
  aa29cbc... Use GtkStateFlags instead of sealed GtkButton fields (*)
  53ee7d2... Use GdkAppLaunchContext instead of gdk_spawn_command_line_o (*)
  85d6929... Use gdk_x11_window_lookup_for_display() instead of gdk_wind (*)
  30ac93e... Adapt to arguments changes in gdk_rgba_parse() and gdk_wind (*)
  b26b90f... Remove unused xstuff_net_wm_supports() (*)
  71598ea... Fix libegg according to GDK deprecations (*)
  5585a51... Fix gdk_spawn_* by g_spawn_* and GdkApp (*)
  bf9cce4... Fix gdk_set_sm_client_id deprecated (*)
  bcf55f7... Fix gdk_spawn_on_screen deprecated (*)
  620e660... Removed gdk_xid_table_lookup_for_display() (*)
  60ffb64... Use gtk_widget_unset_state_flags() instead of sealed GtkBut (*)
  a2a50ed... Fix gdk_xid_table_lookup_for_display deprecated. (*)
  2edaeb4... Fix warning in size request when there is no pixbuf (*)
  757682e... Fix user_data parameter when launch g_spawn_async (*)
  6b64b52... Swap arguments passed to gdk_rgba_parse() (*)
  71e451e... Don't access GtkTreeViewColumn->editable_widget directly (*)
  692d224... Fix use of sealed field active_menu_item (*)
  20ae552... Fix sealed field children (*)
  ac92f86... Fix sealed field parent_menu_shell (*)
  1b9742c... Change references from bonobo-applet to external-applet in  (*)
  2bb8502... Fix layout of Addto panel dialog (*)
  f32c697... Fix use of deprecated gdk_app_launch_context_new() (*)
  5979390... Fix use of deprecated gtk_widget_get_child_requisition() (*)
  fb1ca6b... Fix use of deprecated gdk_cursor_unref() (*)
  a7ead59... Fix use of deprecated gtk_widget_size_request() (*)
  c5111b5... Fix use of deprecated gdk_display_get_pointer() (*)
  fd23e0e... Fix use of deprecated gdk_display_pointer_ungrab() (*)
  98da5c1... Fix use of deprecated gdk_pointer_grab()/_ungrab() (*)
  eff5d56... Fix use of pending deprecated gdk_pointer_grab()/_ungrab() (*)
  5340876... Fix build with -DGSEAL_ENABLED (*)
  ff4718e... Use versioned directory for in-process applets and .panel-a (*)
  ae0ebb8... Update appletsdir variable to use the versioned dir (*)
  e739e20... Fix child size request of panel-widget (*)
  0b8ace1... Add a gtkimage with the current pixbuf to button-widget (*)
  2172112... Do not render launchers as pressed when hovered (*)
  3f0f656... Remove unneeded cairo_rectangle() in button_widget_draw() (*)
  42eaac4... Fix panel_background_update_has_alpha() when background is  (*)
  a3a4546... Remove unneeded method free_prepared_resources() (*)
  c78acd1... Handle opacity for solid color backgrounds again (*)
  f86c5c1... Fix transparency for panels with solid color background (*)
  469c30f... Use a GdkPixbuf instead of a cairo surface for the transfor (*)
  d181633... Let cairo/pixman allocate the surface memory (*)
  fe52d2c... Use xlib surface instead of image for composited pattern wh (*)
  dbb3f74... Fix applets background (*)
  322dc16... Remove unneeded cairo_pattern_destroy() (*)
  2522d65... Reset style provider for applets when no background is used (*)
  3f84077... Fix background of panel internal objects (*)
  d47c895... Remove border of panel menu bar (*)
  ba72ab4... Add a variable with the libpanel-applet API version to pkg- (*)
  ce25692... menu: Use gtk_widget_set_size_request() instead of handling (*)
  77a45f0... window-list: Don't use deprecated size-allocate signal (*)
  1f086d7... Remove frame of window-menu applet (*)
  fc689a9... libpanel-applet: Use gtk_render_focus() instead of gtk_pain (*)
  ee0fcd1... button-widget: Port to GtkStyleContext (*)
  bdacac3... menu: Port to GtkStyleContext (*)
  3507d3c... panel-action-button: Port to GtkStyleContext (*)
  0dc1773... panel-applet-frame: Use gtk_render_handle() instead of gtk_ (*)
  8e36c34... panel-frame: Port to GtkStyleContext (*)
  e75d786... panel-menu-bar: Use gtk_render_focus() instead of gtk_paint (*)
  a72bbe4... panel-action-button: Fix typo in signal name (*)
  b4deac9... panel-run-dialog: Use style-updated signal instead of style (*)
  f2ff044... panel-separator: Port to GtkStyleContext (*)
  75e5bc6... panel-toplevel: Port to GtkStyleContext (*)
  45c30bc... panel-frame: Fix padding handling (*)
  6b3833a... panel-widget: Port to GtkStyleContext (*)
  8211f19... applet: Disconnect show and deactivate menu signals before  (*)
  07949e2... notification-area: Fix creation of tray child objects (*)
  edafe0c... na-tray: Set allocation to tray widget (*)
  9313543... na-tray: Remove unneeded type NaBox (*)
  625b697... na-tray-child: Use cairo_paint() instead of cairo_fill() si (*)
  6d390be... notification_area: Port to GtkStyleContext (*)
  eab5174... window-menu: Use gtk_render_focus() instead of gtk_paint_fo (*)
  fb1fa7e... showdesktop: Port to GtkStyleContext (*)
  60cb9c7... window-menu: Don't change selector style since it's already (*)
  6f13318... button-widget: Use gtk_widget_render_icon_pixbuf() instead  (*)
  652a565... panel-background-monitor: Initialize pwidth and pheight whe (*)
  7ddb526... panel-xutils: Use gdk_error_trap_pop_ignored() to fix compi (*)
  c28ed51... clock: Port to GtkStyleContext (*)
  71c3290... clock: Port gtk_rc_parse_string to GtkCssProvider (*)
  d27ef4d... showdesktop: Port gtk_widget_get_style to GtkStyleContext (*)
  7af044a... force-quit: Use gdk_error_trap_pop_ignored() to fix compile (*)
  7eb79c3... gnome-panel-desktop: Fix the Categories key (*)
  434e491... menu: Port gdk_keyboard_grab() (*)
  e0bf140... panel-toplevel: Port gdk_keyboard_grab() (*)
  2760d89... force-quit: Port gdk_keyboard_grab() (*)
  4039145... clock-map: Port to GtkStyleContext (*)
  968d612... clock: Remove unused xid parameter of clock_location_make_c (*)
  d98b587... clock: Check allocated size before creating the shadow pixb (*)
  6dae521... showdesktop: Fix the size of the icon (*)
  807eed0... Fix the build with recent GTK+ (*)
  c0ca282... wncklet: Update after API change and single-include change  (*)
  692264b... calendar-window: Port gdk_spawn_on_screen to g_spawn_async (*)
  0a72d76... calendar-window: Port to gtk_widget_get_preferred_size() (*)
  6f6bae0... Fix requirements for evolution-data-server and gnome-deskto (*)
  f3559e7... wnck: Fix arguments for wnck_pager_new and wnck_tasklist_ne (*)
  7f9470c... calendar-window: Port 'size-request' signal (*)
  609c7df... God save the fish! (*)
  06ba8ba... fish: Removed unused and deprecated variables/functions (*)
  25825f5... fish: Removed deprecated gtk_dialog_set_has_separator (*)
  db39417... fish: Port to g_spawn_async_with_pipes() (*)
  19cf396... fish: Restored Wanda to the build system (*)
  0d882c6... Revert "wnck: Fix arguments for wnck_pager_new and wnck_tas (*)
  09fa68b... panel: Drop gnome-panelrc (*)
  c45e804... libpanel-applet: Add libpanel_applet_dir variable in libbpa (*)
  6ffeb29... gir: Require g-i 0.9.5 and stop using deprecated --strip-pr (*)
  beb8d95... all: Small code beautification for gtk_css_provider_load_fr (*)
  ba232b6... build: Do not redefine where .panel-applet files get instal (*)
  2adbcc5... na: Synchronize code with gnome-shell (*)
  f051305... build: Reset libtool versioning to 0 (*)
  2e0bff4... panel: Update smclient code from libegg (*)
  80e550d... panel: Remove has_separator properties from GtkBuilder file (*)
  7230bad... panel: Do not link the custom CSS for PanelMenuBar to one s (*)
  1def05b... panel: Fix changing background color having side-effect on  (*)
  d376b00... panel: Explicitly check return value of cairo_surface_statu (*)
  be82266... panel: Draw the separator line where it should (*)
  74b4a52... panel: Use gnome_bg_get_surface_from_root() from libgnome-d (*)
  777b913... na: Move creating of GtkBox for NaTray (*)
  4729df0... clock: Do not try to get width/height of non-existing GdkPi (*)
  f56a096... fish: Save Wanda a bit more (*)
  ac5c8c2... panel: Do not unref GAppInfo if there was an error when cre (*)
  412ac2e... panel: Add panel_run_dialog_get_combo_text() helper (*)
  70b5d9e... panel, clock: Synchronize calculate_minimum_height() code (*)
  a74630d... panel: Do not overwrite opacity on gconf change notificatio (*)
  c16ff67... build: Fix a path to use $(top_srcdir) (*)
  8a942d1... panel: focus-line-width is not needed when drawing ButtonWi (*)
  c8d23ed... misc: Small code cleanups (*)
  d9f9948... panel: Don't query screen depth when we don't need it when  (*)
  cef832d... panel, libpanel-applet: Cleanup the background code a bit (*)
  4d98bcf... Merge branch 'gtk3'
  1f77285... bonobo: Drop this, it will be moved to a new module if main

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]