]> git.lyx.org Git - lyx.git/history - src/support
Further to r26743, add CustomPars and ForcePlain layout tags to InsetLayout,
[lyx.git] / src / support /
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...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-04-29 Stefan Schimanski* in the very uncommon case the header is inserted...
2008-04-28 Richard HeckCosmetics.
2008-04-25 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4791
2008-04-24 Bo PengRemove remaining embedding bits and minizip
2008-04-22 Peter Kümmelon include is enought
2008-04-22 Peter Kümmel* lstring.cpp: parts already implemented in qstring_hel...
2008-04-20 Uwe Stöhrfix the makefile after r24396
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-20 Richard HeckFix bug 4772, which was revealed by the removal of...
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-04-17 André Pönitzmove assert function to a separate file
2008-04-16 Peter Kümmelthere is no trunk/src/intl folder
2008-04-12 André Pönitzforgot this.
2008-04-11 José MatoxAdd missing include, due to André LASSERT change
2008-04-11 Jean-Marc Lasgouttesa dummy file while we wait for andre
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
next