]> git.lyx.org Git - lyx.git/history - src
RCS: commit undo allowed only in unlocked state.
[lyx.git] / src /
2018-01-10 Pavel SandaRCS: commit undo allowed only in unlocked state.
2018-01-08 Jean-Marc LasgouttesSimplify code using range-based for loops
2018-01-08 Kornel BenkoCmake build: Use test/dummy_functions.cpp instead of...
2018-01-08 Jean-Marc LasgouttesFix ghost caret
2018-01-08 Jean-Marc LasgouttesLooks like these are not needed for tests in support/
2018-01-08 Jean-Marc LasgouttesMake #include directories explicit
2018-01-06 Jean-Marc LasgouttesFix compilation in monolithic mode
2018-01-06 Jean-Marc LasgouttesRemove unused variables
2018-01-06 Guillaume MMFix preview with a nested preview not being shown ...
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
2018-01-05 Jean-Marc LasgouttesUpdate buffer when an inset or an INFO inset has bee...
2018-01-05 Jean-Marc LasgouttesRemove 'premature optimization' that proved buggy
2018-01-04 Richard HeckFix bug #10951.
2018-01-04 Juergen SpitzmuellerDo note attempt to nest more than possible.
2018-01-03 Juergen SpitzmuellerProperly handle color none.
2018-01-03 Juergen SpitzmuellerDisable useless environment-split function at the core.
2018-01-03 Juergen SpitzmuellerUse the command-alternatives sequence as defined in...
2018-01-03 Juergen SpitzmuellerAmend 761a542551bc9 once more.
2018-01-02 Juergen SpitzmuellerLimit 761a542551bc9 to the case where we have a label.
2018-01-02 Jean-Marc LasgouttesDo not use Application for a 'cancel export' boolean
2018-01-02 Günter MildeFix a comment.
2018-01-01 Jean-Marc LasgouttesFix 'make check'
2018-01-01 Juergen SpitzmuellerPrepend "Insert " in the context menu for environment...
2018-01-01 Juergen Spitzmuellermention new option
2017-12-31 Juergen SpitzmuellerLyXAction.cpp: Whitespace and line breaking fixes.
2017-12-31 Juergen SpitzmuellerAnother case where nesting needs to be preserved.
2017-12-31 Juergen SpitzmuellerMark follow-up paragraphs in a paragraph group as nested.
2017-12-31 Juergen SpitzmuellerUse real cursor pit, not the modified one.
2017-12-30 Juergen SpitzmuellerMaintain nesting when separating outer environment
2017-12-30 Juergen SpitzmuellerMove environment-split from Edit to Insert, as requested.
2017-12-30 Juergen SpitzmuellerDon't show append function where it does not make sense.
2017-12-30 Juergen SpitzmuellerRevert "Fix environment-split when at pos 0 of a frame...
2017-12-30 Juergen SpitzmuellerFix environment-split when at pos 0 of a frame title.
2017-12-30 Juergen SpitzmuellerFix environment-split previous problem spotted by Joel
2017-12-29 Richard HeckFix bug #10835.
2017-12-29 Richard HeckMinor code simplification.
2017-12-29 Richard HeckFix problem with BibTeX error reporting.
2017-12-29 Juergen SpitzmuellerProperly implement IsTocCaption for Arguments in standa...
2017-12-29 Juergen SpitzmuellerAdd IsAutoNestedBy
2017-12-29 Juergen SpitzmuellerSome AutoNest polishment.
2017-12-28 Juergen SpitzmuellerEndNests in Layout::write()
2017-12-28 Juergen SpitzmuellerImplement auto-nesting.
2017-12-28 Juergen SpitzmuellerIntroduce environment-split before
2017-12-28 Juergen SpitzmuellerIntroduce environment-split previous
2017-12-27 Juergen SpitzmuellerFix footnotes in table with RevTeX4
2017-12-27 Juergen SpitzmuellerOpen intitle command explicitly also for passthru.
2017-12-26 Juergen SpitzmuellerUse TeXOnePar for the inpreamble layouts
2017-12-26 Juergen SpitzmuellerFix inpreamble styles.
2017-12-25 Richard HeckFix crash after cancellation code.
2017-12-25 Juergen SpitzmuellerImprove error msg
2017-12-24 Juergen SpitzmuellerPrevent to paste uncodable characters into verbatim
2017-12-24 Juergen SpitzmuellerIntroduce "inherit" encoding for latex_language
2017-12-23 Richard HeckPut the dummy tex2lyx support where it is supposed...
2017-12-23 Richard HeckWhitespace.
2017-12-23 Richard HeckDummy theApp() method should return a pointer.
2017-12-23 Juergen SpitzmuellerFix switch of language and line spacing in InTitle...
2017-12-23 Richard HeckFix puzzling warning.
2017-12-23 Richard HeckImprove error message when LaTeX process is killed.
2017-12-22 Kornel BenkoFix linking errors for check_filetools, check_trivstrin...
2017-12-21 Richard HeckAllow makeindex, nomencl, and bibtex runs to be cancele...
2017-12-21 Richard HeckAllow LaTeX processes to be canceled.
2017-12-21 Richard HeckConverter infrastructure for cancellation of background...
2017-12-21 Richard HeckSystemcall infrastructure for canceling background...
2017-12-21 Richard HeckFix linking errors. Someone else will have to tell...
2017-12-21 Richard HeckLFUN and basic code to enable cancellation of background
2017-12-21 Kornel BenkoTex2lyx tests: adapt some check files for expected...
2017-12-20 Jean-Marc Lasgouttestex2lyx: do not keep the Flex prefix for Flex insets...
2017-12-20 Juergen SpitzmuellerFix typo.
2017-12-20 Juergen SpitzmuellerGet rid of idiosyncratic accelerator syntax
2017-12-20 Jean-Marc LasgouttesReintroduce the spacing around delimiters
2017-12-19 Jean-Marc LasgouttesDo not draw inactive math corners when they have mathbg...
2017-12-17 Juergen SpitzmuellerThinko.
2017-12-17 Juergen SpitzmuellerDo not rely on babel quotation macros for encodings...
2017-12-17 Juergen SpitzmuellerAmend d56a5447f306
2017-12-17 Uwe Stöhruse https:// in the first line of .lyx files
2017-12-16 Juergen SpitzmuellerConsistent output of breakable/non-breakable dashes...
2017-12-16 Richard HeckFix #10871 compiler warnings.
2017-12-16 Richard HeckFix #10869 compiler warnings.
2017-12-16 Richard HeckFix #10867 compiler warnings.
2017-12-16 Richard HeckProperly fix #10863 compiler warnings.
2017-12-16 Richard HeckRevert "Fix #10863 compiler warnings."
2017-12-16 Uwe Stöhrgzstream.cpp: whitespace fix
2017-12-16 Richard HeckFix #10894 compiler warnings.
2017-12-16 Richard HeckFix #10891 compiler warnings.
2017-12-16 Richard HeckFix #10887 compiler warnings.
2017-12-16 Richard HeckFix #10884 compiler warnings.
2017-12-16 Richard HeckFix #10874 compiler warnings.
2017-12-16 Richard HeckFix #10872 compiler warnings.
2017-12-16 Richard HeckFix #10868 compiler warnings.
2017-12-16 Richard HeckFix #10865 compiler warnings.
2017-12-16 Richard HeckFix #10864 compiler warnings.
2017-12-16 Richard HeckFix #10863 compiler warnings.
2017-12-16 Richard HeckFix #10862 compiler warnings.
2017-12-16 Richard HeckFix #10859 compiler warnings.
2017-12-16 Richard HeckFix #10858 compiler warnings.
2017-12-16 Richard HeckFix #10852 compiler warnings.
2017-12-16 Richard HeckProbably fix #10850 compiler warnings.
2017-12-16 Richard HeckFix #10906 compiler warnings.
2017-12-16 Richard HeckFix #10907 compiler warnings.
2017-12-15 Jean-Marc LasgouttesUse a backing store on macOS
next