changes: TINF-175 TZPC-4722
[platform/upstream/libgee.git] / gee / readonlylist.vala
2012-09-27 Maciej PiechotkaPass slice in ReadOnlyList, fixes bug 684915
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2011-09-25 Maciej PiechotkaSplit List interface into List and BidirList
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
2010-08-17 Maciej PiechotkaMove to non-static delegates
2009-09-28 Didier 'PtitjesMake some style consistence enhancements
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-15 Didier 'PtitjesIntroduce the ListIterator interface and make lists...
2009-09-11 Julien PeetersImprove the read-only view property by using weak pointers
2009-09-11 Didier 'PtitjesMake List.remove_at return the removed element
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-09 Didier 'PtitjesIntroduce TimSort and the public sorting API
2009-09-06 Maciej PiechotkaRemove possibility of passing null to constructors...
2009-09-06 Tomaž VajngerlChange ReadOnlyList to inherit from ReadOnlyCollection.
2009-09-05 Julien PeetersAdding a short descriptive introduction for each implem...
2009-09-05 Julien PeetersAdding a first very basic documentation to data types...
2009-07-31 Tomaž VajngerlAdd List.first|last|insert_all methods and AbstractList...
2009-07-31 Tomaž VajngerlAdded Collection.is_empty|add_all|contains_all|remove_a...
2009-07-31 Maciej PiechotkaMake Iterable.get_element_type a property
2009-07-23 Didier 'PtitjesIntroduce Collection.to_array() method
2009-07-22 Maciej PiechotkaMake func and wrappee properties non-updatable
2009-07-19 Didier 'PtitjesHide inherited get and set methods from GLib.Object
2009-01-27 Jürg BilleterAdd List.slice method, patch by Zeeshan Ali Khattak...
2008-04-14 Juerg Billetermark types as nullable where appropriate
2008-04-13 Juerg Billeterremove deprecated syntax for construct parameters
2008-02-05 Juerg Billeterremove unreachable return statements
2008-01-22 Juerg Billeteradd get_element_type method to Gee.Iterable
2008-01-22 Juerg Billeterupdate license headers to the GNU Lesser General Public...
2008-01-22 Juerg Billeterexplicitly subtype GLib.Object to support future versio...
2008-01-22 Jürg BilleterInitial import.