~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116

« back to all changes in this revision

Viewing changes to gtk/window-decorator/frames.c

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-18 11:32:20 UTC
  • mfrom: (3248.2.10)
  • Revision ID: timo.jyrinki@canonical.com-20120918113220-muavjbyvtxuysaix
* New upstream snapshot.
  - Fix the case where a new gsettings schema got added for building but
    it wasn't recompiled locally (LP: #1046701)
  - Scale: select the window under the pointer, when the scale animation 
    is over. (LP: #1045127)
  - Fixes the some "Use of uninitialised value" warnings reported by
    valgrind (LP: #1004336))
  - Check if org.gnome.mutter is available before using it (LP: #1048551)
  - We don't need to map our style windows, prevent them from cluttering 
    up the paint queue (LP: #1042552)
  - Don't ever enter the subdir of a plugin that is disabled. (LP: #1049100)
  - Workaround SubBuffer performance regression (LP: #1037411)
  - Changed the default placement of the benchmark window from 0,0 to
    100,50. (LP: #1039406)
  - Fix CMakeLists.txt to bring an xslt file back to compiz-dev
  - Avoid a NULL dereference and give a useful error message instead
    (LP: #944653)
  - Fix (LP: #1050752)
  - Fix flickering and performance problems with using Unredirect Fullscreen 
    Windows with multiple monitors. (LP: #1050749) (LP: #1051885)

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
    gtk_widget_set_size_request (frame->style_window_rgba, 0, 0);
234
234
    gtk_window_move (GTK_WINDOW (frame->style_window_rgba), -100, -100);
235
 
    gtk_widget_show_all (frame->style_window_rgba);
236
235
 
237
236
    frame->pango_context = gtk_widget_create_pango_context (frame->style_window_rgba);
238
237
 
250
249
 
251
250
    gtk_widget_set_size_request (frame->style_window_rgb, 0, 0);
252
251
    gtk_window_move (GTK_WINDOW (frame->style_window_rgb), -100, -100);
253
 
    gtk_widget_show_all (frame->style_window_rgb);
254
252
 
255
253
    g_signal_connect_data (frame->style_window_rgb, "style-set",
256
254
                           G_CALLBACK (style_changed),