]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.h
rename a few view functions from foo() to fooView()
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-01 Abdelrazak YounesImproved input method support by M. Iwami. I fixed...
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/GuiWorkArea.[Ch]:
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/GuiWorkArea.[Ch]:
2007-01-18 Michael Schmitt * LyXView.C:
2007-01-16 Abdelrazak Younes* LyXView::updateInset(): schedule a redraw instead...
2007-01-04 Abdelrazak YounesReorganize window resizing so that no painting occurs...
2006-11-25 Abdelrazak YounesRemove key event pruning code. This has always been...
2006-11-04 Abdelrazak Younes* WorkArea
2006-11-02 Abdelrazak Younes- restore a backing pixmap painting strategy: the pixma...
2006-10-27 Abdelrazak Younesstop/start the blinking cursor when the WorkArea get...
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 André Pönitzcursor is no more damaging the background. L-shaped...
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-22 Asger Ottar Alstrup- LyX is dead slow, so the least we can do is use anti...
2006-10-22 André Pönitzcosmetics
2006-10-11 Abdelrazak Younesremove the focusInEvent() and focusOutEvent() that...
2006-08-21 Abdelrazak Younes* src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent...
2006-08-17 Abdelrazak YounesCosmetic changes:
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-08-13 Peter KümmelGuiWorkArea: #undef QT3_SUPPORT
2006-06-30 Lars Gullik BjønnesMake signals and slots to not be defined, and replace...
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...