]> git.lyx.org Git - lyx.git/history - src/support
more dialog merging
[lyx.git] / src / support /
2007-04-21 Abdelrazak Younes* operator==(docstring const & l, char const * r):...
2007-04-06 Enrico ForestieriFix bug 3410 by Georg and me
2007-04-06 Georg BaumUse FileName instead of strings in support::Package.
2007-04-06 Georg Baumremove unneeded lyx qualifier
2007-04-06 Georg Baumremove duplicate top_srcdir()
2007-04-04 Bernhard RoiderFix bug 1826 + A more precise parser for bibtex files...
2007-04-03 Georg BaumNormalize everything that comes from 'outside' (plain...
2007-04-02 Georg BaumUse new isAlphaASCII and isDigitASCII functions instead...
2007-04-02 Georg Baumremove unused stuff
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-28 Jean-Marc Lasgouttes * src/encoding.C (latexChar,read):
2007-03-27 Georg BaumConvert makeRelPath to docstring (from Michael Gerz)
2007-03-23 Peter Kümmelfinal compilation: wheel was already invented :(
2007-03-22 Peter Kümmelmsvc: don't #define max and min
2007-03-20 Peter Kümmeltrivial changes for all-in-one compilation
2007-03-14 Enrico ForestieriDon't hide the library directory when it appears alone
2007-03-13 Georg BaumDon't use the char version of uppercase
2007-03-02 Georg Baum * src/support/lstrings.C
2007-02-28 Jean-Marc Lasgouttes * support/filetools.C (makeDisplayPath): if the file...
2007-02-27 Georg BaumFix bug 2937 (from Jean-Baptiste LAMY)
2007-02-26 Georg BaumGet rid of some locale dependant functions
2007-02-26 Georg Baumremove stray dollar sign
2007-02-26 Abdelrazak Younes* support/qstring_helpers.h: erase ucs4_to_qstring...
2007-02-26 Abdelrazak YounesFix support lib dependency problem.
2007-02-26 Abdelrazak Younesadd config.h
2007-02-26 Georg BaumAlmost fix 'make check'. The only remaining problem...
2007-02-26 Georg Baumforgot this
2007-02-26 Georg BaumFix character classification functions by using qt...
2007-02-25 Lars Gullik BjønnesFix-up damage done by overeager script in r15422
2007-02-25 Jean-Marc LasgouttesMove translated files to their own directory
2007-02-25 Georg Baum * src/support/filetools.C
2007-02-24 Georg BaumFix bug 3266
2007-02-19 Georg BaumDon't include files inside the lyx namespace (compile...
2007-02-13 Jürgen Spitzmüller* src/LaTeX.C (deplog): fix the regex to parse filename...
2007-01-29 Georg BaumRevert unwanted stuff from last commit
2007-01-29 Georg BaumFix LyX paste from system clipboard when the file forma...
2007-01-28 Georg BaumAdd machinery to output arbitrary unicode characters...
2007-01-24 Georg Baumcompile fix: std::exception does only have a default...
2007-01-24 Abdelrazak YounesDisplay error/warning dialogs if possible.
2007-01-23 Abdelrazak Younesrevert last change
2007-01-23 Abdelrazak Younesrevert last change
2007-01-23 Abdelrazak YounesReplace lyxerr based warnings and errors with Alert...
2007-01-23 Abdelrazak YounesReplace lyxerr based warnings and errors with Alert...
2007-01-22 Enrico ForestieriFix encoding of converters path and arguments
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Abdelrazak YounesPartly revert revision 16744. Georg doesn't want to...
2007-01-18 Abdelrazak YounesConvert internal_path() to unicode (partially). Fix...
2007-01-11 Enrico ForestieriLog:
2007-01-09 Georg BaumMake the output of \inputencoding commands (and the...
2007-01-09 Georg BaumAdd some documentation for findtexfile
2007-01-08 Jean-Marc Lasgouttes * support/os_unix.C (canAutoOpen, autoOpenFile): on...
2007-01-05 Bo Pengsrc/support/unlink.C: Fix an #include error
2007-01-05 Georg BaumFix bug 3067: Special column attributes can contain...
2007-01-03 Michael Schmittchange LYX_USER_DIR_1[234]x to LYX_USER_DIR_15x
2007-01-02 Georg BaumImplement more detailed iconv error messages for better...
2007-01-02 Georg Baum * src/support/unicode.C
2006-12-28 Georg Baum * src/support/unicode.C
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-22 Georg Baumfix encoding of user name and email address
2006-12-21 Georg BaumFix another instance of filename encoding problems
2006-12-21 Georg BaumFix two filename bugs (from Enrico and me)
2006-12-21 Abdelrazak YounesChange the rule to generate package.C from %VAR% to...
2006-12-17 Enrico ForestieriDon't use a global variable for avoiding removal of...
2006-12-17 Georg BaumConvert most of the bibtex machinery to docstring.
2006-12-17 Georg BaumAdd some forgotten FileName conversions to enable insta...
2006-12-15 Enrico ForestieriAccount for a bigger width or precision when inserting...
2006-12-15 Edwin Leuvengeorg baum:
2006-12-15 Enrico ForestieriProvide do_put methods for inserting all remaining...
2006-12-14 Enrico ForestieriProvide do_put methods for inserting "unsigned long...
2006-12-13 Bo Pengrevert r16260
2006-12-13 Bo PengBe consistent in how qt headers are included (QtCore...
2006-12-12 Georg BaumMake libQtCore a support library like boost and impleme...
2006-12-10 Georg Baumconvert thesaurus and spellchecker to docstring
2006-12-05 Edwin Leuven* convert dir to internal path
2006-12-05 Georg Baummore unicode filenames (+ fix one possible initializati...
2006-12-04 Georg BaumMake string conversion work with non-ucs2-characters...
2006-12-04 Georg BaumAllow empty file names in constructor, since empty...
2006-12-03 Michael Schmittsrc/support/filename.C: add assertion to ensure that...
2006-12-02 Georg Baumremove unused stuff
2006-12-01 Georg Baummore unicode filenames
2006-11-29 Enrico ForestieriBetter using a space instead of '\0' in the num_get...
2006-11-28 Enrico ForestieriDocument the terminating '\0' in the num_get facet.
2006-11-28 Enrico ForestieriWas forgetting this
2006-11-27 Enrico ForestieriImprove the num_get locale facet
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-19 Bo PengDetect mode_t for safe use of chmod, and for scons...
2006-11-18 Abdelrazak Younesadd comment about location of the implementation.
2006-11-18 Abdelrazak Younes* lyx_main.[Ch]
2006-11-18 Georg BaumSplit FileName into FileName and DocFileName. FileName...
2006-11-17 Enrico ForestieriAdd locale facet in order to input numbers from wide...
2006-11-17 Abdelrazak Younes* docstring.C: add a FIXME in utf8_to_ucs4() WRT static...
2006-11-15 Georg BaumFix crashes reported by Bennet Helm and Kornel Benko
2006-11-14 Peter Kümmeldisable chmod usage with msvc
2006-11-13 Peter Kümmel chmod fixes for msvc
2006-11-13 Georg BaumAdd support for the esint package
2006-11-13 Georg BaumAdd a cache for converted image files. This needs to...
2006-11-13 Georg BaumUse wctype character classification functions if possible
2006-11-12 Georg BaumFix output of labels and references that contain charac...
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-11 Enrico ForestieriAdd locale facet in order to output numbers to wide...
next