summaryrefslogtreecommitdiffstats
path: root/m_property.h
Commit message (Expand)AuthorAgeFilesLines
* commands: change property expansion format stringwm42012-10-121-6/+12
* commands: cosmetics: rename thingswm42012-10-121-7/+7
* commands: replace "switch" with "add" and "cycle"wm42012-10-121-8/+12
* commands: remove M_PROPERTY_SWITCH from edition propertywm42012-10-121-0/+4
* commands: make M_PROPERTY_GET_TYPE return an option copywm42012-10-121-1/+1
* commands: cosmetic changes mostly to m_property.hwm42012-10-121-120/+76
* commands: add more property-option bridge uses, rename some optionswm42012-10-121-36/+5
* commands: handle property clamping in m_optionwm42012-10-121-8/+0
* commands: generally handle property formatting with m_optionwm42012-10-121-11/+0
* commands: handle property stepping in a generic waywm42012-10-121-12/+4
* commands: rename "osdlevel" option and property, make it a choicewm42012-10-121-4/+0
* Add license header to all top-level files missing them.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Add a m_property_flag_ro function for the default behaviour of areimar2008-10-011-0/+3
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-041-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* All the m_property stuff works fine with constant m_option_treimar2008-01-131-15/+15
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+4
* Move the time printing code out of the length property.albeu2007-05-311-0/+4
* Make all the info available via the metadata API available via properties.albeu2007-05-291-0/+3
* Rework the property API to allow sub properties such asalbeu2007-05-291-18/+33
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-6/+6
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-1/+1
* Fix most of the mistakes pointed out by Diego.albeu2006-04-251-3/+3
* Doxygen attack!albeu2006-04-241-29/+119
* Add the declarations for mp_property_find/do.albeu2006-04-221-0/+8
* Add an option to list the properties: -list-propertiesalbeu2006-03-221-0/+2
* Add the new property API and implement a couple properties.albeu2006-03-221-0/+78