lyx_mirror/src
Angus Leeming 14c60d0aae Implemented controller-view split for FormBibtex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1794 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-19 16:37:01 +00:00
..
cheaders rotate the changelog and a bunch of new changelogs. 2001-01-12 09:42:30 +00:00
frontends Implemented controller-view split for FormBibtex. 2001-03-19 16:37:01 +00:00
graphics Minor cleanups of code and comments. 2001-03-18 17:48:56 +00:00
insets Minor cleanups of code and comments. 2001-03-18 17:48:56 +00:00
mathed compilation fixes 2001-03-16 14:47:48 +00:00
support remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +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
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 Added Minipage-Dialog, small fix in LyXTabular::l_getline (removing \r). 2001-03-16 15:15:32 +00:00
buffer.h Cleanup 2001-03-13 13:53:58 +00:00
bufferlist.C Applied John's FileDialog patch. 2001-03-07 14:25:31 +00:00
bufferlist.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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 remove Last when NEW_INSETS is defined 2001-03-11 00:21:13 +00:00
bufferview_funcs.C ParagraphParameters and SharedContainer 2001-03-06 14:07:14 +00:00
bufferview_funcs.h character2.diff.gz 2001-02-26 15:17:19 +00:00
BufferView_pimpl.C try out anonnamespace, detfault to expanded minipage 2001-03-17 02:06:21 +00:00
BufferView_pimpl.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
BufferView.C no log... 2001-03-06 19:29:58 +00:00
BufferView.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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 try out anonnamespace, detfault to expanded minipage 2001-03-17 02:06:21 +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 remove mem leaks 2001-03-07 16:18:05 +00:00
ColorHandler.h remove mem leaks 2001-03-07 16:18:05 +00:00
commandtags.h John's tiny FormGraphics patch and large GUI-I InsetInclude patch. 2001-03-14 10:57:39 +00:00
converter.C Add paper options when invoking dvipdfm. 2001-01-28 16:52:27 +00:00
converter.h small cleanup, doxygen, formatting changes 2001-02-16 09:25:43 +00:00
counters.C remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
counters.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
CutAndPaste.C dynamic number of lists 2001-03-11 18:39:00 +00:00
CutAndPaste.h dynamic number of lists 2001-03-11 18:39:00 +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 small cleanup, doxygen, formatting changes 2001-02-16 09:25:43 +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
Floating.C move the most important changes from branch new_insets to head. Still dependant on NEW_INSETS 2001-03-11 03:20:44 +00:00
Floating.h move the most important changes from branch new_insets to head. Still dependant on NEW_INSETS 2001-03-11 03:20:44 +00:00
FloatList.C move the most important changes from branch new_insets to head. Still dependant on NEW_INSETS 2001-03-11 03:20:44 +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 Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
form1.h Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
gettext.C gettext cleanup 2001-03-08 14:22:43 +00:00
gettext.h small compilation fixes 2001-03-12 15:49:14 +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
intl.C Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
intl.h Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
kbmap.C remove mem leaks 2001-03-07 16:18:05 +00:00
kbmap.h remove mem leaks 2001-03-07 16:18:05 +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 some source cleanup from John 2001-03-01 15:57:10 +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 one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +00:00
LaTeX.C Do not run bibtex when not necessary 2001-02-16 22:37:02 +00:00
LaTeX.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +00:00
LaTeXFeatures.C small compilation fixes 2001-03-12 15:49:14 +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
layout.C some formatting changes some simplifications and removal of dead code 2000-11-04 10:00:12 +00:00
layout.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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
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 make it compile with gcc 3.0 2001-03-12 08:52:37 +00:00
lyx_cb.h some further work on the float lists 2001-03-12 01:43:12 +00:00
lyx_gui_misc.C Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
lyx_gui_misc.h The bell is dead 2001-01-17 17:33:22 +00:00
lyx_gui.C Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
lyx_gui.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +00:00
lyx_main.C remove mem leaks 2001-03-07 16:18:05 +00:00
lyx_main.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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 John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch. 2001-03-12 11:22:26 +00:00
lyx.h John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch. 2001-03-12 11:22:26 +00:00
LyXAction.C John's tiny FormGraphics patch and large GUI-I InsetInclude patch. 2001-03-14 10:57:39 +00:00
LyXAction.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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
lyxfind.C remove Last when NEW_INSETS is defined 2001-03-11 00:21:13 +00:00
lyxfind.h Edwins f&r GUII patch with a small fix. 2001-03-06 10:20:33 +00:00
lyxfont.C fix toggling of font size 2001-03-13 11:45:42 +00:00
lyxfont.h ParagraphParameters and SharedContainer 2001-03-06 14:07:14 +00:00
lyxfunc.C Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
lyxfunc.h Applied John's FileDialog patch. 2001-03-07 14:25:31 +00:00
lyxlex_pimpl.C move the most important changes from branch new_insets to head. Still dependant on NEW_INSETS 2001-03-11 03:20:44 +00:00
lyxlex_pimpl.h Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
lyxlex.C Use lyxlex to parse rgb.txt + small compilation fixes 2000-11-08 15:19:55 +00:00
lyxlex.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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 NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
lyxrc.C remove mem leaks 2001-03-07 16:18:05 +00:00
lyxrc.h - Add the option to disable babel for documents whose language is equal to 2001-02-25 10:22:54 +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 small cleanup, doxygen, formatting changes 2001-02-16 09:25:43 +00:00
lyxserver.h make doc++ able to generate the source documentation for lyx 2000-08-07 20:58:24 +00:00
lyxtext.h NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
lyxvc.C Move LaTeX and VC logs to GUI-I on xforms 2001-02-06 17:41:42 +00:00
lyxvc.h formskdepatchthingie 2001-02-12 14:09:09 +00:00
LyXView.C remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
LyXView.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00
main.C gettext cleanup 2001-03-08 14:22:43 +00:00
Makefile.am Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
MenuBackend.C remove reference list from menus, formlog updates, small mathed cleanup 2001-02-09 15:54:30 +00:00
MenuBackend.h remove reference list from menus, formlog updates, small mathed cleanup 2001-02-09 15:54:30 +00:00
minibuffer.C Compile fixes for DEC cxx, John's maths and keymap patches. 2001-03-16 12:08:14 +00:00
minibuffer.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +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 NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
ParagraphParameters.C NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
ParagraphParameters.h NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
ParameterStruct.h NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +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 small cleanup, doxygen, formatting changes 2001-02-16 09:25:43 +00:00
screen.C remove mem leaks 2001-03-07 16:18: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
ShareContainer.h one small private fix in mathed, put noncopyable and tie into boost namespace 2001-03-15 16:04:46 +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 ParagraphParameters and SharedContainer 2001-03-06 14:07:14 +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 some source cleanup from John 2001-03-01 15:57:10 +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 try out anonnamespace, detfault to expanded minipage 2001-03-17 02:06:21 +00:00
tabular.h some source cleanup from John 2001-03-01 15:57:10 +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 NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +00:00
text.C NO_PEXTRA and NO_PEXTRA_REALLY 2001-03-16 00:09:53 +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
ToolbarDefaults.C Applied John's FileDialog patch. 2001-03-07 14:25:31 +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 no log... 2001-03-06 19:29:58 +00:00
trans_mgr.h no log... 2001-03-06 19:29:58 +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 some cascading name changes 2001-03-09 00:56:42 +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 HP-UX compile fix, thai keymap 2001-02-06 15:17:11 +00:00
Variables.h HP-UX compile fix, thai keymap 2001-02-06 15:17:11 +00:00
vc-backend.C implement revert and history for CVS 2001-02-20 18:31:33 +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 formskdepatchthingie 2001-02-12 14:09:09 +00:00
vspace.h small cleanup, doxygen, formatting changes 2001-02-16 09:25:43 +00:00
WorkArea.C try out anonnamespace, detfault to expanded minipage 2001-03-17 02:06:21 +00:00
WorkArea.h remove CXX_WORKING_NAMESPACES 2001-03-15 18:21:56 +00:00