[gtk+] (92 commits) Created branch font-chooser



The branch 'font-chooser' was created.

Summary of new commits:

  26aa667... GtkFontChooser: Remove all cruft from the current GtkFontSe
  7199708... GtkFontChooser: Add private members to GtkFontSelectionPriv
  ad2dceb... GtkFontChooser: Create fundamental widgets for the new GtkF
  bc16716... GtkFontChooser: Avoid using show_all explicitely
  5f53dc8... GtkFontChooser: Added main treeview
  17b425e... GtkFontChooser: Create alignment for the preview entry
  5338d4d... GtkFontChooser: Adding the alignment to the selection
  3c41785... GtkFontChooser: Adding the preview
  9a1c2c8... GtkFontChooser: Added slider and spin button
  972a40c... GtkFontChooser: Setting the height of the preview and have 
  690e843... GtkFontChooser: Set vbox to no homogeneus
  7321b73... GtkFontChooser: Create functions to bootstrap the treeview 
  a77a02f... GtkFontChooser: Add column and cell renderer
  12501f9... GtkFontChooser: Populated font list model
  d8af8b2... GtkFontChooser: Set rules hint to TRUE in the main tree vie
  e12dd43... GtkFontChooser: Improvements in the font face listing
  d0160b5... GtkFontChooser: Iterate over faces as well as families to l
  2e74de7... GtkFontChooser: Compilation warning cleanups
  09f70f0... GtkFontChooser: Setting the default preview text and the de
  ec6b993... GtkFontChooser: Adding a tree model filter for the search f
  454a5be... GtkFontChooser: Inserted and deleted text callbacks
  b893ae4... GtkFontChooser: Live search implemented
  bd0685a... GtkFontChooser: Set the initial size to the slider, initial
  d4d7df9... GtkFontChooser: Search entry icon is now dynamic depending 
  01226ae... GtkFontChooser: Getting the refiltering right for the clear
  199dd65... GtkFontChooser: The spinner now updates the slider size if 
  b980884... GtkFontChooser: Improvements on the spin/slider interaction
  27997a6... GtkFontChooser: Fixed size updating in the  preview
  91cada6... GtkFontChooser: Layout enhancements, using a scrolled windo
  9d64d2c... GtkFontChooser: Setting a default vertical size
  b4bbabc... GtkFontChooser: Enable font selection
  f70e972... GtkFontChooser: Added a test program
  576ccf3... GtkFontChooser: Better cursor selection and model leak fixe
  47d02dc... GtkFontChooser: Keep reference to the face and the family o
  fd6d1e6... GtkFontChooser: Ellipsize cell renderer and set a better si
  6a50640... GtkFontChooser: Setting a minimum width andfix the markup f
  6300c01... GtkFontChooser: Fixing mouse scroll zooming behaviour for t
  0321e33... GtkFontChooser: Improvements on the size setting signals be
  9e94e59... GtkFontChooser: Layout improvements. Adding shadow to scrol
  49278b0... GtkFontChooser: Layout improvements, spacing between elemen
  9d754d1... GtkFontChooser: Filter also by font face
  bdb8237... GtkFontChooser: Initial support for deprecated functions
  de312b5... GtkFontChooser: initialization and destruction of deprecate
  f334173... GtkFontChooser: update the size model for the deprecated si
  2638876... GtkFontChooser: Add deprecated calls to the test
  46785d3... GtkFontChooser: Fix segmentation fault in deprecated size l
  1e7fe46... GtkFontChooser: Add tree view columns for the deprecated wi
  2bc4391... GtkFontChooser: Populate font family names in the deprecate
  92a7042... GtkFontChooser: Populate face names in the deprecated face 
  3e28775... GtkFontChooser: Use scrolled windows for the deprecated wid
  57c4d55... GtkFontChooser: Unref deprecated widgets on finalize
  85d66cf... GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate t
  ea8ac64... GtkFontChooser: Add callbacks and improve test to take depr
  49dde2a... GtkFontChooser: Use the theme font as the default font
  ddc4aad... GtkFontChooser: Refactoring the default font size, face and
  410a925... GtkFontChooser: Update deprecated font list on slection
  7058a09... GtkFontChooser: Blocking the cursor change callbacks from h
  5b64379... GtkFontChooser: Update size when selecting an item of the d
  cbb9486... GtkFontChooser: Update selection on deprecated face or font
  3b44051... GtkFontChooser: Update selection on deprecated size list se
  3a1c575... GtkFontChooser: Improve bootstrapping of the deprecated lis
  a948585... GtkFontChooser: Setting the font-name property. Test update
  18c87e0... GtkFontChooser: gtk_font_selection_set_font_name implementa
  296b8f8... GtkFontChooser: check if font name is NULL in gtk_font_sele
  ebc2d19... GtkFontChooser: implement gtk_font_selection_set/get_previe
  f8d57aa... GtkFontChooser: Added test for GtkFontSelectionDialog
  b6b3570... GtkFontChooser: Changed dialog label from OK to Select, dep
  63421ea... GtkFontChooser: Add gtk_font_selection_dialog_get_select_bu
  2a8a8a7... GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code
  dc70a25... GtkFontChooser: Better test preview text
  7946d30... GtkFontChooser: Add a property to control whether the previ
  7cd2c0d... GtkFontChooser: Update fontlist on style change
  a38ede8... GtkFontChooser: Check if the deprecated widgets are present
  92d9064... GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATE
  80be013... GtkFontChooser: Renaming the class names and fixing the tes
  4d66ae4... GtkFontChooser: Expose the new widget in gtk.h and add test
  58b81be... GtkFontChooser: Removed support for deprecated functionalit
  cdc9968... GtkFontChooser: Restore automatic alignment on scroll to se
  ed5494a... GtkFontChooser: Now shearch filters each individual term ra
  48958a5... GtkFontChooser: Use symbolic icons in the filter entry
  ed700f6... GtkFontChooserDialog: Split the dialog out of gtkfontchoose
  cf2d187... GtkFontChooser: GtkFontChooserDialog: Update documenation t
  870d4cb... GtkFontChooser: Initial work to use GtkGrid
  660ae69... GtkFontChooser: Add preview entry to the grid
  b54298f... GtkFontChooser: Use const instead of G_CONST_RETURN
  e3fee23... GtkFontChooser: Use GtkBox instead of GtkVBox as base class
  b205dbb... GtkFontChooser: Fix expand and fill properties for the grid
  deebacb... GtkFontChooser: Use a nested grid to achieve the right layo
  d5cfd9b... GtkFontChooser: Remove the themed color for the font title
  7fd4f8e... GtkFontChooser: Fix scroll callback connected to treeview i
  da7d819... GtkFontChooser: Remove default geometry defines
  5449544... GtkFontChooser: Cleanup comments and fix indentation alignm



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