]> git.lyx.org Git - lyx.git/history - src
* Painter.h:
[lyx.git] / src /
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-30 Abdelrazak Younesremove the constness of the two code strings because...
2006-10-30 Abdelrazak Younes* guiapi.[Ch]: deleted.
2006-10-29 Michael Schmitt * src/frontends/Toolbars.h:
2006-10-29 Abdelrazak Younes* unicode.[Ch]: new IconvProcessor class that enable...
2006-10-29 Michael Schmittchange tracking:
2006-10-29 Bo Pengsession: rename some functions
2006-10-29 Peter Kümmeladd comment about ugly construct
2006-10-29 Michael Schmitt * rowpainter.C: remove unused variable 'inside',
2006-10-29 Georg BaumFix more member variable initialization order warnings...
2006-10-29 Georg BaumAdd comment explaining the encoding change
2006-10-29 Peter KümmelShow Change Tracking toolbar, prepare hiding/positioning:
2006-10-29 Peter Kümmelfix bug: table toolbar icons in menubar, hiding will...
2006-10-28 Peter Kümmelremove warning, use shorter code
2006-10-28 Michael Schmitt * qt4/GuiFontMetrics.C: remove qt3 compatibility code
2006-10-28 Abdelrazak YounesCompilation fix for Mac and Linux:
2006-10-28 Abdelrazak Younes* LyXLex::Pimpl::buff is now a string.
2006-10-28 Bo Pengsrc/session.h: add virtual destructor to stop compiler...
2006-10-28 Abdelrazak Younessimplify paintText() interface.
2006-10-28 Abdelrazak Younesremove paperHeight() and paperWidth() in Painter and...
2006-10-28 Abdelrazak Younesdelete unused code and comment.
2006-10-27 Abdelrazak Younesstop/start the blinking cursor when the WorkArea get...
2006-10-27 Abdelrazak Younesreplace the map based width cache with an array based...
2006-10-27 Abdelrazak Younes* GuiFontMetrics: new metrics(QString) method
2006-10-27 Bo Penginclude <cmath> in src/changes.C for std::abs(double)
2006-10-27 Bo Pengclass session reorganization
2006-10-27 Abdelrazak YounesMacOSX optimisation:
2006-10-27 Peter Kümmeldon't trigger the copy ctor because it's private on...
2006-10-27 Peter Kümmelno abs for int64 values with msvc
2006-10-27 Peter Kümmelwhen we use QDesktopWidget we should include it
2006-10-27 Edwin Leuvenhave row on 1 line when exporting to latex
2006-10-27 Abdelrazak YounesMSVC compile fix
2006-10-27 Peter KümmelGuiView.C: recover from silly window positions
2006-10-26 Michael Schmittchange tracking:
2006-10-26 Michael Schmittchange tracking:
2006-10-26 Michael Schmittchange tracking:
2006-10-26 Michael Schmittchange tracking:
2006-10-26 Georg BaumCompile fix for older gcc's.
2006-10-26 Georg BaumRestore inputenc support
2006-10-26 Abdelrazak YounespaintText(): replace the test on BufferView::buffer...
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-26 Peter Kümmelsrc/frontends/qt4/GuiWorkArea.C:
2006-10-26 Abdelrazak Younesadd some initialization and some assertion.
2006-10-26 Abdelrazak YounesFix (hopefully) gcc warning about initialization order...
2006-10-25 Joost VerburgChanged default date formatting string to be compatible...
2006-10-25 Edwin Leuvenadd fixme for cursor positioning
2006-10-25 Abdelrazak Younescompile fix.
2006-10-24 Michael Schmittchange tracking:
2006-10-24 Michael Schmitt * src/frontends/qt4/GuiWorkArea.C: fix cursor positioning
2006-10-24 Edwin Leuvenadd missing lyx::
2006-10-24 Edwin LeuvenLayout improvements
2006-10-24 Abdelrazak YounesFix cursor size...
2006-10-24 Abdelrazak Younescompile fix.
2006-10-24 Abdelrazak Younes* Gui.h: new closeAll() pure virtual method.
2006-10-24 Edwin Leuven- implement sizeHint()
2006-10-24 Abdelrazak Younesfix crash on exit.
2006-10-24 Michael Schmittchange tracking:
2006-10-23 Michael Schmitt * CutAndPaste.C: fix change tracking in case of
2006-10-23 Joost Verburgread lyxrc.dist a second time to be able to override...
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 Michael Schmitt * src/lyxfind.C:
2006-10-23 Michael Schmitt * CutAndPaste.C:
2006-10-23 Michael Schmittchange tracking:
2006-10-23 Michael Schmitt * text2.C:
2006-10-23 Peter Kümmelmove #endif to the end of the file
2006-10-23 André Pönitzcursor cosmetics
2006-10-23 André Pönitzcursor is no more damaging the background. L-shaped...
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-22 Bo Pengsrc/coordcache.C: stop compiler complaint for std::min
2006-10-22 André Pönitzmicrooptimization
2006-10-22 Asger Ottar Alstrup- We guess Lars smoked something (we didn't see him...
2006-10-22 Asger Ottar Alstrup- LyX is dead slow, so the least we can do is use anti...
2006-10-22 Lars Gullik BjønnesLFUN_UNICODE_INSERT - unicode-insert
2006-10-22 Georg BaumRevert faulty floatlist fix (revision 15376) and fix...
2006-10-22 Lars Gullik BjønnesThe Gtk removal from trunk.
2006-10-22 André Pönitzcosmetics
2006-10-22 Asger Ottar Alstrup- fix StatusBar update
2006-10-22 Michael Schmittchange tracking:
2006-10-22 Michael Schmitt * src/text.C: fix status information output (change...
2006-10-22 Enrico ForestieriCompile fix
2006-10-22 André Pönitzmake macrfos readable again
2006-10-22 Michael Schmittchange tracking:
2006-10-22 Michael Schmitt * mathed/InsetFormulaMacro.C:
2006-10-22 Asger Ottar Alstrup- 5% speed-up by reserving space in the vector we build...
2006-10-22 Asger Ottar Alstrup- Do not use kerning, because that fucks up cursor...
2006-10-22 Asger Ottar Alstrup- fix broken behaviour of Scrollbar and MouseWheel...
2006-10-22 André Pönitzfix reading UTF8 encoded symbol file
2006-10-22 Asger Ottar Alstrup- rework update handling, make cursor movement faster,
2006-10-22 André Pönitzfix indentation
2006-10-22 André Pönitzcompile fix for sgml.C
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-22 Michael Schmittchange tracking:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 José MatoxMore unicode fixes for docbook.
2006-10-21 Asger Ottar Alstrup- Try to improve require(lyxdot) detection for insetgra...
2006-10-21 Lars Gullik Bjønnessome more unicode work. even more should be possible
2006-10-21 Asger Ottar Alstrup- Fix erase selections broken by "changeTracking" it
next