]> git.lyx.org Git - lyx.git/history - src
Set caption programmatically instead of through the ui file. Opens up for disregardin...
[lyx.git] / src /
2006-09-18 Lars Gullik BjønnesSet caption programmatically instead of through the...
2006-09-17 Lars Gullik BjønnesFix breakage caused by bad commits.
2006-09-17 Abdelrazak YounesMake ensureBufferClean a private member of LyXFunc...
2006-09-17 Abdelrazak Younesuse owner instead of owner->view()->owner
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-17 André Pönitzcleanup after svn hang-up, #undef CursorShape. Should...
2006-09-17 Abdelrazak Younescompilation fixes
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-17 Abdelrazak Younesdelete unsetXSel() method
2006-09-17 Abdelrazak YounesMove X11 specific selection code from BufferView to...
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-16 Abdelrazak YounesKernel::isBufferAvailable(): replace the implicit point...
2006-09-16 Lars Gullik BjønnesFix trying to translate docstring/non-ascii text.
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-16 Abdelrazak YounesMerge BufferView and BufferView_pimpl
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 Jürgen Spitzmüller* src/text3.C (doInsertInset): reset first paragraph...
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 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-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 YounesA bunch of conversion to docstring.
2006-09-11 Georg BaumAdd operator+ for ASCII characters and ASCII C strings
2006-09-10 Lars Gullik BjønnesMore unicode work. Fixup some usages.
2006-09-10 Lars Gullik BjønnesSome further work and simplification. Now the conversio...
2006-09-10 Lars Gullik BjønnesCleanup and speedup some of the conversion functions...
2006-09-10 Abdelrazak YounesRevision 14964: forgot this...
2006-09-10 Abdelrazak Younes* LyXView.h:
2006-09-10 Abdelrazak Youneswinwin32 compilation fix
2006-09-10 Abdelrazak Youneswin32 compilation fix
2006-09-10 Georg Baumremove unused "using" directives
2006-09-10 Georg BaumDon't lie in debug messages: s/GuiClipboard/GuiSelection/
2006-09-10 Georg BaumFix return value of InsetInclude::plaintext
2006-09-10 Georg BaumFix return value of InsetText::plaintext
2006-09-10 Georg Baumcompile fix: add missing lyx::to_utf8() around _()
2006-09-09 Lars Gullik BjønnesChange MenuBackend and the other menuclasses to store...
2006-09-09 Lars Gullik BjønnesAdd a virtual in the child as well.
2006-09-09 Lars Gullik BjønnesChange editMessage to return a docstring, change functi...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-09 Lars Gullik BjønnesMake the l10n machinery work with ucs4. Update (as...
2006-09-08 Georg Baumremove unused 'using lyx::support::quoteName;'
2006-09-08 Bo PengMinor os_cygwin.C change, from Enrico
2006-09-08 Bo PengDo not print locale warning under cygwin, from Enrico
2006-09-08 Jean-Marc LasgouttesImprove Inset dissolve capability (bug 2201).
2006-09-08 Jean-Marc LasgouttesFix bug 2251 (from G Baum)
2006-09-08 Jean-Marc Lasgouttes * BufferView_pimpl.C (getCurrentChange): do not assume...
2006-09-07 Georg Baums/errno.h/cerrno/
2006-09-07 Georg BaumFix compile error
2006-09-07 Georg BaumFix bug 2698 (new images from Uwe Stöhr)
2006-09-06 Michael Schmittadd comments on the purpose and status of some LFUNs
2006-09-06 Michael Schmittremove LFUN_INSET_SCROLL and LFUN_DIALOG_SHOW_NEXT_INSET
2006-09-06 Peter Kümmelupdate to boost 1.34 cvs
2006-09-05 Lars Gullik BjønnesUpdate in-tree boost to latest from boost 1.34 cvs.
2006-09-04 Georg BaumFix byte order problems
2006-09-04 Abdelrazak YounesFixes a MSVC/Qt4 crash when closing the Document Settin...
2006-09-03 André Pönitzuse enums instead of strings to distinguish different...
2006-09-03 Abdelrazak Younes* MSVC compilation fix: replace subst template with...
2006-09-03 Jürgen Spitzmüllerfix getStatus of LFUN_DISSOLVE_INSET:
2006-09-03 Abdelrazak YounesAll methods: use char_type as argument instead of char.
2006-09-03 Abdelrazak YounesThis fixes the crash when PageDown scrolling UserGuide.lyx
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-02 Georg Baumforgot this
2006-09-02 Georg BaumFix some conversion problems spotted by MSVC warnings
2006-09-02 Abdelrazak Younesiconv_convert(): return empty vector in case of empty...
2006-09-02 Bo PengImprove Computer Algebra System, from Enrico Forestieri...
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-09-01 Abdelrazak YounesPatch from Enrico:
2006-09-01 Abdelrazak YounesPatch from Enrico:
2006-08-31 Lars Gullik BjønnesUse correct types for qstring, also to avoid 64<->32...
2006-08-31 Lars Gullik BjønnesUse 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 Younessimple one line optimisation in iconv_convert().
2006-08-30 Abdelrazak Younes* qt_helpers.[Ch]: new conversion from/to ucs4 strings...
2006-08-29 Abdelrazak Younessmall cleanup: delete two unneeded lines of code.
2006-08-29 Jürgen Spitzmüller* src/buffer.C (save):
2006-08-27 Georg Baumfix dropping of UNC filenames on windows (from Enrico)
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 Younesremove qPixmapFromMimeSource. This caused the inclusion...
2006-08-24 Abdelrazak Younes* BufferView: delete firstLayout()
2006-08-24 Georg BaumFix bug 2786: import of spaces
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-24 Jean-Marc Lasgouttes * src/frontends/LyXView.C (setBuffer): update the...
2006-08-24 Abdelrazak YounesThis commit fixes the crash caused by loading an empty...
2006-08-23 Abdelrazak Younesreplace LyXView::message() direct call with Buffer...
next