]> git.lyx.org Git - lyx.git/history - src/frontends/LyXView.cpp
Move Color::color enum to ColorCode.h
[lyx.git] / src / frontends / LyXView.cpp
2007-10-23 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-10-03 Abdelrazak YounesFix some crashes on exit and on windows switch.
2007-10-02 Abdelrazak YounesRemove unneeded changed() and closing() delegates.
2007-10-02 André Pönitzthe delegate patch
2007-10-01 Abdelrazak YounesHeader cleanup.
2007-10-01 Abdelrazak YounesMove most of the Gui specific code in Toolbars to its...
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-19 André PönitzOne more second..
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-11 André Pönitzshuffle stuff around
2007-09-04 Bo PengEmbedding patch 4: interaction between buffer and...
2007-08-24 Abdelrazak YounesLyXView::loadLyXFile(): only add a new work area if...
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: Transfer ControlCommandB...
2007-08-23 Abdelrazak Younesdelete unneeded Menubar virtual interface.
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: get rid of menubar direc...
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 1: get rid of toolbars...
2007-08-22 Abdelrazak Younessimplify BufferView::moveToPosition() use for the exter...
2007-08-22 Abdelrazak Younes* restore lastfile feature.
2007-08-22 Abdelrazak YounesFix crash on first load with mouse wheel: this was...
2007-08-22 Abdelrazak Younesrevert 19714, this is not the right fix. LyXView::loadL...
2007-08-22 Abdelrazak YounesFix crash on first load with mouse wheel: this was...
2007-08-21 Abdelrazak Younes* LyXView:
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-06 Richard HeckDeal with a UI bug discussed on the list.
2007-08-03 Richard HeckFix bug 4096. Don't disconnect the buffer until we...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-09 Michael Schmitt * src/frontends/LyXView.h:
2007-07-09 Abdelrazak YounesFix crash when closing a child document after having...
2007-06-29 Abdelrazak YounesFix this bug reported by Mael Hilléreau:
2007-06-19 Abdelrazak YounesFix a few quirks and a crash introduced by a bad manual...
2007-06-19 Abdelrazak YounesPolish revision 18825 and fix some remaining issues...
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-11 Abdelrazak YounesFix bug 3850.
2007-06-06 Jean-Marc LasgouttesFix bug 3799.
2007-06-04 Richard HeckFix bug 3701: Allow buffer dependent dialogs to remain...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-26 Richard HeckFix for bug 3488. Need to reconnect buffer if load...
2007-05-17 Abdelrazak YounesThis patch solves this crash (due to an assertion):
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
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