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



Summary of changes:

  bd26ce1... Install gdk/win32 headers (*)
  508353f... Do not manually create empty label (*)
  99686a2... Added gtk_text_iter_assign API (*)
  4f38ff9... GtkFontChooser: Remove all cruft from the current GtkFontSe (*)
  9702e7c... GtkFontChooser: Add private members to GtkFontSelectionPriv (*)
  810eda9... GtkFontChooser: Create fundamental widgets for the new GtkF (*)
  d46d1d7... GtkFontChooser: Avoid using show_all explicitely (*)
  1b302d3... GtkFontChooser: Added main treeview (*)
  0c721d9... GtkFontChooser: Create alignment for the preview entry (*)
  f59b746... GtkFontChooser: Adding the alignment to the selection (*)
  f0eef60... GtkFontChooser: Adding the preview (*)
  6c44e85... GtkFontChooser: Added slider and spin button (*)
  8a4cda7... GtkFontChooser: Setting the height of the preview and have  (*)
  48473b4... GtkFontChooser: Set vbox to no homogeneus (*)
  6439fb4... GtkFontChooser: Create functions to bootstrap the treeview  (*)
  e570a91... GtkFontChooser: Add column and cell renderer (*)
  7611fe6... GtkFontChooser: Populated font list model (*)
  8655384... GtkFontChooser: Set rules hint to TRUE in the main tree vie (*)
  f854a46... GtkFontChooser: Improvements in the font face listing (*)
  b798027... GtkFontChooser: Iterate over faces as well as families to l (*)
  9af8821... GtkFontChooser: Compilation warning cleanups (*)
  ce10919... GtkFontChooser: Setting the default preview text and the de (*)
  76809e1... GtkFontChooser: Adding a tree model filter for the search f (*)
  6936177... GtkFontChooser: Inserted and deleted text callbacks (*)
  fb19245... GtkFontChooser: Live search implemented (*)
  4db5ea2... GtkFontChooser: Set the initial size to the slider, initial (*)
  94ee606... GtkFontChooser: Search entry icon is now dynamic depending  (*)
  1fa2c50... GtkFontChooser: Getting the refiltering right for the clear (*)
  c303d0b... GtkFontChooser: The spinner now updates the slider size if  (*)
  272f110... GtkFontChooser: Improvements on the spin/slider interaction (*)
  cbaca3e... GtkFontChooser: Fixed size updating in the  preview (*)
  7f125d9... GtkFontChooser: Layout enhancements, using a scrolled windo (*)
  c915037... GtkFontChooser: Setting a default vertical size (*)
  f3e9bb3... GtkFontChooser: Enable font selection (*)
  077d897... GtkFontChooser: Added a test program (*)
  88ab6f1... GtkFontChooser: Better cursor selection and model leak fixe (*)
  0db1b63... GtkFontChooser: Keep reference to the face and the family o (*)
  af14106... GtkFontChooser: Ellipsize cell renderer and set a better si (*)
  858e13c... GtkFontChooser: Setting a minimum width andfix the markup f (*)
  1688512... GtkFontChooser: Fixing mouse scroll zooming behaviour for t (*)
  f75e4d3... GtkFontChooser: Improvements on the size setting signals be (*)
  36156a6... GtkFontChooser: Layout improvements. Adding shadow to scrol (*)
  58b2204... GtkFontChooser: Layout improvements, spacing between elemen (*)
  c96698e... GtkFontChooser: Filter also by font face (*)
  abc92d5... GtkFontChooser: Initial support for deprecated functions (*)
  e08006f... GtkFontChooser: initialization and destruction of deprecate (*)
  1a2ef4d... GtkFontChooser: update the size model for the deprecated si (*)
  29a0685... GtkFontChooser: Add deprecated calls to the test (*)
  915b442... GtkFontChooser: Fix segmentation fault in deprecated size l (*)
  8826a10... GtkFontChooser: Add tree view columns for the deprecated wi (*)
  0d11281... GtkFontChooser: Populate font family names in the deprecate (*)
  706167b... GtkFontChooser: Populate face names in the deprecated face  (*)
  bb00841... GtkFontChooser: Use scrolled windows for the deprecated wid (*)
  3c0b691... GtkFontChooser: Unref deprecated widgets on finalize (*)
  e80053c... GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate t (*)
  4b92872... GtkFontChooser: Add callbacks and improve test to take depr (*)
  aa10aba... GtkFontChooser: Use the theme font as the default font (*)
  1821eac... GtkFontChooser: Refactoring the default font size, face and (*)
  c28b1e3... GtkFontChooser: Update deprecated font list on slection (*)
  72a971b... GtkFontChooser: Blocking the cursor change callbacks from h (*)
  0ef0359... GtkFontChooser: Update size when selecting an item of the d (*)
  dc1a47a... GtkFontChooser: Update selection on deprecated face or font (*)
  2ef00d2... GtkFontChooser: Update selection on deprecated size list se (*)
  0aae453... GtkFontChooser: Improve bootstrapping of the deprecated lis (*)
  3f2b094... GtkFontChooser: Setting the font-name property. Test update (*)
  ea4603e... GtkFontChooser: gtk_font_selection_set_font_name implementa (*)
  14fbbf1... GtkFontChooser: check if font name is NULL in gtk_font_sele (*)
  31776e2... GtkFontChooser: implement gtk_font_selection_set/get_previe (*)
  053d34d... GtkFontChooser: Added test for GtkFontSelectionDialog (*)
  1ce5a04... GtkFontChooser: Changed dialog label from OK to Select, dep (*)
  5eb614a... GtkFontChooser: Add gtk_font_selection_dialog_get_select_bu (*)
  c34a2d6... GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code (*)
  731120e... GtkFontChooser: Better test preview text (*)
  6dec212... GtkFontChooser: Add a property to control whether the previ (*)
  1b00a3e... GtkFontChooser: Update fontlist on style change (*)
  bbe8d13... GtkFontChooser: Check if the deprecated widgets are present (*)
  f2376ad... GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATE (*)
  334ee81... GtkFontChooser: Renaming the class names and fixing the tes (*)
  4bf2263... GtkFontChooser: Expose the new widget in gtk.h and add test (*)
  7067d36... GtkFontChooser: Removed support for deprecated functionalit (*)
  db2ef8c... GtkFontChooser: Restore automatic alignment on scroll to se (*)
  5ccc66d... GtkFontChooser: Now shearch filters each individual term ra (*)
  8e621f5... GtkFontChooser: Use symbolic icons in the filter entry (*)
  4add479... GtkFontChooserDialog: Split the dialog out of gtkfontchoose (*)
  4163fa5... GtkFontChooser: GtkFontChooserDialog: Update documenation t (*)
  f60d0dc... GtkFontChooser: Initial work to use GtkGrid (*)
  03ab18f... GtkFontChooser: Add preview entry to the grid (*)
  b37863a... GtkFontChooser: Use const instead of G_CONST_RETURN (*)
  d918747... GtkFontChooser: Use GtkBox instead of GtkVBox as base class (*)
  1075b7a... GtkFontChooser: Fix expand and fill properties for the grid (*)
  f5a00f0... GtkFontChooser: Use a nested grid to achieve the right layo (*)
  9dee34a... GtkFontChooser: Remove the themed color for the font title (*)
  55d50b3... GtkFontChooser: Fix scroll callback connected to treeview i (*)
  e3f7085... GtkFontChooser: Remove default geometry defines (*)
  cabfcbd... GtkFontChooser: Cleanup comments and fix indentation alignm (*)
  1dda502... GtkFontChooser: Fix size synchronization between slider and (*)
  01f2793... GtkFontChooser: Remove outdated Copyright information (*)
  a55d2f6... GtkFontChooserDialog: Use g_object_new to set initial value (*)
  23b1525... GtkFontChooser: Set correct margin values between UI elemen (*)
  523190f... GtkFontChooserDialog: Fix get_font_chooser public function  (*)
  bf457d1... GtkFontChooserDialog: Add parent window as a parameter in t (*)
  c36d291... GtkFontChooser: Setting all ought to be static functions as (*)
  ab1ebb0... GtkFontChooser: Added missing breaks in switch statements (*)
  26fb5c9... GtkFontChooser: Using explicit comparisons for g_strcmp0 (*)
  bf8ad99... GtkFontChooser: Fixed coding style wrt spacing around opera (*)
  9245a66... GtkFontChooser: Using the widget instead of the private str (*)
  5795d3d... GtkFontChooser: Using G_N_ELEMENTS instead of a define (*)
  52177f5... GtkFontChooser: Missing G_END_DECLS in fontchooser header (*)
  66a7add... GtkFontChooser: font-name property notification wasn't prop (*)
  d33088a... GtkFontChooser: Stub code to handle empty list by search. (*)
  e79842c... GtkFontChooser: get_font_name did not return the font size (*)
  a58a2dc... GtkFontChooserDialog: GtkFontButton now uses GtkFontChooser (*)
  a18fab8... Trivial formatting fixes (*)
  97d26ac... Simplify a few things (*)
  96f9b67... Fix minor issues in the tests (*)
  8dbdfa7... Avoid extraneous signals at destroy time (*)
  5b9857d... Rename some statics (*)
  43d62c0... Clean up error handling (*)
  7c4ad1f... Just use a single grid (*)
  6fb6984... Make the fontchooser dialog come up in a reasonable size (*)
  ba56408... Add 'no matches' functionality (*)
  a09ee20... Add filtering to the font chooser (*)
  0ee89f1... Add new symbols (*)
  d78acb5... Add docs (*)
  9307156... Trivial formatting fix (*)
  9c85d4f... Deprecate GtkFontSelection and GtkFontSelectionDialog (*)
  1207757... Keep the currently selected font over theme changes (*)
  6877893... Make setting fontname work, independent of a screen (*)
  8cf52c8... Fix a typo (*)
  2462019... testgtk: remove dead code (*)
  8e324b3... Update NEWS for 3.1.12 (*)
  915d32f... Fix up symbol lists for recent api additions (*)
  ade913a... update translation for Punjabi (*)
  22a2867... 3.1.12 (*)
  1bca4f3... Post-release bump (*)
  ed6eeed... Merge branch 'master' into quartz-integration

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