]> git.lyx.org Git - lyx.git/history - src
typos
[lyx.git] / src /
2007-02-26 Jean-Marc Lasgouttestypos
2007-02-26 Jean-Marc Lasgouttes * src/frontends/qt4/QLMenubar.C (macxMenuBarInit)...
2007-02-26 Georg BaumGet rid of some locale dependant functions
2007-02-26 Abdelrazak YounesDocument symbol fonts hack (text from Georg Baum).
2007-02-26 Georg Baumremove stray dollar sign
2007-02-26 Georg Baumcompile fix
2007-02-26 Georg Baumfix thinko
2007-02-26 Abdelrazak Younes* support/qstring_helpers.h: erase ucs4_to_qstring...
2007-02-26 Abdelrazak YounesFix support lib dependency problem.
2007-02-26 Abdelrazak Younesadd config.h
2007-02-26 Georg BaumAlmost fix 'make check'. The only remaining problem...
2007-02-26 Georg Baumfix 'make check' by removing useless namespace lyx
2007-02-26 Georg Baumforgot this
2007-02-26 Georg BaumFix character classification functions by using qt...
2007-02-25 Jean-Marc Lasgouttestypos
2007-02-25 Lars Gullik BjønnesFix-up damage done by overeager script in r15422
2007-02-25 Jean-Marc Lasgouttes * lyx_cb.C (insertPlaintextFile): delete selection...
2007-02-25 Jean-Marc Lasgouttes * GuiView.C (updateTab): do not update early if curren...
2007-02-25 Jean-Marc LasgouttesMove translated files to their own directory
2007-02-25 Jean-Marc LasgouttesFix bug 3080
2007-02-25 Michael Schmittmove plaintext() implementation to MathMacroTemplate.C;
2007-02-25 Georg Baum * src/support/filetools.C
2007-02-24 Enrico ForestieriFix bug 3233
2007-02-24 José MatoxCorrect the name of Portuguese and Brazilian variants...
2007-02-24 Jean-Marc Lasgouttesmake the code to avoid multiple warnings actually work
2007-02-24 Georg BaumFix bug 3266
2007-02-24 Georg Baumremove unused includes
2007-02-24 Georg Baummove plaintext output of math macros where it belongs
2007-02-24 Georg Baumfix copy/paste error
2007-02-24 Georg Baumfix compiler warnings about unused parameters
2007-02-24 Michael Schmitt * src/insets/insetbox.C: plaintext(): add missing \n
2007-02-24 Michael Schmitt * src/mathed/InsetMath.C: plaintext(): assert that...
2007-02-24 Michael Schmitt * insets/*.C: constify docstring in plaintext()
2007-02-24 Uwe Stöhrfix wrong tooltip, bug 3273:
2007-02-23 Georg Baum * lib/encodings: Explain that only single byte encodin...
2007-02-23 Georg Baum * src/insets/insetbox.C
2007-02-23 Abdelrazak Younes* InsetMathMBox.h:
2007-02-23 Abdelrazak Younes* InsetMathMBox: cleanup in order to avoid Buffer and...
2007-02-22 Abdelrazak Younes* mathed/CMakeLists.txt: do not exclude InsetMathMBox.C
2007-02-22 Bo PengFix bug 3238. Table cells should be treated differently...
2007-02-22 Georg Baummake Jean-Marc happy:-)
2007-02-22 Georg Baummake Lars happy
2007-02-21 Georg BaumFix bug 3255
2007-02-21 Georg Baumfix forgotten rename from the persistent selection...
2007-02-21 Georg Baum * src/CutAndPaste.C
2007-02-21 Georg Baumfix compiler warning
2007-02-21 Georg BaumAdd some FIXMEs because there are some differences...
2007-02-21 Jürgen Spitzmüller* src/LaTeX.C: whitespace & add author
2007-02-21 Jürgen Spitzmüller* src/LaTeX.C
2007-02-20 Michael Schmitt * src/mathed/InsetMathRef.*: remove plaintext()
2007-02-20 Georg Baumfix compiler warning
2007-02-20 Georg BaumFix crash after inset-insert ert, from Bernhard Roider
2007-02-20 Georg BaumFrom John C. McCabe-Dansted:
2007-02-20 Michael Schmitt * src/insets/insetinclude.[Ch]: fix plaintext(); code...
2007-02-20 Georg Baum * src/buffer_funcs.C
2007-02-20 Michael Schmitt * src/mathed/InsetMath.[Ch]: implement plaintext(...
2007-02-20 Michael Schmitt * src/insets/insetcommand.C: fix plaintext() output
2007-02-20 Michael Schmitt * src/output_plaintext.C: use InsetBase::PLAINTEXT_NEW...
2007-02-20 Michael Schmitt * inset*.C:
2007-02-20 Michael Schmitt * src/text.C: turn another C-style cast into a static...
2007-02-20 Jürgen Spitzmüller* src/LaTeX.C: whitespace
2007-02-20 Michael Schmitt * src/paragraph.C: stripLeadingSpaces(): make return...
2007-02-20 Michael Schmitt * src/text.C: use static_cast rather than C-style...
2007-02-20 Jürgen Spitzmüller* src/LaTeX.C
2007-02-19 José MatoxPatch from Georg to fix support of gcc 3.2
2007-02-19 Georg BaumDon't use an uninitialized variable
2007-02-19 Georg BaumDon't include files inside the lyx namespace (compile...
2007-02-19 Jürgen Spitzmüller* src/LaTeX.C (deplog):
2007-02-19 Jürgen Spitzmüller* src/LaTeX.C (deplog):
2007-02-18 Georg Baumfix another problem with paths with spaces: Quote filen...
2007-02-18 Michael Schmitt * src/insets/insetert.C:
2007-02-18 Michael Schmitt * src/tabular.[Ch]: simplify plaintext methods, becaus...
2007-02-18 Georg BaumFix bugs 3240 and 3241
2007-02-18 Georg Baumprevent "caching" of directories
2007-02-18 Jürgen SpitzmüllerFix dependency checking, This fixes bug 1027 and probab...
2007-02-18 Georg BaumFix bug 845 (now really).
2007-02-18 Georg Baumremove dead code that is no longer needed
2007-02-18 Michael Schmitt * src/insets/insetexternal.[Ch]: fix plaintext();...
2007-02-18 Michael Schmitt * src/insets/insettabular.[Ch]: fix plaintext(); code...
2007-02-18 Enrico ForestieriMake Uwe happy
2007-02-17 Michael Schmitt * src/insets/insetbititem.C:
2007-02-17 Michael Schmitt * src/output_plaintext.C: avoid empty line at the...
2007-02-17 Michael Schmitt * src/insets/insetfloatlist.C: fix plaintex()
2007-02-17 Michael Schmitt * src/insets/insettoc.[Ch]:
2007-02-17 Michael Schmitt * insetgraphics.[Ch]:
2007-02-17 Michael Schmitt * src/insets/insetnewline.C:
2007-02-16 Georg Baumadd pure ASCII encoding for LaTeX export
2007-02-16 Enrico ForestieriGive the "Note" text a better color
2007-02-16 Bo PengForget to set selection in r17213
2007-02-16 Michael Schmitt * src/insets/insetbase.[Ch]: make plaintext() abstract...
2007-02-16 Michael Schmitt * src/insets/insetcaption.*: fix plaintext(); add...
2007-02-16 Michael Schmitt * src/insets/insetbranch.[Ch]:
2007-02-16 Michael Schmitt * src/insets/insetcollapsable.[Ch]: constify floatName()
2007-02-16 Michael Schmitt * src/mathed/InsetMath.h: "implement" plaintext()...
2007-02-16 Michael Schmitt * src/insets/insetfloat.[Ch]:
2007-02-16 Georg Baumforgot this
2007-02-16 Bo PengFix of bug 3238. Disable persistent selection for selec...
2007-02-15 Michael Schmitt * src/insets/insetspace.[Ch]:
2007-02-15 Michael Schmitt * insetref.C:
2007-02-15 Michael Schmitt * src/insets/insetnewline.C: plaintext(): fix line...
next