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



The branch 'font-chooser' was created.

Summary of new commits:

  4abb437... GtkFontChooser: Remove all cruft from the current GtkFontSe
  3862419... GtkFontChooser: Add private members to GtkFontSelectionPriv
  d2dfe5a... GtkFontChooser: Create fundamental widgets for the new GtkF
  ffeca0e... GtkFontChooser: Avoid using show_all explicitely
  e60dce2... GtkFontChooser: Added main treeview
  4418fd3... GtkFontChooser: Create alignment for the preview entry
  7e5e743... GtkFontChooser: Adding the alignment to the selection
  9332213... GtkFontChooser: Adding the preview
  70f991e... GtkFontChooser: Added slider and spin button
  c4ff9d6... GtkFontChooser: Setting the height of the preview and have 
  0f00bb0... GtkFontChooser: Set vbox to no homogeneus
  5f6ddca... GtkFontChooser: Create functions to bootstrap the treeview 
  47bc1c5... GtkFontChooser: Add column and cell renderer
  9b5a401... GtkFontChooser: Populated font list model
  15111dd... GtkFontChooser: Set rules hint to TRUE in the main tree vie
  4e4d256... GtkFontChooser: Improvements in the font face listing
  170ab49... GtkFontChooser: Iterate over faces as well as families to l
  1ff0672... GtkFontChooser: Compilation warning cleanups
  551f512... GtkFontChooser: Setting the default preview text and the de
  018a18f... GtkFontChooser: Adding a tree model filter for the search f
  4442ef0... GtkFontChooser: Inserted and deleted text callbacks
  40af79c... GtkFontChooser: Live search implemented
  84190ea... GtkFontChooser: Set the initial size to the slider, initial
  0fdcee2... GtkFontChooser: Search entry icon is now dynamic depending 
  3829e22... GtkFontChooser: Getting the refiltering right for the clear
  7ff587a... GtkFontChooser: The spinner now updates the slider size if 
  c65bc4e... GtkFontChooser: Improvements on the spin/slider interaction
  65285fb... GtkFontChooser: Fixed size updating in the  preview
  7870d26... GtkFontChooser: Layout enhancements, using a scrolled windo
  1b91bc5... GtkFontChooser: Setting a default vertical size
  1c41bb3... GtkFontChooser: Enable font selection
  6b616d4... GtkFontChooser: Added a test program
  c30da16... GtkFontChooser: Better cursor selection and model leak fixe
  b4e63ac... GtkFontChooser: Keep reference to the face and the family o
  a35ea08... GtkFontChooser: Ellipsize cell renderer and set a better si
  a30aed4... GtkFontChooser: Setting a minimum width andfix the markup f
  8fce701... GtkFontChooser: Fixing mouse scroll zooming behaviour for t
  37146bd... GtkFontChooser: Improvements on the size setting signals be
  26d092f... GtkFontChooser: Layout improvements. Adding shadow to scrol
  f40378a... GtkFontChooser: Layout improvements, spacing between elemen
  cbf30ad... GtkFontChooser: Filter also by font face
  3f3d6b8... GtkFontChooser: Initial support for deprecated functions
  7cda414... GtkFontChooser: initialization and destruction of deprecate
  10f04f9... GtkFontChooser: update the size model for the deprecated si
  68a0626... GtkFontChooser: Add deprecated calls to the test
  cae63b3... GtkFontChooser: Fix segmentation fault in deprecated size l
  de8eb17... GtkFontChooser: Add tree view columns for the deprecated wi
  6058a03... GtkFontChooser: Populate font family names in the deprecate
  ba1d718... GtkFontChooser: Populate face names in the deprecated face 
  18c0845... GtkFontChooser: Use scrolled windows for the deprecated wid
  ea3e132... GtkFontChooser: Unref deprecated widgets on finalize
  893a814... GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate t
  6db6b1e... GtkFontChooser: Add callbacks and improve test to take depr
  1224827... GtkFontChooser: Use the theme font as the default font
  e1c6dee... GtkFontChooser: Refactoring the default font size, face and
  539bf87... GtkFontChooser: Update deprecated font list on slection
  4d94e4e... GtkFontChooser: Blocking the cursor change callbacks from h
  1b66ebc... GtkFontChooser: Update size when selecting an item of the d
  9435a2c... GtkFontChooser: Update selection on deprecated face or font
  228b08e... GtkFontChooser: Update selection on deprecated size list se
  762eefa... GtkFontChooser: Improve bootstrapping of the deprecated lis
  c722f3b... GtkFontChooser: Setting the font-name property. Test update
  e1bb458... GtkFontChooser: gtk_font_selection_set_font_name implementa
  e6e2aab... GtkFontChooser: check if font name is NULL in gtk_font_sele
  c625f8d... GtkFontChooser: implement gtk_font_selection_set/get_previe
  727d6f2... GtkFontChooser: Added test for GtkFontSelectionDialog
  e08dfe3... GtkFontChooser: Changed dialog label from OK to Select, dep
  59be5cc... GtkFontChooser: Add gtk_font_selection_dialog_get_select_bu
  01135e0... GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code
  554fad3... GtkFontChooser: Better test preview text
  7d2c093... GtkFontChooser: Add a property to control whether the previ
  05daa46... GtkFontChooser: Update fontlist on style change
  e6f0301... GtkFontChooser: Check if the deprecated widgets are present
  61b52d1... GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATE
  8d7daf4... GtkFontChooser: Renaming the class names and fixing the tes
  5fe3e97... GtkFontChooser: Expose the new widget in gtk.h and add test
  11bccab... GtkFontChooser: Removed support for deprecated functionalit
  1cb05fc... GtkFontChooser: Restore automatic alignment on scroll to se
  cac3624... GtkFontChooser: Now shearch filters each individual term ra
  396de21... GtkFontChooser: Use symbolic icons in the filter entry
  1d8be84... GtkFontChooserDialog: Split the dialog out of gtkfontchoose
  61a99bd... GtkFontChooser: GtkFontChooserDialog: Update documenation t
  1cd2742... GtkFontChooser: Initial work to use GtkGrid
  98bdb39... GtkFontChooser: Add preview entry to the grid
  1ef3dd8... GtkFontChooser: Use const instead of G_CONST_RETURN
  8cf729e... GtkFontChooser: Use GtkBox instead of GtkVBox as base class



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