]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2003-09-18 Angus LeemingI had some excessively long lines in there...
2003-09-18 Angus LeemingGet rid of the InsetInclude::Params::flag variable.
2003-09-18 Angus LeemingAdd a buffer() member function to LaTeXFeatures. Not...
2003-09-18 Angus LeemingAppend a '_' to the names of all private member variables.
2003-09-18 Angus LeemingEnable previewing of Include insets within insets withi...
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-18 Angus LeemingUse the dispatch_result wrapper class DispatchResult...
2003-09-18 Angus LeemingAdd an InsetOld::Code wrapper class, enabling #include...
2003-09-18 Angus LeemingDon't build a dialog prior to hiding it...
2003-09-17 André Pönitzpreliminary 'global cursor' stuff
2003-09-17 Martin Vermeeragums entry added to AGU segment
2003-09-17 André Pönitzinclude src/frontends/gtk/lyx_gui.C
2003-09-16 Angus LeemingFix crash when cutting and pasting include insets with...
2003-09-16 Angus LeemingMake Martin's compiler happy.
2003-09-16 Angus LeemingSmall clean-up of the PreviewedInset interface.
2003-09-16 Angus LeemingMake all of InsetCollapsable's member variables (save...
2003-09-16 Martin VermeerRemove more inset locking code that apparently we can...
2003-09-16 Angus LeemingSeparate interface from implementation; make GraphicsIm...
2003-09-16 Lars Gullik... remove special checks for std::string assume it is...
2003-09-16 André Pönitzun-pimpl Paragraph::(Pimpl::)text for performance reasons
2003-09-16 Angus LeemingDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-16 Lars Gullik... fix some namespace issues for gcc 3.4
2003-09-16 Angus LeemingRemove unused LColor::color framecolor variable from...
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-16 Angus LeemingMove a couple of InsetText member variables from protec...
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-16 Angus LeemingMove functions out-of-line. The .C file should have...
2003-09-15 Angus LeemingChangeLog entry for copied_ptr re-jig.
2003-09-15 Angus LeemingBeef up copied_ptr; use it rather than cow_ptr to store...
2003-09-15 André Pönitzthe toc fix plus layout stuff
2003-09-15 André Pönitzgrrrrrr.... the rest of that pile of s...
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 André Pönitzrest
2003-09-15 André Pönitzmore
2003-09-15 André Pönitzone more
2003-09-15 André Pönitzsome more cleanup
2003-09-15 André Pönitzcleanup stuff separated by Lars from the counter patch
2003-09-15 Angus LeemingCompilation fixes (remove STRCONV).
2003-09-15 Angus LeemingAdd lyx-gtk.
2003-09-15 Lars Gullik... Get rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingAdd #include <boost/assert.hpp>.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-15 Angus LeemingReorder member initializers to avoid compiler warning.
2003-09-15 Alfredo Braunsteinremove an unusual nop and an outdated warning
2003-09-15 Angus LeemingPOSIX-compliant sed.
2003-09-15 John LevonCorrect Andr�'s name
2003-09-14 Angus LeemingConsider all InProgressProcesses when ascertaining...
2003-09-12 André Pönitzconvert the stdinlcude to new label scheme,
2003-09-12 André Pönitzthe automatic label patch
2003-09-12 Martin VermeerFix problem in lockInsetInInset
2003-09-12 André Pönitzpoor man's support for \boldsymbol
2003-09-12 Jürgen Spitzmüllercompile fix
2003-09-11 Jean-Marc Lasgouttesosx updates
2003-09-10 Angus LeemingAdd copied_ptr.h to the repository too.
2003-09-10 Angus LeemingFix compilation properly this time...
2003-09-10 Martin VermeerSimplify by using adjustCommand, and fix bug in the...
2003-09-10 Lars Gullik... assert -> abort fix
2003-09-10 Dekel TsurDeclare encoding for python >= 2.3
2003-09-10 Angus LeemingCompilation fix.
2003-09-09 Angus LeemingReplace ParagraphList.h and RowList.h with their _fwd...
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Angus LeemingBOOST_ASSERT compile fixes.
2003-09-09 Lars Gullik... Change Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Jean-Marc Lasgouttessome files useful for MacOSX support
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingForgot this.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-09 Martin VermeerRemove drawText[XY]Offset. No change in functionality
2003-09-08 Jean-Marc Lasgouttesuseful bindings for LyX/Mac
2003-09-08 Jean-Marc Lasgouttessome includes needed to build on gcc-2.96 + qt-2.3
2003-09-08 Angus LeemingConvert uid_t, gid_t to int before calling tostr.
2003-09-08 Jean-Marc Lasgouttessmall header tweaks
2003-09-08 Angus LeemingVarious trivial bits 'n' bats about config.h, header...
2003-09-08 Angus LeemingKayvan's cygwin textex patch.
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-07 Angus LeemingRemove unnecessary using std::endl directive that is...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus LeemingGeneral tidy. Not very exciting.
2003-09-06 Angus LeemingDon't #include ParameterStruct.h in ParagraphParameters.h.
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-06 Angus LeemingMove BufferView::ChangeInsets to the Pimpl. As a result...
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-06 Angus LeemingPress the 'Save' button before committing, Angus.
2003-09-06 Angus LeemingA few more compilation fixes.
2003-09-06 Angus Leeming(Kornel Benko): re-add <map> header file.
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Martin VermeerSmall bformat fix
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-05 Angus LeemingAll .C files should #include there own .h file I guess ;-)
next