[gtk+/native-layout] (136 commits) ...Merge branch 'master' into native-layout



Summary of changes:

  1d8aec5... Elaborate interaction of gtk_widget_grab_default() and GtkE (*)
  8b2108a... gtkcombobox: Only use the child if It is a GtkCellLayout (*)
  e15e37b... Fix GtkIMContextClass inheritance (*)
  ae5700f... Added UG translation (*)
  623c623... Added UG translation (*)
  8397e8e... update for Punjabi in master by A S Alam (*)
  99e8a76... Revert "Added UG translation" (*)
  2686af2... Make Gail work with custom treemodels (*)
  93fa95e... Implement GailAdjustment::get_minimium_increment (*)
  4047d05... Towards GSEAL-clean build on win32 (*)
  a2b72c5... Add missing accessors for notebook details (*)
  0824862... Drop xim-related configure options from the docs (*)
  2a12f74... Clarify memory management of tree models (*)
  61e3403... Clarify the docs for gtk_widget_set_has_window() (*)
  f760538... gtkaccellabel: Remove unused class members (*)
  7844d3b... Fix gail_notebook_get_selection_count() (*)
  79ef5de... Make it possible to make the expander label fill the entire (*)
  73030c4... about: Add :license-type property (*)
  e3bd926... Set translation domain for parameter_string in gtk_init_wit (*)
  fb48e02... Fix a sporadic segfault in treeview keynav (*)
  3eb197b... Bug 596125 â?? Property string fixes (*)
  7f985e7... Updated Hebrew translation. (*)
  ad8f1ef... Updated Hebrew translation. (*)
  89d4eb6... Updated Hebrew translation. (*)
  316b9da... Allow to unset the tree selection function (*)
  3a1ba3b... bgo#625416 - Don't reload the filechooser's folder during a (*)
  2c40c2b... Don't activate insensitive widgets (*)
  50266ca... filechooser: Remove unused functions. (*)
  1481ab6... docs: Add sgml goo for gdk_display_is_closed() (*)
  472b9d6... docs: Add sgml goo for new GtkExpander APIs (*)
  a66e4eb... docs: Add sgml goo for new notebook APIs (*)
  11ee2ab... Add missing cairo_destroy() call (*)
  4f8dbd4... API: Remove gdk_draw_pixbuf() (*)
  24a867f... image: remove GdkImage as a possible image type (*)
  32c95eb... tests: remove testrgb test (*)
  d54c2cf... API: remove gdk_screen_get_rgb_colormap/visual() (*)
  119d48c... gdk: Remove unused gdkrgb.h includes (*)
  548ebc2... debug: remove GdkRGB debuggability (*)
  8f19db7... Replace gdk_rgb_find_color() (*)
  a513bdf... testgtk: Remove alpha drawing test (*)
  638e415... demos: remove testpixbuf-drawable (*)
  46794cc... demos: Remove testpixbuf (*)
  17b8bee... demos: Convert testpixbuf-save to Cairo (*)
  d18abf4... API: Get rid of GdkRGB (*)
  b926ce7... API: remove gdk_draw_image() (*)
  39b47ea... API: Add gdk_pixbuf_get_from_surface() (*)
  84015d4... Implement gdk_pixbuf_get_from_drawable() with Cairo (*)
  7489c26... colorsel: Use gdk_pixbuf_get_from_drawable() (*)
  a1a1b13... API: remove gdk_pixbuf_get_from_image() (*)
  2a72ffd... API: remove gdk_drawable_get_image() (*)
  6f50845... API: remove gdk_drawable_copy_to_image() (*)
  14fe04e... API: remove GdkImage (*)
  9b713fa... gdk: Remove testgdk code (*)
  559ae63... API: remove gdk_draw_arc() (*)
  92f4882... API: remove gdk_draw_trapezoids() and GdkTrapezoid struct (*)
  89d28eb... API: remove gdk_draw_glyphs() and gdk_draw_glyphs_transform (*)
  1c4ce45... style: apply cleanup patch from bug 576988 (*)
  53b9bdc... iconview: Remove debug drawing code (*)
  d2b1da4... API: remove gtk_paint_polygon() (*)
  e85dfc7... API: remove gdk_draw_polygon() (*)
  8f21b09... tests: remove "draw drawable" button from testwindows test (*)
  5eb7695... style: Replace draw_diamond vfunc with Cairo calls (*)
  a3057d0... style: replace draw_frame_gap with Cairo calls (*)
  c661eb7... testgtk: Remove image from drawable test (*)
  a9e99e7... API: remove gdk_draw_{line,lines,segments} (*)
  9ee5176... API: remove gdk_draw_point(s) (*)
  66048b2... style: Replace last gdk_draw_rectangle() with Cairo (*)
  600fbd3... API: remove gdk_draw_rectangle() (*)
  46206f8... gdk: Implement end_implicit_paint() with Cairo (*)
  f1620b5... gdk: Implement gdk_window_get_source_drawable() using Cairo (*)
  3df6726... gdk: Do end_implicit_paint copy with Cairo (*)
  a6fcc75... gdk: Remove excess variables (*)
  755bd51... gdk: Simplify code (*)
  56e7abb... gdk: Refactor redirection code (*)
  db5fc43... gdk: Draw redirected windows using Cairo (*)
  3fc31e8... gdk: Remove _gdk_drawable_get_scratch_gc() (*)
  4729460... gtk-demo: Adapt textview example for stipple removal (*)
  9f1939c... API: Remove GtkTextTag's stipple properties (*)
  805e0d1... label: Draw all text using PangoCairo (*)
  a581401... API: remove gdk_draw_layout_*() (*)
  65ac54b... gdk: Make window moves a custom vfunc (*)
  0cef9c2... quartz: Do repeated fill with Cairo (*)
  61d4a01... API: remove gdk_draw_drawable() (*)
  4c16995... gdk: remove get_composite_drawable vfunc (*)
  fea39c0... textview: Make the PangoRenderer use Cairo exclusively (*)
  1ac8d80... API: remove GdkPangoRenderer (*)
  9c026fb... x11: Remove unused code (*)
  f7608c3... gdk: Move scratch GC handling to X11 (*)
  90ac7b9... textview: Replace GdkGC * argument with gpointer (*)
  acf33c9... API: Remove GC members from GtkStyle (*)
  ac3ddfa... API: Remove gtk_gc_get() and gtk_gc_release() (*)
  ef2d37c... API: remove begin/end_direct_draw functions (*)
  0fa7d81... calendar: Remove unused GdkGC members (*)
  6a48a04... API: remove GdkGC (*)
  23c9cee... quartz: Fix up _gdk_quartz_window_translate (*)
  f7a8bac... quartz: Make backend compile again (*)
  089892d... Add missing calls to cairo_destroy() (*)
  54ac92a... Add call to cairo_destroy() to gtk_text_layout_draw() (*)
  c3a59fb... Fix compile warnings (*)
  1308731... gdk: Don't require allocating window background colors anym (*)
  25fc4d9... textview: remove GtkTextAttributes (un)realize code (*)
  a50843e... gtkbuilder: Do not allocate colors when parsing GtkBuilder  (*)
  09fbed7... style: Do not allocate colors anymore (*)
  d0d2a6f... API: remove gdk_colormap_query_color (*)
  7fd148f... Cleanup gdk_pixbuf_render_pixmap_and_mask_for_colormap() (*)
  075661d... generic damage generation for offscreen windows (*)
  c4f2806... gdk: Don't infinite loop when flushing moves (*)
  c7bd2ad... gdk: Remove picture pointer from X11 drawable (*)
  7182a2d... gdk-xft: Don't call render about the subpixel order (*)
  8868e77... x11: Remove display_x11->have_render (*)
  1e706ed... gdk: Drop Xrender configure.ac check (*)
  7b9e2b9... style: Don't use gdk_pixmap_create_from_xpm (*)
  e42033d... colorsel: Create cursor image using Cairo (*)
  e98f760... x11: Make fallback pixbuf-cursor code not use old construct (*)
  f3c3e47... testdnd: Convert to use pixbufs as icons (*)
  727122b... testgtk: Fix types and get rid of casting (*)
  ad571a3... testgtk: Make image test not use Pixmaps, but Pixbufs (*)
  6b19815... testgtk: Use pixbufs instead of pixmaps (*)
  2513636... testgtk: Rename pixmap => pixbuf in various places (*)
  de285ed... testgtk: Use Pixbufs in the shapes example (*)
  aaf70d1... testgtk: Use Cairo to load XBM image (*)
  4f37e68... x11: Create empty cursor without old functions (*)
  c9d08d0... gdk: Remove data consructors for GdkPixmap (*)
  ccacd3a... style: Apply same matrix conversion as gdk_draw_layout() di (*)
  709e05c... style: Use _gtk_pango_fill_layout() (*)
  9c6696d... quartz: Convert default background drawing to cairo (*)
  d819bc4... Invalidate cairo surface if resizing is not supported for t (*)
  bde0f9a... quartz: Misc. fixes for getting offscreen windows to work (*)
  eff92cb... dnd: Remove default_icon_pixmap variable and friends (*)
  2acf529... Beef up the migration guide (*)
  416d132... docs: Some style fixes to the migration guide (*)
  a151eac... Update Simplified Chinese property nicks translation. (*)
  aa8a1a8... Update Simplified Chinese UI translation. (*)
  ac94b40... Added UG translation (*)
  48c34b6... Updated galician translations (*)
  6a5f77a... Merge branch 'master' into native-layout

(*) 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]