summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix module blacklistingMatthias Clasen2011-09-231-0/+2
* textview: Fix comparison being the wrong wayBenjamin Otte2011-09-231-1/+1
* gtktreeviewaccessible: do not trigger an assertionAlban Crequy2011-09-231-1/+7
* GtkAssistant: Fix problems with gtk_widget_show_all()Bastien Nocera2011-09-231-0/+9
* Disable font fallback in the fontchooser previewChristian Persch2011-09-231-0/+4
* fontbutton: Properly display absolute sizesBenjamin Otte2011-09-221-2/+4
* fontbutton: Properly update label after property changesBenjamin Otte2011-09-221-15/+14
* fontbutton: Display the same text as elsewhereBenjamin Otte2011-09-221-11/+6
* fontchooser: Use fixed height mode for the font face listBenjamin Otte2011-09-221-0/+2
* fontchooser: Set a fixed size on the preview cellBenjamin Otte2011-09-221-8/+47
* fontchooser: Split out computing of the preview text attributesBenjamin Otte2011-09-221-20/+34
* fontchooser: Use absolute size for the preview text in the listBenjamin Otte2011-09-221-1/+17
* fontchooser: Set cell data as text + attributes instead of markupBenjamin Otte2011-09-221-9/+28
* fontchooser: Reselect font when it's unfilteredBenjamin Otte2011-09-221-2/+9
* fontchooser: Only compare font descriptions when families matchBenjamin Otte2011-09-221-0/+19
* fontchooser: Only create font descriptions on demandBenjamin Otte2011-09-221-13/+39
* fontchooser: Make all setters go through merge_font_desc()Benjamin Otte2011-09-221-20/+12
* fontchooser: Update range marks properlyBenjamin Otte2011-09-221-44/+62
* fontchooser: Reorganize code a bitBenjamin Otte2011-09-221-32/+82
* fontchooser: Don't store the current face and family anymoreBenjamin Otte2011-09-221-39/+27
* fontchooser: Take font description from modelBenjamin Otte2011-09-221-1/+1
* fontchooser: Sanitize variable declarationsBenjamin Otte2011-09-221-18/+14
* fontchooser: Fix leakBenjamin Otte2011-09-221-1/+1
* fontchooser: Store an iter to the current fontBenjamin Otte2011-09-221-1/+8
* cssprovider: Remove outdated docsMorten Welinder2011-09-221-7/+0
* fontchooser: Store tree model member variables as GtkTreeModelBenjamin Otte2011-09-221-14/+14
* fontchooser: Rename populate_list() functionBenjamin Otte2011-09-221-11/+9
* fontchooser: Make changing the preview text fastBenjamin Otte2011-09-221-6/+8
* fontchooser: Use a cell_data_func for the font listBenjamin Otte2011-09-221-18/+41
* fontchooser: Don't scroll in the populate_list() functionBenjamin Otte2011-09-221-53/+0
* fontchooser: Remove needless scroll callsBenjamin Otte2011-09-221-8/+0
* fontchooser: Introduce gtk_font_chooser_find_font()Benjamin Otte2011-09-221-70/+60
* fontchooser: Rewrite size changesBenjamin Otte2011-09-221-41/+36
* fontchooser: Fix size computationBenjamin Otte2011-09-221-2/+2
* fontchooser: Fix gcc warningsBenjamin Otte2011-09-221-2/+1
* gtkmountoperation-x11: unbreak compilation on OpenBSD.Antoine Jacoutot2011-09-211-0/+1
* GtkTreeModelFilter: Fix build warningsXavier Claessens2011-09-201-5/+3
* fontchooser: Remove special case for a single signal handlerBenjamin Otte2011-09-191-24/+2
* fontchooser: Remove useless codeBenjamin Otte2011-09-191-17/+1
* fontchooser: Don't store the size separatelyBenjamin Otte2011-09-191-20/+4
* fontchooser: Don't reload the fonts on style changesBenjamin Otte2011-09-191-14/+0
* fontchooser: Assume NULL screen means the default screenBenjamin Otte2011-09-191-3/+6
* fontchooser: Store the font description in the modelBenjamin Otte2011-09-191-1/+4
* fontchooser: Move the filter func to the visibility funcBenjamin Otte2011-09-191-7/+20
* fontchooser: Fix code to make it not look like GTK 0.9Benjamin Otte2011-09-191-4/+2
* fontchooser: List font description as font descriptionBenjamin Otte2011-09-191-1/+1
* fontchooser: Family or face can never be NULLBenjamin Otte2011-09-191-10/+0
* fontchooser: Use gtk_list_store_insert_with_values()Benjamin Otte2011-09-191-7/+6
* fontchooserwidget: Simplify functionBenjamin Otte2011-09-191-22/+15
* GtkPaned: Create the child window at the correct positionChris Coulson2011-09-191-2/+4