]> git.lyx.org Git - lyx.git/history - src
Initial work for the layout2css stuff. Basically, we have a routine
[lyx.git] / src /
2009-10-26 Richard HeckInitial work for the layout2css stuff. Basically, we...
2009-10-26 Richard HeckTry to deal with one of the big problems here, namely...
2009-10-26 Richard HeckRename one output param and add a new one.
2009-10-26 Richard HeckMove the defaults to Layout.
2009-10-26 Richard HeckSome framework stuff for default-generated CSS.
2009-10-26 Jean-Marc Lasgouttesfix linking of Compare.o with autotools
2009-10-26 Jean-Marc Lasgouttesfix Ui of GuiCompare to work with Qt 4.2
2009-10-26 Richard HeckAllow the suppression of LyX's own labels.
2009-10-26 Richard HeckDon't wrap empty labels.
2009-10-26 Richard HeckThis commit does two things.
2009-10-25 Vincent van RavesteijnRemove const modifier from the correct function.
2009-10-25 Vincent van RavesteijnDon't set the read-only flags of the documents. The...
2009-10-25 Vincent van RavesteijnCall the Compare thread from the GuiCompare dialog.
2009-10-25 Vincent van RavesteijnAdds the threaded Compare class, which will eventually...
2009-10-25 Pavel SandaFix warnings
2009-10-25 Jürgen Spitzmüller* PrefDisplayUi.ui: add tooltip.
2009-10-25 Richard HeckA couple comments and some very minor cleanup.
2009-10-25 Richard HeckAdd an HTML output flavor, and do something with it.
2009-10-24 Richard HeckMore typos.
2009-10-24 Richard HeckFix a couple typos.
2009-10-24 Jürgen Spitzmüller* Makefile.am: add missing file
2009-10-24 Vincent van RavesteijnChange to camelbumpstyle.
2009-10-24 Abdelrazak YounesRemove unused compile script that dates back to my...
2009-10-24 Vincent van RavesteijnMake trunk compile for now.
2009-10-24 Vincent van Ravesteijnset eol-styles.
2009-10-24 Enrico ForestieriFix another problem related to bug #6284.
2009-10-24 Vincent van RavesteijnAdds the user interface for the new Comparison feature.
2009-10-24 Vincent van RavesteijnAdd a global accessible function loadIfNeeded().
2009-10-24 Vincent van RavesteijnChanges in buffer_funcs.cpp::newUnnamedFile():
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-10-23 Jean-Marc LasgouttesDisable forking on Mac OS X. This should fix crashes...
2009-10-23 Jean-Marc LasgouttesParagraph::write: buffer normal characters into a docst...
2009-10-23 Enrico ForestieriFix the rest of bug #6284.
2009-10-23 Jürgen Spitzmüller* LaTeXFeatures.cpp:
2009-10-20 Enrico ForestieriBetter fix for bug #6284. There's no need to check...
2009-10-20 Uwe Stöhrtex2lyx/preamble.cpp: improve the fix from r31440:
2009-10-19 Enrico ForestieriFix bug #6284: missing space between # and text in...
2009-10-19 Enrico ForestieriThe current buffer is the master of an included file...
2009-10-18 Enrico ForestieriRestore the master language at the end of an included...
2009-10-18 Pavel SandaString formatting
2009-10-17 Richard HeckFactor out some common code.
2009-10-17 Richard HeckRedo the viewer_alternatives and editor_alternatives...
2009-10-17 Richard HeckFix how viewer_alternatives and editor_alternatives...
2009-10-16 Richard HeckViewer and editor selections were not being saved.
2009-10-16 Jean-Marc LasgouttesRemove dead includes in FileName, since we do not use...
2009-10-15 Pavel SandaMore info into emergency dialog. This is especially...
2009-10-15 Jean-Marc LasgouttesFix bug #6276: tex2lyx fails to import captions
2009-10-14 Pavel SandaFixes
2009-10-14 Pavel SandaMake updating less dangerous, see comments in #6255.
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 Peter Kümmelfix merged build
2009-10-11 Jürgen Spitzmüller* InsetInclude.cpp:
2009-10-10 Enrico ForestieriFix bug #6270: Bug in parsing selection as math macro...
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 Enrico ForestieriFix bug #6264: Broken undo of removed script in mathed...
2009-10-07 Pavel SandaCorrect sorting
2009-10-07 Pavel SandaCoding style
2009-10-06 Pavel SandaBug #6255 - Update linked files with version control
2009-10-06 Jean-Marc Lasgouttesremove traces of libtool and of obsolete autoconf macros
2009-10-06 Pavel SandaAlready done
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 YounesMake WorkArea a pure virtual interface.
2009-10-05 Abdelrazak YounesCleanup virtual interfaces.
2009-10-05 Abdelrazak Younesuse GuiView instead of LyXView
2009-10-05 Abdelrazak YounesKornel's gcc compile fix.
2009-10-04 Pavel Sandasquash warning
2009-10-04 Abdelrazak Younesgcc compil fix.
2009-10-04 Abdelrazak YounesCode simplification.
2009-10-04 Abdelrazak YounesAvoid indirection.
2009-10-04 Abdelrazak YounesRemove dead code and associated comments. This encoded_...
2009-10-04 Abdelrazak Younessmall LFUN status cleanups.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
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-03 Pavel Sandatypo
2009-10-03 Abdelrazak YounesMove actOnUpdatedPrefs() to LyXRC.
2009-10-03 Abdelrazak YounesCleanups:
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-10-02 Abdelrazak YounesWe 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 YounesFix crash noticed by Bennett:
2009-09-30 Abdelrazak YounesFix gcc4.4 warnings.
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-28 Abdelrazak YounesMac compil fix, sorry Bennett.
2009-09-27 Enrico ForestieriFix bug #6246: InsetMathKern is broken
2009-09-27 Abdelrazak Younes* Remove GuiView->BufferView->GuiView indirection.
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-26 Abdelrazak YounesLyXFunc::dispatch(): don't use a buffer pointer set...
2009-09-26 Abdelrazak YounesGet rid of some unneeded use of LyXView in LyXFunc...
2009-09-26 Abdelrazak YounesTransfer LFUN_CITATION_INSERT to BufferView
next