]> git.sesse.net Git - vlc/history - bindings/python-ctypes
Move C++ binding to a new repository vlc/bindings/libvlcpp.git
[vlc] / bindings / python-ctypes /
2010-01-25 Olivier Aubertpython-ctypes: add MediaES structure definition
2010-01-25 Olivier Aubertpython-ctypes: cosmetic fixes in README
2010-01-19 JP DingerUpdate bindings for marquee change (untested).
2009-12-10 Olivier Aubertpython-ctypes: define a .value() method for enums in...
2009-12-10 Olivier Aubertpython-ctypes: add support for media stats in java...
2009-11-23 Olivier Aubertpython-ctypes: add support for media stats
2009-11-23 Olivier Aubertpython-ctypes: implement shortcut media.add_options...
2009-11-23 Olivier Aubertpython-ctypes: override Instance.media_new to allow...
2009-09-23 Olivier Aubertpython-ctypes: first shot at generating java JNA glue...
2009-09-11 Olivier Aubertpython-ctypes: fix pylint/pyflakes warnings
2009-09-11 Olivier Aubertpython-ctypes: try to detect plugin path on win32 ...
2009-09-04 Olivier Aubertpython-ctypes: provide a helper pygtk VLCWidget which...
2009-09-04 Olivier Aubertpython-ctypes: improve enum conversion
2009-09-03 Olivier Aubertpython-ctypes: implement consistency checker, and fix...
2009-09-03 Olivier Aubertpython-ctypes: fix Logger bindings.
2009-09-03 Olivier Aubertpython-ctypes: really accomodate new and old-style...
2009-09-03 Olivier Aubertpython-ctypes: implement comparison operators for enum...
2009-09-03 Olivier Aubertpython-ctypes: tweak exception handling
2009-09-02 Olivier Aubertpython-ctypes: implement basic unit tests
2009-09-01 Olivier Aubertpython-ctypes: accomodate new event type definitions...
2009-09-01 Olivier Aubertpython-ctypes: define additional docstrings
2009-08-28 Olivier Aubertpython-ctypes: check at load time the availability...
2009-08-28 Olivier Aubertpython-ctypes: accomodate both old and new message...
2009-08-28 Olivier Aubertpython-ctypes: fix mediacontrol_new_from_instance invoc...
2009-08-10 Olivier Aubertpython-ctypes: improve win32 initialization (contrib...
2009-08-10 Olivier Aubertpython-ctypes: fix indent issue
2009-08-09 Olivier Aubertpython-ctypes: refactor generate.py to be more modular
2009-08-09 Olivier Aubertpython-ctypes: define setup.py (based on a contribution...
2009-08-09 Olivier Aubertpython-cytpes: fix MediaControl API support
2009-08-09 Olivier Aubertpython-ctypes: capitalize enum names only if they do...
2009-08-04 Olivier Aubertpython-ctypes: in app mode, quit on end-of-stream
2009-08-04 Olivier Aubertpython-ctypes: raise a LibVLCException in case of error
2009-08-04 Olivier Aubertpython-ctypes: fix trailing whitespace
2009-08-04 Olivier Aubertpython-ctypes: extend interactive command set
2009-08-04 Olivier Aubertpython-ctypes: improve win32 support
2009-08-04 Olivier Aubertpython-ctypes: make the executable version more interactive
2009-08-03 Olivier Aubertpython-ctypes: give running example
2009-08-03 Olivier Aubertpython-ctypes: fix enum names conversion
2009-08-03 Olivier Aubertpython-ctypes: implement support for callbacks
2009-08-03 Olivier Aubertpython-ctypes: fix enum names conversion
2009-08-03 Olivier Aubertpython-ctypes: parse enum definition from libvlc_events.h.
2009-07-31 Olivier Aubertpython-ctypes: implement iterator protocol for Log
2009-07-31 Olivier Aubertpython-ctypes: improve documentation generation
2009-07-31 Olivier Aubertpython-ctypes: fix docstrings
2009-07-31 Olivier Aubertpython-ctypes: fix doxygen to epydoc comment conversion
2009-07-31 Olivier Aubertpython-ctypes: update README
2009-07-31 Olivier Aubertpython-ctypes: offer shortcuts for MediaList and MediaL...
2009-07-31 Olivier Aubertpython-ctypes: fix spacing in docstring comments
2009-07-31 Olivier Aubertpython-ctypes: allow to specify class docstrings in...
2009-07-31 Olivier Aubertpython-ctypes: do not redefine overridden methods
2009-07-31 Olivier Aubertpyton-ctypes: reset comment when parsing includes
2009-07-31 Olivier Aubertpython-ctypes: generate list methods when possible
2009-07-31 Olivier Aubertpython-ctypes: convert NULL return values to None
2009-07-31 Olivier Aubertpython-ctypes: generate classes for enum typedefs
2009-07-30 Olivier Aubertpython-ctypes: one more TODO item
2009-07-30 Olivier AubertNew python bindings, using ctypes, automatically genera...