]> git.lyx.org Git - lyx.git/history - src/support
EmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio
[lyx.git] / src / support /
2008-11-26 Enrico ForestieriFix bug 641 (Detect stale lyxpipes after crash)
2008-11-20 Enrico ForestieriAccording to http://en.wikipedia.org/wiki/ISO-2022...
2008-11-20 Enrico ForestieriHrmpf.
2008-11-20 Enrico ForestieriWas forgetting this.
2008-11-20 Enrico ForestieriAfter a better understanding of the problem, restrict...
2008-11-18 Stephan Wittfix some memory leaks (NSAutoreleaseNoPool)
2008-11-18 Enrico ForestieriFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489...
2008-11-17 Pavel SandaSupport gcc 4.4. Patch from Martin Michlmayr.
2008-11-16 Jean-Marc Lasgouttesadd support for changing encoding on idocstream
2008-11-16 Enrico ForestieriFix for mingw/cygwin
2008-11-16 André Pönitzadd qt include paths
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-11-15 André Pönitzremove libtool
2008-11-14 Pavel Sandacomment
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-24 Pavel SandaFix bug 5399.
2008-10-15 Enrico ForestieriFix for latest MInGW w32api
2008-10-09 Jean-Marc LasgouttesX dependency cleanup (2/3)
2008-10-05 Peter Kümmelunderlying filesystem is case insensitive
2008-10-05 Pavel SandaTypo from Bennett
2008-10-05 Peter KümmelUse long path names when comparing FileNames
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-10-04 Peter Kümmeldon't reinvent the wheel
2008-10-04 Peter Kümmelfix bug 4693, Exporting files doesn't create the files...
2008-10-01 Abdelrazak YounesAttempt to fix http://bugzilla.lyx.org/show_bug.cgi...
2008-09-30 Peter Kümmelwin2k fixes
2008-09-29 Jean-Marc Lasgouttescompilation fix
2008-09-29 Abdelrazak YounesMerge FileFileName::Private::checksum() into FileFileNa...
2008-09-29 Abdelrazak Younesprevious commit: revert debugging code.
2008-09-29 Abdelrazak YounesFileName::Private::checksum(): disable Qt4.4 based...
2008-09-27 Abdelrazak Younesmove sum() to FileName::private::checksum() and add...
2008-09-27 Abdelrazak Younesheader cleanup: remove duplicate includes.
2008-09-27 Abdelrazak YounesFirst step toward fixing bug http://bugzilla.lyx.org...
2008-09-24 André Pönitzchar * for string literals is deprecated...
2008-09-22 Abdelrazak Younesadd FileName::extension() method.
2008-09-22 Enrico ForestieriOn Vista, if a file type is not registered, AssocQueryS...
2008-08-15 Jean-Marc LasgouttesAdd a new debug channel UNDO (in place of the unused...
2008-08-07 Richard HeckMake sure temporary files are created, by default,...
2008-08-03 Abdelrazak YounesFix linking problem when nls is disabled. Spotted by...
2008-07-30 Abdelrazak YounesAdd some comments.
2008-07-30 Abdelrazak Younesprevious rev: better fix from Richard.
2008-07-30 Abdelrazak YounesQt does not compare empty file info apparently.
2008-07-29 Richard HeckRefresh before checking for equality. Solves problem...
2008-07-29 Abdelrazak YounesSupport symlinks, also on Windows!
2008-07-29 Enrico ForestieriFix translatable message.
2008-07-29 Abdelrazak YounesDocFileName::operator==(): use FileName operator.
2008-07-29 Abdelrazak YounesPartially fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-29 Abdelrazak YounesAdd new FileName::set() method.
2008-07-28 Abdelrazak YounesSome locale related cleanup. JMarc, please when you...
2008-07-26 Enrico ForestieriAutomate setting of LYX_DIR_XXx and LYX_USERDIR_XXx...
2008-07-24 Abdelrazak YounesFix bug due to wrong interpretation of Qt's doc, take 2.
2008-07-24 Abdelrazak Youneswrong eol.
2008-07-24 Abdelrazak YounesFix bug due to wrong interpretation of Qt's doc.
2008-07-23 Abdelrazak Younesuse new FileName::tempName() method.
2008-07-23 Abdelrazak YounesIntroduce a new tempName() method with base directory.
2008-07-23 Abdelrazak Younesmove LyXerr QString specialisation to support/qstring_h...
2008-07-23 Abdelrazak YounesSafer temp file creation with regards to double slash.
2008-07-23 Abdelrazak YounesFileName::isDirWritable(): make is safer.
2008-07-23 Abdelrazak YounesBug fix: FileName doesn't like double slash. I am going...
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-07-22 Uwe StöhrPackage.cpp: fix comment position and a typo
2008-07-22 Uwe StöhrPackage.cpp: use 16x environment variable (This should...
2008-07-22 Abdelrazak Younestentatively fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-22 Enrico ForestieriThe QFileInfo::refresh() bug affects all *nix targets...
2008-07-21 Richard HeckFix bug 5075, I hope.
2008-07-20 Pavel SandaThis comment is wrong and causes bug in revision control.
2008-07-19 Richard HeckRevert unintentional commits.
2008-07-19 Richard HeckOptimize GuiCitation a bit by not checking the cache...
2008-07-19 Abdelrazak YounesPotentially fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-19 Abdelrazak YounesAdd some output for bug 4693
2008-07-16 Richard HeckFix for bug 5053. There are still some serious problems...
2008-07-16 Richard HeckClarify comments.
2008-07-14 Pavel SandaIntroduce Debug::SELECTION mainly for copy/paste primar...
2008-07-14 Jürgen SpitzmüllerFix bug 5040:
2008-07-09 Jürgen SpitzmüllerBack to CJK sanity I: Fix bug 4698 and 4696.
2008-07-05 Enrico ForestieriEnsure no trailing '/'
2008-07-04 Abdelrazak Younesplease JMarc
2008-07-04 Abdelrazak YounesRemove double slash in system temporary path.
2008-06-28 André Pönitzmore robust. I get spurious crashes in this area.....
2008-06-25 Abdelrazak Younesmicroptimisation.
2008-06-25 Abdelrazak YounesGUI language via RC: some bug corrections.
2008-06-25 Abdelrazak YounesIntroduce Debug::LOCALE for locale debugging.
2008-06-24 Abdelrazak Younesrevert 25377. That was not doing anything useful!
2008-06-24 Abdelrazak YounesMessages::get(): Add two error messages just in case.
2008-06-24 Abdelrazak Younesget_locale_dir(): add a fallback to po/ driectory in...
2008-06-17 André Pönitzmake _GLIBCXX_DEBUG_PEDASSERT happy
2008-06-16 André Pönitzsave a few allocations in from_ascii.
2008-06-09 Abdelrazak YounescreateLyXTmpDir(): Don't hardcode /tmp, use package...
2008-06-09 Abdelrazak YounesHopefully fix http://bugzilla.lyx.org/show_bug.cgi...
2008-06-09 Abdelrazak YounesMore sensible error messages.
2008-06-06 Abdelrazak YounesMove loadableImageFormats() to the frontend.
2008-06-06 Abdelrazak Younesmove GuiImage::loadableFormats() to support/imagetools...
2008-06-05 Richard HeckTypo.
2008-05-29 André Pönitznext try
2008-05-24 Abdelrazak YounesIntroduce docstring_list
2008-05-16 Pavel Sandamake check in src/support: only absolute path can be...
2008-05-06 José Matoxendl is defined in ostream, iomanip is not enough ...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-05-05 Pavel Sanda* Comment ( http://www.mail-archive.com/lyx-devel@lists...
next