]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiWorkArea.cpp
fix memory leaks
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
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.
2007-10-17 André Pönitzuse "real" resources
2007-10-16 Abdelrazak YounesReduce use of dynamic_cast.
2007-10-11 Edwin Leuvensmall facelift for close button on tabwidget
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
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-10-04 Abdelrazak YounesTransfer the setting of the current LyXView from workAr...
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-09-15 Abdelrazak YounesGive a sane behaviour to page up/down scrolling when...
2007-09-11 André Pönitzshuffle stuff around
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-27 Abdelrazak YounesTransfer rowpainter.cpp:paintText() to BufferView:...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-19 André Pönitzimplement --enable-monolithic-{client,frontend-qt4...
2007-08-14 Abdelrazak YounesTransfer q_key_state() from GuiWorkArea.cpp to QKeySymb...
2007-08-14 Abdelrazak YounesTransfer Drag&Drop handling from GuiWorkArea to GuiView.
2007-06-18 Stefan Schimanski* update cursor position on resize _after_ drawing...
2007-06-04 Stefan Schimanski* draw cursor in the right shape (L_SHAPE, REVERSED_L_S...
2007-06-02 Peter Kümmelfix coding style (fix for 3320 and 3652)
2007-06-02 Peter Kümmelfix scrolling bug: 3320 and 3652, maybe not perfect
2007-06-02 Peter Kümmelfix scrolling bug: 3320 and 3652, maybe not perfect
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-24 Peter Kümmelrevert buggy patch.
2007-05-17 Peter Kümmelfix format before Andre complains :)
2007-05-17 Peter Kümmeltab correcten to <don't process generated key events...
2007-05-17 Peter Kümmeldon't process generated key events if the system is...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...