]> git.lyx.org Git - lyx.git/shortlog
lyx.git
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...
2009-08-06 Jürgen Spitzmüller* lyx2lyx/lyx_1_6.py: fix convert_url routine (bug...
2009-08-04 Vincent van... Some small code simplications.
2009-08-04 Vincent van... Uniform naming of functions.
2009-08-04 Vincent van... Remove some unnecessary negated logic.
2009-08-04 Vincent van... Hide some internals of Changes:
2009-08-04 Vincent van... Hide some internals of Changes:
2009-08-04 Kornel BenkoAdd use of installed boost libraries
2009-08-04 Vincent van... Fix the math output mess I caused in r30822.
2009-08-04 Pavel SandaUpgrade to autoconf 2.64
2009-08-04 Enrico ForestieriWhite space.
2009-08-04 Pavel SandaPlease Andre
2009-08-03 Vincent van... Fix shortcuts context menu after r30296.
2009-08-03 Uwe StöhrSpanish UserGuide.lyx, Math.lyx: translations by Ignacio
2009-08-03 Uwe StöhrHebrew Intro.lyx: fix typo
2009-08-03 Vincent van... Fix bug #6119: Keyboard map still shows up after deleting.
2009-08-03 Enrico ForestieriProperly restore the file encoding after a LaTeX enviro...
2009-08-03 Jean-Marc LasgouttesTry to implement properly recursive setBuffer. Normally...
2009-08-02 Uwe StöhrUserGuide.lyx: add info how to ascertain the author...
2009-08-02 Uwe StöhrUserGuide.lyx: actualize the change tracking section
2009-08-02 Uwe StöhrExtended.lyx: only whitespace (and update to latest...
2009-08-02 Uwe StöhrCustomization.lyx: only whitespace (and update to lates...
2009-08-02 Uwe StöhrUserGuide.lyx: issues spotted by JR Hudson - part 3...
2009-08-02 Uwe StöhrUserGuide.lyx, Math.lyx: issues spotted by JR Hudson...
2009-08-02 Uwe StöhrUserGuide.lyx: corrections of bugs spotted by JR Hudson...
2009-08-02 Uwe StöhrUserGuide.lyx: update to current file format
2009-08-02 Abdelrazak... CMake: Define USE_HUNSPELL in case the library is found.
2009-08-02 Abdelrazak... Win32 Hunspell Link fix by Kornel.
2009-08-02 Uwe StöhrHebrew documentation files: set the encoding explicitly...
2009-08-02 Vincent van... * PageLayoutUi: Squeeze warning.
2009-08-02 Kornel BenkoAdded hunspell library
2009-08-02 Abdelrazak... Optimization: don't do suggestion if we only want to...
2009-08-02 Abdelrazak... SpellChecker work:
2009-08-02 Uwe StöhrSConstruct: fix SCons
2009-08-01 Vincent van... Improve LaTeX output of arrays in math. Always output...
2009-08-01 Vincent van... Add a pending space after math if it is not the last...
2009-08-01 Vincent van... Squeeze warning.
2009-08-01 Vincent van... Add const versions of Inset::asInsetMath.
2009-08-01 Vincent van... Remove useless tooltip.
2009-08-01 Abdelrazak... Fix MSVC warning
2009-08-01 Abdelrazak... * Pimpl AspellChecker internal salsa...
2009-08-01 Abdelrazak... Compile fix.
2009-08-01 Abdelrazak... I forgot to rename those in previous commit.
2009-08-01 Abdelrazak... * Rename HunspellSpellChecker to HunspellChecker and...
2009-08-01 Abdelrazak... Factorize some code in getStatus() for LFUN_DIALOG_SHOW.
2009-08-01 Abdelrazak... InsetText::fixParagraphsFont(): return early and save...
2009-08-01 Abdelrazak... Fix an assertion with Inset::buffer():
2009-08-01 Uwe StöhrGerman UserGuide.lyx: resync with branch
2009-07-30 Vincent van... Fix bug #5796: Context menu of one inset asks status...
2009-07-30 Enrico ForestieriAvoid deferencing a null pointer.
2009-07-30 Enrico ForestieriSimpler fix for bug #5096: Language switch fails in...
2009-07-30 Enrico ForestieriRevert r30800, r30768, r30767, 30766, and r30627. Soon...
2009-07-28 Enrico ForestieriRefine fix for bug #5096: Language switch fails in...
next