]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2006-09-26 Bo PengScons: get version info from configure.ac, add fonts...
2006-09-26 Abdelrazak... 2 style and 1 compilation fixes.
2006-09-26 Abdelrazak... qt3 and gtk support for revision: 15153
2006-09-26 Abdelrazak... Free BufferView from LyXView!
2006-09-26 Abdelrazak... * emit buffer::resetAutosaveTimers instead of calling...
2006-09-26 Abdelrazak... replace colorcache global variable with GuiApplication...
2006-09-25 Georg BaumDisable concept checks in the same way as in other...
2006-09-25 Peter Kümmeladd instruction to change search path for gnuwin32...
2006-09-25 Georg BaumDocument inset-dissolve without format change (taken...
2006-09-25 Georg Baumrevert broken changeset 15036
2006-09-22 Georg Baummake it compile again
2006-09-22 Georg Baummake it compile again
2006-09-22 Georg Baumremove unused stuff
2006-09-22 Georg Baumcompile fix
2006-09-22 Georg Baumadd hu_Tutorial
2006-09-22 Georg Baumfix eol-style
2006-09-22 Georg BaumAdd virtual destructor
2006-09-22 Abdelrazak... This commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Bo PengDistribute README.Cygwin and some source files of boost...
2006-09-22 Abdelrazak... This commit replaces BufferView->LyXView->getLyXFunc...
2006-09-22 Abdelrazak... replace lyxserver and lyxsocket with theApp->server...
2006-09-22 Georg BaumFix bug 2845
2006-09-22 Georg BaumFix a crash that occured on exit if the clipboard was...
2006-09-22 Abdelrazak... This commit introduces frontends/Application.[Ch] and...
2006-09-21 Peter Kümmelmove definition of variables to the main cmake file
2006-09-21 Peter Kümmelcreate binary in <build_dir>/bin
2006-09-21 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): fix handling of LFUN_RUNCHKTE...
2006-09-21 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): fix handling of LFUN_RUNCHKTE...
2006-09-20 Jean-Marc Lasgouttes * insettabular.C (cutSelection): reset cursor when...
2006-09-20 Jürgen Spitzmüller* src/CutAndPaste.C (pasteSelectionHelper):
2006-09-19 Georg Baumremove unused function _(docstring const &)
2006-09-19 Abdelrazak... This is the continuation of my BufferView/LyXView clean...
2006-09-19 Jürgen SpitzmüllerCleanup fix for bug 2382:
2006-09-19 Edwin Leuvencorrect filenames
2006-09-19 Lars Gullik... propdel svn:executable
2006-09-18 Peter Kümmelpropdel svn:executable
2006-09-18 Peter Kümmelpropdel svn:executable
2006-09-18 Peter KümmelCMakeLists: - no need for dirent on mingw
2006-09-18 Lars Gullik... Slight update
2006-09-18 Lars Gullik... remerge
2006-09-18 Lars Gullik... Updated.
2006-09-18 Peter Kümmelsync with kdewin32
2006-09-18 Lars Gullik... Extract l10n info from qt4 ui files. Disregard caption...
2006-09-18 Peter Kümmeladd libaspell as possible name
2006-09-18 Peter Kümmeluse 0.60 branch: main Aspell developer:
2006-09-18 Peter Kümmeladd 0.60 branch support because it is more stable
2006-09-18 Peter Kümmeladd 0.60 branch support because it is more stablewin32...
2006-09-18 Lars Gullik... Set caption programmatically instead of through the...
2006-09-18 Jean-Marc Lasgouttesnew Hungarian translation of the Tuturial
2006-09-18 Jürgen Spitzmüller* lib/doc/UserGuide.lyx:
2006-09-17 Lars Gullik... Remerge after mathed filename changes.
2006-09-17 Lars Gullik... Fix breakage caused by bad commits.
2006-09-17 Abdelrazak... Make ensureBufferClean a private member of LyXFunc...
2006-09-17 Abdelrazak... use owner instead of owner->view()->owner
2006-09-17 Abdelrazak... * Transfer Intl member from LyXView to BufferView.
2006-09-17 André Pönitzcleanup after svn hang-up, #undef CursorShape. Should...
2006-09-17 Abdelrazak... compilation fixes
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-17 Abdelrazak... delete unsetXSel() method
2006-09-17 Abdelrazak... Move X11 specific selection code from BufferView to...
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-16 Lars Gullik... Update in-source boost to latest updates from boost...
2006-09-16 Abdelrazak... Kernel::isBufferAvailable(): replace the implicit point...
2006-09-16 Lars Gullik... Fix trying to translate docstring/non-ascii text.
2006-09-16 Abdelrazak... deledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak... delete BufferView::text() method and add two FIXME...
2006-09-16 Abdelrazak... Merge BufferView and BufferView_pimpl
2006-09-15 Peter Kümmeladd copyright notice
2006-09-15 Georg BaumAdd phantom icons from Uwe and me (last part of bug...
2006-09-15 Jean-Marc Lasgouttes * text.C (setCursorFromCoordinates):
2006-09-15 Jean-Marc Lasgoutteslink lyxclient against iconv
2006-09-15 Jean-Marc Lasgouttes * paragraph_funcs.C (breakParagraph): make sure to...
2006-09-14 Bo PengScons: add HAVE_WCHAR_T to two config.h files
2006-09-14 Bo PengScons: add SIZEOF_WCHAR_T
2006-09-14 Bo PengScons: add support for system iconv function (from...
2006-09-14 Jürgen Spitzmüller* src/text3.C (doInsertInset): reset first paragraph...
2006-09-13 Peter Kümmeltest for the size of wchar_t and define the macro SIZEO...
2006-09-13 Georg BaumUse wchar_t as lyx::char_type if it is 32 bit wide.
2006-09-13 Georg Baums/boost::uint32_t/lyx::char_type/g except in the defini...
2006-09-13 Georg Baum * src/frontends/qt4/QLToolbar.C
2006-09-13 Georg Baum * src/frontends/qt3/QLPopupMenu.C
2006-09-13 Michael Schmittadd missing menu short-cuts for capitalize/uppercase...
2006-09-13 Michael Schmittmove character styles from "insert" to "edit";
2006-09-13 Georg BaumCompile fix for the case when USE_BOOST_FORMAT is 0
2006-09-12 Enrico ForestieriAvoid a name clash with boost 1.34
2006-09-12 Enrico ForestieriFix combo box items in the delimiter GUI
2006-09-12 Enrico ForestieriAdd defines needed on cygwin
2006-09-11 Georg BaumFix converters in our scripts directory
2006-09-11 Georg Baumanother compile fix I forgot
2006-09-11 José MatoxFix from George to deal with the --disable-nls case
2006-09-11 Georg Baumcompile fix
2006-09-11 Jean-Marc Lasgouttes * src/client/debug.C (showLevel):
2006-09-11 Georg Baummake it compile again
2006-09-11 Abdelrazak... A bunch of conversion to docstring.
2006-09-11 Georg BaumAdd operator+ for ASCII characters and ASCII C strings
2006-09-10 Lars Gullik... More unicode work. Fixup some usages.
2006-09-10 Lars Gullik... Some further work and simplification. Now the conversio...
2006-09-10 Lars Gullik... Cleanup and speedup some of the conversion functions...
2006-09-10 Abdelrazak... Revision 14964: forgot this...
2006-09-10 Abdelrazak... * LyXView.h:
next