]> git.lyx.org Git - lyx.git/history - src/support
* InsetMathNest.C (handleFont): avoid crash on undo when
[lyx.git] / src / support /
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...
2006-11-03 Joost Verburgstart lyx namespace after header files
2006-10-31 Georg Baum * src/support/docstream.C
2006-10-30 Georg BaumRemove unused variable
2006-10-30 Abdelrazak Younesremove the constness of the two code strings because...
2006-10-29 Abdelrazak Younes* unicode.[Ch]: new IconvProcessor class that enable...
2006-10-28 Abdelrazak Younes* LyXLex::Pimpl::buff is now a string.
2006-10-26 Georg BaumRestore inputenc support
2006-10-22 Asger Ottar Alstrup- We guess Lars smoked something (we didn't see him...
2006-10-22 Lars Gullik BjønnesLFUN_UNICODE_INSERT - unicode-insert
2006-10-22 Lars Gullik BjønnesThe Gtk removal from trunk.
2006-10-22 Asger Ottar Alstrup- 5% speed-up by reserving space in the vector we build...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Abdelrazak Younesput back the :: global namespace identifiers.
2006-10-21 Abdelrazak YounesMSVC linking error fix:
2006-10-21 Abdelrazak YounesMSVC compilation fix.
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-20 Asger Ottar Alstrup- Fix crash on closing a document where for instance...
2006-10-20 Asger Ottar Alstrup- Fix a few unicode bugs
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-18 Abdelrazak Younesadd some sanity checks.
2006-10-17 Abdelrazak YounesMacOSX compile fix.
2006-10-13 Georg BaumAdd missing convert<> specialization for unsigned long.
2006-10-12 Georg BaumWork around a gcc bug on systems where wchar_t is not...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Georg Baumqt3 compiles again
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-09 Abdelrazak Younesmore unicode work.
2006-10-08 Georg BaumFix debug output (detected by a MSVC warning)
2006-10-08 Georg BaumOops, I forgot to return a reference in operator+=...
2006-10-08 Georg BaumAdd operator += for ASCII C strings and single ASCII...
2006-10-07 Enrico ForestieriReplace the magic value 1000 with a const variable
2006-10-03 Georg BaumFix crash on systems where sizeof(wchar_t) == 2 and...
2006-10-03 Abdelrazak YounesAPPLE compilation fix.
2006-10-03 Enrico ForestieriAvoid compile errors due to the min/max macros on mingw...
2006-10-03 Enrico ForestieriAvoid a compilation error on cygwin
2006-10-02 Enrico ForestieriFix build on cygwin when using --without-x
2006-10-02 Abdelrazak YounesThis commit moves system font initialization and restor...
2006-09-19 Lars Gullik Bjønnespropdel svn:executable
2006-09-13 Georg BaumUse wchar_t as lyx::char_type if it is 32 bit wide.
2006-09-13 Georg Baums/boost::uint32_t/lyx::char_type/g except in the defini...
2006-09-13 Georg BaumCompile fix for the case when USE_BOOST_FORMAT is 0
2006-09-11 Georg BaumFix converters in our scripts directory
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-11 Georg BaumAdd operator+ for ASCII characters and ASCII C strings
2006-09-10 Lars Gullik BjønnesMore unicode work. Fixup some usages.
2006-09-10 Lars Gullik BjønnesSome further work and simplification. Now the conversio...
2006-09-10 Lars Gullik BjønnesCleanup and speedup some of the conversion functions...
2006-09-10 Abdelrazak Youneswin32 compilation fix
2006-09-09 Lars Gullik BjønnesChange MenuBackend and the other menuclasses to store...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-08 Bo PengMinor os_cygwin.C change, from Enrico
2006-09-07 Georg Baums/errno.h/cerrno/
2006-09-07 Georg BaumFix compile error
2006-09-06 Peter Kümmelupdate to boost 1.34 cvs
next