]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Surely we do not need to see this every time either.
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2007-09-14 Richard HeckSurely we do not need to see this every time either.
2007-09-14 Richard HeckSurely we do not need to see this every time.
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-30 André Pönitzxpm -> png
2007-08-24 Abdelrazak Younesdisable painting updates when adding/removing a workAre...
2007-08-24 Abdelrazak YounesTransfer command buffer handling to QLToolbar.
2007-08-23 Alfredo Braunsteincompilation fix
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-23 Abdelrazak YounesHide tab bar if there's only one tab.
2007-08-22 André Pönitzadd #include for BOOST_CURRENT_FUNCTION
2007-08-22 Abdelrazak YounesFix crash on first load with mouse wheel: this was...
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-19 Abdelrazak YounesFix bug 4123:
2007-08-15 Abdelrazak Younescosmetics
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-07-17 Abdelrazak YounesWith or without multiview, a crash can happen randomly...
2007-06-14 Stefan Schimanski* make close tab button smaller
2007-06-11 Peter Kümmeladd tab close button
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
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,...