]> git.lyx.org Git - lyx.git/history - src/lyx_cb.C
move definition of variables to the main cmake file
[lyx.git] / src / lyx_cb.C
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
2003-03-29 John LevonMore alert fixes
2003-03-29 John Levonmore Alert:: work
2003-03-29 John LevonBig shake up of all Alert::askQuestion/Confirmation...
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-02-27 Angus LeemingA real, LyX label dialog. Part 1.
2003-02-21 Angus LeemingThe file dialog browser doesn't need a LyXView...
2003-02-14 John LevonMy old allow/prohibitInput() -> busy(bool) patch cleanup
2003-01-23 John LevonMichael's text fixes
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-25 Lars Gullik Bjønnessome ws and more boost.format
2002-11-17 John Levonqt filedialog fix
2002-10-31 Angus LeemingZombie-killer.
2002-08-15 André Pönitzstreamlining interaction mathed <-> rest of the world
2002-08-04 John Levonspellchecker cleanup - fscked knows why pspell is broke...
2002-08-01 John Levonfix for open of non-existent file, writeFile() change
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-22 John Levonadd lyx_gui::exit() so Qt doesn't have to busy loop...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-12 John LevonMore very minor syncing ..
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-04 Jürgen VignaFixed Inset->File as inside insets (InsetTabular/InsetT...
2002-03-02 Lars Gullik Bjønneslayout as string
2002-02-28 Jean-Marc Lasgouttes"ding-dong, the witch is dead!", says John
2002-02-18 Angus LeemingSynching my tree with cvs.
next