Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-04 | Use the ™ symbol rather than the ™ entity. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Rename the files. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Convert the rule too. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Convert the figure files to SVG (with white background). | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Fix && -> && | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Reorder hackersguidedir. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Remove docs target. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Remove dist-hook. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Replace the faq.html and faq.txt rules with new ones with xmlto. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Rename the file in EXTRA_DIST. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Rename the faq SGML file to DocBook. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook | |||
2007-06-02 | Replace the distclean-local hook with a proper DISTCLEANFILES usage. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Remove docs-prepare target. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Remove the dist-hook. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Update copyright year. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Update the doctype to DocBook XML. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Assume presence of fig2dev command while doing make dist or make install ↵ | Diego 'Flameeyes' Pettenò | |
from Hg. | |||
2007-06-02 | Add a new rule to build hackersguide.html from the docbook version. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Make the docbook valid XML. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Add missing line. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Don't create a distclean-local hook when you can just use DISTCLEANFILES ↵ | Diego 'Flameeyes' Pettenò | |
variable. | |||
2007-06-02 | Remove the copy of original sgml files. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Rename the .sgml to .docbook. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Update copyright year and add my name to authors. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Use UTF-8 encoding. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Update the doctype and rename entities. | Diego 'Flameeyes' Pettenò | |
2007-06-02 | Rename the sgml files to docbook (xml). | Diego 'Flameeyes' Pettenò | |
--HG-- rename : doc/hackersguide/hackersguide.sgml => doc/hackersguide/hackersguide.docbook rename : doc/hackersguide/internals.sgml => doc/hackersguide/internals.docbook rename : doc/hackersguide/intro.sgml => doc/hackersguide/intro.docbook rename : doc/hackersguide/library.sgml => doc/hackersguide/library.docbook rename : doc/hackersguide/output.sgml => doc/hackersguide/output.docbook rename : doc/hackersguide/overview.sgml => doc/hackersguide/overview.docbook rename : doc/hackersguide/stream.sgml => doc/hackersguide/stream.docbook | |||
2007-06-02 | Don't use GNU make extensions for fig to png creation, as the old-style ↵ | Diego 'Flameeyes' Pettenò | |
suffix rules works. | |||
2007-05-20 | Add stdout redirection to the example scan command. | Darren Salt | |
2007-05-20 | Mention other methods of getting the current dir; use shell quoting. | Darren Salt | |
2007-05-20 | Make it clearer that the notes immediately below the MRL summary are important. | Darren Salt | |
2007-05-13 | DVB MRL documentation corrections, additions and tweaks. | Darren Salt | |
Add documentation for dvba: MRLs. Mention that the service ID is required for dvbs:, dvbc: and dvbt:. Replace _ with - in the DVB tuning info descriptions (for formatting reasons). | |||
2007-05-21 | Merge changes from main 1.2 tree | Matt Messier | |
2007-05-20 | Update gxine's config file location ready for 0.6.0. | Darren Salt | |
2007-05-20 | Update the channels.conf location (using the XDG user config default). | Darren Salt | |
2007-05-20 | Merge doc updates from 1.1. | Darren Salt | |
2007-05-18 | Add README.macosx for information on Mac OS X support | Matt Messier | |
2007-05-17 | Merge from 1.1. | Darren Salt | |
2007-04-19 | Define DOXYGEN when building doxygen documentation, to allow #ifdeffing the ↵ | Diego 'Flameeyes' Pettenò | |
definitions. | |||
2007-04-19 | Exclude gsm610 and nosefart code that is contributed code. | Diego 'Flameeyes' Pettenò | |
2007-04-15 | Merge from 1.1. | Darren Salt | |
2007-04-15 | Document the preferred ways of submitting patches. | Darren Salt | |
2007-04-14 | Check for __malloc__ attribute during configure stage, avoid conditional in ↵ | Diego 'Flameeyes' Pettenò | |
xineutils.h for it, instead use XINE_MALLOC. | |||
2007-04-12 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-04-11 | Split the DVD MRL brief description. Stops a "can't adjust line" warning. | Darren Salt | |
2007-04-11 | Null-define XINE_PROTECTED as it's not to be shown on documentation. | Diego 'Flameeyes' Pettenò | |
Non-static non-public functions should be properly marked @internal instead. | |||
2007-04-10 | Expand ATTR_ALIGN to nothing to avoid having __attribute__ declarations in ↵ | Diego 'Flameeyes' Pettenò | |
the middle of a structure declaration. | |||
2007-04-10 | Define XINE_PACKED to nothing during Doxygen run so that it's not disturbing ↵ | Diego 'Flameeyes' Pettenò | |
when present in the structures' definition. | |||
2007-04-09 | Until the contributed code is moved in its own contrib/ tree, ignore those ↵ | Diego 'Flameeyes' Pettenò | |
parts we don't care about to document. | |||
2007-04-09 | Add a Doxyfile.in file for doxygen support, changes for that are coming; ↵ | Diego 'Flameeyes' Pettenò | |
more changes to the Doxyfile are needed. |