]> git.lyx.org Git - lyx.git/history - src/support
Remove redundant code.
[lyx.git] / src / support /
2010-11-17 Richard HeckRemove redundant code.
2010-11-06 Vincent van Ravesteijnsrc/support/debug.h/cpp:
2010-11-05 Vincent van RavesteijnAdd a static assert to prevent compilation on platforms...
2010-11-01 Pavel Sandatypo
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-10-21 Peter Kümmelupdate .am files
2010-10-21 Peter Kümmelno QtGui in support
2010-10-20 Peter Kümmelfirst include config.h
2010-10-20 Peter Kümmelline ending
2010-10-20 Peter Kümmeladd generic helper class for calling functions in gui...
2010-10-14 Pavel SandaThis stuff is general enough for lstrings
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-09-25 Uwe Stöhrfiletools.cpp: revert r35499 until we found a proper...
2010-09-25 Uwe Stöhrfiletools.cpp: fix #6916 - round parentheses are valid...
2010-09-24 Richard HeckKeeping the comma leads to bug #6914, since we end...
2010-09-20 Enrico ForestieriInstead of specifically addressing glibc, use NULL...
2010-09-19 Pavel SandaPATH_MAX is not guaranteed by POSIX (fixes bug #6906).
2010-09-06 Abdelrazak YounesFix gcc warning.
2010-09-06 Abdelrazak Youneswhitespace
2010-09-06 Stephan Wittavoid spell check with out of range start value
2010-09-06 Stephan Wittavoid compiler warning
2010-09-04 Stephan Wittimplement the paragraph check feature for apple speller
2010-08-31 Stephan Wittavoid assignment in if-expression
2010-08-22 Stephan Wittprepare native spell checker interface for check of...
2010-08-07 Jean-Marc LasgouttesBug #6842, part II
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-08-05 Jean-Marc Lasgouttessilence some warnings by removing unused parameters
2010-08-03 Jean-Marc Lasgouttestiny simplification
2010-07-17 Peter Kümmelcmake: fix merged build
2010-07-17 Peter KümmelUNDO: enc
2010-07-17 Pavel SandaFix tarball creation
2010-07-17 Peter Kümmeladd first version of .lyx file encryption. It's disable...
2010-07-16 Enrico ForestieriRemove left over.
2010-07-16 Enrico ForestieriFix output to terminal when LyX is launched from a...
2010-07-16 Peter Kümmelno output to stdout when redirecting, cleanup
2010-07-16 Peter Kümmelfix stupid renaming error
2010-07-16 Peter Kümmellyx sytle
2010-07-16 Peter KümmelCamelCase
2010-07-16 Peter Kümmelonly guard terminal output.
2010-07-11 Stephan Wittcorrect result array use in makeSuggestionAppleSpeller
2010-07-11 Stephan Wittavoid LYX_PLATFORM_DARWIN10 macro
2010-07-07 Stephan Wittprovide native spell checker for Mac OS X
2010-07-03 Stephan Wittrestore original version
2010-07-02 Stephan Wittadd checks for empty word list to avoid crashes later...
2010-06-30 Jean-Marc Lasgouttesrework regexp processor magic ; make tr1 work with...
2010-06-30 Peter KümmelTR1: move TR1 check to config.h / buildsystem
2010-06-30 Peter KümmelTR1: check in cmake for GCC version, fallback in checkt...
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-29 Peter Kümmelmingw fix
2010-06-29 Joost VerburgInclude io.h only on Windows
2010-06-28 Joost VerburgLaunch external Windows processes for e.g. display...
2010-06-14 Pavel SandaFile missing in the tarball
2010-06-07 Peter Kümmeldon't block GUI when showing all debug messages
2010-06-05 Peter Kümmelalso use TR1 code for bind and shared_ptr when compilin...
2010-05-24 Peter Kümmelmsvc10 work around: use complete std:numpunct<char...
2010-05-16 Pavel SandaKeep the string in synchro with the code around
2010-04-22 Peter Kümmeldon't forget to pack numpunct_lyx_char_type.h
2010-04-22 Peter Kümmeladd new files to Makefile.am.
2010-04-22 Peter Kümmeldon't pollute the global namespace, move bind and share...
2010-04-22 Peter Kümmelbuild with GCC
2010-04-22 Peter Kümmelbuild with msvc10. Seems there is a bug in their STL...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter Kümmelat least compile with msvc10.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaLast bits.
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-16 Pavel SandaFix bug #6649 - fix texrow structure generated by Inset...
2010-04-14 Stephan Witttiger support on mac snow leopard, include Qt4 framewor...
2010-04-08 Stephan Wittadd support for private aspell framework for mac os
2010-04-08 Stephan Wittreduce compiler warnings (deprecated method, uninitiali...
2010-03-29 Richard HeckIf the translation fails for some reason, just return...
2010-03-29 Richard HeckMake these const, too. I mean, why not?
2010-03-12 Enrico ForestieriFix command line parsing and allow unicode arguments...
2010-03-06 Pavel SandaFix unsafe use of fixed width arrays.
2010-03-06 Pavel SandaRemove unused SignalSlot files per Abdel's suggestion
2010-03-06 Pavel SandaFile missing in tarball
2010-03-05 Pavel Sandanext one
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-25 Enrico ForestieriOn Windows, allow loading documents with non-ascii...
2010-02-23 Enrico ForestieriWhen using CREATE_NEW, CreateFile fails if the file...
2010-02-22 Enrico ForestieriOn windows, allow saving a document whose pathname...
2010-02-21 Enrico ForestieriWin95 is not supported by a long time now.
2010-02-21 Enrico ForestieriThis should have gone in r33524.
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2010-02-17 Enrico ForestieriOperator new[] should always be matched by operator...
2010-02-15 Pavel Sandatypo
2010-02-10 Jürgen Spitzmüller* Thesaurus.cpp:
2010-02-10 Abdelrazak YouneshasDigit(): Avoid a string copy as this is in a critica...
2010-02-09 Jürgen Spitzmüller* support/lstring.{cpp,h}:
2010-01-30 Peter KümmelCMake: fix merged build, seems GCC could not handle...
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-24 Vincent van RavesteijnFix compilation with CMake on linux. (Am I the only...
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2010-01-13 Enrico ForestieriQuery the cygdrive prefix only if the cygwin mount...
next