summaryrefslogtreecommitdiffstats
path: root/src/cite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-26/+27
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-74/+34
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-11/+12
* Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-44/+46
* bug 668003 Default LaTeX header misses $-placeholdersalbert-github2021-01-051-37/+6
* Miscounting of lines in respect to page commandalbert-github2020-09-241-1/+1
* Spelling corrections is commentsalbert-github2020-08-091-1/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-311-6/+5
|\
| * Debug facility for the \cite commandalbert-github2020-07-311-6/+5
* | Moved citation cross reference searching to a separate functionDimitri van Heesch2020-07-311-84/+116
* | crossref citations are shown unconditionallyalbert-github2020-07-311-5/+8
* | crossref citations are shown unconditionallyalbert-github2020-07-301-23/+26
* | crossref citations are shown unconditionallyalbert-github2020-07-291-1/+38
|/
* Spelling correction in cite codealbert-github2020-06-131-1/+1
* Catch all wrong mkdir calls (coverity)albert-github2020-06-121-1/+5
* Fixed compilation issue on Windows for setNum with size_t argumentDimitri van Heesch2020-06-061-1/+1
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-22/+18
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-15/+17
* Restructure citation handlingDimitri van Heesch2020-02-161-113/+164
* Renamed Portables to PortableDimitri van Heesch2019-12-081-3/+3
* Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-3/+3
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-1/+1
* Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+1
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-1/+1
* Fix some typos luz.paz2019-09-161-1/+1
* issue #6733 invalid cite anchor id when using crossrefalbert-github2019-01-041-7/+54
* Extending \cite command with '-' and '?' characters.albert-github2018-11-171-1/+3
* Misc. typosluz.paz2018-04-251-1/+1
* Misc. typosluzpaz2017-12-231-1/+1
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-10/+10
* Bug 751300 - Doxygen don't support longer key in bibtexDimitri van Heesch2015-07-191-2/+2
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-1/+0
|\
| * Remove unused local and static global variablesalbert-github2014-12-271-1/+0
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
|/
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-131-27/+4
* Generate error message in case bibtex generation failsalbert-github2014-10-101-2/+9
* Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cppDimitri van Heesch2014-09-231-1/+0
* Different latex problemsalbert-github2014-09-031-5/+14
* No warning in case cite definition is missingalbert-github2014-08-181-1/+1
* Fixed typo and used QString for directoryDimitri van Heesch2014-08-181-3/+2
* Bug 700510 - Bibliography duplicate filenames failsalbert-github2014-07-051-78/+64
* Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-06-191-0/+4
* On windows citelist.doc remainsalbert-github2014-02-091-0/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-1/+1
* This patch contains changes regarding the build system so that the *nix and W...albert-github2013-10-061-2/+2
* LaTeX: Fix ToC entries of index/bibliographyDimitri van Heesch2013-09-281-1/+6
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-6/+6
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-4/+12
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-9/+9