]> git.lyx.org Git - lyx.git/history - src/frontends/LyXView.h
fix scrolling bug: 3320 and 3652, maybe not perfect
[lyx.git] / src / frontends / LyXView.h
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-21 Michael Schmitt * frontends/LyXView.h:
2007-04-19 Edwin Leuven* Refactoring of ToolbarBackend.[Ch] into
2007-03-17 Peter Kümmelfix bug: vert. maximized window is completely maximized...
2007-03-12 Abdelrazak YounesSupport code for advanced Toc management and bug correc...
2007-01-31 Bo PengSession: restore toolbars in the right order and location
2007-01-05 Abdelrazak YounesFix bug bug 3064 and 3065:
2006-12-23 Abdelrazak YounesFix focus on WorkArea after mini-buffer command.
2006-12-03 Peter Kümmelremove unused signal
2006-12-02 Georg Baummore unicode filenames
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-27 Peter Kümmelfix wrong toolbar icon size, default value is
2006-11-02 Bo PengPrettier view->toolbars menu.
2006-11-02 Bo PengSession/Toolbars:
2006-10-31 Peter KümmelAdd tab support
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-22 Lars Gullik BjønnesThe Gtk removal from trunk.
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-21 André Pönitzremove qt3 frontend
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Georg Baumremove unused stuff
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->getLyXFunc...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-10 Abdelrazak Younes* LyXView.h:
2006-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-07-14 Abdelrazak YounesThis commit continues the drastic diet operated on...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-08 Lars Gullik BjønnesExtracted from r14281
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...
2005-05-06 André Pönitzmake sure the 'setStatus(Collapsed)' crash won't occur...
2005-05-06 André Pönitzfix crash when collapsing ert with cursor inside
2004-11-16 Jean-Marc Lasgouttescorrectly disable buffer-related menu entries when...
2004-09-27 Lars Gullik Bjønnesfix typo
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-04-29 Angus Leeming* Positionable and dynamically visible toolbars for...
2004-04-13 Angus LeemingPreview fiddling (preparing the way for mathed previews).
2004-01-15 André Pönitzthe monster patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
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-05 Angus LeemingReplace LString.h with support/std_string.h,
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...
2003-04-07 John Levonreset the status message on leaving an inset or clickin...
2003-02-14 John LevonMy old allow/prohibitInput() -> busy(bool) patch cleanup
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws 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-14 André Pönitzbug fix. reorder initialization
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-02 Angus LeemingLyXView::view() now returns boost::shared_ptr<BufferVie...
2002-07-19 John LevonI fixed the two bugs (Very shallow in fact)
2002-07-18 John Levondispatch changes ...
2002-07-17 John LevonMake showState be view_state_changed, and rename setSta...
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John LevonMove init() back to LyXView
2002-06-12 John LevonNew lyx_gui namespace. Some working out to be done...
2002-06-12 John LevonSome minor cleanup + use of scoped_ptr instead of raw...
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2