]> git.lyx.org Git - lyx.git/history - src/frontends
* Painter.h:
[lyx.git] / src / frontends /
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-30 Abdelrazak Younes* guiapi.[Ch]: deleted.
2006-10-29 Michael Schmitt * src/frontends/Toolbars.h:
2006-10-29 Bo Pengsession: rename some functions
2006-10-29 Georg BaumFix more member variable initialization order warnings...
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 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 Pengclass session reorganization
2006-10-27 Abdelrazak YounesMacOSX optimisation:
2006-10-27 Peter Kümmelwhen we use QDesktopWidget we should include it
2006-10-27 Peter KümmelGuiView.C: recover from silly window positions
2006-10-26 Georg BaumRestore inputenc support
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 YounesFix (hopefully) gcc warning about initialization order...
2006-10-25 Edwin Leuvenadd fixme for cursor positioning
2006-10-25 Abdelrazak Younescompile fix.
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 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-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
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 André Pönitzmicrooptimization
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ønnesThe Gtk removal from trunk.
2006-10-22 André Pönitzcosmetics
2006-10-22 André Pönitzmake macrfos readable again
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 Asger Ottar Alstrup- rework update handling, make cursor movement faster,
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- Fix sign error in Cursor::setSelection
2006-10-21 Asger Ottar Alstrup- Dump the inset position cache as well
2006-10-21 Abdelrazak YounesMy six month cleanup crusade is now paying off: LyX...
2006-10-21 Lars Gullik BjønnesSome updates, but not enough to get it compiling
2006-10-21 Michael Schmitt * GMathDelim.C: don't mention qt3 frontend
2006-10-21 André Pönitzremove qt3 frontend
2006-10-21 Lars Gullik Bjønnesfix some problems
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Asger Ottar Alstrup- Comments
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-20 Georg BaumUse the new InsetCommandParams interface (frontend...
2006-10-20 Enrico ForestieriFix some glitches with fixed size delimiters
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Asger Ottar Alstrup- Boring promote and demote instead of the sexy in...
2006-10-19 Abdelrazak Younes- Fix a crash when IN is clicked multiple time in a...
2006-10-19 Michael SchmittChange tracking:
2006-10-19 Abdelrazak YounesJust cosmetics and remove a FIXME.
2006-10-19 Abdelrazak YounesThis commit transfers the singletons defined in the...
2006-10-18 Georg Baumconvert tooltips to unicode
2006-10-18 Georg BaumIt compiles again. I must be crazy. At least it does...
2006-10-18 Georg Baumfontloader for gtk, probably not efficient
2006-10-18 Georg Baumforgot this
2006-10-17 Georg Baummore compile fixes
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-16 Jürgen Spitzmüllerfix bug 2910:
2006-10-16 Georg Baumpartial compile fix
2006-10-16 Abdelrazak YounesFix Toc dialog crash when TOC is empty.
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-15 Georg Baumfix typos
2006-10-14 Abdelrazak YounesAdd comments WRT to where the function implementations...
2006-10-14 Abdelrazak Younesadd some assertions.
2006-10-13 Abdelrazak Younes* GuiApplication: explicitly clear out socket_callbacks...
2006-10-13 Abdelrazak YounesWorkArea::processKeySim(): ensure that LyXFunc holds...
2006-10-12 Abdelrazak Younes* Gui::newView(): cleanup unused arguments.
2006-10-12 Abdelrazak Younes* GuiApplication.C: align Windows with other platform...
2006-10-12 Abdelrazak Younesfix formatting issue.
2006-10-12 Georg BaumReplace crash on startup with a memory leak.
2006-10-12 Georg Baumcompile fix
2006-10-12 Abdelrazak Younesensure that theLyXFunc is set to the proper LyXView.
2006-10-12 Abdelrazak Younespreliminar support for multiple LyXView.
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Georg Baumqt3 compiles again
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-11 Abdelrazak Younesremove the focusInEvent() and focusOutEvent() that...
2006-10-10 Abdelrazak YounesMacOSX compilation fixes.
2006-10-10 Abdelrazak Younes* frontends/Painter:
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-09 Jean-Marc Lasgouttescompilation fixes for qt3 after Abdel's latest changes
next