summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-11Add function to change a node's type.Gravatar Jonathan Beck1-0/+8
2009-10-10Abstract iter base type.Gravatar Jonathan Beck1-1/+1
2009-10-10Add dict iteration. Add functions to retrieve index and key from node.Gravatar Jonathan Beck1-3/+35
2009-10-10Reverse argument for dicts to make it clearer.Gravatar Jonathan Beck1-3/+2
2009-10-10Rework public API to make it more consistent.Gravatar Jonathan Beck1-87/+258
2009-07-18Add function to get parent node in API and python bindings.Gravatar Jonathan Beck1-0/+7
2009-07-08Add a deep copy function and value setters for nodes.Gravatar Jonathan Beck1-0/+80
2009-04-28Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...Gravatar Jonathan Beck1-23/+2
2009-04-15Add special accessor for structured types in API.Gravatar Jonathan Beck1-0/+19
2009-03-27Use (void) instead of () in functions prototype.Gravatar Jonathan Beck1-2/+2
2009-02-15Add more regression test and fix Integer and Real type handling.Gravatar Jonathan Beck1-0/+8
2009-02-12Export API symbols in MSVC.Gravatar Jonathan Beck1-40/+47
2009-02-09Make it compile on MSVC 2005.Gravatar Jonathan Beck1-0/+13
2009-01-29Fix indent.Gravatar Jonathan Beck1-46/+47
2009-01-29Add documentation to the public API.Gravatar Jonathan Beck1-26/+306
2009-01-29Add setter and getter for Date and Unicode types.Gravatar Jonathan Beck1-1/+5
2009-01-29Remove dangerous functions from pulic API.Gravatar Jonathan Beck1-5/+1
2009-01-29Make pointer argument in API const when possible.Gravatar Jonathan Beck1-7/+7
2009-01-12Add a function to find a key node by its value.Gravatar Jonathan Beck1-0/+1
2009-01-11Add a pythyon binding to the library (using SWIG).Gravatar Jonathan Beck1-0/+3
2009-01-08Add edition and reading fonctions so that handling plist is less confusing.Gravatar Jonathan Beck1-0/+21
2008-12-13complete find function to take length into account.Gravatar Jonathan Beck1-1/+1
2008-12-13Refine API and fix some warnings.Gravatar Jonathan Beck1-12/+11
2008-12-13Add plutil and do some cleaning.Gravatar Jonathan Beck1-0/+40
2008-12-13Fork libiphone and remove anything non plist specific.Gravatar Jonathan Beck1-0/+39