]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.C
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...
2006-08-29 Abdelrazak Younessmall cleanup: delete two unneeded lines of code.
2006-08-27 Georg Baumfix dropping of UNC filenames on windows (from Enrico)
2006-08-21 Abdelrazak Younes* src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent...
2006-08-18 Abdelrazak YounesGuiWorkArea::inputMethodEvent(): remove unneeded Qt...
2006-08-17 Abdelrazak YounesCosmetic changes:
2006-08-17 Abdelrazak YounesGuiWorkArea::inputMethodEvent(QInputMethodEvent * e):
2006-08-17 Abdelrazak Younesget rid of QT3_SUPPORT and some cleanup
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-08-13 Peter KümmelGuiWorkArea: #undef QT3_SUPPORT
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-09 Lars Gullik BjønnesLet Meta be an alias for Alt
2006-07-08 Lars Gullik BjønnesExtracted from 14281
2006-06-27 Abdelrazak YounesPotential Bux fix: call "update()" instead of "vieport...
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-20 Abdelrazak YounesQtView renamed to GuiView
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...