]> git.lyx.org Git - lyx.git/history - src
UserGuide.lyx: fix fileformat again, sorry
[lyx.git] / src /
2009-11-08 Enrico ForestieriIn order to avoid confusion, always use buf in Parser...
2009-11-08 Abdelrazak Younesremove unneeded setBuffer().
2009-11-08 Abdelrazak Younesoups... fix previous commit
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesFix crash when copying an InsetTabular.
2009-11-08 Vincent van RavesteijnFix the new from template functionality. The templatena...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-07 Pavel SandaUnneeded headers.
2009-11-07 Pavel SandaHeader sort order
2009-11-07 Peter Kümmelcmake: fix merge build
2009-11-06 Pavel SandaThis is still needed for keyboard focus
2009-11-06 Pavel SandaFix also nomenclature dialog which was refered in ...
2009-11-06 Pavel SandaFix bug #3852.
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-11-06 Jean-Marc LasgouttesAvoid undo grouping error when using Undo or Redo....
2009-11-05 Edwin Leuvenreduce line noise
2009-11-05 Vincent van RavesteijnFix bug #6237: The boundary has to be set correctly...
2009-11-05 Vincent van RavesteijnFix bug #5968: Assertion while reading a document with...
2009-11-04 Jean-Marc LasgouttesBe careful to take in account buffer closing in command...
2009-11-04 Vincent van RavesteijnAdd a FIXME to a piece of unreachable code. This dates...
2009-11-03 Vincent van RavesteijnFix (again) bug #5754: Caption inset not dissolved...
2009-11-02 Abdelrazak YounesFix gcc warnings.
2009-11-02 Abdelrazak YounesFix gcc warning.
2009-11-02 Vincent van RavesteijnFix bug #6240: Adding table row causes exception that...
2009-11-02 Vincent van RavesteijnFix bug #6144: Remover RegExp from them Menu and give...
2009-11-02 Vincent van RavesteijnMove CollapseStatus from Inset to InsetCollapsable...
2009-11-02 Vincent van RavesteijnFix (partly) bug #5754: Caption inset not dissolved...
2009-11-02 Vincent van RavesteijnFix some remains of handling INSET_DISSOLVE (see r31756):
2009-11-02 Vincent van RavesteijnFix bug #5063: We don't want the combo boxes to adjust...
2009-11-01 Uwe StöhrGuiBox.cpp: fix typo is comment
2009-11-01 Vincent van RavesteijnFix bug #6297: Use of Fraktur font in boxed equation...
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...
next