summaryrefslogtreecommitdiff
path: root/lily/system.cc
Commit message (Expand)AuthorAgeFilesLines
* Issue 4577: Remove the nasty workaround for platforms that don't provide...Dan Eble2015-09-111-10/+3
* Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"...David Kastrup2015-08-231-2/+0
* Issue 4550 (1/2) Avoid "using namespace std;" in included files...Dan Eble2015-08-201-0/+2
* Issue 4541 (2/2) Clean up......Dan Eble2015-08-141-6/+6
* Issue 4540: Rename Grob::pure_height() to pure_y_extent() to avoid...Dan Eble2015-08-141-1/+1
* Issue 4512: Remove redundant occurences of this->David Kastrup2015-07-271-6/+6
* Issue 4462/1: Create a module variable access system for C++...David Kastrup2015-07-021-2/+3
* Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob...Dan Eble2015-05-221-24/+24
* Issue 4377: Run a script for using derived_unsmob where obvious...David Kastrup2015-05-121-2/+2
* Replace C++ (in)equality checks with proper SCM syntax...Valentin Villenave2015-04-211-1/+1
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
* Replace remaining uses of unsmob_xxx with Xxx::unsmob...David Kastrup2014-08-021-1/+1
* unsmob_pitch -> Pitch::unsmob and related...David Kastrup2014-08-021-22/+22
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-111-1/+1
* Issue 3656/2: disambiguate our own ::to_string from std::to_stringDavid Kastrup2013-11-201-1/+1
* Issue 3365: Create and use uniquify function for removing duplicate Grobs...David Kastrup2013-05-181-2/+1
* Uses only unpure-pure containers to articulate unpure-pure relationships (iss......Mike Solomon2013-03-051-4/+2
* Improvements in vertical skyline approximations (issue 2148)....Mike Solomon2012-08-271-13/+50
* Removes duplicate footnote-interface implementing grobs from all_elements_Mike Solomon2012-06-151-0/+14
* Issue 2491: Macro for(UP_and_DOWN) and 3 similar....Łukasz Czerwiński2012-04-301-3/+1
* Reduce amount of consing (mostly replace reverse with reverse! where appropri...David Kastrup2012-03-281-1/+1
* Reverts smobification of simple spanners....Mike Solomon2012-01-181-77/+0
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Implements padding at right-broken hairpins that come up against span bars....Mike Solomon2011-12-161-0/+30
* Run astyle 2.02.Graham Percival2011-12-121-10/+10
* Gets vertical ordering of footnotes correct....Mike Solomon2011-11-241-34/+85
* Makes line breaking options more accessible to grobs.Mike Solomon2011-11-091-0/+77
* Adds in-notes to LilyPond....Mike Solomon2011-11-031-10/+32
* Several fixes for annotate-spacing....Joe Neeman2011-10-081-0/+60
* Implements unpure-pure-containers in LilyPond....Mike Solomon2011-09-011-0/+1
* Proper loglevels: cmd-line option --loglevel=NONE/ERROR/WARN/BASIC/PROGRESS/D......Reinhold Kainhofer2011-08-141-8/+4
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-111/+111
* Adds automatic numbering to footnotes....Mike Solomon2011-07-281-23/+8
* Changes the spanner-placement property of FootnoteSpanner to ly:dir...Mike Solomon2011-03-151-10/+8
* Implements annotations for footnotes....Mike Solomon2011-03-091-5/+3
* Fixes break-visibility issue in system.cc for footnotes....Mike Solomon2011-03-061-0/+2
* This patch is meant to be a TEST ONLY of footnotes at the bottom of...Mike Solomon2011-03-061-1/+117
* Fix #1490: Allow page labels on loose columns....Neil Puttock2011-02-211-3/+17
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
* Clean up the Align_interface API.Joe Neeman2010-10-241-2/+2
* Fix 1240....Joe Neeman2010-10-241-2/+25
* Fix the usage of min-distance in page breaking....Joe Neeman2010-10-241-0/+28
* Include broken items in system pure-height.Joe Neeman2010-10-241-3/+17
* Remove unused properties.Neil Puttock2010-07-271-1/+0
* Fix #1192....Neil Puttock2010-07-261-44/+43
* Fix 1062....Joe Neeman2010-06-301-1/+55
* Use object callbacks for pure-height caching.Joe Neeman2010-06-301-0/+1
* Revert "Fix 1062."...Joe Neeman2010-06-261-17/+1
* Fix 1062....Joe Neeman2010-06-221-1/+17
* Fix 1053....Boris Shingarov2010-04-221-0/+37