]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiFontLoader.cpp
Fix trailing whitespace in cpp files.
[lyx.git] / src / frontends / qt4 / GuiFontLoader.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-05-07 Daniel RamöllerPreferences shows current zoom instead of preference...
2016-11-20 Guillaume MunchCorrect computation of math font size
2016-08-04 Guillaume MunchPartially revert "Replace static with thread_local...
2016-08-01 Guillaume MunchReplace static with thread_local when used for caching
2016-07-18 Richard HeckFix cut and paste error in last commit.
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2016-07-18 Richard HeckRevert "Do not crash is release mode if we stumble...
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2015-11-17 Jean-Marc LasgouttesUse a QCache for string metrics
2015-01-21 Enrico ForestieriSolve the "soft-hyphen" (0x00ad) symbol problem.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesRemove support for LyXRC::force_paint_single_char
2014-06-25 Jean-Marc LasgouttesGet rid of ugly font metrics workarounds.
2014-06-07 Georg BaumFix bug #7954 (now really)
2014-05-19 Georg BaumRemove unneeded slash
2014-05-07 Jean-Marc LasgouttesRely on Qt to handle small caps text
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-08 Georg BaumWork around broken math symbol display (bug 7954)
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-12-15 Georg BaumAdd support for stmaryrd.sty (bug #8434)
2012-12-09 Georg BaumReplace some hard coded numbers with names
2010-12-29 Vincent van RavesteijnAdd some extra information about bug #3684.
2010-07-17 Uwe StöhrGuiFontLoader.cpp: forgot this in r34941
2010-07-17 Uwe Stöhrsupport for formal math script
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2008-05-02 Abdelrazak Younescosmetics
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 André Pönitzcosmetics
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-21 André Pönitzcosmetics
2008-03-20 André Pönitzcleanup/compile fix
2008-03-20 André Pönitzsimpliofy {Gui}FontLoader architecture a bit
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-02 Peter Kümmelfix memory leaks
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzcosmetics
2007-11-15 André Pönitzreduce line noise
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-15 André Pönitzconsmetics
2007-09-15 André Pönitzshuffle stuff around; minor coding style issues
2007-09-12 Enrico ForestieriFix crash with old versions (earlier than 2.2.92) of...
2007-09-12 Enrico ForestieriCompile fix.
2007-09-11 André Pönitzshuffle stuff around
2007-09-07 Enrico ForestieriRegister math fonts with Qt 4.2 or higher. Using Qt...
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-06-04 Stefan Schimanski* workaround for Qt not selecting a Times font on Mac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 Bo PengRename files in src/support, step one.
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,...