]> git.lyx.org Git - lyx.git/history - src/lyx_cb.C
typos
[lyx.git] / src / lyx_cb.C
2007-02-25 Jean-Marc Lasgouttes * lyx_cb.C (insertPlaintextFile): delete selection...
2007-02-01 Michael Schmitt * BufferView.C:
2007-01-24 Abdelrazak YounesRemove buggy and redundant BufferView::update() calls.
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-11 Enrico ForestieriLog:
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-05 Georg Baummore unicode filenames (+ fix one possible initializati...
2006-12-04 Georg Baummore unicode filenames
2006-12-02 Georg Baummore unicode filenames
2006-11-30 Georg Baummore unicode filenames
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-01 Abdelrazak YounesFix crash when reconfigure is called without Buffer...
2006-10-29 Bo Pengsession: rename some functions
2006-10-27 Bo Pengclass session reorganization
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-17 Abdelrazak YounesThis commits cuts down LyX::exec2 into two new methods...
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-03 Abdelrazak Younes* lyx_gui: create_view(), start() and exit() functions...
2006-10-02 Abdelrazak YounesThis commit moves system font initialization and restor...
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-26 Abdelrazak Younes * emit buffer::resetAutosaveTimers instead of calling...
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-12 Enrico ForestieriAvoid a name clash with boost 1.34
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-08 Georg Baumremove unused 'using lyx::support::quoteName;'
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-23 Abdelrazak Younesreplace LyXView::message() direct call with Buffer...
2006-07-17 Georg BaumFix bug 2404
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-06-07 Georg BaumFix crash on exit (bug 2549) by correct usage of QAppli...
2006-05-14 Georg BaumRemove remaining OS/2 bits:
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-22 Georg BaumFix bug 2285 (tex2lyx is not found by lib/configure...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-03-12 Georg BaumGet rid of lib/configure.m4
2005-07-16 André Pönitz * lyxfont.h: Change order of declarations to give...
2005-05-05 Angus LeemingDisable various spell thingies when USE_[AIP]SPELL...
2005-05-02 Angus LeemingFully enable compilation of LyX 1.4.x on Windows with...
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-28 Jürgen SpitzmüllerRe-read packages list after reconfigure
2005-01-10 Angus LeemingThe package reworking.
2005-01-05 Angus LeemingRemove the OS/2 relic lib/configure.cmd.
2004-11-25 Angus LeemingGive FileFilterList its own .[Ch] files.
2004-09-14 Jean-Marc Lasgouttesmake LyX work better when run from a directory which...
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-03-26 Angus LeemingClean-up the forked process code a little.
2004-03-23 Angus LeemingStore the forked calls in boost::shared_ptr rather...
2004-02-13 André Pönitzmore IU as advertised
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-01-20 André PönitzPart of IU.
2004-01-14 André Pönitzmore shuffling...
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzismall stuff
2003-11-10 André PönitzThe deed is done.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-04 Angus LeemingMove #include "lyxlib.h" out of Path.h, move ctor,...
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-07-27 Angus LeemingFlying high and free...
2003-07-27 Angus LeemingLearing to fly...
2003-07-26 Angus LeemingReplace occurances of system_tempdir with os::getTmpDir().
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-05-22 Lars Gullik Bjønnesparlist-16-a.diff
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-27 John LevonFix up Alert::prompt for cancel button stuff
2003-04-09 Lars Gullik BjønnesMake lyxcursor store a ParagraphList::iterator, change...
2003-03-31 John Levonsome reworking to allow Qt to successfully choose a...
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-29 John Levonfix broken strerrors
next