summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated Swedish translationDaniel Nylander2011-08-241-439/+202
* GtkFontChooserDialog: Select when a list item is activatedMatthias Clasen2011-08-241-5/+17
* GtkFontChooser: Add a ::font-activated signalMatthias Clasen2011-08-242-1/+50
* GtkAppChooserDialog: remove an unused variableMatthias Clasen2011-08-241-1/+0
* GtkAppChooserDialog: Simplify the constructionMatthias Clasen2011-08-241-17/+3
* GtkAppChooserButton: Make activating rows work as expectedMatthias Clasen2011-08-241-0/+2
* GtkSwitch: Return FALSE from the button press handlerMatthias Clasen2011-08-231-3/+3
* [filechooser] bgo#349502: Context menu option to copy selected files to the c...Arx Cruz2011-08-232-0/+127
* Updated POTFILES.inPiotr Drąg2011-08-234-6/+6
* Add tests/*ui to POTFILES.skipGabor Kelemen2011-08-231-0/+60
* There is no need for [type: ...] tags in POTFILES.skipGabor Kelemen2011-08-231-60/+60
* Fixed POTFILES.in (error in D-L)Daniel Mustieles2011-08-231-0/+1
* Fixed POTFILES.in (error in D-L)Daniel Mustieles2011-08-231-1/+0
* Fixed POTFILES.in (error in D-L)Daniel Mustieles2011-08-231-1/+0
* Fixed bug #657146Daniel Mustieles2011-08-232-1/+63
* Updated POTFILES.inPiotr Drąg2011-08-232-0/+4
* Updated Serbian translationМирослав Николић2011-08-232-2263/+3051
* Change 'Ok' to 'Select' in the color chooser dialogMatthias Clasen2011-08-232-5/+5
* Add a mnemonic to the 'Select' buttonMatthias Clasen2011-08-231-1/+1
* Updated Gujarati TranslationsSweta Kothari2011-08-231-2084/+2951
* Updated Indonesian translationAndika Triwidada2011-08-231-1906/+1912
* wayland: Acquire cairo device during operations that need the GL contextDaniel Nicoara2011-08-221-0/+2
* wayland: We need to require egl as wellKristian Høgsberg2011-08-221-1/+1
* Fix typo in doc commentKristian Rietveld2011-08-221-1/+1
* Add forgotten calls to signal_monitor_assert_is_empty()Kristian Rietveld2011-08-221-2/+5
* Fix some memory leaks in treemodel unit testsKristian Rietveld2011-08-223-0/+5
* treemodelsort: eliminate unread variable assigmentsKristian Rietveld2011-08-221-5/+0
* treemodelfilter: eliminate unread variable assigmentsKristian Rietveld2011-08-221-3/+0
* Add some notes on how filter model testing can be made (even) more thoroughKristian Rietveld2011-08-221-0/+10
* Update filtermodel ref count unit tests to new cache depthKristian Rietveld2011-08-221-28/+21
* Fix bad typo in gtk_tree_model_filter_build_level() ...Kristian Rietveld2011-08-221-1/+1
* gtktreemodelfilter: only maintain cache at 1 level depth instead of 2Kristian Rietveld2011-08-221-4/+2
* Extend public and internal documentation about GtkTreeModelFilterKristian Rietveld2011-08-221-25/+180
* Extend documentation about GtkTreeModelSort internalsKristian Rietveld2011-08-221-13/+82
* GtkTreeModel: add more detailed documentation on reference countingKristian Rietveld2011-08-221-3/+38
* Replace GArray with GSequence in GtkTreeModelSortKristian Rietveld2011-08-221-361/+380
* Add more unit tests for GtkTreeModelSortKristian Rietveld2011-08-221-0/+561
* Move SignalMonitor to treemodel.[ch] so it can be used by other testsKristian Rietveld2011-08-223-320/+344
* Revert usage of parent_elt_index back to parent_elt pointersKristian Rietveld2011-08-221-51/+47
* Replace GArray with GSequence in GtkTreeModelFilterXavier Claessens2011-08-221-467/+375
* Revert usage of parent_elt_index back to parent_elt pointersXavier Claessens2011-08-221-111/+72
* Do not emit rows-reordered for levels with no visible rowsKristian Rietveld2011-08-221-9/+12
* Remove left-over dump callKristian Rietveld2011-08-221-2/+0
* Correct ref transfer in GtkTreeModelFilter rows-reordered handlingKristian Rietveld2011-08-221-2/+6
* Test GtkTreeModelFilter's reference transfersKristian Rietveld2011-08-221-0/+189
* Unit test GtkTreeModelFilter's rows-reordered emissionsKristian Rietveld2011-08-221-8/+463
* Unit test rows reordered ref count handling in GtkTreeViewKristian Rietveld2011-08-221-0/+87
* Should validate TreeModelRefCount before the sort and filter modelKristian Rietveld2011-08-221-1/+1
* Add reference counting unit tests for GtkTreeModelFilterKristian Rietveld2011-08-221-4/+561
* Add more "has child" unit testsKristian Rietveld2011-08-221-0/+305