]> Pileus Git - ~andy/gtk/history - gtk
Change signature of gtk_tree_model_filter_remove_node
[~andy/gtk] / gtk /
2011-08-22 Kristian RietveldChange signature of gtk_tree_model_filter_remove_node
2011-08-22 Xavier ClaessensAdd thorough unit test for bug #621076
2011-08-22 Kristian RietveldCorrections to has-child filter tests
2011-08-22 Kristian RietveldImprove specific_has_child_filter() test to also verify...
2011-08-22 Kristian RietveldImprove specific_root_has_child_filter test to also...
2011-08-22 Kristian RietveldHave a separate category for tests of gtk_tree_model_fi...
2011-08-22 Kristian RietveldAdd two unit tests for gtk_tree_model_filter_row_inserted
2011-08-22 Kristian RietveldUse g_assert_cmpint instead of g_assert in check_level_...
2011-08-22 Kristian RietveldRefactor emitting row-inserted for new nodes to a commo...
2011-08-22 Kristian RietveldFix comment
2011-08-22 Kristian RietveldFactor out find_elt_with_offset
2011-08-22 Kristian RietveldRefactor to a common code path for inserts of nodes...
2011-08-22 Xavier ClaessensImprove error messages of signal monitor
2011-08-22 Kristian RietveldFactor out another part of gtk_tree_model_filter_row_de...
2011-08-22 Kristian RietveldThree more TreeModelFilter remove ancestor tests
2011-08-22 Kristian RietveldIn sort model also emit row-deleted after updating...
2011-08-22 Kristian RietveldCorrect GtkTreeModelFilter to never unref an already...
2011-08-22 Kristian RietveldImprove filter model remove node unit tests
2011-08-22 Kristian RietveldPrint failed assertions for failed child iterator conve...
2011-08-22 Kristian RietveldMake _get_iter invalidate iterators when FALSE is returned
2011-08-22 Kristian RietveldAdd more unit tests for gtk_tree_model_filter_row_deleted()
2011-08-22 Kristian RietveldFurther reduce variable shadowing by factoring code...
2011-08-22 Kristian RietveldAdd unit test for bug 77977 for reference
2011-08-22 Kristian RietveldAdd bug base and bug numbers to tree model unit tests
2011-08-22 Kristian RietveldMove TreeModelSort specific tests to a new sortmodel...
2011-08-22 Kristian RietveldMake naming of tree model unit tests consistent
2011-08-22 Kristian RietveldPut all GtkTreeModel unit tests in a single binary
2011-08-20 Chun-wei FanInclude C89 fallback code
2011-08-20 Chun-wei FanAdd fallback implemetation for rint()/round()
2011-08-18 David ZeuthenBug 656851 – Allow use of GVariant in GtkListStore
2011-08-16 Matthias ClasenFix up symbol lists for recent api additions
2011-08-15 Matthias ClasenFix a typo
2011-08-15 Matthias ClasenMake setting fontname work, independent of a screen
2011-08-15 Matthias ClasenKeep the currently selected font over theme changes
2011-08-15 Matthias ClasenDeprecate GtkFontSelection and GtkFontSelectionDialog
2011-08-15 Matthias ClasenTrivial formatting fix
2011-08-15 Matthias ClasenAdd new symbols
2011-08-15 Matthias ClasenAdd filtering to the font chooser
2011-08-15 Matthias ClasenAdd 'no matches' functionality
2011-08-15 Matthias ClasenMake the fontchooser dialog come up in a reasonable...
2011-08-15 Matthias ClasenJust use a single grid
2011-08-15 Matthias ClasenClean up error handling
2011-08-15 Matthias ClasenRename some statics
2011-08-15 Matthias ClasenAvoid extraneous signals at destroy time
2011-08-15 Matthias ClasenSimplify a few things
2011-08-15 Matthias ClasenTrivial formatting fixes
2011-08-15 Alberto RuizGtkFontChooserDialog: GtkFontButton now uses GtkFontCho...
2011-08-15 Alberto RuizGtkFontChooser: get_font_name did not return the font...
2011-08-15 Alberto RuizGtkFontChooser: Stub code to handle empty list by search.
2011-08-15 Alberto RuizGtkFontChooser: font-name property notification wasn...
2011-08-15 Alberto RuizGtkFontChooser: Missing G_END_DECLS in fontchooser...
2011-08-15 Alberto RuizGtkFontChooser: Using G_N_ELEMENTS instead of a define
2011-08-15 Alberto RuizGtkFontChooser: Using the widget instead of the private...
2011-08-15 Alberto RuizGtkFontChooser: Fixed coding style wrt spacing around...
2011-08-15 Alberto RuizGtkFontChooser: Using explicit comparisons for g_strcmp0
2011-08-15 Alberto RuizGtkFontChooser: Added missing breaks in switch statements
2011-08-15 Alberto RuizGtkFontChooser: Setting all ought to be static function...
2011-08-15 Alberto RuizGtkFontChooserDialog: Add parent window as a parameter...
2011-08-15 Alberto RuizGtkFontChooserDialog: Fix get_font_chooser public funct...
2011-08-15 Alberto RuizGtkFontChooser: Set correct margin values between UI...
2011-08-15 Alberto RuizGtkFontChooserDialog: Use g_object_new to set initial...
2011-08-15 Alberto RuizGtkFontChooser: Remove outdated Copyright information
2011-08-15 Alberto RuizGtkFontChooser: Fix size synchronization between slider...
2011-08-15 Alberto RuizGtkFontChooser: Cleanup comments and fix indentation...
2011-08-15 Alberto RuizGtkFontChooser: Remove default geometry defines
2011-08-15 Alberto RuizGtkFontChooser: Fix scroll callback connected to treevi...
2011-08-15 Alberto RuizGtkFontChooser: Remove the themed color for the font...
2011-08-15 Alberto RuizGtkFontChooser: Use a nested grid to achieve the right...
2011-08-15 Alberto RuizGtkFontChooser: Fix expand and fill properties for...
2011-08-15 Alberto RuizGtkFontChooser: Use GtkBox instead of GtkVBox as base...
2011-08-15 Alberto RuizGtkFontChooser: Use const instead of G_CONST_RETURN
2011-08-15 Alberto RuizGtkFontChooser: Add preview entry to the grid
2011-08-15 Alberto RuizGtkFontChooser: Initial work to use GtkGrid
2011-08-15 Alberto RuizGtkFontChooser: GtkFontChooserDialog: Update documenati...
2011-08-15 Alberto RuizGtkFontChooserDialog: Split the dialog out of gtkfontch...
2011-08-15 Alberto RuizGtkFontChooser: Use symbolic icons in the filter entry
2011-08-15 Alberto RuizGtkFontChooser: Now shearch filters each individual...
2011-08-15 Alberto RuizGtkFontChooser: Restore automatic alignment on scroll...
2011-08-15 Alberto RuizGtkFontChooser: Removed support for deprecated function...
2011-08-15 Alberto RuizGtkFontChooser: Expose the new widget in gtk.h and...
2011-08-15 Alberto RuizGtkFontChooser: Renaming the class names and fixing...
2011-08-15 Alberto RuizGtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRE...
2011-08-15 Alberto RuizGtkFontChooser: Check if the deprecated widgets are...
2011-08-15 Alberto RuizGtkFontChooser: Update fontlist on style change
2011-08-15 Alberto RuizGtkFontChooser: Add a property to control whether the...
2011-08-15 Alberto RuizGtkFontChooser: Add gtk_font_selection_dialog_get_selec...
2011-08-15 Alberto RuizGtkFontChooser: Changed dialog label from OK to Select...
2011-08-15 Alberto RuizGtkFontChooser: implement gtk_font_selection_set/get_pr...
2011-08-15 Alberto RuizGtkFontChooser: check if font name is NULL in gtk_font_...
2011-08-15 Alberto RuizGtkFontChooser: gtk_font_selection_set_font_name implem...
2011-08-15 Alberto RuizGtkFontChooser: Setting the font-name property. Test...
2011-08-15 Alberto RuizGtkFontChooser: Improve bootstrapping of the deprecated...
2011-08-15 Alberto RuizGtkFontChooser: Update selection on deprecated size...
2011-08-15 Alberto RuizGtkFontChooser: Update selection on deprecated face...
2011-08-15 Alberto RuizGtkFontChooser: Update size when selecting an item...
2011-08-15 Alberto RuizGtkFontChooser: Blocking the cursor change callbacks...
2011-08-15 Alberto RuizGtkFontChooser: Update deprecated font list on slection
2011-08-15 Alberto RuizGtkFontChooser: Refactoring the default font size,...
2011-08-15 Alberto RuizGtkFontChooser: Use the theme font as the default font
2011-08-15 Alberto RuizGtkFontChooser: Add callbacks and improve test to take...
next