]> git.lyx.org Git - lyx.git/history - src/frontends/WorkArea.C
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / WorkArea.C
2007-01-04 Abdelrazak YounesReorganize window resizing so that no painting occurs...
2006-12-21 Georg Baumremove unused stuff
2006-12-07 Abdelrazak Younes* BufferView:
2006-12-04 Abdelrazak Younes* GuiApplication::x11EventFilter(): check for currentVi...
2006-12-03 Abdelrazak Younes* WorkArea::dispatch(): avoid GUI tweaks if cmd is...
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-20 Abdelrazak Younes* Status.15x: updates.
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-12 Abdelrazak Younes* text.C:
2006-11-11 Abdelrazak Younes- Cleanup splash screen
2006-11-07 Asger Ottar Alstrup- Avoid lyxerr[] like the plague. Use if (lyxerr.debugg...
2006-11-07 Abdelrazak Younes* Application:
2006-11-04 Abdelrazak Younes* WorkArea
2006-11-03 Abdelrazak YounesFix singlePar update. This should result in a nice...
2006-10-29 Georg BaumFix more member variable initialization order warnings...
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-26 Abdelrazak YounesFix (hopefully) gcc warning about initialization order...
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-21 Asger Ottar Alstrup- Fix sign error in Cursor::setSelection
2006-10-21 Asger Ottar Alstrup- Dump the inset position cache as well
2006-10-13 Abdelrazak YounesWorkArea::processKeySim(): ensure that LyXFunc holds...
2006-10-12 Abdelrazak Younesensure that theLyXFunc is set to the proper LyXView.
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
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-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-23 Abdelrazak YounesFix crash on exit after a Buffer switch.
2006-08-17 Abdelrazak YounesThis commit moves the busy cursor and formatting messag...
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-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-15 Georg Baumfix line ending
2006-07-14 Abdelrazak YounesThis commit removes the needRedraw() interface and...
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...
2003-09-05 Angus LeemingRemove WorkArea.C (empty).
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-06-24 Lars Gullik Bjønnesportoaddons
2002-06-19 John Levonremove some more unneeded focus stuff
2002-06-18 Lars Gullik Bjønnes*duck*
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.