]> git.lyx.org Git - lyx.git/history - src
Use call_once to ensure something is only called once
[lyx.git] / src /
2016-07-31 Guillaume MunchUse call_once to ensure something is only called once
2016-07-31 Guillaume MunchMake static counters atomic
2016-07-31 Guillaume MunchC++11 supports thread-safe initialization of statics
2016-07-31 Guillaume MunchFix "scroll here" feature of scrollbar (#10311)
2016-07-31 Guillaume MunchBasic implementation of QSignalBlocker for qt4
2016-07-31 Richard HeckFix output of floats, etc, inside environments.
2016-07-31 Richard HeckRename, for a little clarity.
2016-07-31 Richard HeckAdd 'dir="auto"' to the body tag for XHTML export....
2016-07-31 Richard HeckAlignment
2016-07-31 Richard HeckFix display of code listings in XHTML.
2016-07-31 Richard HeckActivate export of external material for XHTML.
2016-07-31 Richard HeckFix substitution for $$Contents.
2016-07-31 Richard HeckFix preview of external material with plaintext and...
2016-07-31 Richard HeckUse scaling factor in XHTML output.
2016-07-31 Richard HeckIf we cannot find the input format for a graphic, we...
2016-07-31 Richard HeckFix output of table borders for XHTML. Fixes bug #10154.
2016-07-30 Richard HeckRevert most of dd7863b6.
2016-07-30 Richard HeckWhitespace.
2016-07-30 Richard HeckFix thinko from earlier commit.
2016-07-30 Richard HeckFix HTML display of math matrices.
2016-07-30 Richard HeckFix CSS for math cases.
2016-07-30 Richard HeckSimplify CSS classes for floats.
2016-07-30 Richard HeckBe more careful with braces, due to comments.
2016-07-30 Richard HeckSimplify and unify code for special handling in argumen...
2016-07-30 Richard HeckFix display of colors in labels of arguments.
2016-07-30 Richard HeckFix display of branch buttons and tooltips.
2016-07-29 Scott KostyshakRemove the now unused lyx::support::expandPath()
2016-07-29 Scott KostyshakRel. path in paths prefs preserved as rel. paths
2016-07-29 Scott KostyshakConst a function parameter
2016-07-29 Scott KostyshakImprove implementation of TabWorkArea::posIsTab()
2016-07-22 Scott KostyshakClose a tab on middle-click (#10288)
2016-07-22 Scott KostyshakFactor out useful code into a function
2016-07-22 Scott KostyshakAdd comment that a code chunk is unnecessary
2016-07-21 Jean-Marc LasgouttesRecompute Paragraph::beginOfBody() earlier
2016-07-21 Jean-Marc LasgouttesRevert "Reset beginOfBody() when changing paragraph...
2016-07-20 Jean-Marc LasgouttesReset beginOfBody() when changing paragraph layout
2016-07-20 Jean-Marc LasgouttesWhen painting only insets, paint also change and langua...
2016-07-20 Kornel BenkoCmake build with Qt4: Link lyx executable also to X11...
2016-07-19 Jean-Marc LasgouttesTry to fix #4889 in the right way
2016-07-19 Jean-Marc LasgouttesRealize inset argument label font before using it
2016-07-19 Scott KostyshakImprove documentation of LFUN_BUFFER_ZOOM_{IN,OUT}
2016-07-18 Richard HeckFix cut and paste error in last commit.
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2016-07-18 Richard HeckRevert "Do not crash is release mode if we stumble...
2016-07-18 Richard HeckDo not crash is release mode if we stumble across an...
2016-07-18 Jean-Marc LasgouttesAdd feedback in status bar when zooming
2016-07-18 Juergen SpitzmuellerWhitespace.
2016-07-18 Jean-Marc LasgouttesTypo
2016-07-18 Jean-Marc LasgouttesRemove obviously wrong documentation in Painter.h
2016-07-18 Jean-Marc LasgouttesSome things did not need to be mutable after all
2016-07-18 Jean-Marc LasgouttesRemove mutable variable InsetTabular::offset_valign_
2016-07-18 Jean-Marc LasgouttesGet rid of InsetTabular::first_visible_cell_
2016-07-18 Jean-Marc LasgouttesSimplify display of InsetQuote
2016-07-18 Richard HeckThe way this was previously, it had to fail if the...
2016-07-18 Richard HeckFix thinko that led 2-authors citations to be displayed...
2016-07-15 Guillaume MunchLaTeX highlighter: make at a letter in the user preamble
2016-07-14 Guillaume MunchBetter error message when try to bind a Hidden LFUN
2016-07-14 Guillaume MunchPrioritize the shortcuts from the work areas
2016-07-13 Richard HeckCitation commands do not absolutely have to start with...
2016-07-13 José MatosFix typo
2016-07-12 Guillaume MunchBranch-invert: Fix discrepancy with the outliner and...
2016-07-12 Guillaume MunchBranch-invert: Record undo and update Toc
2016-07-12 Guillaume MunchBranch-invert: Add a check mark to the switch in the...
2016-07-12 Guillaume MunchUI for save_transient_properties
2016-07-12 Richard HeckLFUN to toggle branch inversion status, now available...
2016-07-12 Richard HeckIntroduce "inverted" branch insets: These are branches...
2016-07-11 Kornel BenkoCmake build: Add needed libraries if using QT5_Extras
2016-07-11 Juergen SpitzmuellerSimplify BufferParams::bufferFormat()
2016-07-10 Enrico ForestieriFix paste of selection to (unfocused) external applications
2016-07-10 Juergen SpitzmuellerGenerate a proper error dialog title for XeTeX/LuaTeX
2016-07-10 Juergen SpitzmuellerClarify some comments wrt XeTeX/LuaTeX (see bug #10013)
2016-07-10 Richard HeckDelete obsolete comment: We no longer support Qt <...
2016-07-10 Richard HeckSimplify logic a bit. (This was meant to be part of...
2016-07-10 Richard HeckFix thinko in Buffer::preview. It is possible for this...
2016-07-10 Richard HeckRename some variables and routines.
2016-07-10 Richard HeckFix problem with branch handling. The problem was that...
2016-07-10 Richard HeckUpdate XHTML debugging code a bit.
2016-07-10 Richard HeckWrite magic paragraph label to main paragraph tag.
2016-07-09 Juergen SpitzmuellerFix for recent luatex versions.
2016-07-08 Guillaume MunchAccessibility of document class combo box (#10035)
2016-07-07 Jean-Marc LasgouttesRevert "Skip all drawing with NoScreenUpdate strategy"
2016-07-06 Jean-Marc LasgouttesSkip all drawing with NoScreenUpdate strategy
2016-07-05 Jean-Marc LasgouttesRecord undo when deleting end of paragraph in change...
2016-07-05 Jean-Marc LasgouttesPoor man's profiler: add support for cache hit/miss
2016-07-05 Guillaume MunchRevert c6ce76c2 and fix 670efa8f
2016-07-04 Enrico ForestieriBring window to front only for single-instance mode
2016-07-04 Pavel Sandafix make check.
2016-07-04 Stephan WittFix missing TexRow.h include after change 670efa8f64621...
2016-07-04 Stephan WittAdd missing include for abs(int)
2016-07-04 Stephan WittFix missing includes after change 670efa8f646218f2a378f...
2016-07-04 Stephan WittFix missing include for endl after header cleanup in...
2016-07-04 Stephan WittFix missing include for file i/o prototypes after heade...
2016-07-04 Stephan WittFix missing include for malloc prototype after header...
2016-07-04 Guillaume MunchAmend 670efa8f
2016-07-04 Guillaume MunchRationalise includes
2016-07-03 Guillaume MunchMatch code with comment
2016-07-03 Guillaume MunchChange tracking cue: InsetText and InsetCollapsible
2016-07-03 Enrico ForestieriBring window to front after loading a document
2016-07-03 Georg BaumFix regression of 6dfc25508
2016-07-03 Guillaume MunchChange tracking cue: for Graphics
next