summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/images.py
Commit message (Expand)AuthorAgeFilesLines
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-211-0/+2
* Fix import of PIL.Image.milde2012-09-121-1/+1
* Clean up record_dependencies feature.milde2011-12-141-11/+17
* New "name" directive option attaching a reference name.milde2011-06-301-0/+2
* Allow legth and percentage values in "figwidth" argument and percent sign inmilde2009-05-191-11/+5
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-2/+2
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-130/+140
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Re-introduced ``Targetable.indirect_reference_name``, for MoinMoin/reST compa...goodger2005-12-291-0/+1
* removed 1-argument use of ``setdefault``, slated to be removed from Pythongoodger2005-09-031-6/+9
* fixed bug with "image" directive "target" optiongoodger2005-08-241-3/+4
* added support for units in image widths and heights;wiemann2005-06-161-2/+2
* Fixed bug with uppercase image targets. Closingwiemann2005-05-181-2/+2
* Fixed bug with ":width: image" option of figure directive. Closingwiemann2005-05-181-1/+1
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-141-1/+0
* Added "border" option to "image" directive (& attribute to doctree element); ...goodger2005-05-091-0/+1
* "image" directive: added checks for valid values of "align" option, depending...goodger2005-04-211-1/+29
* removed nodes.Element.set_class() method;wiemann2005-04-021-3/+5
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+2
* applied file_insertion_enabled setting to "figure" directive (disable "figwid...goodger2005-03-241-1/+1
* differentiate between paths and URIsgoodger2005-03-151-1/+1
* removed redundant get_children();wiemann2005-03-141-1/+1
* Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"...goodger2005-03-051-5/+0
* removed direct references to Element.children attribute outside nodes.pywiemann2005-03-041-1/+1
* use new DependencyList (in settings.record_dependencies)wiemann2004-09-251-9/+2
* added --dependency-file optionwiemann2004-09-191-1/+9
* fixed bug introduced in last changegoodger2004-06-211-10/+10
* fixed "target" option for figuregoodger2004-06-201-7/+11
* Verifying that external targets are truly targets and not indirectmmgilbe2004-03-231-1/+3
* Added "target" option to "image" directivegoodger2004-01-041-3/+18
* Added "class" option to "image", and "figclass" to "figure".goodger2003-05-241-2/+8
* added "figwidth" option to "figure" directivegoodger2003-04-181-1/+25
* Updated (Reporter API).goodger2002-10-081-2/+2
* Updated all directive functions to new API, including better reporting.goodger2002-10-021-77/+44
* Moved ``unchanged()`` helper function and code from ``align()`` to __init__.p...goodger2002-09-101-23/+7
* Make sure that the keyword passed to the 'align' option is one ofchodorowski2002-09-091-1/+21
* Removed tabsgoodger2002-09-071-2/+1
* Added support for 'align'.chodorowski2002-09-061-1/+3
* Converted system messages to use the new "line" attribute.goodger2002-09-041-8/+9
* Changed "attribute" to "option" for directives/extensions.goodger2002-08-271-16/+16
* refactored; improved compound namesgoodger2002-05-051-30/+30
* Initial revisiongoodger2002-04-201-0/+97