]> git.lyx.org Git - lyx.git/history - src
Fix r31814: we have to close the tab not hide it. Also rename the closeCurrentTab...
[lyx.git] / src /
2009-10-31 Vincent van RavesteijnFix r31814: we have to close the tab not hide it. Also...
2009-10-31 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-10-30 Vincent van RavesteijnDo not issue the warning introduced in r31809 if we...
2009-10-30 Vincent van RavesteijnIssue a warning if a document has two parents. We shoul...
2009-10-30 Vincent van Ravesteijn* LyXaction.cpp: typo and an improved description for...
2009-10-30 Vincent van RavesteijnFix LyX after r31772 (bug #6294).
2009-10-30 Vincent van RavesteijnStandard Layout should be MultiPar. Now, because LFUN_B...
2009-10-29 Vincent van RavesteijnFix part of bug #6251: When closing a buffer, only...
2009-10-29 Vincent van RavesteijnDissect closeWorkArea and closeBuffer.
2009-10-29 Vincent van RavesteijnRemove parameter from cur.reset(). All calls had buffer...
2009-10-29 Vincent van RavesteijnThese shouldn't be there as they have nothing to do...
2009-10-29 Vincent van RavesteijnText3.cpp: fix unintended fall-throughs.
2009-10-29 Vincent van RavesteijnMove the call to LFUN_SET_COLOR from the handling of...
2009-10-29 Vincent van RavesteijnAnother fix for bug #5061: A slight correction of the...
2009-10-29 Vincent van RavesteijnFix bug #6292: Ensure the current language is set corre...
2009-10-29 Enrico ForestieriBetter fix for bug #6270. The outer braces are swallowe...
2009-10-28 Pavel SandaCompareUi: set scaledContents, resave in 4.4 designer
2009-10-28 Jean-Marc Lasgouttesremove special TEX2LYX code in Spacing,h
2009-10-27 Richard HeckWhat we mean by a label in HTML output and what LyX...
2009-10-27 Richard HeckWe should have a default tag for InsetLayout, too,...
2009-10-27 Richard HeckPut the InsetLayout default CSS stuff to use.
2009-10-27 Richard HeckUpdate layout format.
2009-10-27 Richard HeckA bit more cleanup, after JMarc.
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-10-27 Richard HeckDefault CSS for InsetLayout.
2009-10-27 Richard HeckForgot this in a previous commit.
2009-10-27 Richard HeckRenaming.
2009-10-27 Richard HeckWe need to do some cleanup on the layout name before...
2009-10-27 Richard HeckAdd routine to create default CSS for layouts.
2009-10-27 Richard HeckRename some things to improve clarity.
2009-10-27 Richard HeckSince LyX uses "INHERIT" as a default, we do not want...
2009-10-27 Richard HeckFix typo.
2009-10-27 Richard HeckClearer function names, thanks to Abdel.
2009-10-27 Vincent van RavesteijnFix bug #6193: Crash when navigating away from an empty...
2009-10-26 Vincent van RavesteijnMove (part of) LFUN_DISSOLVE_INSET into InsetText.
2009-10-26 Vincent van Ravesteijn* InsetTabular.h: Whitespace.
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
next