]> git.lyx.org Git - lyx.git/history - src
forgot these
[lyx.git] / src /
2007-04-26 André Pönitzforgot these
2007-04-26 André Pönitzmerge LyXTabular.{cpp,h} and insets/InsetTabular.{cpp...
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Jean-Marc Lasgouttesremove obsolete comment
2007-04-26 André Pönitzremove ParagraphList_fwd.h
2007-04-26 André Pönitzfix problem reported by Uwe
2007-04-26 André Pönitzfix Makefile.am after .C -> .cpp conversion
2007-04-26 Bo PengRename three remaining .C files
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two
2007-04-26 Bo PengRename files under src/tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src/client, part two
2007-04-26 Bo Pengrename files under src/client, step one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends, part two
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...
2007-04-25 André Pönitzremove half-baked greek-insert stuff
2007-04-25 André Pönitzremove some lyx:: etc
2007-04-25 Michael Schmitt * src/frontend/qt4/ui/NomenclUi.ui: fix tab order...
2007-04-25 Bo PengRename .C => .cpp for files in src/frontends/controller...
2007-04-25 Bo PengRename .C => .cpp for files in src/frontends/controller...
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 André Pönitzcode cosmetics whitespace, unneeded lyx:: qualification...
2007-04-25 José MatoxUpdate file format, textclass cv -> simplecv
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Jean-Marc Lasgouttes * os_unix.C (addFontResources): for Qt/Mac use the...
2007-04-25 André Pönitzmore dialog merging
2007-04-25 André Pönitzmore dialog merging
2007-04-25 André Pönitzmore dialog merging
2007-04-25 André Pönitzthe greek-insert stuff, incidently containing unrelated...
2007-04-25 André Pönitzmerge QPref and QPrefDialog
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 1
2007-04-24 Richard HeckFix bug 2474; partial fix for 1777. Added last_referenc...
2007-04-24 André Pönitzmore Foo/FooDialog merge
2007-04-24 André Pönitzmerge the tabular/gui related files
2007-04-24 André Pönitzmerge QSpellChecker and QSpellcheckerDialog
2007-04-24 André Pönitzmerge QTexinfo and QTexinfoDialog
2007-04-24 André Pönitzmerge QWrapDialog and QWrap
2007-04-24 André Pönitzmerge QThesaurus and QThesaurusDialog
2007-04-24 Jürgen Spitzmüller* src/frontends/qt4/ui/DelimiterUi.ui:
2007-04-24 André Pönitzmerge QViewSource and QViewSourceDialog
2007-04-24 André Pönitzmerge QERT and QERTDialog
2007-04-24 André Pönitzmerge QSearch and QSearchDialog
2007-04-24 André Pönitzmerge QVSpace and QVSpaceDialog
2007-04-24 André Pönitzmerge QAbout and QAboutDialog
2007-04-24 André Pönitzmerge QBox and QBoxDialog
2007-04-24 André Pönitzmove lyxlex_pimpl.* into lyxlex.C
2007-04-24 André Pönitzparagraph_funcs.C should not have used paragraph_pimpl...
2007-04-24 André Pönitzmove paragraph_pimpl.* into paragraph.C
2007-04-24 André Pönitzforgot this...
2007-04-24 André Pönitzrenaming in frontends/qt4/ui: s/Q//g
2007-04-23 Michael Schmitt * src/insets/insetcommandparams.C: fix WS
2007-04-23 Georg Baummake the nomencl inset work with older versions of...
2007-04-23 Richard HeckFix bug 3461. Add reset_dialog() method that resets...
2007-04-23 Richard HeckFix case of BibTeX keys and remove unused variable...
2007-04-23 Abdelrazak Younesfix std::endl declaration.
2007-04-23 Jean-Marc Lasgouttesremove outdated "status" file
2007-04-22 Abdelrazak Younes* In the process of fixing the math background color...
2007-04-22 Michael Schmitt * src/mathed/BUGS: remove old stuff
2007-04-22 Michael Schmitt * src/frontend/qt4/QLToolbar.C: fix translation of...
2007-04-22 Abdelrazak Younesfix std declaration.
2007-04-22 Jürgen SpitzmüllerSatisfy André's Sprachgefühl.
2007-04-22 Abdelrazak YounesTrying to solve bug-2452, I optimized some of the most...
2007-04-22 Abdelrazak YounesPass the main window (GuiView) to the delimiter dialog...
2007-04-21 Abdelrazak Younes* operator==(docstring const & l, char const * r):...
2007-04-21 Abdelrazak YounesOptimisation: remove the inset mailer used in the dtor...
2007-04-21 Abdelrazak Younes* InsetMathNest::cell(): inlined because of profile.
2007-04-21 Michael Schmitt * frontends/LyXView.h:
2007-04-21 Michael Schmitt * src/frontend/qt4/ui/QDelimiter.ui: add space to...
2007-04-21 Michael Schmitt * src/frontends/controllers/ControlMath.h: remove...
2007-04-21 Jürgen Spitzmüller* src/frontends/qt4/ui/QTocUI.ui: add tooltips.
2007-04-21 Jürgen SpitzmüllerFix bug 2884 and 3437:
2007-04-20 Jürgen SpitzmüllerCompilation fixes:
2007-04-19 Edwin Leuven* remove old iconpalette (and rename iconpanel to iconp...
2007-04-19 Edwin Leuven* removal of math panel
2007-04-19 Edwin Leuven* include missing header (msvc complains)
2007-04-19 Edwin Leuven* Action.[Ch]
2007-04-19 Edwin Leuven* Refactoring of ToolbarBackend.[Ch] into
2007-04-19 Richard HeckFix some shortcut issues with the converters subdialog...
2007-04-19 Abdelrazak Younes* QCommandBuffer::complete(): Add connection to QListWi...
2007-04-19 Jürgen Spitzmüller* src/frontends/qt4/ui/QPrefConvertersUI.ui: lay out...
2007-04-19 Abdelrazak YounesFix bug 2466 by Stefan Schimanski:
2007-04-19 Abdelrazak YounesSwitch to an Icon View mode in the symbol lists.
2007-04-19 Abdelrazak YounesFix bug 3460:
2007-04-18 Michael Schmitt * QDelimiterDialog.C: make "TeX Code:" translatable
2007-04-18 Michael Schmitt * src/frontends/qt4/ui/QPrefConvertersUi.ui: add missi...
2007-04-18 Abdelrazak YounesFix bug 3454 and 3463: Don't allow ill-formed commands...
2007-04-18 Abdelrazak Younescommit again the drawing fix of revision 17826. This...
2007-04-18 Abdelrazak YounesStyle cleanup and tex code display bug correction.
2007-04-17 Uwe Stöhrfix bug 3456 and 3457
next