]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.cpp
Fix bug #6997
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
2008-07-01 Abdelrazak Younesup-port fixes and cleanups from BRANCH.
2008-06-30 Abdelrazak YounesFix wheel mouse scrolling bug when speed is set to...
2008-06-20 Abdelrazak Younesforgot this in prev commit.
2008-06-20 Abdelrazak YounesFix ScrollBarAsNeeded
2008-06-20 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4829
2008-06-18 Abdelrazak YounesRevert 25234: Even though this is not recommended,...
2008-06-16 Abdelrazak Younesrevert 25271 which was problematic. Sorry for the delay.
2008-06-16 Abdelrazak Younes* GuiWorkArea::addWorkArea(): avoid multiple unneeded...
2008-06-12 Abdelrazak YounesGuiView: Moving updateStatusBar() out of updateDialogs...
2008-06-12 Abdelrazak YounesFix another recursive repaint problem with Qt4.4 when...
2008-06-12 Abdelrazak YounesFix crash when closing a second lyx window due to a...
2008-05-23 Abdelrazak YounesPimpl stuff in GuiApplication.
2008-05-16 Abdelrazak YounesMenubar autohiding: add some more comments and hide...
2008-05-16 Pavel SandaCompil fix.
2008-05-15 Abdelrazak Younesadd a hack to autohide the menubar in fullscreen mode...
2008-05-02 Abdelrazak Younescosmetics
2008-05-02 Abdelrazak YounesSimplify dialogs updating.
2008-05-02 Abdelrazak Younescosmetics
2008-04-29 Stefan Schimanski* only use path to decide whether a path segment "helpe...
2008-04-29 Stefan Schimanski* Some more clever elide mode for the LyX buffer tabs...
2008-04-27 Abdelrazak YounesSome dialog consistency work:
2008-04-21 André Pönitzfix #4758
2008-04-20 André Pönitzcosmetics
2008-04-18 Abdelrazak YounesFix recursive repaint. QSlider::setRange() didn't used...
2008-04-15 André Pönitzwell... use the liberty we now have
2008-04-15 André Pönitzfix crash on application desctruction
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-06 Pavel SandaCompilation fix.
2008-04-06 André PönitzA hack to prevents an additional redraw when the scroll...
2008-03-21 André Pönitzcosmetics
2008-03-17 Jean-Marc Lasgouttesuse consistent ifdefs for the mac
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Stefan Schimanski* make Qt 4.2 happy. Please complain if it is not.
2008-03-15 Stefan Schimanski* fix drag pixmap
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-03-14 Stefan Schimanski* cosmetic
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-08 André Pönitzmake Ctrl+mousewheel change the display font sizes...
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-05 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* make lyx look a bit more like a Mac application by...
2008-03-03 Abdelrazak Younes* GuiWorkArea::focusInEvent(): avoid unnecessary full...
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-28 Stefan Schimanski* cosmetic
2008-02-27 Pavel SandaFullscreen mode fixes:
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-21 Pavel SandaCosmetics.
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Pavel SandaAdd hide tab icon.
2008-02-21 Abdelrazak YounesBe on the safe side WRT events.
2008-02-21 Abdelrazak Younes* TabWorkArea: rename 'close tab' button to 'close...
2008-02-21 Abdelrazak YounesFix drawing of multiple views of a same buffer in the...
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-20 Abdelrazak YounesFix scrollbar/resizing interaction.
2008-02-20 Abdelrazak YounesFullscreen support: Small cleanups. Still not sure...
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-09 Abdelrazak YounesHandle full screen mode for all work areas.
2008-02-09 Abdelrazak YounesIntroduce GuiWorkArea::setFullScreen()
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 Pavel SandaUnneeded headers, doxy cosmetics.
2008-02-08 Stefan Schimanski* show context menu at the right position
2008-02-07 Abdelrazak YounesCosmetics.
2008-02-05 Abdelrazak YounesMove debug output to SCROLLING.
2008-02-05 Stefan Schimanski* The BufferView sets up its scrollbar data when it...
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 Richard HeckNeed to go ahead and start this guy....
2008-02-02 Pavel SandaLet the cursor blink frequency depend on qt settings.
2008-01-30 Stefan Schimanski* a configuration value for the mouse wheel scrolling...
2008-01-29 Abdelrazak YounesSimplify scrolling code. Instead of using the actionTri...
2008-01-29 Abdelrazak YounesGuiWorkArea::adjustViewWithScrollBar(): Fix slder to...
2008-01-18 Abdelrazak YounesFix buffer-next/previous when called with Ctrl-Tab.
2008-01-17 Abdelrazak YounesScrolling works:
2008-01-17 Abdelrazak YounesMore scrolling work. Now the scrollbar parameters are...
2008-01-10 Abdelrazak YounesTransfer Tab and Shift-Tab keys special handling from...
2008-01-10 Abdelrazak Younes* GuiWorkArea::event():
2008-01-09 Abdelrazak YounesRemove archaeological work around scrollbar insanity.
2007-12-26 Abdelrazak Younesenable context menu for the vertical scrollbar.
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
2007-12-26 Abdelrazak Younes* GuiWorkArea::contextMenuEvent(): accept the event...
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-26 Bo Pengadd missing header file
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak Younesremove debug code.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-21 Abdelrazak Younesadd comments
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
2007-12-19 Abdelrazak YounesFix some scrolling issues.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Peter Kümmelfix memory leaks
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
next