summaryrefslogtreecommitdiff
path: root/gee/list.vala
Commit message (Expand)AuthorAgeFilesLines
* Various English and typo fixes in the documentationReuben Thomas2020-10-231-4/+4
* Move virtual methods to List interfaceMaciej Piechotka2012-08-181-4/+19
* Add missing CompareDataFunc type arguments, fixes bug 624005Evan Nemerson2012-08-051-1/+1
* Move to non-static delegatesMaciej Piechotka2010-08-171-1/+1
* Some more documentation enhancementsDidier 'Ptitjes2009-09-281-1/+1
* Make some style consistence enhancementsDidier 'Ptitjes2009-09-281-1/+1
* Introduce immutable empty collection, list, set and mapDidier 'Ptitjes2009-09-241-0/+9
* Introduce the ListIterator interface and make lists implement itDidier 'Ptitjes2009-09-151-0/+7
* Fix List.get API contract and fix implementations accordinglyDidier 'Ptitjes2009-09-141-1/+1
* Improve the access to first and last elements in LinkedListJulien Peeters2009-09-111-4/+4
* Improve the read-only view property by using weak pointersJulien Peeters2009-09-111-1/+1
* Make List.remove_at return the removed elementDidier 'Ptitjes2009-09-111-1/+3
* Hide read-only views and make them accessible through a propertyJulien Peeters2009-09-091-0/+5
* Introduce TimSort and the public sorting APIDidier 'Ptitjes2009-09-091-0/+7
* Adding a short descriptive introduction for each implementation class.Julien Peeters2009-09-061-1/+1
* Add List.first|last|insert_all methods and AbstractList implementationsTomaž Vajngerl2009-07-311-0/+23
* Add List.slice method, patch by Zeeshan Ali Khattak, fixes bug 569188Jürg Billeter2009-01-271-0/+10
* mark types as nullable where appropriateJuerg Billeter2008-04-141-1/+1
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2008-01-221-1/+1
* explicitly subtype GLib.Object to support future versions of ValaJuerg Billeter2008-01-221-1/+1
* Initial import.Jürg Billeter2008-01-221-0/+67