]> git.lyx.org Git - features.git/history - src/frontends/qt4/GuiWorkArea.cpp
reduce line noise
[features.git] / src / frontends / qt4 / GuiWorkArea.cpp
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,...