]> git.lyx.org Git - lyx.git/history - src/support
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / support /
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.
2009-12-02 Jean-Marc Lasgouttesadd a new bformat version
2009-11-17 Jean-Marc Lasgouttesrevert previous fix for Snow Leopard crashes and apply...
2009-11-13 Jean-Marc Lasgouttesconstify
2009-10-23 Jean-Marc LasgouttesDisable forking on Mac OS X. This should fix crashes...
2009-10-16 Jean-Marc LasgouttesRemove dead includes in FileName, since we do not use...
2009-10-06 Jean-Marc Lasgouttesremove traces of libtool and of obsolete autoconf macros
2009-09-30 Abdelrazak YounesFix gcc4.4 warnings.
2009-09-24 Richard HeckFix doxy.
2009-09-20 Enrico ForestieriCorrectly reinitialize ind when successive lines are...
2009-09-19 Enrico ForestieriFix bug #6215 (spotted by Vincent).
2009-08-17 Pavel SandaAdd find debug level. Patch from Tommaso.
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-08-14 Enrico ForestieriMove OS specific code to proper place. Also make sure...
2009-08-09 Pavel SandaHopefully this works on other archs too.
2009-08-09 Abdelrazak Younesgcc compilation fix and introduce new splice method.
2009-08-09 Abdelrazak YounesRandomAccessList: new swap() method for swapping two...
2009-07-25 Vincent van RavesteijnFix bug #4473: Incorrect LaTeX output for inter-word...
2009-07-14 Jean-Marc Lasgouttesfix tests
2009-07-12 Jean-Marc Lasgouttes * gettext.cpp (translateIfPossible): @Use the same...
2009-07-08 Richard HeckMore comments.
2009-07-07 Richard HeckAdd and update some comments.
2009-06-28 Pavel SandaCapitalize
2009-06-28 Pavel Sandatypo
2009-06-09 Enrico ForestieriThe QFileInfo::refresh() bug is fixed in Qt 4.5.
2009-06-09 Georg Baumfix bug 5798: Translate float names
2009-05-26 Enrico ForestieriAccount for the weird case where p2 is longer than...
2009-05-25 Enrico ForestieriAnother tweak to account for when both paths end with...
2009-05-25 Enrico ForestieriSimpler things are almost always better.
2009-05-25 Enrico ForestieriAccount for the corner case p2.length() == 1.
2009-05-24 Enrico ForestieriAvoid a string copy and a small tweak.
2009-05-23 Enrico ForestieriAvoid calling prefixIs() if not needed.
2009-05-22 Enrico ForestieriTake into account file system case sensitivity when...
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-05-19 Enrico ForestieriAnother compile fix for msvc.
2009-05-19 Jürgen Spitzmüller* potential compile fix for msvc.
2009-05-19 Jürgen Spitzmüller* calculate the size of the iconv output buffer (bug...
2009-05-16 Enrico ForestieriFix scons and revert the now not needed r29669.
2009-05-15 Enrico ForestieriReally flush output buffers.
2009-05-14 Enrico ForestieriAllow immediate output of spawned processes for all...
2009-05-14 Enrico ForestieriFix problem with the nul device on Windows.
2009-05-13 Enrico ForestieriTake into account output redirection when spawning...
2009-05-13 Enrico ForestieriAllow to separately redirect stdout and stderr.
2009-05-13 Enrico ForestieriClarify comment.
2009-05-13 Enrico ForestieriAvoid #ifdef's and use OS specific code.
2009-05-12 Enrico ForestieriMSVC does not define WIN32 but _WIN32.
2009-05-12 Vincent van RavesteijnCompile fix for r29647.
2009-05-12 Vincent van RavesteijnDo the same as r29646, now for FileName::set.
2009-05-12 Vincent van RavesteijnFix the assert on Windows when starting LyX by double...
2009-05-12 Enrico ForestieriRestore line buffered output at least on posix systems...
2009-05-11 Enrico ForestieriFix QProcess code on posix systems and reenable it...
2009-05-11 Abdelrazak YounesAllow more time for latex... process launching can...
2009-05-11 Abdelrazak Younesrevert unwanted change.
2009-05-11 Abdelrazak YounesRead standard output and error upon completion. And...
2009-05-11 Abdelrazak YounesReorganize the code a bit and Disable QProcess evaluati...
2009-05-11 Abdelrazak YounesAdd some debugging code to QProcess. Reconfigure (pytho...
2009-05-11 Abdelrazak Younesgcc warning
2009-05-10 Vincent van RavesteijnPatch from Peter.
2009-05-10 Enrico ForestieriFind thesauri files even if \thesaurusdir_path is speci...
2009-05-09 Vincent van RavesteijnFix bug #4177: Lyx fails to open files with a $ charact...
next