]> git.lyx.org Git - features.git/history - src/frontends/qt2/qfont_loader.C
update ignore, and make sure to dist the lyx2lyx_version.py.in template file
[features.git] / src / frontends / qt2 / qfont_loader.C
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2005-07-17 André Pönitzprobably fixed bug 1561
2005-07-16 André Pönitzsome more inlining
2005-07-16 André Pönitzmake FontInfo & fontinfo(LyXFont const & f) inline
2005-07-16 André Pönitzrename qfont_loader and font_info to mathc LyX naming...
2005-07-16 André Pönitzsimplify function calls
2005-07-16 Jean-Marc Lasgouttesget rid of the lib/xfonts hack
2005-06-16 Jean-Marc Lasgouttesplug two memory leaks
2005-06-10 Jean-Marc Lasgouttesdo not cache font width with recent Qt versions
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-05 Jürgen Spitzmüllerfloat2string #3 (lyxrc)
2004-10-13 Jean-Marc Lasgouttesfix math fonts with LyX/Mac
2004-09-14 Jean-Marc Lasgouttesmake LyX work better when run from a directory which...
2004-05-20 Angus LeemingSane ordering of the files #included in the Qt frontend.
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-01-15 Jean-Marc Lasgouttesallow mac os x to find its fonts
2004-01-07 Jean-Marc Lasgouttesmake LyX/Mac compile and work better
2003-10-08 Jean-Marc Lasgouttessmall osx-related bits
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-29 Lars Gullik BjønnesFix compilaton issues by including debug.h first.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Jean-Marc Lasgouttessome includes needed to build on gcc-2.96 + qt-2.3
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-05 Angus LeemingStrip out another 350 redundant #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-29 Jean-Marc Lasgouttescompile fix for gcc 2.95.3
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-13 John Levongo through horrendous contortions to work around font...
2003-04-26 John Levonremove stale FIXME
2003-03-31 John Levonsome reworking to allow Qt to successfully choose a...
2003-03-03 Dekel TsurFix math fonts problem
2003-02-25 Angus LeemingStrip trailing whitespace.
2003-02-21 Jean-Marc Lasgouttesmake some fonts warnings quieter
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-06 Angus LeemingMinor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
2002-12-21 Dekel TsurCall to addFontPath() in isAvailable
2002-12-18 John Levonsmall tweak
2002-12-18 John LevonRe-written font loader. This gets the Qt 2 case right...
2002-12-17 John LevonThe big Qt toqstr/fromqstr patch.
2002-12-11 John Levonwidthcache ting
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-27 Dekel Tsurlyxrc.*_font_foundry
2002-11-17 John Levonok, now we use qfontdatabase (thanks Dekel). Things...
2002-11-17 John Levoncrash fix
2002-11-17 John Levonfinish most prefs
2002-10-28 Dekel TsurChange style
2002-10-28 Dekel TsurAdd xfonts to the font path if necessary.
2002-10-20 Dekel TsurUse QT_VERSION >= 300 instead of >= 0x030000
2002-10-20 Lars Gullik Bjønnesthe qtclean-2 patch with some very small changes
2002-10-19 Lars Gullik Bjønnessmall cleanup and removal of warnings
2002-10-16 Lars Gullik Bjønnesfont_loader.C (font_info): correct calculation of font...
2002-10-15 Dekel TsurFix qfont_loader::available for QT2.
2002-10-14 Dekel TsurImplement qfont_loader::available.
2002-09-24 Angus LeemingLots and lots of little trivial bits.
2002-09-14 John LevonSpaces menu for math dialog
2002-09-08 John Levonfix emph style. Needed realShape (uggggh)
2002-09-07 John Levonfix size of symbols etc.
2002-09-07 John Levonadd debug for what fonts we use
2002-06-19 John LevonMissing files, get keyboard partly working
2002-06-19 John LevonThe initial merge of the Qt frontend, and the necessary...