]> git.lyx.org Git - lyx.git/history - src
don't block GUI when showing all debug messages
[lyx.git] / src /
2010-06-07 Peter Kümmeldon't block GUI when showing all debug messages
2010-06-07 Edwin Leuvensimplify some conditions
2010-06-06 Stephan Wittavoid preprocessor macros for path constants
2010-06-06 Enrico ForestieriThe delimiters '<' and '>' can also be used as big...
2010-06-06 Peter Kümmelcompile with GCC 4.4.3
2010-06-06 Enrico ForestieriAdd GUI support for big delimiters variants without...
2010-06-05 Peter Kümmelalso use TR1 code for bind and shared_ptr when compilin...
2010-06-05 Edwin Leuvenget rid of some missing enum warnings after r34598
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-06-04 Richard HeckRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-04 Richard HeckFix silly initialization bug.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-06-04 Vincent van RavesteijnFix bug #6606: Crash when reverting a document with...
2010-06-03 Peter Kümmelfix bug #6748: queue LyXErrMessages so any other stuff...
2010-06-03 Jean-Marc Lasgouttesfix compilation on F13 and binutils/gold by rewriting...
2010-06-01 Vincent van RavesteijnFix bug #6744: Crash when copying an inset from a delet...
2010-06-01 Vincent van RavesteijnFix the warning message "TocModel.cpp: type not found...
2010-05-31 Enrico ForestieriFix bug #6739: Loading in a 1.6.5 file causes 1.6.6...
2010-05-31 Enrico ForestieriStill white space.
2010-05-31 Enrico ForestieriOnly white space.
2010-05-31 Richard HeckSimplify the graph code a bit. This also will allow...
2010-05-31 Richard HeckMinor change to unfortunate codepath.
2010-05-29 Stephan Wittconsolidate dictionary lookup of spellchecker and thesa...
2010-05-28 Uwe StöhrGuiBox.cpp:
2010-05-27 Richard HeckThought I'd committed this. Anyway, missing from earlie...
2010-05-25 Pavel SandaMove hints from designer to code
2010-05-25 Pavel SandaAdd output_sync icon to view/update toolbar
2010-05-25 Pavel SandaIntroduce output_sync ui for forward/reverse search
2010-05-24 Richard HeckOutput these params only when they are not default...
2010-05-24 Richard HeckSimplify storage of html_latex_* info.
2010-05-24 Peter Kümmelremove explicit boost::ref call
2010-05-24 Peter Kümmelmsvc10 work around: use complete std:numpunct<char...
2010-05-24 Pavel Sanda*doxy
2010-05-23 Uwe StöhrInsetBox.cpp: fix #4776; the additional \makebox is...
2010-05-23 Uwe StöhrGuiBox.cpp: fix #6721
2010-05-23 Pavel SandaFix doxy generation
2010-05-23 Jürgen Spitzmüller* restore correct indendation.
2010-05-22 Enrico ForestieriFix bug #6712: LyX 2 does not restore encoding after...
2010-05-22 Uwe StöhrBufferParams.cpp: fix #6714
2010-05-22 Uwe StöhrInsetRef.h: fix #6711
2010-05-22 Uwe StöhrInset***.h: fix typo in comment
2010-05-22 Uwe StöhrInsetMathHull.h: fix typo in comment
2010-05-21 Uwe StöhrLyXRC.cpp: add new page sizes to known sizes, thanks...
2010-05-21 Uwe StöhrBufferParams.cpp: the default paper format of course...
2010-05-18 Uwe StöhrGuiDocument.cpp: code simplifications; thanks Vincent
2010-05-18 Enrico ForestieriFix bug #5247: physical paper size settings are not...
2010-05-18 Jean-Marc Lasgouttesfix bugs #6696 and #6697
2010-05-18 Pavel SandaComment
2010-05-18 Uwe StöhrGuiDocument.cpp: remove superfluous comment
2010-05-18 Uwe Stöhr* GuiDocument:
2010-05-18 Uwe Stöhr- paper.h: fix comment
2010-05-18 Uwe Stöhrsupport for all page sizes that are supported by the...
2010-05-17 Pavel SandaTypo from Sven
2010-05-17 Pavel SandaCoding style, thanks Abdel.
2010-05-16 Pavel SandaNext attempt on correct newlines in Message pane
2010-05-16 Pavel SandaKeep the string in synchro with the code around
2010-05-15 Uwe Stöhr- BufferParams.cpp: change string to make it more clear...
2010-05-14 Pavel Sanda#6694 - reset line spacing to single if no custom size...
2010-05-11 Pavel Sanda* doxy
2010-05-10 Vincent van RavesteijnFix crashes when the list of formts is empty.
2010-05-10 Jean-Marc Lasgouttesfix warning
2010-05-10 Vincent van RavesteijnFix bug #6686: Navigate back does not trigger a repaint
2010-05-08 Enrico ForestieriFix reverse search when the filename contains a forbidd...
2010-05-05 Vincent van RavesteijnDisallow InsetMarginals in InsetTabulars.
2010-05-05 Vincent van Ravesteijn* TextMetrics.cpp: Line length.
2010-05-04 Enrico ForestieriFix bug #6678: Crash when undoing backspace inside...
2010-05-03 Vincent van RavesteijnFix a crash due to Inset**::mouse_hover_[] containing...
2010-05-03 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-05-03 Vincent van RavesteijnAnother non-base class with a virtual destructor. Sorry...
2010-05-03 Vincent van RavesteijnAnother base class without a virtual destructor.
2010-05-03 Vincent van RavesteijnThese should not raise the impression that children...
2010-05-03 Vincent van RavesteijnMake destructors virtual in base classes and only there.
2010-05-03 Vincent van RavesteijnAdd comment just as in GuiView.cpp.
2010-05-03 Vincent van RavesteijnWe want to check for the new value name instead for...
2010-05-03 Vincent van Ravesteijn*List.h: Move the class documentation into the lyx...
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,
next