Allow early termination of iteration
[platform/upstream/libgee.git] / gee / readonlycollection.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-09 Maciej PiechotkaFix ordering of prerequests
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-08-01 Maciej PiechotkaFix Traversable<G>.stream in ReadOnlyCollection
2011-07-22 Maciej PiechotkaAdd Gee.Traversable<G> requirement to Gee.Iterable<G>
2011-07-22 Maciej PiechotkaExport the function part of interface into Traversable
2011-04-20 Maciej PiechotkaAdd custom foreach function
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2011-01-04 Maciej PiechotkaAdd read_only property to Iterator and MapIterator
2010-10-17 Maciej PiechotkaRename Iterator.at_element to Iterator.valid
2010-10-17 Maciej PiechotkaAdd Iterator.at_element property to check when other...
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
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 remove method to the Iterator interface
2009-09-15 Didier 'PtitjesAdd has_next and first methods to the Iterator interface
2009-09-11 Julien PeetersImprove the read-only view property by using weak pointers
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-06 Maciej PiechotkaRemove possibility of passing null to constructors...
2009-09-06 Didier 'PtitjesFix ReadOnlyCollection and ReadOnlyMap encapsulation...
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ž 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
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.