]> git.lyx.org Git - lyx.git/history - src
- Comments
[lyx.git] / src /
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 Abdelrazak YounesThis commit re-enable the table adjustment with screen...
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-20 Abdelrazak YounesFix multiple tabular crashes. This needs some more...
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Georg BaumUse the new InsetCommandParams interface (frontend...
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Abdelrazak Younesrevert change in revision 15375. It had bad side effect...
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Enrico ForestieriFix some glitches with fixed size delimiters
2006-10-20 Lars Gullik BjønnesGet rid of warning.
2006-10-20 Abdelrazak Younes- fix formatting (tab vs space)
2006-10-20 Lars Gullik BjønnesAbdels fix for pure virtual method called
2006-10-20 Michael Schmittchange tracking:
2006-10-20 Asger Ottar Alstrup- Fix crash on closing a document where for instance...
2006-10-20 Asger Ottar Alstrup- Fix a few unicode bugs
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Asger Ottar Alstrup- Fix export of single characters - use put rather...
2006-10-19 Asger Ottar Alstrup- UTF-8 works on Windows as well
2006-10-19 Martin VermeerFix for 2550.
2006-10-19 Georg Baummake it compile again (hopefully)
2006-10-19 Georg BaumAvoid an implicit character set conversion in cur.inser...
2006-10-19 Michael Schmittchange tracking:
2006-10-19 Michael Schmittchange tracking:
2006-10-19 Georg BaumFix \hfill output which was broken by the InsetCommand...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-19 Asger Ottar Alstrup- Fix math editing
2006-10-19 Georg BaumAdjust InsetFloatList to the new InsetCommand syntax.
2006-10-19 Abdelrazak YounesHopefully temporary fix for the Tabular crash problem...
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 Michael SchmittChange tracking:
2006-10-19 Abdelrazak YounesJust cosmetics and remove a FIXME.
2006-10-19 Abdelrazak Younes* LyXFunc::owner renamed to lyx_view_
2006-10-19 Abdelrazak YounesThis commit transfers the singletons defined in the...
2006-10-19 Michael SchmittChange tracking:
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 Abdelrazak Younesadd some sanity checks.
2006-10-18 Abdelrazak Younesfix crash on emergencyCleanup() when lyx::use_gui is...
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-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-17 Abdelrazak YounesMacOSX compile fix.
2006-10-17 Abdelrazak YounesThis commits cuts down LyX::exec2 into two new methods...
2006-10-16 Jürgen Spitzmüllerfix bug 2910:
2006-10-16 Georg Baumpartial compile fix
2006-10-16 Abdelrazak YounesAdjust the FIXME texts and Delete commented out setXY...
2006-10-16 Abdelrazak YounesFix Toc dialog crash when TOC is empty.
2006-10-16 Jürgen SpitzmüllerRemember the char style label state and make it globall...
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-15 Georg Baumfix typos
2006-10-15 Georg Baum * src/factory.C
2006-10-14 Abdelrazak YounesAdd comments WRT to where the function implementations...
2006-10-14 Abdelrazak Younesrevert change from previous commit and remove the FontM...
2006-10-14 Abdelrazak YounesFix crash on LateX export.
2006-10-14 Abdelrazak YounesFix command-line export
2006-10-14 Abdelrazak Younesadd some assertions.
2006-10-14 Abdelrazak YounesMacOSX comiplation fix.
2006-10-13 Abdelrazak Younesenable buffer-export without loading the GUI.
2006-10-13 Abdelrazak Younesensure that Application is properly destroyed after...
2006-10-13 Abdelrazak Younes* GuiApplication: explicitly clear out socket_callbacks...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-13 Georg BaumAdd missing convert<> specialization for unsigned long.
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 Martin VermeerSupport for optional arguments for environments. No...
2006-10-12 Abdelrazak Younesfix formatting issue.
2006-10-12 Georg BaumReplace crash on startup with a memory leak.
2006-10-12 Georg BaumWork around a gcc bug on systems where wchar_t is not...
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-12 Georg BaumRemove unused declarations of writeFileAscii
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Georg BaumRemove unused stuff. To anybody who moves functions...
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
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
next