summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add a note about tooltip limitationsMatthias Clasen2009-09-111-0/+4
* Don't use magic zero height/width argument to gdk_window_clear_areaAlexander Larsson2009-09-111-2/+8
* Unbreak GtkComboBox::button-sensitivityKristian Rietveld2009-09-091-0/+9
* Accept "true" as a true value in printer settingsMatthias Clasen2009-09-091-1/+1
* Fix a typoMatthias Clasen2009-09-091-1/+1
* Make the custom paper size dialog not block the main dialogMatthias Clasen2009-09-091-7/+3
* Don't access the parent level, there might not be oneKristian Rietveld2009-09-082-3/+30
* One more unit testPaolo Borelli2009-09-071-2/+29
* Simple expander unit testPaolo Borelli2009-09-072-0/+71
* Avoid recursive calls to gtk_tree_view_top_row_to_dy()Kristian Rietveld2009-09-061-0/+4
* Bug 346800 - Rework sort/filter models to use indices to parents...Kristian Rietveld2009-09-062-130/+195
* Fix compiler warningsKristian Rietveld2009-09-052-1/+2
* Fix memleak in filter model unit testKristian Rietveld2009-09-051-1/+6
* List work left to do in the filter model unit testKristian Rietveld2009-09-051-0/+11
* Emit row-has-child-toggled when a first node becomes visible in a levelKristian Rietveld2009-09-052-2/+20
* When the filter removes a node, it needs to remove its children tooKristian Rietveld2009-09-051-4/+14
* Have the unit test check if the filter model emits the right signalsKristian Rietveld2009-09-051-2/+610
* Properly handle cases where an ancestor node is invisibleKristian Rietveld2009-09-051-5/+13
* Extend filter model unit test with row-has-child-toggled testersKristian Rietveld2009-09-051-0/+183
* Correct handling of row-has-child-toggled signalKristian Rietveld2009-09-051-5/+47
* Remove unused variableKristian Rietveld2009-09-051-2/+1
* More virtual root unit testsKristian Rietveld2009-09-051-0/+172
* Add a rather specially crafted test caseKristian Rietveld2009-09-051-0/+40
* Marking nodes invisible after pulling in the root level is wrongKristian Rietveld2009-09-051-7/+0
* Do not emit has-child-toggled when a root level node is removedKristian Rietveld2009-09-051-1/+4
* Correct unfiltered test casesKristian Rietveld2009-09-051-3/+9
* Check for successfull iterator retrievalKristian Rietveld2009-09-051-2/+4
* Refilter is required after setting visible columnKristian Rietveld2009-09-051-0/+1
* Correct /FilterModel/empty/vroot-show-nodes test caseKristian Rietveld2009-09-051-1/+1
* Only emit row-inserted if all ancestors are visibleKristian Rietveld2009-09-051-1/+26
* Generalize fixture setup codeKristian Rietveld2009-09-051-28/+25
* Make a start with virtual root unit testsKristian Rietveld2009-09-051-1/+249
* Add test cases for bugs 464173 and 529287Kristian Rietveld2009-09-051-0/+114
* Add unit test for bug 540201Kristian Rietveld2009-09-051-0/+53
* Add a helper for inserting paths in the test tree storeKristian Rietveld2009-09-051-0/+21
* Start a testsuite for GtkTreeModelFilterKristian Rietveld2009-09-052-0/+1235
* Make gtk_combo_box_entry_set_text_column more forgivingMatthias Clasen2009-09-041-2/+3
* Don't forget to set the client window on the slaveMatthias Clasen2009-09-041-0/+3
* Rework the way IM contexts are setMatthias Clasen2009-09-042-46/+36
* Deprecate GDK_WINDOW_OBJECT and GdkWindowObjectAlexander Larsson2009-09-041-0/+2
* Protect gtk_text_view_scroll_mark_onscreen() from using invalid marksKristian Rietveld2009-09-041-0/+5
* Recalculate heights when a (new) separator func is set on GtkTreeViewKristian Rietveld2009-09-041-0/+4
* Move mark check to gtk_text_view_scroll_to_mark()Kristian Rietveld2009-09-041-7/+5
* gtk_widget_set_property(): use accessors instead of setting flagsMichael Natterer2009-09-041-20/+4
* gtk_widget_set_property(): use gtk_widget_set_visible()Michael Natterer2009-09-041-4/+1
* Bug 69872 - GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-09-043-0/+60
* Improve unsetting old buffer in gtk_text_view_set_buffer()Kristian Rietveld2009-09-041-4/+10
* Fail to scroll if the given mark is not in text view's current bufferKristian Rietveld2009-09-041-0/+7
* Update IM spot location before running _validate_onscreen()Kristian Rietveld2009-09-041-0/+8
* Make toggle cell renderer follow insensitive state of widgetKristian Rietveld2009-09-041-1/+1