]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiInfo.cpp
Correct early return position for if use_pixmap_cache_ check
[lyx.git] / src / frontends / qt4 / GuiInfo.cpp
2015-04-01 Juergen SpitzmuellerGuiInfo: implement checkWidgets.
2012-06-28 Pavel SandaRevert a6e42e50791d.
2012-06-26 Uwe Stöhrremoved unused includes
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-04-17 Richard HeckLyX version info for InsetInfo.
2010-02-15 Abdelrazak YounesAttempt to simplify as much as possible Inset parameter...
2010-02-07 Abdelrazak YounesGuiInfo: simplify code.
2010-01-30 Abdelrazak YounesGuiInfo: Migrate [New] push button slot to InsetDialog.
2010-01-30 Abdelrazak YounesInset::validateModifyArgument(): new virtual interface...
2010-01-11 Jean-Marc Lasgouttesremove unnecessary code
2010-01-11 Jean-Marc Lasgouttesget rid of next-inset-modify ; inset-modify does the...
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2009-06-29 Vincent van RavesteijnCosmetics and constify.
2009-04-22 Vincent van RavesteijnFix bug that you can't change Info insets.
2009-03-12 Richard HeckUse an enum to make things a little clearer here.
2008-12-22 Georg Baumfix potential problems detected by gcc
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-08-03 Bo PengFix a bug where spaces can not be appended tonameLE...
2008-06-06 Abdelrazak YounesInsetInfo: Some fixes...
2008-06-06 Bo PengGuiInfo: display and initialize the information dialog...
2008-06-05 Abdelrazak YounesMove inset lookup to Dialog class as this is generic...
2008-06-05 Abdelrazak YounesInsetInfo::inset(): look also for next inset as InsetIn...
2008-06-05 Abdelrazak YounesPreliminar InsetInfo dialog. This was done as an exerci...