]> git.lyx.org Git - lyx.git/history - src
* lyxfind: Remove unnecessary non-const reference as parameter.
[lyx.git] / src /
2010-05-02 Vincent van Ravesteijn* lyxfind: Remove unnecessary non-const reference as...
2010-05-02 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-05-01 Vincent van RavesteijnFix the assertion assert introduced in r34348 which...
2010-05-01 Enrico ForestieriAvoid compiler warning about unused parameter.
2010-04-30 Enrico ForestieriImplement LFUN_UNICODE_INSERT in mathed.
2010-04-30 Vincent van RavesteijnCorrectly enable/disable the filter label and textfield...
2010-04-30 Vincent van RavesteijnCompile fix for r34348.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-30 Vincent van RavesteijnFix bug #6677: GUI button disappears in external templa...
2010-04-30 Jürgen Spitzmüller* GuiSpellchecker.cpp: fix bug 6676.
2010-04-30 Enrico ForestieriThere is no reason for inhibiting the symbols dialog...
2010-04-28 Pavel Sandatypo
2010-04-28 Pavel SandaUnify "* space" into "* Space", its just double work...
2010-04-28 Pavel SandaUnify QQaud strings.
2010-04-28 Pavel SandaUnify Inter-word and Interword space strings.
2010-04-28 Enrico ForestieriThe character dialog was disabled in r30810 for solving...
2010-04-28 Enrico ForestieriDon't hardcode Color_math, such that decorations and...
2010-04-28 Enrico ForestieriAlso account for colors in math macros.
2010-04-28 Vincent van RavesteijnFix bug #6614: Preview Other Format Button Greys Out...
2010-04-28 Vincent van RavesteijnFix bug #6619 : Display (Version Control) in Window...
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathEnsureMath.cpp
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
2010-04-27 Enrico ForestieriChanging only the shape does not always work. For example,
2010-04-27 Enrico ForestieriThe check for Color_math would fail if the font color...
2010-04-27 Enrico ForestieriIn mathed, also preserve the color when changing a...
2010-04-26 Enrico ForestieriChange only the shape and not the whole font, otherwise...
2010-04-26 Vincent van RavesteijnFix bug #6141: Scrolling error with insets at top of...
2010-04-26 Vincent van RavesteijnTweak for X11.
2010-04-26 Vincent van RavesteijnFix bug #3871: Shortcut to switch from TOC to text...
2010-04-26 Vincent van RavesteijnFix bug #6451 (last part): Crash when interacting with...
2010-04-26 Vincent van RavesteijnMake sure the Table of Contents is always on top in...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-25 Vincent van RavesteijnFix bug #6672 (part 1): Notes, Footnotes, and Marginals...
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-23 Vincent van RavesteijnFix bug #6664: InsetInfo: lyxrc information broken.
2010-04-23 Peter Kümmelcmake: more merged build fixes
2010-04-22 Peter Kümmeldon't forget to pack numpunct_lyx_char_type.h
2010-04-22 Vincent van RavesteijnFix bug #5543: InsetInfo gives wrong result for textcla...
2010-04-22 Peter Kümmeladd new files to Makefile.am.
2010-04-22 Peter Kümmeldon't pollute the global namespace, move bind and share...
2010-04-22 Peter Kümmelbuild with GCC
2010-04-22 Peter Kümmelbuild with msvc10. Seems there is a bug in their STL...
2010-04-22 Peter Kümmelchange was committed by accident.
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter Kümmelat least compile with msvc10.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Richard HeckUI for XHTML options. I removed the xml line from Outpu...
2010-04-21 Richard HeckNew XHTML math options. Format change.
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::coordOffset...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
2010-04-21 Uwe StöhrExporter.cpp: revert r34230 because this interferes...
2010-04-21 Pavel SandaLast bits.
2010-04-21 Pavel SandaBranchList:
2010-04-21 Pavel SandaBuffer::getAutosaveFilename -> Buffer::getAutosaveFileName
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDialog::bufferFilepath -> Dialog::bufferFilePath
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaForgot these two.
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-20 Uwe StöhrExporter.cpp: make overwriting file on export the defau...
2010-04-20 Enrico ForestieriFix bug #2844: Need option to overwrite without dialog...
2010-04-20 Enrico ForestieriCoding style
2010-04-20 Jürgen Spitzmüller* GuiThesaurus: do not show irritating messages if...
2010-04-20 Jürgen Spitzmüller* Thesaurus.cpp: fix thesaurus (bug #6656)
2010-04-19 Enrico ForestieriIntroduce a switch for overwriting files during a batch...
2010-04-19 Vincent van RavesteijnFix more of bug #5446: Enable to copy the contents...
2010-04-19 Enrico ForestieriExtend Alert::prompt such that 4 buttons are possible...
2010-04-19 Enrico ForestieriQThreadPool was introduced in Qt 4.4
2010-04-19 Vincent van RavesteijnUse the AtPoint mechanism for the LFUN_INSET_EDIT and...
2010-04-19 Vincent van RavesteijnFix bug #6661: Outliner filter bar should not be case...
2010-04-18 Pavel SandaAdd Skim to hints.
2010-04-18 Vincent van RavesteijnBetter(?) fix for bug #6659: InsetInfo context menu...
2010-04-18 Vincent van RavesteijnFix bug #6659: InsetInfo context menu disabled unless...
2010-04-18 Richard HeckAdd some debugging code so we can try to get informatio...
2010-04-18 Richard HeckStupid, stupid, stupid.
2010-04-18 Richard HeckRemove unneeded code.
2010-04-18 Richard HeckA final bit of cleanup with the TextClass reading funct...
2010-04-18 Richard HeckA little more cleanup.
2010-04-18 Richard HeckMinor fixes to TextClass::read().
2010-04-18 Enrico ForestieriAdd forward search hint for evince.
2010-04-18 Edwin Leuvennew buffer on double click in empty area of the tab bar
2010-04-18 Enrico ForestieriIn the meantime that we decide whether to introduce...
2010-04-18 Jürgen Spitzmüller* GuiPrefs.cpp: forward search syntax hint for okular.
2010-04-17 Richard HeckDo not throw exceptions here either. See r22806.
2010-04-17 Richard HeckFix crash reported by Bennett. We could try to catch...
2010-04-17 Richard HeckDisable InsetInfo for VC when VC is not active.
2010-04-17 Richard HeckMessed this up, too.
2010-04-17 Richard HeckForgot this.
2010-04-17 Richard HeckSimplify VC output from InsetInfo.
2010-04-17 Richard HeckLyX version info for InsetInfo.
2010-04-16 Pavel SandaFix bug #6649 - fix texrow structure generated by Inset...
2010-04-16 Pavel SandaHint from synctex man pages
next