]> git.lyx.org Git - lyx.git/history - src/frontends/WorkArea.h
Increase hint verbosity, otherwise difficult to understand.
[lyx.git] / src / frontends / WorkArea.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2017-10-25 Jean-Marc LasgouttesFix comment
2017-09-14 Jean-Marc LasgouttesCompute metrics when graphics is updated
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2009-10-05 Abdelrazak YounesMake WorkArea a pure virtual interface.
2009-10-05 Abdelrazak YounesCleanup virtual interfaces.
2008-11-16 Abdelrazak YounesThe rest of Tommaso patch with some cleanups. Not very...
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-12 André Pönitzremove unneeded functions
2007-11-12 André Pönitzmake WorkArea a pure interface, move all implementation...
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-10-02 André Pönitzcosmetics
2007-10-02 André Pönitzthe delegate patch
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-09-15 Abdelrazak YounesGive a sane behaviour to page up/down scrolling when...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-19 André Pönitzimplement --enable-monolithic-{client,frontend-qt4...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-01-27 Abdelrazak YounesPrepare for advanced mouse click selections.
2007-01-18 Michael Schmitt * LyXView.C:
2007-01-16 Abdelrazak Younes* LyXView::updateInset(): schedule a redraw instead...
2006-12-20 Abdelrazak YounesPartial Fix for Tab key press bug. It is now properly...
2006-11-20 Abdelrazak Younes* Status.15x: updates.
2006-11-11 Abdelrazak Younes- Cleanup splash screen
2006-11-04 Abdelrazak Younes* WorkArea
2006-11-03 Abdelrazak YounesFix singlePar update. This should result in a nice...
2006-10-30 Michael Schmittremove references to Qt3/Gtk
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-22 Lars Gullik BjønnesThe Gtk removal from trunk.
2006-10-21 André Pönitzremove qt3 frontend
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-17 André Pönitzcleanup after svn hang-up, #undef CursorShape. Should...
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-16 Abdelrazak YounesThis commit should hopefully fix all scrolling issues...
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-07-30 Georg BaumFix redraw problems in qt3 and gtk
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Lars Gullik BjønnesExtracted from 14281
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-04 Lars Gullik BjønnesExtraced from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesExtracted from r14281 from the younes branch.
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-04-13 Lars Gullik Bjønnes* frontends/WorkArea.h(workAreaResize, scrollDocView...
2006-04-13 Lars Gullik Bjønnes* lyxfunc.h:
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-04 Angus LeemingMove #includes out of header files.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-28 André Pönitzthe workarea changes plus small math stuff
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-21 John Levonredraw() cleanup
2002-06-20 John LevonMerge the working bits of the resize patch, and fix...
2002-06-19 John Levonremove some more unneeded focus stuff
2002-06-19 John Levonremove focus/unfocus events - unused
2002-06-19 John Levonremove unused methods
2002-06-19 John Levonremove unused width()
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John LevonRemove enter/leaveView since core has no right to know...
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-26 John Levonmove workarea to xforms/ for a better diff.
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-23 John Levonmore guii moving around.