]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2006-09-03 Peter Kümmeldon't overwrite the command line value
2006-09-03 Peter KümmelHeaders and .C files are now in The Golden Code folder
2006-09-03 André Pönitzuse enums instead of strings to distinguish different...
2006-09-03 Abdelrazak... * MSVC compilation fix: replace subst template with...
2006-09-03 Peter Kümmelsearch also for other names of iconv.dll
2006-09-03 Jürgen Spitzmüllerfix getStatus of LFUN_DISSOLVE_INSET:
2006-09-03 Peter Kümmelalso work with MSYS
2006-09-03 Abdelrazak... All methods: use char_type as argument instead of char.
2006-09-03 Abdelrazak... This fixes the crash when PageDown scrolling UserGuide.lyx
2006-09-03 Peter Kümmeladd \n
2006-09-03 Peter Kümmelalso check vor env. variable GNUWIN32_DIR
2006-09-03 Peter Kümmelalso work with spaces in the path
2006-09-03 Peter Kümmeladd -DGNUWI32_DIR=my/path/to/gnuwin32 option
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-02 Bo PengScons: add /MD as default option under msvc
2006-09-02 Georg Baumforgot this
2006-09-02 Georg BaumFix some conversion problems spotted by MSVC warnings
2006-09-02 Abdelrazak... iconv_convert(): return empty vector in case of empty...
2006-09-02 Bo PengImprove Computer Algebra System, from Enrico Forestieri...
2006-09-02 Bo PengScons: link to ole32 for (msvc/aspell), add suffix...
2006-09-01 Michael Schmittadd some missing LFUNs to the menu
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-09-01 Abdelrazak... Patch from Enrico:
2006-09-01 Abdelrazak... Patch from Enrico:
2006-08-31 Lars Gullik... Use correct types for qstring, also to avoid 64<->32...
2006-08-31 Lars Gullik... Use exceptions to avoid more than one call to the files...
2006-08-31 Edwin Leuvenfurther ui cleanup: correct tab order
2006-08-31 Edwin Leuvencorrect tab order + layout cleanup
2006-08-31 Abdelrazak... simple one line optimisation in iconv_convert().
2006-08-30 Michael Schmittadd some missing LFUNs to the menu
2006-08-30 Abdelrazak... * qt_helpers.[Ch]: new conversion from/to ucs4 strings...
2006-08-29 José MatoxAll lyx files are encoded in utf-8 now. :-)
2006-08-29 Abdelrazak... small cleanup: delete two unneeded lines of code.
2006-08-29 Jürgen Spitzmüller* src/buffer.C (save):
2006-08-28 Peter Kümmelalso remove BOOST_NO_WREGEX
2006-08-28 Peter Kümmelqt should not pollute the namespace
2006-08-27 Georg Baumfix dropping of UNC filenames on windows (from Enrico)
2006-08-26 Bo PengScons: fix options like CPPFLAGS
2006-08-26 Bo PengScons: fix scons_manifest.py for flatplacement.* for qt3
2006-08-26 Abdelrazak... add FloatPlacementUi.ui
2006-08-25 Edwin Leuvenminimal effort implementation of:
2006-08-25 Edwin Leuvenget rid of comments, c++ style casts
2006-08-24 Georg Baumclean up Abdel's cleanup
2006-08-24 Abdelrazak... remove qPixmapFromMimeSource. This caused the inclusion...
2006-08-24 Abdelrazak... * BufferView: delete firstLayout()
2006-08-24 Georg BaumFix bug 2786: import of spaces
2006-08-24 Abdelrazak... That commit replaces the Buffer::message() signal emiss...
2006-08-24 Jean-Marc Lasgouttes * src/frontends/LyXView.C (setBuffer): update the...
2006-08-24 Jean-Marc LasgouttesQt4 autoconf cleanup.
2006-08-24 Abdelrazak... This commit fixes the crash caused by loading an empty...
2006-08-23 Abdelrazak... replace LyXView::message() direct call with Buffer...
2006-08-23 Michael Schmittfix typo
2006-08-23 Michael Schmittresolve last occurrence of QT3_SUPPORT
2006-08-23 Michael Schmittrevert recent change to development/FORMAT (don't chang...
2006-08-23 Michael Schmittdrop linuxdoc support (part 5)
2006-08-23 Michael Schmittdrop linuxdoc support (part 4)
2006-08-23 Michael Schmittdo not define QT3_SUPPORT
2006-08-23 Jean-Marc LasgouttesHandle properly script insets which nucleus has more...
2006-08-23 Michael Schmittdrop linuxdoc support (part 3)
2006-08-23 Michael Schmittdrop linuxdoc support (part 2)
2006-08-23 Michael Schmittdrop linuxdoc support (part 1)
2006-08-23 Abdelrazak... Fix crash on exit after a Buffer switch.
2006-08-22 Jean-Marc LasgouttesMake sure to link lyx and tex2lyx against libiconv.
2006-08-22 Jean-Marc Lasgouttes * math_nestinset.C (lfunMousePress): on button 2 press...
2006-08-22 Jean-Marc LasgouttesDo not make all menu entries checkable
2006-08-21 Abdelrazak... * src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent...
2006-08-19 Jürgen Spitzmüller* insetcite.C (getNatbibLabel): prevent filesystem...
2006-08-18 Jürgen Spitzmüller* insetcite.C (getNatbibLabel): prevent filesystem...
2006-08-18 Abdelrazak... GuiWorkArea::inputMethodEvent(): remove unneeded Qt...
2006-08-17 Abdelrazak... Fix resize bug (WorkArea not redrawn).
2006-08-17 Abdelrazak... This commit moves the busy cursor and formatting messag...
2006-08-17 Abdelrazak... This patch moves the dialogs hidding/update from Buffer...
2006-08-17 Jean-Marc LasgouttesFix crash when cursor is in an empty script and the...
2006-08-17 Jean-Marc Lasgouttes Fix bug 2727.
2006-08-17 Jean-Marc Lasgouttes * text3.C (dispatch/LFUN_INSET_DISSOLVE): use recordUn...
2006-08-17 Jean-Marc Lasgouttes * undo.C (recordUndoInset): remember the cursor positi...
2006-08-17 Abdelrazak... Cosmetic changes:
2006-08-17 Jean-Marc Lasgouttesfix bad debug messages
2006-08-17 Abdelrazak... GuiWorkArea::inputMethodEvent(QInputMethodEvent * e):
2006-08-17 Abdelrazak... delete unneeded #ifdef
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT
2006-08-17 Jean-Marc Lasgouttesupdate german documentation
2006-08-17 Abdelrazak... set eol-style to native
2006-08-17 Jean-Marc Lasgouttesquote LYX_DATE properly
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT
2006-08-17 Abdelrazak... this was a remnant of qt3...
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
2006-08-17 Abdelrazak... get rid of QT3_SUPPORT and some cleanup
next