]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.C
comment out debug statement.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.C
2007-01-03 Abdelrazak Younescomment out debug statement.
2006-12-30 Peter Kümmelundo last acedential checkin
2006-12-30 Peter Kümmelwe've never used Q_FOREACH
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-21 Abdelrazak Younes* ctor: change viewport attribute (disable double-buffe...
2006-12-21 Enrico ForestieriUse a larger font for displaying the version number...
2006-12-04 Abdelrazak Younes* GuiApplication::x11EventFilter(): check for currentVi...
2006-12-04 Bo PengButton face-lift: use mouse hover-buttons.
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-26 Abdelrazak Younes* lyx_main.[Ch]
2006-11-25 Abdelrazak YounesRemove key event pruning code. This has always been...
2006-11-25 Peter Kümmelsimplify exit code, old code doesn't work on the Mac
2006-11-19 Michael Schmitt * frontends/qt4/GuiWorkArea.C: make "unknown version...
2006-11-15 Peter Kümmeldisable scrollbar when not needed, this patch is totall...
2006-11-13 Abdelrazak Younesre-enable opaque widget optimization following Trolltec...
2006-11-12 Abdelrazak Younes- hum... truly fix the cursor.
2006-11-12 Abdelrazak Younes- Clean up CursorWidget and hopefully fix Mac support.
2006-11-11 Abdelrazak Younes- Cleanup splash screen
2006-11-09 Peter Kümmelscrollbars always on to avoid an additional resize...
2006-11-07 Abdelrazak Younes* Application:
2006-11-03 Peter Kümmeldisable scrollbar when it is not needed, especially...
2006-11-02 Abdelrazak YounesFix multi-window resize bug:
2006-11-02 Abdelrazak Younes- restore a backing pixmap painting strategy: the pixma...
2006-11-02 Peter Kümmelenable selection with the mouse for math and tables
2006-11-01 Abdelrazak YounesThis commit initialise correctly the tab bar in a new...
2006-11-01 Peter Kümmeldisable scrollbar when it is not needed, especially...
2006-10-30 Abdelrazak Younessmall cleanup while looking for a bug.
2006-10-28 Abdelrazak Younessimplify paintText() interface.
2006-10-28 Abdelrazak Younesdelete unused code and comment.
2006-10-27 Abdelrazak Younesstop/start the blinking cursor when the WorkArea get...
2006-10-26 Peter Kümmelsrc/frontends/qt4/GuiWorkArea.C:
2006-10-25 Edwin Leuvenadd fixme for cursor positioning
2006-10-24 Michael Schmitt * src/frontends/qt4/GuiWorkArea.C: fix cursor positioning
2006-10-24 Abdelrazak YounesFix cursor size...
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 André Pönitzcursor cosmetics
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-22 Asger Ottar Alstrup- fix broken behaviour of Scrollbar and MouseWheel...
2006-10-21 Abdelrazak YounesMy six month cleanup crusade is now paying off: LyX...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Abdelrazak Younesremove the focusInEvent() and focusOutEvent() that...
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...