]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiFontMetrics.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiFontMetrics.cpp
2008-09-08 Pavel SandaCoding style
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-02 Abdelrazak YounesHopefully fix monolithic build.
2008-02-14 Abdelrazak Younesfactorize code between GuiFontMetrics::rectText() and...
2008-02-14 Abdelrazak Younes* buttonText(): painting tweaks.
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-13 André Pönitzremove #includes; cosmetics
2007-11-08 André Pönitzshuffle stuff around
2007-10-08 Abdelrazak YounesAdd a FIXME and a hint for implementation of surrogate...
2007-08-13 Abdelrazak YounesOptimisation: don't search twice the hash tables.
2007-05-31 Abdelrazak YounesPut again the (slightly edited) caution warning from...
2007-05-31 Abdelrazak YounesThis commit allows to support the full unicode range...
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...