]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Action.cpp
Skip paint event when in the middle of a buffer operation
[lyx.git] / src / frontends / qt4 / Action.cpp
2016-08-28 Guillaume MunchAction.cpp: replace a reference with a shared_ptr
2015-07-16 Jean-Marc LasgouttesCompilation fix for windows
2013-05-02 Jean-Marc LasgouttesEven more llvm/clang warnings
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-03-14 Stefan Schimanski* remove the need of an active GuiView
2008-02-18 Abdelrazak Younesheader cleanup
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-15 André Pönitzreduce line noise
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-13 Abdelrazak YounesSome cosmetics and a gcc compile fix.
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-10-15 André Pönitzmainly reduce include dependencies
2007-10-03 André Pönitzshuffle some code around
2007-09-28 André Pönitzcosmetics
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-04-28 Bo PengLast (?) batch of renames:
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/qt4,...