summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CleanupsMatthias Clasen2009-09-1010-50/+15
* Don't send grab broken for implicit grabs on button releaseAlexander Larsson2009-09-101-2/+2
* Ensure recursing gdk_window_process_all_updates worksAlexander Larsson2009-09-101-5/+23
* Updated Lithuanian translation.Gintautas Miliauskas2009-09-102-2962/+2940
* Keysyms docs updateBastien Nocera2009-09-101-1/+1
* Avoid duplicate keysyms, ignore mispelled oneBastien Nocera2009-09-102-4/+13
* Updated Gujarati TranslationsSweta Kothari2009-09-101-1207/+1154
* Updated Gujarati TranslationsSweta Kothari2009-09-101-1886/+1836
* Unbreak GtkComboBox::button-sensitivityKristian Rietveld2009-09-091-0/+9
* BugĀ 594668 - Add new Xorg keysymsBastien Nocera2009-09-093-643/+891
* Accept "true" as a true value in printer settingsMatthias Clasen2009-09-091-1/+1
* Deprecate gdk_event_get_graphics exposesMatthias Clasen2009-09-093-20/+11
* Remove a dead assignmentMatthias Clasen2009-09-091-8/+6
* Remove a dead assignmentMatthias Clasen2009-09-091-2/+0
* 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
* Fix handling of window cursor wrt grabsAlexander Larsson2009-09-081-11/+19
* 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
* Updated Polish translationTomasz Dominikowski2009-09-061-1275/+1281
* Bug 346800 - Rework sort/filter models to use indices to parents...Kristian Rietveld2009-09-062-130/+195
* Update Japanese translationTakayuki KUSANO2009-09-062-388/+326
* Correct the initial event mask of the root windowMatthias Clasen2009-09-061-0/+4
* 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