]> git.lyx.org Git - lyx.git/history - src
Thanks, Andre.
[lyx.git] / src /
2009-12-26 Richard HeckThanks, Andre.
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-26 Richard HeckOutput numbers as numbers.
2009-12-26 Richard HeckIgnore this in MathML.
2009-12-26 Richard HeckEnsuring math should just be doing math in MathML.
2009-12-25 Vincent van RavesteijnDo not show empty messages in the statusbar.
2009-12-25 Vincent van RavesteijnFix the display of messages in the status bar. This...
2009-12-25 Richard HeckGet MathML output working for math decorations.
2009-12-25 Richard HeckMust wrap everything...
2009-12-25 Richard HeckAdd a FIXME.
2009-12-25 Richard HeckGet MathML output for InsetMathDots working.
2009-12-25 Pavel SandaSome strings already have eoln
2009-12-25 Pavel SandaNo need for time in statusbar for normal messages
2009-12-25 Pavel SandaprocessFinished is not cause of #6417
2009-12-25 Pavel SandaAdd debug.h for lyxerr usage
2009-12-24 Richard HeckRestore the privacy of the parent_buffer. We want all...
2009-12-23 Vincent van RavesteijnSVN: Return an empty string when the log message is...
2009-12-23 Pavel SandaRevert r32624 - forgotten and wrong patch in git commit...
2009-12-23 Pavel SandaReorder a bit status messages, but they are still clear...
2009-12-23 Pavel SandaVincent's initial support for ERT instant preview
2009-12-23 Pavel SandaMake easier lyxerr usage
2009-12-23 Peter KümmelDon't overwrite other result messages in status bar
2009-12-23 Jean-Marc Lasgouttesrevert unintented patch part
2009-12-23 Jean-Marc Lasgouttesanother bad binding related to ticket #6416 (see r32619)
2009-12-23 Pavel SandaisExternallyModified needs file existence.
2009-12-22 Enrico ForestieriAdd support for the forthcoming Cygwin 1.7.
2009-12-22 Enrico ForestieriAllow spaces in path names for LFUN_SERVER_GOTO_FILE_ROW.
2009-12-22 Pavel SandaSquash gcc warn
2009-12-22 Peter Kümmelalso build with older Qt versions
2009-12-22 Peter Kümmelupdate other build systems, cleanup progress output
2009-12-22 Peter Kümmelre-add view for progress, cleanup follows
2009-12-22 Peter Kümmelalso build with older Qt versions
2009-12-21 Vincent van RavesteijnAnother compile fix. (I hope this is sufficient now)
2009-12-21 Vincent van RavesteijnCompile fix. (I hope this is sufficient)
2009-12-21 Peter Kümmelmove calls to Buffer::errors and Buffer::message to...
2009-12-21 Peter Kümmel- Show progress information in status bar.
2009-12-20 Abdelrazak YounesDisallow multiple concurrent previews as we are not...
2009-12-20 Vincent van RavesteijnRemove superfluous std::.
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 Peter Kümmelformat is a std::string, bformat doesn't take a std...
2009-12-19 Peter Kümmelpass format as argument
2009-12-19 Enrico ForestieriFix bug #4063: LyX cannot handle apostrophe characters...
2009-12-19 Vincent van RavesteijnCompare feature take two.
2009-12-19 Enrico ForestieriImprove the command-line parser meant to be used for...
2009-12-19 Vincent van RavesteijnFix the threaded preview and reenable it.
2009-12-19 Abdelrazak Younesdisable preview in thread for now as it doesn't work...
2009-12-19 Abdelrazak YounesGuiView: reconnect the QFutureWatcher each time the...
2009-12-18 Abdelrazak YounesConverter: add a safe guard to Alerts because those...
2009-12-18 Abdelrazak YounesDetach Buffer preview and update preview in a new threa...
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 Vincent van RavesteijnFix bug #6378: Word completion (in texted) should be...
2009-12-18 Vincent van RavesteijnFix second part of bug #6400: After selecting a word...
2009-12-18 Peter KümmelTicket 6266 Quoting Problem with QProcess: don't think...
2009-12-18 Vincent van RavesteijnFix part of bug #6400: Shift+mouse click loses the...
2009-12-18 Richard HeckWith ContentAsLabel, we do not need this special code.
2009-12-18 Richard HeckEnhance LyX by fixing bug 5587. We add a new ContentAsL...
2009-12-17 Richard HeckSo this changes the way we handle sums and such. We...
2009-12-17 Richard HeckLast commit didn't complete reversion, as I forgot...
2009-12-17 Vincent van RavesteijnSet the current font when moving into a table or betwee...
2009-12-17 Richard HeckRevert r32566 and r32568.
2009-12-17 Richard HeckMake InsetMathExInt handle products as well as sums.
2009-12-17 Richard HeckFix up MathML output of integrals.
2009-12-17 Richard HeckFix MathML output of sums.
2009-12-17 Tommaso CucinottaRemoved unneeded commented code (fixing #6333).
2009-12-17 Richard HeckFix up math scripts. Everything needs to go into <mrow...
2009-12-17 Vincent van RavesteijnCompute the font_scaling_factor every time a preview...
2009-12-17 Vincent van RavesteijnDo not hardcode the background color of the preview...
2009-12-17 Vincent van RavesteijnRemove unused include.
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-12-17 Tommaso Cucinottaindentation fix.
2009-12-17 Tommaso CucinottaFix of bug ##6334 - now if you search for something...
2009-12-17 Tommaso CucinottaFix of bug #6333 (main document WA was entirely selecte...
2009-12-16 Richard HeckAdd comment.
2009-12-16 Richard HeckWhitespace.
2009-12-16 Richard HeckFix MathML for fractions.
2009-12-16 Richard HeckAdd a fixme, in effect, about dots.
2009-12-16 Richard HeckDetect appropriate delimiter for matrices.
2009-12-16 Richard HeckFix matrix output, at least a bit. A little more work...
2009-12-16 Richard HeckIn a normal grid, we can just use <mrow>.
2009-12-16 Richard HeckThis should do it for the delimiters.
2009-12-16 Richard HeckA bit more for math delim.
2009-12-16 Richard HeckMore Math ML fixes. Using <mfenced> seems to be a bad...
2009-12-16 Richard HeckFix a few MathML things: the default output and the...
2009-12-15 Richard HeckRemove last vestiges of pre-XHTMLStream implementation.
2009-12-15 Richard HeckRestore the MathML output we had before. Still work...
2009-12-14 Richard HeckAllow use of InsetLayout with InsetCaption.
2009-12-14 Richard HeckA little more CSS for tables.
2009-12-14 Richard HeckFix the height output for InsetBox.
2009-12-14 Richard HeckSpacing.
2009-12-14 Richard HeckThese add extra whitespace where we don't want it.
2009-12-14 Richard HeckAdd some CSS for tables.
2009-12-14 Richard HeckAdd comment.
2009-12-14 Richard HeckFix multicolumn output.
2009-12-14 Richard HeckRemove dead code.
next