]> git.lyx.org Git - lyx.git/history - src/support
let the compiler do the maths to compute array size
[lyx.git] / src / support /
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...
2010-01-08 Enrico ForestieriAdd support for the newly released Cygwin 1.7.
2010-01-03 Pavel SandaKeep in synchro with "All messages"
2009-12-30 Peter Kümmeluse template instead of macro,
2009-12-30 Peter Kümmelno stl includes in debug.h
2009-12-29 Peter KümmelAdd Pavel's lyxerr extension, add ui for debug levels.
2009-12-27 Pavel SandaUnneeded header
2009-12-27 Peter Kümmelremove debug code
2009-12-27 Peter Kümmelcleanup process output
2009-12-27 Peter Kümmeladd some debug info
2009-12-26 Peter Kümmelfix formatting
2009-12-26 Peter Kümmelbe sure processFinished() is only called once.
2009-12-26 Peter Kümmelworkaround for Qt (4.5.2) bug: QProcess::started(...
2009-12-22 Enrico ForestieriAdd support for the forthcoming Cygwin 1.7.
2009-12-21 Peter Kümmel- Show progress information in status bar.
2009-12-20 Peter Kümmeladd progress widget: update Makefiles
2009-12-20 Peter Kümmeladd progress widget
2009-12-20 Peter Kümmeladd progress widget
2009-12-19 Peter KümmelDon't process gui events by default it's too dangerous...
2009-12-19 Enrico ForestieriFix bug #4063: LyX cannot handle apostrophe characters...
2009-12-19 Enrico ForestieriImprove the command-line parser meant to be used for...
2009-12-18 Enrico ForestieriAllow double quotes in file names passed to converters.
2009-12-18 Peter KümmelUNDO: single quotes in filenames are possible
2009-12-18 Peter KümmelTicket 6266 Quoting Problem with QProcess: don't think...
2009-12-13 Peter Kümmeltypo
2009-12-13 Peter Kümmelcleanup error messages
2009-12-12 Vincent van RavesteijnFix compilation without QProcess.
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-12-06 Peter Kümmeljust discovered qtcreators feature 'replace tabs on...
2009-12-06 Peter Kümmelno timeout when starting up a process, cleanup error...
2009-12-05 Vincent van RavesteijnAdd a FileName::refresh function and replace one call...
2009-12-04 Pavel SandaComment
2009-12-04 Peter Kümmeladd argument to suppress event processing
2009-12-04 Peter Kümmelfix unused var warning
2009-12-04 Peter Kümmelfix init order
2009-12-04 Peter KümmelEnable user input processing when an external process...
2009-12-04 Peter Kümmelalso process user input, trigger more processEvents
2009-12-04 Pavel Sandagcc complains because of inicialization order
2009-12-04 Peter Kümmelcoding style
2009-12-04 Peter Kümmelalso delete process on errors, use RAII therefore
2009-12-04 Peter Kümmelmore cleanup without behavior changes
2009-12-04 Peter KümmelMove some code from the process branch into trunk.
next