..
cheaders
rotate the changelog and a bunch of new changelogs.
2001-01-12 09:42:30 +00:00
frontends
Bookmarks.
2001-01-28 18:31:36 +00:00
graphics
rotate the changelog and a bunch of new changelogs.
2001-01-12 09:42:30 +00:00
insets
Move methods from FormRef.C to insetref.C
2001-01-26 17:11:01 +00:00
mathed
Fix mathed bugs.
2001-01-26 22:24:20 +00:00
support
Few fixes for the kde frontend.
2001-01-26 17:24:09 +00:00
xtl
rotate the changelog and a bunch of new changelogs.
2001-01-12 09:42:30 +00:00
.cvsignore
Do not specify the -ansi switch for gcc
2000-09-27 15:43:49 +00:00
BackStack.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
bibforms.h
Anguses patch + some modifications for smart? inset-update.
2000-07-07 07:46:37 +00:00
bmtable.c
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
bmtable.h
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
broken_headers.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure that the tables passed to lyxlex is sorted and sort them if not, use std::lower_bound to search in lyxlex tables, use binary search in stead of linear in math_delim::search_deco, we also sort the math_deco_table upon startup.
2000-03-09 03:36:48 +00:00
buffer.C
The support for docbooc layouts is now modular.
2001-01-28 21:54:15 +00:00
buffer.h
Two small patches from Dekel
2001-01-11 14:55:36 +00:00
bufferlist.C
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use mktemp if mkstemp is not available
2000-11-15 03:22:08 +00:00
bufferlist.h
use more std::functors add some of my own, some change to fl_display etc. read the change log...
2000-10-11 21:06:43 +00:00
bufferparams.C
Angus's 23rd November patch
2000-11-28 06:46:06 +00:00
bufferparams.h
Dekel language/encoding patch + a few fixes
2000-10-10 12:36:36 +00:00
BufferView2.C
The bell is dead
2001-01-17 17:33:22 +00:00
bufferview_funcs.C
Fixed various "missing features" in the tabular/textinset code.
2000-12-22 14:44:29 +00:00
bufferview_funcs.h
Fixed various "missing features" in the tabular/textinset code.
2000-12-22 14:44:29 +00:00
BufferView_pimpl.C
Bookmarks.
2001-01-28 18:31:36 +00:00
BufferView_pimpl.h
Add missing std::
2001-01-28 18:33:17 +00:00
BufferView.C
Bookmarks.
2001-01-28 18:31:36 +00:00
BufferView.h
Bookmarks.
2001-01-28 18:31:36 +00:00
Bullet.C
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
Bullet.h
some inset fixes + other fixes for warnings from cxx
2000-09-27 13:52:39 +00:00
ChangeLog
The support for docbooc layouts is now modular.
2001-01-28 21:54:15 +00:00
Chktex.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
Chktex.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
chset.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
chset.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
ColorHandler.C
compiling not tested. two patches from angus with some small fixes
2000-11-15 18:02:45 +00:00
ColorHandler.h
compiling not tested. two patches from angus with some small fixes
2000-11-15 18:02:45 +00:00
combox.C
Various small fixes
2001-01-09 13:58:48 +00:00
combox.h
Various small fixes
2001-01-09 13:58:48 +00:00
commandtags.h
Bookmarks.
2001-01-28 18:31:36 +00:00
converter.C
Add paper options when invoking dvipdfm.
2001-01-28 16:52:27 +00:00
converter.h
Add paper options when invoking dvipdfm.
2001-01-28 16:52:27 +00:00
counters.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
counters.h
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
credits_form.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
credits_form.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
2000-08-14 05:24:35 +00:00
credits.C
Angus's 23rd November patch
2000-11-28 06:46:06 +00:00
credits.h
FILMagain changes (will need some work)
2000-06-12 11:27:15 +00:00
CutAndPaste.C
Crash fix from Angus
2000-12-07 15:30:53 +00:00
CutAndPaste.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
debug.C
fix a couple of hard crashes, constify local variables, whitespace changes, some changes to new code
2000-11-14 02:01:57 +00:00
debug.h
fix a couple of hard crashes, constify local variables, whitespace changes, some changes to new code
2000-11-14 02:01:57 +00:00
DepTable.C
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use mktemp if mkstemp is not available
2000-11-15 03:22:08 +00:00
DepTable.h
fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
2000-04-04 00:19:15 +00:00
encoding.C
Angus's FormInset work; Dekel's languages patch; my reworking of Angus's stuff + other xforms cleanup; No guarantee I got the kde or gnome stuff right wrt updateBufferDependent
2000-10-13 05:57:05 +00:00
encoding.h
Dekel language/encoding patch + a few fixes
2000-10-10 12:36:36 +00:00
exporter.C
Converter patch from Dekel, Preference patch from Angus, menu patch from Rob
2000-11-13 10:35:02 +00:00
exporter.h
Converter patch from Dekel, Preference patch from Angus, menu patch from Rob
2000-11-13 10:35:02 +00:00
figure.h
filedlg.C
A patch from Dekel I forgot to commit
2000-12-04 09:15:51 +00:00
filedlg.h
A patch from Dekel I forgot to commit
2000-12-04 09:15:51 +00:00
Floating.C
new file Floating.C
2000-12-31 05:32:33 +00:00
Floating.h
new file Floating.C
2000-12-31 05:32:33 +00:00
FloatList.C
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00
FloatList.h
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00
font.C
patch from Dekel + some simplifications
2000-10-30 21:53:29 +00:00
font.h
no time to finish compile, fixes to cxx warnings
2000-09-27 18:13:30 +00:00
FontInfo.C
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
FontInfo.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
FontLoader.C
small fixes
2000-10-25 13:10:04 +00:00
FontLoader.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
form1.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
form1.h
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
gettext.C
get rid of turds, no.po update and remove some warnings
2001-01-08 09:37:13 +00:00
gettext.h
Fix problem with LC_NUMERIC, more updates to bind files, fix problem with bogus actions in menus, fix problem with menu-open
2000-12-06 13:41:44 +00:00
importer.C
Converter patch from Dekel, Preference patch from Angus, menu patch from Rob
2000-11-13 10:35:02 +00:00
importer.h
Converter patch from Dekel, Preference patch from Angus, menu patch from Rob
2000-11-13 10:35:02 +00:00
include_form.h
A bunch of obvious changes to please strict ansi compilers. Not finished.
1999-10-19 15:06:30 +00:00
intl.C
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00
intl.h
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00
kbmap.C
fix the deadkey bug and a patch from Dekel
2000-12-17 06:09:35 +00:00
kbmap.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
kbsequence.C
fix the deadkey bug and a patch from Dekel
2000-12-17 06:09:35 +00:00
kbsequence.h
small things to preferences, add some const remove commented code
2000-11-17 00:07:41 +00:00
language.C
Fix spanish ~n problem.
2001-01-20 14:16:01 +00:00
language.h
Fix spanish ~n problem.
2001-01-20 14:16:01 +00:00
lastfiles.C
more changes read the ChangeLog
2000-08-05 05:17:18 +00:00
lastfiles.h
small patch from Dekel, begin introducing the real boost framework, get rid of the parts of boost that were located in support (block and utility)
2000-10-02 00:55:02 +00:00
LaTeX.C
Add using directive
2001-01-25 15:52:33 +00:00
LaTeX.h
Add using directive
2001-01-25 15:52:33 +00:00
LaTeXFeatures.C
Fix spanish ~n problem.
2001-01-20 14:16:01 +00:00
LaTeXFeatures.h
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00
LaTeXLog.C
Angus's 23rd November patch
2000-11-28 06:46:06 +00:00
layout_forms.C
Patches from Angus, Baruch, Dekel (2), and some glue from me.
2000-10-16 13:27:56 +00:00
layout_forms.h
fix a couple of hard crashes, constify local variables, whitespace changes, some changes to new code
2000-11-14 02:01:57 +00:00
layout.C
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
layout.h
the mkfifo change, make it compile on egcs
2000-10-12 00:11:06 +00:00
LColor.C
Patches from Angus and John
2000-12-06 09:49:54 +00:00
LColor.h
Angus patch, + allow to set cursor color + constify more local variables
2000-11-21 15:46:13 +00:00
log_form.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
log_form.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
2000-08-14 05:24:35 +00:00
Lsstream.h
Move using directives around, as pointed out by Angus
2000-09-15 12:08:06 +00:00
LString.h
FILMagain changes (will need some work)
2000-06-12 11:27:15 +00:00
lyx_cb.C
Enable default value for labels code.
2001-01-15 13:31:25 +00:00
lyx_cb.h
fix a couple of hard crashes, constify local variables, whitespace changes, some changes to new code
2000-11-14 02:01:57 +00:00
lyx_gui_misc.C
Angus's 23rd November patch
2000-11-28 06:46:06 +00:00
lyx_gui_misc.h
The bell is dead
2001-01-17 17:33:22 +00:00
lyx_gui.C
Fix the floats-dont-like-locales problem
2001-01-24 11:08:32 +00:00
lyx_gui.h
small patch from Dekel, begin introducing the real boost framework, get rid of the parts of boost that were located in support (block and utility)
2000-10-02 00:55:02 +00:00
lyx_main.C
Replace --with-lyxname by --with-lyx-suffix
2001-01-24 13:52:04 +00:00
lyx_main.h
Dekel language/encoding patch + a few fixes
2000-10-10 12:36:36 +00:00
lyx_sty.C
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
lyx_sty.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
lyx.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
lyx.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
2000-08-14 05:24:35 +00:00
LyXAction.C
Bookmarks.
2001-01-28 18:31:36 +00:00
LyXAction.h
small patch from Dekel, begin introducing the real boost framework, get rid of the parts of boost that were located in support (block and utility)
2000-10-02 00:55:02 +00:00
lyxcursor.C
Bugfixes, de.po and sl.po updates, lyxlookup cleanup
2001-01-08 14:19:29 +00:00
lyxcursor.h
Bugfixes, de.po and sl.po updates, lyxlookup cleanup
2001-01-08 14:19:29 +00:00
lyxfont.C
use setLyXSize and the solaris mkstemp patch
2000-11-28 15:54:29 +00:00
lyxfont.h
use setLyXSize and the solaris mkstemp patch
2000-11-28 15:54:29 +00:00
lyxfr0.C
Angus's 23rd November patch
2000-11-28 06:46:06 +00:00
lyxfr0.h
A patch from Dekel I forgot to commit
2000-12-04 09:15:51 +00:00
lyxfr1.C
The bell is dead
2001-01-17 17:33:22 +00:00
lyxfr1.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
lyxfunc.C
Bookmarks.
2001-01-28 18:31:36 +00:00
lyxfunc.h
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
lyxlex_pimpl.C
Use lyxlex to parse rgb.txt + small compilation fixes
2000-11-08 15:19:55 +00:00
lyxlex_pimpl.h
Use lyxlex to parse rgb.txt + small compilation fixes
2000-11-08 15:19:55 +00:00
lyxlex.C
Use lyxlex to parse rgb.txt + small compilation fixes
2000-11-08 15:19:55 +00:00
lyxlex.h
Use lyxlex to parse rgb.txt + small compilation fixes
2000-11-08 15:19:55 +00:00
lyxlookup.C
Bugfixes, de.po and sl.po updates, lyxlookup cleanup
2001-01-08 14:19:29 +00:00
lyxlookup.h
Patches from Angus and John
2000-12-06 09:49:54 +00:00
lyxparagraph.h
Crash fix from Angus
2000-12-07 15:30:53 +00:00
lyxrc.C
Correct initialization value for font_norm_type.
2001-01-17 14:42:33 +00:00
lyxrc.h
Try to fix the bind_file debacle. Please test
2000-12-11 13:41:21 +00:00
lyxrow.C
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
lyxrow.h
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
lyxscreen.h
Fixes for/in insettabular/text.
2001-01-02 16:06:14 +00:00
LyXSendto.C
changes read the dirr and changelog, something should be remvoed/changed
2000-11-08 09:39:46 +00:00
lyxserver.C
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
lyxserver.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
lyxtext.h
Replace gotoNote/gotoError by gotoInset
2001-01-15 18:54:31 +00:00
lyxvc.C
get rid of turds, no.po update and remove some warnings
2001-01-08 09:37:13 +00:00
lyxvc.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
LyXView.C
Use LyXLookup when xforms version < 0.89.5
2000-12-05 17:12:47 +00:00
LyXView.h
some formatting changes some simplifications and removal of dead code
2000-11-04 10:00:12 +00:00
main.C
fix call to Dispatch
2000-09-19 11:18:35 +00:00
Makefile.am
support both version 1 and 2 of tabular, some other small changes
2001-01-09 20:17:06 +00:00
MenuBackend.C
Fix the sorting of the formats in menus.
2001-01-24 15:33:06 +00:00
MenuBackend.h
Fix problem with LC_NUMERIC, more updates to bind files, fix problem with bogus actions in menus, fix problem with menu-open
2000-12-06 13:41:44 +00:00
minibuffer.C
compile fix for gcc 2.8.1
2000-10-30 14:56:20 +00:00
minibuffer.h
cleanup minibuffer and enhance Timeout a bit
2000-10-26 00:07:20 +00:00
nt_defines.h
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the crash in Delete, move to pre ind/dec instead of post inc/dec, try to use ostream_iterator in lastfiles.C, remove some debug output, change the rest of the .cdef files, make display of umlaut better
2000-01-24 18:34:46 +00:00
os2_defines.h
changes read the dirr and changelog, something should be remvoed/changed
2000-11-08 09:39:46 +00:00
os2_errortable.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure that the tables passed to lyxlex is sorted and sort them if not, use std::lower_bound to search in lyxlex tables, use binary search in stead of linear in math_delim::search_deco, we also sort the math_deco_table upon startup.
2000-03-09 03:36:48 +00:00
Painter.C
small things to preferences, add some const remove commented code
2000-11-17 00:07:41 +00:00
Painter.h
compiling not tested. two patches from angus with some small fixes
2000-11-15 18:02:45 +00:00
PainterBase.C
FILMagain changes (will need some work)
2000-06-12 11:27:15 +00:00
PainterBase.h
compiling not tested. two patches from angus with some small fixes
2000-11-15 18:02:45 +00:00
paragraph.C
Put \protect before paragraph alignment commands
2001-01-13 20:32:10 +00:00
print_form.C
get rid of dead code, some new functions constify variables.
2000-09-26 13:54:57 +00:00
print_form.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
2000-08-14 05:24:35 +00:00
PrinterParams.h
FormBase extends its reach into the codebase and gains a ButtonController
2000-10-02 00:10:25 +00:00
screen.C
More fixes to insettabular/text (and some missing features added).
2001-01-03 16:04:05 +00:00
Sectioning.C
more changes...read the Changelog
2000-07-17 18:27:53 +00:00
Sectioning.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
sp_form.C
Fix spellchecker popups glitch, TOC menu glitch, remove dependency on xforms in lyxlookup.C
2000-12-12 15:25:27 +00:00
sp_form.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
2000-08-14 05:24:35 +00:00
Spacing.C
Add a bunch of c_str() for string stream uses; remove lyxfunc symbol-insert.
2000-11-06 15:47:22 +00:00
Spacing.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
spellchecker.C
Various small fixes
2001-01-09 13:58:48 +00:00
spellchecker.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
stamp-h.in
stl_string_fwd.h
make text private in LyXParagraph some changes to import ascii file
2000-03-16 04:29:22 +00:00
tabular-old.C
support both version 1 and 2 of tabular, some other small changes
2001-01-09 20:17:06 +00:00
tabular.C
lowercase tabular identifiers
2001-01-10 18:18:30 +00:00
tabular.h
Another fix for lyxstring::rfind
2001-01-10 14:09:56 +00:00
tex-accent.C
GUI-indep toolbar and menus mostly work !
2000-07-24 13:53:19 +00:00
tex-accent.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
tex-defs.h
tex-strings.C
- Add support for ae package
2001-01-23 12:53:05 +00:00
tex-strings.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
texrow.C
Small fixes (gcc 2.95.3, cucumber and texrow messages)
2001-01-22 16:10:19 +00:00
texrow.h
more changes read the ChangeLog
2000-08-05 05:17:18 +00:00
text2.C
Small fixes from Lior and Angus
2001-01-19 15:31:40 +00:00
text.C
Fix goto reference.
2001-01-17 19:00:12 +00:00
TextCache.C
read the Changelog
2000-07-15 23:51:46 +00:00
TextCache.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
Timeout.C
cleanup minibuffer and enhance Timeout a bit
2000-10-26 00:07:20 +00:00
Timeout.h
cleanup minibuffer and enhance Timeout a bit
2000-10-26 00:07:20 +00:00
ToolbarDefaults.C
Angus patch, + allow to set cursor color + constify more local variables
2000-11-21 15:46:13 +00:00
ToolbarDefaults.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
tracer.C
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use mktemp if mkstemp is not available
2000-11-15 03:22:08 +00:00
tracer.h
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use mktemp if mkstemp is not available
2000-11-15 03:22:08 +00:00
trans_decl.h
make doc++ able to generate the source documentation for lyx
2000-08-07 20:58:24 +00:00
trans_mgr.C
use more std::functors add some of my own, some change to fl_display etc. read the change log...
2000-10-11 21:06:43 +00:00
trans_mgr.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
trans.C
Fix the keymap bug!
2001-01-23 23:20:27 +00:00
trans.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
undo.C
make text private in LyXParagraph some changes to import ascii file
2000-03-16 04:29:22 +00:00
undo.h
fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
2000-04-04 00:19:15 +00:00
UpdateInset.C
doubleClick, trippleClick, new UpdateInsetList some other small stuff
2000-02-23 16:39:03 +00:00
UpdateInset.h
fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
2000-04-04 00:19:15 +00:00
Variables.C
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use mktemp if mkstemp is not available
2000-11-15 03:22:08 +00:00
Variables.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
vc-backend.C
several small patches
2000-12-10 05:20:36 +00:00
vc-backend.h
use the new sstream return non-pods as const, use string instead of char * in a lot of places
2000-09-14 17:53:12 +00:00
version.h
rotate the changelog and a bunch of new changelogs.
2001-01-12 09:42:30 +00:00
vms_defines.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure that the tables passed to lyxlex is sorted and sort them if not, use std::lower_bound to search in lyxlex tables, use binary search in stead of linear in math_delim::search_deco, we also sort the math_deco_table upon startup.
2000-03-09 03:36:48 +00:00
vspace.C
Few fixes for the kde frontend.
2001-01-26 17:24:09 +00:00
vspace.h
The big KDE reorg + fi l10n update
2000-12-04 17:18:01 +00:00
WorkArea.C
Decrease keyboard purge thershold.
2001-01-17 16:23:43 +00:00
WorkArea.h
some work on Floats and some cleanup in WorkArea, some changes to compile more easily with gcc 2.97
2000-12-29 12:48:02 +00:00