]> git.lyx.org Git - lyx.git/history - src/support
* src/LaTeX.C: beautification: use identical user messages
[lyx.git] / src / support /
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
2006-09-05 Lars Gullik BjønnesUpdate in-tree boost to latest from boost 1.34 cvs.
2006-09-04 Georg BaumFix byte order problems
2006-09-03 Abdelrazak Younes* MSVC compilation fix: replace subst template with...
2006-09-03 Abdelrazak YounesAll methods: use char_type as argument instead of char.
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-02 Georg BaumFix some conversion problems spotted by MSVC warnings
2006-09-02 Abdelrazak Younesiconv_convert(): return empty vector in case of empty...
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-09-01 Abdelrazak YounesPatch from Enrico:
2006-08-31 Abdelrazak Younessimple one line optimisation in iconv_convert().
2006-08-16 Bo PengScons: add support for msvc qt3
2006-08-15 Georg Baum * src/support/docstring.h: Add char_traits template...
2006-08-14 Abdelrazak Younesdeleted "#include <boost/cstdint.hpp>" as it is already...
2006-08-14 Abdelrazak YounesWindows compilation fixes.
2006-08-14 Abdelrazak Younesadd docstring.h
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-25 Bo PengRemove the hide console trick in support/os_win32.C...
2006-07-16 Georg BaumFix bug 2524
2006-07-08 Georg Baummake FileName::isZipped more efficient by caching previ...
2006-07-08 Michael Schmitt remove xforms relicts
2006-06-30 Bo PengStop using 'sh uname' etc for cygdrive, from Enrico...
2006-06-30 Georg BaumCall python with the -tt switch to make mixed tab/space...
2006-06-27 Jean-Marc Lasgouttes Renaming:
2006-06-26 Bo PengGenerate python code in GraphicsConverter.C, replace...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-06-15 Georg Baum * src/support/lyxalgo.h
2006-05-29 Jean-Marc Lasgouttes * src/support/os_unix.C (canAutoOpenFile, autoOpenFil...
2006-05-29 Bo PengSome MSVC2003/2005 compatibility fixes, from Bo Peng...
2006-05-18 Georg Baum * src/support/os.h
2006-05-17 Jean-Marc LasgouttesNew auto-open feature from Bo Peng (with help from...
2006-05-14 Georg BaumRemove remaining OS/2 bits:
2006-05-10 Lars Gullik BjønnesRemove the now superseeded SConscript files, and some...
2006-05-10 Bo PengScons: various fixes from Enrico (aspell, aikasurus...
2006-05-07 Bo Pengscons-based build system, by Bo Peng (ben.bob@gmail...
2006-04-27 Jean-Marc Lasgouttes * src/support/package.C.in (get_build_dirs): Look...
2006-04-27 Jean-Marc Lasgouttes * src/support/package.C.in (relative_locale_dir):...
2006-04-22 Georg BaumFix bug 2285 (tex2lyx is not found by lib/configure...
2006-04-21 Bo PengReplace gzstream by boost::iostreams::gzip_(de)compress...
2006-04-20 Georg BaumMake MathBigInset working
2006-04-15 Georg BaumFrom Enrico Forestieri:
2006-04-09 Lars Gullik Bjønnes* support/types.h: introduce the char_type type
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
next