]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2009-10-14 Pavel SandaDoc it
2009-10-14 Pavel SandaMake updating less dangerous, see comments in #6255.
2009-10-14 Jean-Marc Lasgouttesadd support for \specialsection in amsart; fix some...
2009-10-13 Jean-Marc Lasgouttesadd missing modules to distribution
2009-10-13 Jürgen Spitzmüller* po/*.po: remerge.
2009-10-13 Jürgen Spitzmüller* VCBackend.cpp: typo.
2009-10-13 Jürgen Spitzmüller* Changes.cpp (getLaTeXMarkup):
2009-10-12 Jürgen SpitzmüllerAssure the author is encoded correctly in the LaTeX...
2009-10-12 Jean-Marc Lasgouttesdisable the del-suppresses-equation-label-at-end featur...
2009-10-11 Jürgen Spitzmüller* de.po: forgotten corrections.
2009-10-11 Jürgen Spitzmüller* de.po: another typo.
2009-10-11 Uwe Stöhrde.po: fix a typo
2009-10-11 Peter Kümmelfix merged build
2009-10-11 Jürgen Spitzmüller* de.po: sync with branch.
2009-10-11 Jürgen Spitzmüller* InsetInclude.cpp:
2009-10-11 Uwe Stöhrxypic.lyx: add a list item to assure that InstantPrevie...
2009-10-11 Uwe Stöhrfix build systems after r31445
2009-10-10 Enrico ForestieriFix bug #6270: Bug in parsing selection as math macro...
2009-10-10 Uwe Stöhradd the new Slovak splash.lyx also to trunk
2009-10-10 Uwe Stöhrxypic.lyx: resync with branch (no change in the text...
2009-10-09 Enrico ForestieriFix bug #6250: LyX 1.6.4 crashes when copying Japanese...
2009-10-09 Jürgen Spitzmüller* InsetExternal.cpp:
2009-10-09 Jürgen Spitzmüller* GuiExternal.cpp:
2009-10-08 Pavel SandaSeems to work too
2009-10-08 Pavel SandaTypo
2009-10-08 Enrico ForestieriFix bug #6264: Broken undo of removed script in mathed...
2009-10-07 Pavel SandaCorrect sorting
2009-10-07 Pavel SandaUpdaye LFUNs.lyx after while
2009-10-07 Pavel SandaCoding style
2009-10-07 Pavel SandaDoc & menu entry
2009-10-06 Pavel SandaIcon
2009-10-06 Pavel SandaBug #6255 - Update linked files with version control
2009-10-06 Jean-Marc Lasgouttesclarify message for spelling libs
2009-10-06 Jean-Marc Lasgouttesremove traces of libtool and of obsolete autoconf macros
2009-10-06 Pavel SandaAlready done
2009-10-06 Jean-Marc Lasgouttescleanup the help messages of the configure script;...
2009-10-06 Jean-Marc Lasgouttesfix wrong file name in r31506
2009-10-06 Pavel SandaFix warning
2009-10-06 Pavel Sandaeven better :)
2009-10-06 Pavel Sandanext compil fix
2009-10-06 Pavel Sandatypo
2009-10-05 Pavel SandaFix bug #5977 - Make Close button on tabs configurable
2009-10-05 Abdelrazak... Make WorkArea a pure virtual interface.
2009-10-05 Abdelrazak... Cleanup virtual interfaces.
2009-10-05 Abdelrazak... use GuiView instead of LyXView
2009-10-05 Abdelrazak... Kornel's gcc compile fix.
2009-10-04 Pavel Sandasquash warning
2009-10-04 Abdelrazak... gcc compil fix.
2009-10-04 Pavel Sandatypo
2009-10-04 Abdelrazak... Code simplification.
2009-10-04 Abdelrazak... Avoid indirection.
2009-10-04 Abdelrazak... Remove dead code and associated comments. This encoded_...
2009-10-04 Abdelrazak... small LFUN status cleanups.
2009-10-04 Abdelrazak... Transfer all keyboard related code and actions from...
2009-10-04 Pavel SandaTypo
2009-10-04 Enrico ForestieriFix bug #6258: LyX incorrectly interprets tetex warning...
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-04 Jürgen Spitzmüller* New layout files for Inderscience journals, contribut...
2009-10-03 Pavel Sandatypo
2009-10-03 Pavel SandaNext patch for keystest from John McCabe-Dansted.
2009-10-03 Abdelrazak... Move actOnUpdatedPrefs() to LyXRC.
2009-10-03 Abdelrazak... Cleanups:
2009-10-03 Abdelrazak... Move Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-10-02 Abdelrazak... We cannot use a static int as there are usually multipl...
2009-10-01 Jean-Marc Lasgouttesfix bug #6249: optional argument of \bibitem is not...
2009-09-30 Abdelrazak... Fix crash noticed by Bennett:
2009-09-30 Abdelrazak... Fix gcc4.4 warnings.
2009-09-30 Abdelrazak... remove indirection from LyXView::viewStatusMessage().
2009-09-28 Abdelrazak... Mac compil fix, sorry Bennett.
2009-09-28 Jürgen Spitzmüller* add modules to do equation/figure/table numbering...
2009-09-27 Enrico ForestieriFix bug #6246: InsetMathKern is broken
2009-09-27 Abdelrazak... * Remove GuiView->BufferView->GuiView indirection.
2009-09-27 Abdelrazak... Transfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-26 Abdelrazak... LyXFunc::dispatch(): don't use a buffer pointer set...
2009-09-26 Abdelrazak... Get rid of some unneeded use of LyXView in LyXFunc...
2009-09-26 Abdelrazak... Transfer LFUN_CITATION_INSERT to BufferView
2009-09-26 Abdelrazak... Transfer LFUN_DIALOG_SHOW_NEW_INSET to BufferView and...
2009-09-24 Enrico ForestieriFix FindAndReplace dialog for Qt < 4.4.0.
2009-09-24 Richard HeckFix doxy.
2009-09-24 Abdelrazak... Kornel's gcc compil fix.
2009-09-23 Abdelrazak... Header cleanup.
2009-09-23 Abdelrazak... LyXView: make it a pure virtual interface.
2009-09-23 Abdelrazak... LyXView: Remove unneeded interface.
2009-09-23 Abdelrazak... * Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Jürgen Spitzmüller* LaTeXFeatures.cpp: fix whitespace issue after Greek...
2009-09-23 Abdelrazak... Get rid of LyXView::hasFocus().
2009-09-23 Abdelrazak... Transfer special getStatus() code from LyXFunc to Buffe...
2009-09-23 Abdelrazak... Fix crash when switching window when previous window...
2009-09-22 Uwe Stöhr- elsarticle.layout: add the stdlayouts, fixes #6189
2009-09-22 Abdelrazak... Move LFUN_BUFFER_WRITE_ALL status to GuiView with a...
2009-09-22 Tommaso CucinottaUI interaction for advanced f&r.
2009-09-22 Abdelrazak... declaration cleanup.
2009-09-22 Abdelrazak... Introduce Application::currentWindow() and get rid...
2009-09-22 Tommaso CucinottaReverting to previous behaviour (c-S-f shows advanced...
2009-09-22 Abdelrazak... Transfer LFUN_HELP_OPEN to GuiApplication. There's...
2009-09-22 Jean-Marc LasgouttesFix a bug when the language passed as an option to...
2009-09-22 Jean-Marc Lasgouttesadd "ansinew" as a synonym of LaTeX encoding "cp1252...
2009-09-22 Enrico ForestieriFix FindAndReplace dialog for Qt 4.2
2009-09-21 Abdelrazak... Pointer cleanup as suggested by Enrico who noticed...
next