]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.h
Fix the tab ordering of PanelStack and PrefsUi.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
2011-02-14 Vincent van RavesteijnFix bug #7209: Crash when clicking on unfinished comman...
2011-02-13 Vincent van RavesteijnRemove an include an reorder.
2010-10-24 Vincent van RavesteijnUpdate the cursor shape also when the cursor shape...
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-06-14 Vincent van RavesteijnFix bug #4464: Missing autoscroll when selecting by...
2010-04-18 Edwin Leuvennew buffer on double click in empty area of the tab bar
2010-03-21 Edwin Leuven- make the advanced search/replace dialog play nice...
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2009-10-31 Vincent van RavesteijnFix r31814: we have to close the tab not hide it. Also...
2009-10-31 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-10-05 Pavel SandaFix bug #5977 - Make Close button on tabs configurable
2009-07-30 Vincent van RavesteijnFix bug #5796: Context menu of one inset asks status...
2009-05-02 Pavel SandaRemove the corner button too
2009-05-02 Pavel SandaUse Qt native close button on tabbar.
2009-04-24 Abdelrazak YounesSimple fix for bug 4464
2009-03-08 Vincent van RavesteijnFix bug 5357: Close tab possible without close tab...
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and correct focus...
2008-11-22 Abdelrazak YounesTransfer more things from FindAndReplace to EmbeddedWor...
2008-11-22 Abdelrazak YounesCreate a new EmbeddedWorkArea for dialog embedding...
2008-11-16 André Pönitzcosmetics
2008-11-15 Abdelrazak Younescosmetics.
2008-11-15 Abdelrazak YounesSome cosmetic changes so that GuiWorkArea can be embedd...
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-04-21 André Pönitzfix #4758
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 2: move functions...
2008-04-06 André PönitzA hack to prevents an additional redraw when the scroll...
2008-03-15 Stefan Schimanski* drag'n'drop for tabs
2008-03-15 Stefan SchimanskiImplementation of the conclusion of the "LyX/Mac 1...
2008-03-14 Stefan Schimanski* on Mac close GuiView when the last tab was closed
2008-02-28 Stefan Schimanski* completion cursor
2008-02-27 Pavel SandaFullscreen mode fixes:
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Abdelrazak Younes* TabWorkArea: rename 'close tab' button to 'close...
2008-02-09 Abdelrazak YounesHandle full screen mode for all work areas.
2008-02-09 Abdelrazak YounesIntroduce GuiWorkArea::setFullScreen()
2008-02-05 Abdelrazak YounesTransfer forked process checking from GuiWorkArea to...
2008-02-05 Richard HeckAdditional fixes related to disentangling the blinking...
2008-02-02 Pavel SandaLet the cursor blink frequency depend on qt settings.
2008-01-29 Abdelrazak YounesSimplify scrolling code. Instead of using the actionTri...
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-11-21 André Pönitzget rid of a boost::signals::connection
2007-11-21 André Pönitzremove unneeded #include
2007-11-19 Abdelrazak YounesPainting tweaks:
2007-11-14 Abdelrazak Younescleanups and cosmetics.
2007-11-14 Abdelrazak YounesCosmetics
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-12 André Pönitzremove unneeded functions
2007-11-12 André Pönitzmake WorkArea a pure interface, move all implementation...
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-10-16 Abdelrazak YounesReduce use of dynamic_cast.
2007-10-08 Peter Kümmelremove X11's namespace pollution
2007-10-07 Abdelrazak YounesTransfer some more code from GuiView to TabWorkArea.
2007-10-07 Abdelrazak YounesTransfer some code from GuiView to TabWorkArea.
2007-10-06 Abdelrazak YounesMove TabWidget related code to TabWorkArea class in...
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...