]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.cpp
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
2011-08-27 Tommaso CucinottaFix recursive repaint problem.
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-05-29 Pavel SandaFix #7598, do not buffer movement keys.
2011-04-08 Pavel SandaFix #7438, patch from Stephan.
2011-03-19 Vincent van RavesteijnFix bug #7345: Crash when right clicking on displayed...
2011-03-13 Abdelrazak YounesTemporally fix #7321 until a better solution is found...
2011-03-13 Abdelrazak YounesTrying to fix #7321: SyntheticMouseEvent() only works...
2011-03-11 Stephan Wittnow the user has control over the width of the text...
2011-02-23 Stephan Witt#7292 make the modifiers Option and Control act on...
2011-02-15 Vincent van RavesteijnFix bug #5414: Show context menu accelerators when...
2011-02-14 Vincent van RavesteijnFix bug #7209: Crash when clicking on unfinished comman...
2011-02-13 Vincent van RavesteijnGuiWorkArea: coding style.
2011-01-04 Vincent van RavesteijnBetter fix for part 3 of bug #7182: LyX truncates file...
2011-01-03 Vincent van RavesteijnFix part 3 of bug #7182: LyX truncates file names to...
2010-12-19 Pavel SandaLet filenames to be longer in window title.
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-10-28 Enrico ForestieriFix bug #6589 (Crash when reverting to saved while...
2010-10-24 Vincent van RavesteijnUpdate the cursor shape also when the cursor shape...
2010-10-24 Edwin Leuvenhave pointing cursor when hovering something clickable
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-08 Stephan Witt#5970 more exact modifier check for Tab keys filter
2010-07-22 Stephan Wittcorrect typo in RC_SCROLL_WHEEL_ZOOM text
2010-07-18 Stephan Wittcorrect OR when checking modifiers
2010-07-18 Richard HeckRevert r34969.
2010-07-18 Uwe StöhrGuiWorkArea.cpp: make it compilable
2010-07-18 Stephan Wittuse "alt" instead of "option" for modifier keyword
2010-07-17 Stephan Wittmake mouse scroll wheel zoom configurable
2010-06-30 Jean-Marc Lasgouttesfix scroll wheel on mac (bug #6775)
2010-06-14 Vincent van RavesteijnFix bug #4464: Missing autoscroll when selecting by...
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-04 Vincent van RavesteijnFix bug #6606: Crash when reverting a document with...
2010-06-03 Jean-Marc Lasgouttesfix compilation on F13 and binutils/gold by rewriting...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-18 Edwin Leuvennew buffer on double click in empty area of the tab bar
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-05 Abdelrazak YounesTabWorkArea::workArea(): add a FIXME
2010-03-29 Vincent van RavesteijnFix the painting I broke in r33909.
2010-03-29 Vincent van RavesteijnRefactorization: Buffer::changed() can update the metri...
2010-03-21 Edwin Leuven- make the advanced search/replace dialog play nice...
2010-03-20 Richard HeckDon't bother bliking the cursor if it isn't on the...
2010-03-19 Richard HeckSince we don't do anything if the cursor isn't in view...
2010-03-12 Uwe StöhrGuiWorkArea.cpp: remove unused include of MetricsInfo.h
2010-02-12 Pavel SandaKill locker() API in VCS
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-29 Jean-Marc Lasgouttesadd a dispatchresult parameter to lyxview::dispatch
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-21 Tommaso CucinottaCode cleanup
2010-01-11 Vincent van RavesteijnBetter debug message.
2010-01-10 Vincent van RavesteijnFix bug #6431: Crash when closing a workarea with a...
2010-01-10 Pavel SandaOne more comment.
2010-01-09 Tommaso CucinottaAdded ALL_MANUALS scope to Advanced Find & Replace.
2010-01-08 Tommaso CucinottaRemoved unneeded assert firing when closing LyX with...
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2010-01-08 Vincent van Ravesteijntypo ?
2009-12-31 Vincent van RavesteijnFix bug #6332: Do not paint the cursor after a resize...
2009-11-27 Jean-Marc Lasgouttessuppress warning (multiplication of int by double)
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-06 Pavel Sandanext compil fix
2009-10-05 Pavel SandaFix bug #5977 - Make Close button on tabs configurable
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-08-17 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-08-17 Vincent van RavesteijnSqueeze warnings.
2009-08-15 Vincent van RavesteijnAmong other problems still left. At least close the...
2009-08-14 Vincent van RavesteijnExtend saveBufferIsNeeded with a parameter indicating...
2009-08-11 Jürgen SpitzmüllerFix bug 5946: Infinite loop when opening file with...
2009-07-30 Vincent van RavesteijnFix bug #5796: Context menu of one inset asks status...
2009-07-27 Vincent van Ravesteijn* inputMethodQuery: adjust comment.
2009-07-27 Vincent van RavesteijnFix bug #6108: Crash on menu key
2009-07-06 Jean-Marc LasgouttesPatch from Ben M.: do not accept key events if we do...
2009-05-26 Vincent van RavesteijnRemove black box around GuiWorkarea? which is visible...
2009-05-26 André Pönitzcosmetics
2009-05-26 André PönitzIntroduce an option to keep the menubar visible in...
2009-05-05 Pavel Sandacomment
2009-05-05 Pavel SandaCommetin forgotten part of r29532 reversal
2009-05-04 Vincent van RavesteijnAesthetics: Hide the tabbar when closing all windows...
2009-05-02 Pavel SandaRemove the corner button too
2009-05-02 Pavel SandaUse Qt native close button on tabbar.
2009-05-01 Abdelrazak YounesFix assertion on Ctrl-N with Qt4.5.
2009-04-24 Abdelrazak YounesSimple fix for bug 4464
2009-04-04 Vincent van RavesteijnFix bug #3038: wish for lfuns for zoom-in and zoom-out
2009-04-03 Vincent van RavesteijnMake sure that the document is only scrolled to the...
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-03-27 Vincent van RavesteijnFix bug 4733: Auto popup of math toolbar hides the...
2009-03-09 Vincent van RavesteijnRemove black box around GuiWorkarea which is visible...
2009-03-09 Richard HeckWhitespace.
2009-03-09 Abdelrazak YounesAvoid infinite loop with Qt4.5 (asserts instead).
2009-03-08 Vincent van RavesteijnFix bug 5357: Close tab possible without close tab...
2009-02-28 Vincent van RavesteijnFix bug 5819: Close button of tabbar closes wrong document
2009-01-31 Pavel SandaVCS: add GUI notification
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and add a WorkArea...
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-18 Vincent van RavesteijnDo not paint an invisible cursor.
2008-11-16 Jean-Marc Lasgouttesrevert r27520 (tr1 stuff)
next