]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
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...
2007-11-21 André Pönitzget rid of a boost::signals::connection
2007-11-20 Abdelrazak YounesFix crash when closing a buffer.
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-19 Abdelrazak YounesResize bug correction. The tabbar hiding trick did...
2007-11-19 Abdelrazak YounesPainting tweaks:
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-15 André Pönitzreduce line noise
2007-11-14 Abdelrazak Younescleanups and cosmetics.
2007-11-14 Abdelrazak Younesfix drawing issues following removal of WorkArea::width...
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-14 Abdelrazak YounesCosmetics
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-12 André Pönitzmake WorkArea a pure interface, move all implementation...
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-06 Abdelrazak Younes* Bufferview::updateMetrics(): Separate out the SingleP...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 Abdelrazak Younescompil fix.
next