]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-08-14 Uwe Stöhrnew document option to suppress the default date, filef...
2009-08-14 Enrico ForestieriMove OS specific code to proper place. Also make sure...
2009-08-14 Uwe Stöhrcapitals.module: typo
2009-08-13 Uwe StöhrSpanish UserGuide.lyx: translation updates from Ignacio
2009-08-13 Uwe Stöhrconfigure.py: check also for Yap, MiKTeX's DVI previewer
2009-08-13 Pavel SandaAt least we have agreed upon this
2009-08-13 Vincent van... Fix assertion that was revealed in my tree.
2009-08-13 Richard HeckFix bug 6140. Patch due to gmatht.
2009-08-13 Jürgen Spitzmüller* po/uk.po: update from Yuri.
2009-08-13 Vincent van... Fix bug #6134: Reload context menu for graphics inset.
2009-08-13 Jürgen Spitzmüller*article-beamer.layout:
2009-08-13 Vincent van... Fix bug #6126: Assertion with page down in Math manual.
2009-08-13 Enrico ForestieriFix the dataloss problem when shutting down Windows...
2009-08-13 Pavel SandaFix bug #6103.
2009-08-13 Pavel SandaFix bug #2536 - Dropped capitals module
2009-08-12 Pavel SandaPlenty unneeded headers
2009-08-12 Pavel SandaFix order
2009-08-12 Pavel SandaCompil fix
2009-08-12 Pavel SandaFix bug #2045.
2009-08-12 Pavel Sandascons too
2009-08-12 Abdelrazak... This move out the GuiLayoutBox class out of GuiToolbar...
2009-08-12 Vincent van... Whitespace and correct naming.
2009-08-12 Vincent van... Explicitly pass to closeBuffer whether the tab should...
2009-08-12 Vincent van... Dissect closeBuffer() and saveBufferIfNeeded().
2009-08-12 Richard HeckMinor update.
2009-08-12 Richard HeckDocs for IfStyle and IfCounter
2009-08-12 Richard HeckIfStyle and IfCounter tags for layout. Docs to follow.
2009-08-12 Jürgen Spitzmüller* GuiView.cpp: disable character and symbols dialog...
2009-08-12 Pavel SandaGet rid off unneeded horiz scrollbar
2009-08-11 Jürgen SpitzmüllerFix bug 5946: Infinite loop when opening file with...
2009-08-11 Pavel SandaFix bug #2120 - Emergency saves removal.
2009-08-11 Uwe Stöhrde.po: some translations from Hartmut and me
2009-08-11 Uwe Stöhrtex2lyx/preamble.cpp: revert r30103 and r30448 as discussed
2009-08-10 Abdelrazak... Don't paint misspelled mark if continuous spellchecking...
2009-08-10 Abdelrazak... Text::dispatch(): the spellchecking code is now uneeded.
2009-08-10 Abdelrazak... Move the inline spellchecking code from collectWords...
2009-08-10 Abdelrazak... delete unused code.
2009-08-10 Vincent van... Correct datatypes.
2009-08-10 Vincent van... Fix bug #3997: RTL paragraphs are painted slightly...
2009-08-10 Jean-Marc Lasgouttessmall simplification and speedup for InsetFoot::updateL...
2009-08-10 Jean-Marc Lasgouttesavoid a doubled \footnote command in latex output ...
2009-08-09 Richard HeckRemoved unused code.
2009-08-09 Richard HeckPartially fix bug 2972: The logic was all backwards...
2009-08-09 Abdelrazak... outline(): avoid paragraph copying by using RandomAcces...
2009-08-09 Pavel SandaHopefully this works on other archs too.
2009-08-09 Abdelrazak... gcc compilation fix and introduce new splice method.
2009-08-09 Abdelrazak... RandomAccessList: new swap() method for swapping two...
2009-08-09 Abdelrazak... Move depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak... Move setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak... Move contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak... Move Text::insertStringAsLines and Text::insertStringAs...
2009-08-09 Abdelrazak... Get rid of some Paragraph::inInset() access.
2009-08-09 Abdelrazak... gcc compilation and warning fixes.
2009-08-09 Abdelrazak... Cleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak... Get rid of one instance of Paragraph::inInset().
2009-08-09 Abdelrazak... Get rid of Buffer::insertStringAsLines().
2009-08-09 Abdelrazak... Text::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak... Text: move things to private.
2009-08-09 Abdelrazak... Text: Get rid of BufferParams arguments.
2009-08-09 Abdelrazak... DocIterator::innerText(): reuse innerTextSlice()
2009-08-09 Abdelrazak... Get rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak... Now that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak... General cleanup: Text is (or should be) nothing more...
2009-08-09 Pavel SandaUpdate docs
2009-08-09 Abdelrazak... return early.
2009-08-09 Pavel SandaFix bug #6056. Recognize Graphicsmagick too.
2009-08-09 Abdelrazak... Get rid of Paragraph::ownerCode().
2009-08-09 Pavel SandaFix #6120. Selection not set when switching to a differ...
2009-08-09 Abdelrazak... Fix memory leak.
2009-08-09 Abdelrazak... Delay Spellchecker intanciation until first use.
2009-08-09 Abdelrazak... Fix hunspell suggestion call.
2009-08-08 Abdelrazak... Compile fix.
2009-08-08 Abdelrazak... Minimal support for hunspell. Spellchecking works but...
2009-08-08 Jürgen Spitzmüller* qt_helpers.cpp:
2009-08-08 Vincent van... A slightly different work-around which also captures...
2009-08-08 Vincent van... Revert previous commit.
2009-08-07 Vincent van... Fix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
2009-08-07 Richard HeckMakefiles for previous commit.
2009-08-07 Richard HeckMove the LaTeX proof declaration to a separate file...
2009-08-07 Richard HeckNormalize whitespace.
2009-08-07 Richard HeckFixes for theorem modules from Paul Rubin.
2009-08-07 Vincent van... Work-around for bug #6034: Applying preferences confuse...
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-07 Uwe StöhrUserGuide.lyx: describe the menu File -> Fax
2009-08-07 Uwe Stöhrconfigure.py: check for hylapex, a fax program that...
2009-08-07 Vincent van... Fix bug #740 (part 2): Wish for added menu item: File...
2009-08-07 Uwe StöhrUserGuide.lyx: adjust dashes as proposed by John R...
2009-08-07 Uwe StöhrUserGuide.lyx: update to latest file format
2009-08-06 Uwe StöhrLaTeXConfig.lyx: this has also been forgotten in r30338
2009-08-06 Vincent van... Fix typo for r30882.
2009-08-06 Vincent van... Fix bug #740: Wish for added menu item: File->Close...
2009-08-06 Uwe Stöhrchkconfig.ltx: this has been forgotten in r30338
2009-08-06 Uwe StöhrGerman Tutorial.lyx: please Hartmut
2009-08-06 Vincent van... Fix bug #6125: Float positioning dialog enables invalid...
2009-08-06 Jürgen Spitzmüller* fr.po: update by Jean-Pierre.
2009-08-06 Richard HeckBetter name for variable.
2009-08-06 Jürgen Spitzmüller* de/Tutorial.lyx: minor corrections reported on lyx...
2009-08-06 Enrico ForestieriMacroData has a buffer_ member, so use this instead...
2009-08-06 Enrico ForestieriFix bug #6014: Assertion when pasting "\def" into 2...
next