..
client
add header <sys/time.h> for DragonFly BSD
2006-04-12 09:58:09 +00:00
frontends
Outlining improvements/fixes
2006-04-26 17:43:03 +00:00
graphics
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
insets
* TocBackend.[Ch]: new files defining class TocBackend. This class contains adapted code from former toc.C
2006-04-22 18:48:28 +00:00
mathed
* src/mathed/math_biginset.[Ch]
2006-04-27 07:55:25 +00:00
support
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
2006-04-22 11:58:02 +00:00
tex2lyx
Fix bug 2546:
2006-04-27 06:56:04 +00:00
aspell_local.h
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
2005-05-02 13:35:30 +00:00
aspell.C
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
2005-05-02 13:35:30 +00:00
author.C
author.h
Bidi.C
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
2005-11-02 20:11:36 +00:00
Bidi.h
Consistent use of preprocessor guards;
2005-04-26 10:30:24 +00:00
boost.C
do not define boost::throw_exceptions if we are compiling with exceptions
2006-04-05 23:55:36 +00:00
box.C
box.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
BranchList.C
Store colors as rgb values in branches.
2006-03-23 20:04:05 +00:00
BranchList.h
Store colors as rgb values in branches.
2006-03-23 20:04:05 +00:00
buffer_funcs.C
* TocBackend.[Ch]: new files defining class TocBackend. This class contains adapted code from former toc.C
2006-04-22 18:48:28 +00:00
buffer_funcs.h
* src/buffer_funcs.[Ch]
2006-04-16 14:19:25 +00:00
buffer.C
Replace gzstream by boost::iostreams::gzip_(de)compressor: by Bo Peng (ben.bob@gmail.com)
2006-04-21 06:42:17 +00:00
buffer.h
Much better performance when using natbib (bug 2460):
2006-04-15 11:46:17 +00:00
bufferlist.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
bufferlist.h
fix some syntax errors
2006-01-01 20:28:05 +00:00
bufferparams.C
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
bufferparams.h
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
bufferview_funcs.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
bufferview_funcs.h
make boundary property an iterator property instead of a CursorSlice property
2005-07-15 15:49:40 +00:00
BufferView_pimpl.C
Outlining improvements/fixes
2006-04-26 17:43:03 +00:00
BufferView_pimpl.h
add missing include (from r13663)
2006-04-13 17:09:30 +00:00
BufferView.C
* frontends/WorkArea.h(workAreaResize, scrollDocView, workAreaKeyPress,
2006-04-13 18:58:48 +00:00
BufferView.h
* frontends/WorkArea.h(workAreaResize, scrollDocView, workAreaKeyPress,
2006-04-13 18:58:48 +00:00
Bullet.C
Whitespace, only whitespace.
2004-10-05 10:11:42 +00:00
Bullet.h
ChangeLog
adjust cursor after backspace in change tracking mode (bug 2185).
2006-03-16 15:53:28 +00:00
changes.C
Whitespace, only whitespace.
2005-04-26 11:12:20 +00:00
changes.h
Change tracking -related bug fixes (reported by Juergen) and some
2006-03-16 06:54:08 +00:00
Chktex.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
Chktex.h
chset.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
chset.h
Color.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
Color.h
Store colors as rgb values in branches.
2006-03-23 20:04:05 +00:00
converter.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
converter.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
coordcache.C
fix bug 1795
2005-07-18 12:13:32 +00:00
coordcache.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
counters.C
cleanup some debug messages
2006-01-19 15:49:21 +00:00
counters.h
fix linking of tex2lyx by moving code out of Counters class
2005-09-09 14:52:55 +00:00
cursor_slice.C
~4% speedup by inlining a few one-line accessors
2005-07-18 11:00:15 +00:00
cursor_slice.h
~4% speedup by inlining a few one-line accessors
2005-07-18 11:00:15 +00:00
cursor.C
Make MathBigInset working
2006-04-20 09:55:45 +00:00
cursor.h
* support/types.h: introduce the char_type type
2006-04-09 02:30:40 +00:00
CutAndPaste.C
Fix bug 2476:
2006-04-20 08:42:01 +00:00
CutAndPaste.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
debug.C
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
2006-03-10 16:10:35 +00:00
debug.h
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
2006-03-10 16:10:35 +00:00
DepTable.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
DepTable.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
dimension.C
dimension.h
Axe processEvents, fix cursor draw artifacts, put update flags into an enum,
2005-05-31 14:40:30 +00:00
dispatchresult.h
dociterator.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
dociterator.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
encoding.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
encoding.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
errorlist.C
errorlist.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
exporter.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
exporter.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
factory.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
factory.h
Floating.C
Floating.h
Whitespace, only whitespace.
2004-10-05 10:11:42 +00:00
FloatList.C
FloatList.h
Make us satisfy concept checks
2004-11-16 20:41:38 +00:00
FontIterator.C
fix bug 1795
2005-07-18 12:13:32 +00:00
FontIterator.h
avoid an extra copy in FontIterator::operator*
2005-04-11 13:35:15 +00:00
format.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
format.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
funcrequest.C
avoid reading uninitialized char c in split()
2005-07-16 17:27:16 +00:00
funcrequest.h
Whitespace, only whitespace.
2004-11-26 14:52:54 +00:00
FuncStatus.C
correctly display messages issued by getStatus
2004-11-25 09:15:26 +00:00
FuncStatus.h
fix FuncStatus documentation
2005-04-21 13:03:45 +00:00
gettext.C
Second Locale patch.
2005-07-17 11:58:54 +00:00
gettext.h
graph.C
fix bug 2174
2006-02-03 21:47:25 +00:00
graph.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
importer.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
importer.h
insetiterator.C
insetiterator.h
InsetList.C
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
InsetList.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
intl.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
intl.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
ispell.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
ispell.h
Rename some of the elements of the SpellBase::Result enum.
2005-01-20 16:17:37 +00:00
kbmap.C
bug 2221: List depth icon highlightning is out-of-sync
2006-01-18 17:44:01 +00:00
kbmap.h
* lyxfunc.h:
2006-04-13 12:18:42 +00:00
kbsequence.C
fix insertion of insets in non english doc; use native syntax for accellerators in lyx-qt
2004-08-05 15:14:29 +00:00
kbsequence.h
* lyxfunc.h:
2006-04-13 12:18:42 +00:00
language.C
other people's work
2005-07-16 15:55:36 +00:00
language.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
LaTeX.C
* src/LaTeX.C
2006-04-25 08:22:58 +00:00
LaTeX.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
LaTeXFeatures.C
* src/LaTeXFeatures.C
2006-04-14 14:30:43 +00:00
LaTeXFeatures.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
layout.h
LColor.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
LColor.h
fix math color inset UI and parsing
2005-06-17 14:35:19 +00:00
lengthcommon.C
A more general fix for bug 1682, also fixes off-by-one-errors in the frontend (combos)
2004-11-11 12:32:53 +00:00
lengthcommon.h
lfuns.h
Adding PARAGRAPH_MOVE_UP/DOWN + key bindings:
2006-04-26 22:43:26 +00:00
lyx_cb.C
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
2006-04-22 11:58:02 +00:00
lyx_cb.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
lyx_main.C
Fix bug 2285 (tex2lyx is not found by lib/configure when compiling with
2006-04-22 11:58:02 +00:00
lyx_main.h
2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-04-05 22:56:18 +00:00
lyx_sty.C
Whitespace, only whitespace.
2004-10-05 10:11:42 +00:00
lyx_sty.h
LyXAction.C
Adding PARAGRAPH_MOVE_UP/DOWN + key bindings:
2006-04-26 22:43:26 +00:00
LyXAction.h
The speedup patch
2005-10-07 12:00:41 +00:00
lyxfind.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
lyxfind.h
lyxfont.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
lyxfont.h
some more inlining
2005-07-16 18:25:58 +00:00
lyxfunc.C
* src/lyxfunc.C (void LyXFunc::dispatch):
2006-04-20 14:51:23 +00:00
lyxfunc.h
* lyxfunc.h:
2006-04-13 12:18:42 +00:00
lyxgluelength.C
change "support/std_sstream.h" to <sstream>
2004-07-24 10:55:30 +00:00
lyxgluelength.h
lyxlayout_ptr_fwd.h
lyxlayout.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
lyxlayout.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
lyxlength.C
the final word on bug 1523?
2004-12-29 15:38:48 +00:00
lyxlength.h
bug 992: SP/PC define pollution in solaris breaks build
2005-11-03 10:49:32 +00:00
lyxlex_pimpl.C
Replace gzstream by boost::iostreams::gzip_(de)compressor: by Bo Peng (ben.bob@gmail.com)
2006-04-21 06:42:17 +00:00
lyxlex_pimpl.h
Replace gzstream by boost::iostreams::gzip_(de)compressor: by Bo Peng (ben.bob@gmail.com)
2006-04-21 06:42:17 +00:00
lyxlex.C
the convert patch
2005-01-27 21:05:44 +00:00
lyxlex.h
the convert patch
2005-01-27 21:05:44 +00:00
lyxrc.C
Add lyxrc.use_lastfilepos and load_session to the preference dialog. Bo Peng (ben.bob@gmail.com)
2006-04-25 22:22:11 +00:00
lyxrc.h
2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-04-05 22:56:18 +00:00
lyxrow_funcs.C
lyxrow_funcs.h
lyxrow.C
CoordBranch merge
2004-11-30 01:59:49 +00:00
lyxrow.h
Whitespace, only whitespace.
2005-04-26 11:12:20 +00:00
lyxserver.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
lyxserver.h
Squash a breakage on Windows and move a couple of functions out of line.
2005-01-20 15:07:36 +00:00
lyxsocket.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
lyxsocket.h
Whitespace, only whitespace.
2004-10-05 10:11:42 +00:00
lyxtext.h
* support/types.h: introduce the char_type type
2006-04-09 02:30:40 +00:00
lyxtextclass.C
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
lyxtextclass.h
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
lyxtextclasslist.C
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
lyxtextclasslist.h
First patch for auto-cls-layout feature, from Bo Peng (ben.bob@gmail.com)
2006-04-09 04:35:24 +00:00
lyxvc.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
lyxvc.h
main.C
ditch FileInfo -> use boost.filesystem
2005-01-31 10:42:26 +00:00
Makefile.am
* Rename src/frontends/qt2 to src/frontends/qt3,
2006-04-24 13:48:24 +00:00
MenuBackend.C
* TocBackend.[Ch]: new files defining class TocBackend. This class contains adapted code from former toc.C
2006-04-22 18:48:28 +00:00
MenuBackend.h
make sure we clear menu contents before expand()
2006-03-15 15:07:20 +00:00
messages.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
messages.h
enable translation of ambigous messages
2004-10-19 09:11:02 +00:00
metricsinfo.C
John&JMarc's change tracking patch
2005-09-07 10:37:05 +00:00
metricsinfo.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
mover.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
mover.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
output_docbook.C
view-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 02:48:54 +00:00
output_docbook.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
output_latex.C
view-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 02:48:54 +00:00
output_latex.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
output_linuxdoc.C
view-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 02:48:54 +00:00
output_linuxdoc.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
output_plaintext.C
* output_latex.h:
2006-03-23 20:11:06 +00:00
output_plaintext.h
Fix bug 421
2005-07-15 19:10:25 +00:00
output.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
output.h
outputparams.C
view-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 02:48:54 +00:00
outputparams.h
view-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 02:48:54 +00:00
paper.h
fix bug 2148 (preferences saves wrong papersizes); also finally dispose dead PAPER_PACKAGES enum
2005-12-12 11:13:03 +00:00
paragraph_funcs.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
paragraph_funcs.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
paragraph_pimpl.C
* src/paragraph.h (public): new enum ChangeTracking,
2006-04-13 16:47:57 +00:00
paragraph_pimpl.h
* src/paragraph.h (public): new enum ChangeTracking,
2006-04-13 16:47:57 +00:00
paragraph.C
* src/paragraph.h (public): new enum ChangeTracking,
2006-04-13 16:47:57 +00:00
paragraph.h
* src/paragraph.h (public): new enum ChangeTracking,
2006-04-13 16:47:57 +00:00
ParagraphList_fwd.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
ParagraphList.h
* output_latex.h:
2006-03-23 20:11:06 +00:00
ParagraphParameters.C
Make MathBigInset working
2006-04-20 09:55:45 +00:00
ParagraphParameters.h
pariterator.C
~4% speedup by inlining a few one-line accessors
2005-07-18 11:00:15 +00:00
pariterator.h
* TocBackend.[Ch]: new files defining class TocBackend. This class contains adapted code from former toc.C
2006-04-22 18:48:28 +00:00
pch.h
fix nullstream also in pch files
2006-03-07 10:02:07 +00:00
PrinterParams.C
PrinterParams.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
pspell.C
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
2005-05-02 13:35:30 +00:00
pspell.h
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
2005-05-02 13:35:30 +00:00
RowList_fwd.h
The speed patch: redraw only rows that have changed
2005-12-30 19:02:52 +00:00
rowpainter.C
* support/types.h: introduce the char_type type
2006-04-09 02:30:40 +00:00
rowpainter.h
CoordBranch merge
2004-11-30 01:59:49 +00:00
Sectioning.C
- Add missing STL includes for correctness - gcc is too forgiving
2005-01-18 14:15:57 +00:00
Sectioning.h
session.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
session.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
sgml.C
- Add missing STL includes for correctness - gcc is too forgiving
2005-01-18 14:15:57 +00:00
sgml.h
Remove mixed_content from output parameters.
2004-11-02 11:25:20 +00:00
Spacing.C
the convert patch
2005-01-27 21:05:44 +00:00
Spacing.h
the convert patch
2005-01-27 21:05:44 +00:00
SpellBase.C
Fully enable compilation of LyX 1.4.x on Windows with MinGW/MinSYS.
2005-05-02 13:35:30 +00:00
SpellBase.h
Ensure that the grammar used to invoke the spellchecker is consistent.
2005-09-08 09:20:16 +00:00
stamp-h.in
tabular.C
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
tabular.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
tex-accent.C
add specialization for unsigned long, and clean up header file
2005-01-07 13:32:26 +00:00
tex-accent.h
tex-strings.C
Remove the support for a4.sty, a4wide.sty and a4widemargins from lyx
2005-07-17 11:17:13 +00:00
tex-strings.h
Remove the support for a4.sty, a4wide.sty and a4widemargins from lyx
2005-07-17 11:17:13 +00:00
texrow.C
texrow.h
text2.C
* src/buffer_funcs.[Ch]
2006-04-16 14:19:25 +00:00
text3.C
Adding PARAGRAPH_MOVE_UP/DOWN + key bindings:
2006-04-26 22:43:26 +00:00
text.C
* text.C (numberOfHfills): do not forget to count the last hfill
2006-04-26 13:36:12 +00:00
Thesaurus.C
Thesaurus.h
toc.C
Outlining improvements/fixes
2006-04-26 17:43:03 +00:00
toc.h
Outlining improvements/fixes
2006-04-26 17:43:03 +00:00
TocBackend.C
Get rid of dos end-of-lines
2006-04-26 13:33:51 +00:00
TocBackend.h
Outlining improvements/fixes
2006-04-26 17:43:03 +00:00
ToolbarBackend.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
ToolbarBackend.h
trans_decl.h
Asger's exchanging of the class and struct keywords.
2005-01-19 15:03:31 +00:00
trans_mgr.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
trans_mgr.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
trans.C
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
trans.h
* Change several freestanding and class methods with first letter
2006-04-09 00:26:19 +00:00
undo.C
* output_latex.h:
2006-03-23 20:11:06 +00:00
undo.h
Whitespace cleanup.
2006-04-05 23:56:29 +00:00
Variables.C
Variables.h
vc-backend.C
* filetools.[Ch]: Make functions that start with a capital
2006-04-08 22:31:11 +00:00
vc-backend.h
version.C.in
fix version suffix
2005-12-30 13:46:09 +00:00
version.h
vspace.C
better (and localizable) display of vertical spaces
2005-05-24 10:23:30 +00:00
vspace.h
fix some syntax errors
2006-01-01 20:28:05 +00:00
WordLangTuple.h