summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixesMatthias Clasen2009-08-242-15/+26
* Preserve errno, and always use g_strerror()Christian Persch2009-08-243-10/+26
* Remove broken logic in backwards walks in validate_visible_area()Kristian Rietveld2009-08-231-6/+14
* Add a scrolling test case involving creating new rows in tree storesKristian Rietveld2009-08-231-0/+86
* Rework naming of tests to make better use of path matching featureKristian Rietveld2009-08-231-18/+24
* Change prefix of tree view scrolling tests into TreeViewKristian Rietveld2009-08-231-16/+17
* Clean up code in gtk_tree_store_set_n_columns()Kristian Rietveld2009-08-231-15/+5
* Bug 528283 - Problems when using PageUp & PageDown to navigate...Kristian Rietveld2009-08-231-0/+4
* Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonicsKristian Rietveld2009-08-231-0/+4
* Bug 478519 - GtkTooltip segfaults on NULL gdk-display-current-tooltipKristian Rietveld2009-08-221-5/+9
* Return value from non-void functionShixin Zeng2009-08-201-1/+1
* Shut up warning about calling gtk_object_get_type() having no effectMichael Natterer2009-08-181-1/+3
* Handle accelerators involving virtual modifiers betterMatthias Clasen2009-08-171-3/+3
* Bug 592003 - Shift+click should always modify selectionPaolo Borelli2009-08-171-1/+2
* Fix memory leaks when using add_objectsPaolo Borelli2009-08-141-1/+6
* Fix memory leaks in unit testsPaolo Borelli2009-08-141-0/+3
* Fix duplicated id detection in gtkbuilderPaolo Borelli2009-08-142-3/+12
* Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbolsCody Russell2009-08-132-0/+3
* Make the allocation parameter constCody Russell2009-08-131-2/+2
* Add widget->allocation setter methodCody Russell2009-08-131-0/+20
* Don't return uninitialized pointersMatthias Clasen2009-08-131-3/+3
* Bug 590959 - Set child_has_focus flag properly (second try)Benjamin Otte2009-08-121-3/+8
* Fix make checkMatthias Clasen2009-08-112-0/+9
* Print when Enter pressed in certain GtkEntries of the print dialogMarek Kasik2009-08-114-18/+47
* Increment page sequence before print of the page, not afterMarek Kasik2009-08-101-6/+11
* Remove some unused variables (GnomeBug:591218)Javier Jardón2009-08-104-4/+0
* Correct a doc commentMatthias Clasen2009-08-081-1/+1
* Revert "Bug 590959 - Set child_has_focus flag properly"Xan Lopez2009-08-071-2/+2
* Bug 69872 – GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-08-073-1/+25
* Add gtk_print_operation_get_n_pages_to_print()Carlos Garcia Campos2009-08-072-1/+56
* Bug 69872 – GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-08-073-0/+58
* Add a GtkIconView::item-padding propertyMatthias Clasen2009-08-063-21/+88
* Emit GtkAssistant::apply before computing the next stepMatthias Clasen2009-08-061-2/+2
* Fix a typoMatthias Clasen2009-08-061-1/+1
* Update tooltip if no removable one is selectedPascal Terjan2009-08-061-11/+14
* Bug 590959 - Set child_has_focus flag properlyBenjamin Otte2009-08-061-2/+2
* Check for details request before printMarek Kasik2009-08-061-57/+104
* Bug 586374 – code does not follow documentationKristian Rietveld2009-07-304-7/+194
* Bug 555109 – selection broken when typeahead activeKristian Rietveld2009-07-301-0/+6
* Bug 573321 – additional check in gtk_tree_model_filter_convert_*Kristian Rietveld2009-07-302-0/+4
* Bug 539377 – Unnecessary warnings when GtkTreeView is not realizedKristian Rietveld2009-07-302-6/+41
* Bug 498010, 546005 - fix assertion in gtk_tree_view_set_cursor_on_cellKristian Rietveld2009-07-301-1/+10
* Start general GtkTreeView unit testsKristian Rietveld2009-07-302-0/+85
* Allow disabling New Folder button in File ChoserPascal Terjan2009-07-308-4/+88
* Bug #514260 – Better filtering for "Recently Used" filesEmmanuele Bassi2009-07-301-3/+7
* Remove unused dirty iter discovery functionsKristian Rietveld2009-07-301-136/+0
* Fix gtk_widget_get_allocation()Michael Natterer2009-07-303-1/+7
* add getter function for widget->allocationCody Russell2009-07-291-0/+17
* docs: inline see_also to sections docs and add missing <variablelist>Stefan Kost2009-07-281-0/+16
* bgo#161489 - In the file chooser, let the left/right arrow keys switch focus ...Federico Mena Quintero2009-07-271-4/+30