]> git.lyx.org Git - lyx.git/history - src/lyxserver.C
more cleanup:
[lyx.git] / src / lyxserver.C
2006-11-30 Peter Kümmelremove forgotten theApp variables
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-09-27 Jean-Marc Lasgouttescompilation fix: do not forget lyx_gui.h
2006-09-27 Abdelrazak Younesdelete unneeded lyx_gui.h declaration.
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-05-14 Georg BaumRemove remaining OS/2 bits:
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2005-05-02 Angus LeemingFully enable compilation of LyX 1.4.x on Windows with...
2005-04-26 Angus LeemingConsistent use of preprocessor guards;
2005-02-15 Angus LeemingSquash MSVC warning "local variable 'fd' used without...
2005-01-20 Angus LeemingSquash a breakage on Windows and move a couple of funct...
2004-07-23 Lars Gullik BjønnesUse pointer not reference
2004-07-22 Lars Gullik Bjønnesthe lyxserver modifications
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-06 Angus LeemingBackout my lyxserver changes
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-09-11 Angus LeemingRemove lyxerr call from FormInclude.
2002-08-14 John Levonremove xforms check from qt config
2002-08-04 John Levonspellchecker cleanup - fscked knows why pspell is broke...
2002-07-31 John Levonfix bug so inadvertent errno does not break connection
2002-07-30 John Levonremove io callback on shutdown
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-18 John Levondispatch changes ...
2002-07-14 John Levonxforms ? what xforms ?
2002-05-28 Jean-Marc Lasgouttessave preamble in defaults.lyx template; tweak hollywood...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-02-26 Jean-Marc Lasgouttescleanups from John and Juergen, bib files parsing fix...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-12 Jean-Marc Lasgouttesfixes/cleanup to dispatch/getStatus stuff; fixes the...
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-14 Jean-Marc Lasgouttesavoid closing server in emergency exit if there is...
2001-11-12 Jean-Marc Lasgouttesfixes to lyxserver from John
2001-11-08 Jean-Marc Lasgouttestwo patches from John, and a moving math panel
2001-10-19 Jean-Marc Lasgoutteslyxserver cleanup patch + andre's small patches
2001-09-09 Lars Gullik Bjønnessome mods I had in my local tree, mostly small stuff...
2001-07-16 Lars Gullik BjønnesDispatch->dispatch, some trans work
2001-06-14 Angus LeemingIn for a penny, in for a pound. Consistent use of ...
2001-05-31 Lars Gullik Bjønnesadjust to be able to complile with gcc 3.0, put selecti...
2001-05-30 Lars Gullik Bjønnesupdate copyright year
2001-04-24 Lars Gullik Bjønnescall message more directly
2001-02-16 Lars Gullik Bjønnessmall cleanup, doxygen, formatting changes
2000-11-04 Lars Gullik Bjønnessome formatting changes some simplifications and remova...
2000-10-12 Lars Gullik Bjønnesthe mkfifo change, make it compile on egcs
2000-09-26 Lars Gullik Bjønnesget rid of dead code, some new functions constify varia...
2000-09-19 Lars Gullik Bjønnesfix call to Dispatch
2000-05-04 Jean-Marc Lasgouttesclear()->erase() ; lots of using directives for cxx
2000-04-11 Jean-Marc LasgouttesSmall changes; ChangeLog is your friend
2000-03-28 Lars Gullik Bjønnessome using changes small changes in lyxfont and some...
2000-03-16 Lars Gullik Bjønnesmake text private in LyXParagraph some changes to impor...
2000-01-24 Lars Gullik Bjønnespos=string::npos for regex not found, use handcoded...
2000-01-06 Lars Gullik Bjønnesmy changes during the holidyas...i expect some compiler...
1999-12-13 Lars Gullik Bjønnesread the ChangeLog, use the C++ style casts more, some...
1999-11-22 Lars Gullik Bjønnesread ChangeLog, a lot of whitespace changes. experiment...
1999-11-18 Jean-Marc LasgouttesThe command-sequence patch from Andre'; also remove...
1999-11-15 Lars Gullik Bjønneswhite-space changes, removed definitions.h several...
1999-11-01 Lars Gullik BjønnesOS/2 patch from Miyata
1999-10-25 Jean-Marc LasgouttesFinish to add wrappers for xforms callbacks. Now dec...
1999-10-19 Lars Gullik Bjønneserase->clear, AM_CONDTIONAL for conditional compilation...
1999-10-07 Lars Gullik Bjønnesthe merge from branch debugstream
1999-10-02 Lars Gullik Bjønnesmerge from the string-switch branch and ready for a... 1.1.1pre1
1999-09-27 Lars Gullik BjønnesInitial revision