lyx_mirror/src
Jürgen Vigna 009d5b5f2c Changed int * to vector<int>.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1170 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-27 13:58:18 +00:00
..
cheaders Patches from Angus, Baruch, Dekel (2), and some glue from me. 2000-10-16 13:27:56 +00:00
frontends Jose's DocBook tables patch; Angus latest preference patch. 2000-10-27 10:04:51 +00:00
graphics Baruch's fixes and draw fix for insettext 2000-10-12 13:53:52 +00:00
insets Jose's DocBook tables patch; Angus latest preference patch. 2000-10-27 10:04:51 +00:00
mathed fix static array 2000-10-26 00:03:21 +00:00
support small fixes 2000-10-25 13:10:04 +00:00
xtl more FILMagain stuff 2000-06-12 11:55:12 +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 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
bmtable.h GUI-indep toolbar and menus mostly work ! 2000-07-24 13:53:19 +00:00
broken_headers.h
buffer.C Jose's DocBook tables patch; Angus latest preference patch. 2000-10-27 10:04:51 +00:00
buffer.h Jose's DocBook tables patch; Angus latest preference patch. 2000-10-27 10:04:51 +00:00
bufferlist.C Fix small typos 2000-10-13 14:10:35 +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 Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +00:00
bufferparams.h Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +00:00
BufferView2.C return string() instead of 0, make scope of int cell smaller, update no.po 2000-10-23 22:36:52 +00:00
bufferview_funcs.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
bufferview_funcs.h Patch for TOC menu by dekel, kde cleanup patch from John, plus a few things 2000-10-09 12:30:52 +00:00
BufferView_pimpl.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
BufferView_pimpl.h Added Ascii export for tabulars + small fixes 2000-10-10 10:38:11 +00:00
BufferView.C Added Ascii export for tabulars + small fixes 2000-10-10 10:38:11 +00:00
BufferView.h Added Ascii export for tabulars + small fixes 2000-10-10 10:38:11 +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
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 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
ColorHandler.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
combox.C Insets cleanup patch from Angus 2000-10-17 09:14:34 +00:00
combox.h Insets cleanup patch from Angus 2000-10-17 09:14:34 +00:00
commandtags.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
converter.C Dekel's import/export patch 2000-10-23 12:16:05 +00:00
converter.h Dekel's import/export patch 2000-10-23 12:16:05 +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 FILMagain changes (will need some work) 2000-06-12 11:27:15 +00:00
credits.h FILMagain changes (will need some work) 2000-06-12 11:27:15 +00:00
CutAndPaste.C remove almost all traces of old table 2000-09-23 04:57:18 +00:00
CutAndPaste.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
debug.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
debug.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
DepTable.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
DepTable.h
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 Dekel's import/export patch 2000-10-23 12:16:05 +00:00
exporter.h Dekel's import/export patch 2000-10-23 12:16:05 +00:00
figure.h
filedlg.C small fixes, the new with template hang 2000-10-26 17:31:11 +00:00
filedlg.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
Floating.h read the Changelog 2000-07-15 23:51:46 +00:00
FloatList.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
FloatList.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
font.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
font.h no time to finish compile, fixes to cxx warnings 2000-09-27 18:13:30 +00:00
FontInfo.C small fixes 2000-10-25 13:10:04 +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 guard with ENABLE_NLS 2000-10-12 02:17:32 +00:00
gettext.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
importer.C Dekel's import/export patch 2000-10-23 12:16:05 +00:00
importer.h Dekel's import/export patch 2000-10-23 12:16:05 +00:00
include_form.h
intl.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
intl.h Various small fixes. Read Changelog 2000-09-26 13:10:34 +00:00
kbmap.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
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 get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
kbsequence.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
language.C Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +00:00
language.h Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +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 Kayvan and Dekel's patch + some small fixes to xforms/ 2000-10-02 04:21:44 +00:00
LaTeX.h Dekel literate patch + my final word on naming new files. 2000-10-02 16:44:47 +00:00
LaTeXFeatures.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
LaTeXFeatures.h for fixes to cxx warnings 2000-09-27 17:07:33 +00:00
LaTeXLog.C Dekel's import/export patch 2000-10-23 12:16:05 +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 get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
layout.C Gnome Error&Ref popups, change LyXParagraph::size_type, many tweaks to help cxx compile 2000-10-12 15:17:42 +00:00
layout.h the mkfifo change, make it compile on egcs 2000-10-12 00:11:06 +00:00
LColor.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
LColor.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
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 Dekel's import/export patch 2000-10-23 12:16:05 +00:00
lyx_cb.h Inset patch from Angus. 2000-10-10 11:50:43 +00:00
lyx_gui_misc.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
lyx_gui_misc.h 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
lyx_gui.C Patches from Angus, Baruch, Dekel (2), and some glue from me. 2000-10-16 13:27:56 +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 Patches from Angus, Baruch, Dekel (2), and some glue from me. 2000-10-16 13:27:56 +00:00
lyx_main.h Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +00:00
lyx_sendfax_main.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
lyx_sendfax.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
lyx_sendfax.h major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files 2000-08-14 05:24:35 +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 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
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 more type changes, some consts added 2000-09-29 18:44:07 +00:00
lyxcursor.h more type changes, some consts added 2000-09-29 18:44:07 +00:00
lyxfont.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
lyxfont.h Patch for TOC menu by dekel, kde cleanup patch from John, plus a few things 2000-10-09 12:30:52 +00:00
lyxfr0.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
lyxfr0.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
lyxfr1.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
lyxfr1.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
lyxfunc.C small fixes, the new with template hang 2000-10-26 17:31:11 +00:00
lyxfunc.h Dekel's import/export patch 2000-10-23 12:16:05 +00:00
lyxlex_pimpl.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
lyxlex_pimpl.h more changes read the ChangeLog 2000-08-05 05:17:18 +00:00
lyxlex.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
lyxlex.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
lyxlookup.C different low-level key handling for xforms 0.89, use signals in workarea, changes to allow docxx to compile 2000-08-14 15:31:16 +00:00
lyxlookup.h more keyboard/keysym changes 2000-08-15 09:41:24 +00:00
lyxparagraph.h Gnome Error&Ref popups, change LyXParagraph::size_type, many tweaks to help cxx compile 2000-10-12 15:17:42 +00:00
lyxrc.C Dekel's import/export patch 2000-10-23 12:16:05 +00:00
lyxrc.h Dekel's import/export patch 2000-10-23 12:16:05 +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 more type changes, some consts added 2000-09-29 18:44:07 +00:00
LyXSendto.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
lyxserver.C the mkfifo change, make it compile on egcs 2000-10-12 00:11:06 +00:00
lyxserver.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
lyxtext.h Finally text-insets should draw correctly (also selections), some small fixes. 2000-10-19 09:11:39 +00:00
lyxvc.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +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 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
LyXView.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
main.C fix call to Dispatch 2000-09-19 11:18:35 +00:00
Makefile.am Dekel's import/export patch 2000-10-23 12:16:05 +00:00
MenuBackend.C Dekel's import/export patch 2000-10-23 12:16:05 +00:00
MenuBackend.h Move some special code from menu frontend to backend. 2000-10-04 09:54:31 +00:00
minibuffer.C small fixes, the new with template hang 2000-10-26 17:31:11 +00:00
minibuffer.h cleanup minibuffer and enhance Timeout a bit 2000-10-26 00:07:20 +00:00
nt_defines.h
os2_defines.h
os2_errortable.h
Painter.C Baruch's InsetGraphics - LyXImage patch 2000-10-12 10:46:06 +00:00
Painter.h Baruch's InsetGraphics - LyXImage patch 2000-10-12 10:46:06 +00:00
PainterBase.C FILMagain changes (will need some work) 2000-06-12 11:27:15 +00:00
PainterBase.h Baruch's InsetGraphics - LyXImage patch 2000-10-12 10:46:06 +00:00
paragraph.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
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 Fixed spurious cursor line bug! 2000-10-25 14:37:39 +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 get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +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 remove commented HAVE_SSTREAM code 2000-09-18 17:39:21 +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 Dekel language/encoding patch + a few fixes 2000-10-10 12:36:36 +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
tabular.C Changed int * to vector<int>. 2000-10-27 13:58:18 +00:00
tabular.h Changed int * to vector<int>. 2000-10-27 13:58:18 +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 GUI-indep toolbar and menus mostly work ! 2000-07-24 13:53:19 +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 make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
texrow.h more changes read the ChangeLog 2000-08-05 05:17:18 +00:00
text2.C Finally text-insets should draw correctly (also selections), some small fixes. 2000-10-19 09:11:39 +00:00
text.C Patches from Angus, Baruch, Dekel (2), and some glue from me. 2000-10-16 13:27:56 +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 remove almost all traces of old table 2000-09-23 04:57:18 +00:00
ToolbarDefaults.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
tracer.C GUI-indep toolbar and menus mostly work ! 2000-07-24 13:53:19 +00:00
tracer.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +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 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.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
undo.h
UpdateInset.C
UpdateInset.h
Variables.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
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 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.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 back to cvs 2000-10-26 19:14:51 +00:00
vms_defines.h
vspace.C get rid of dead code, some new functions constify variables. 2000-09-26 13:54:57 +00:00
vspace.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
WorkArea.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
WorkArea.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