]> git.lyx.org Git - lyx.git/history - src/lyxfunc.C
more cursor dispatch
[lyx.git] / src / lyxfunc.C
2004-02-03 André Pönitzfix super/subscript crash
2004-02-03 Alfredo Braunsteinre-enable bv::dispatch
2004-02-03 André Pönitzremove math cursor plus
2004-02-02 Alfredo Braunsteinremove lockPath
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-26 Angus LeemingConvert the Search/Replace dialog to the cleaner MCV...
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-13 André PönitzAnchor globalization
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2004-01-08 Angus LeemingHandle Qt-style file filters like
2004-01-07 Angus LeemingHandle the new LFUN_WORD_FIND and LFUN_WORD_REPLACE.
2003-12-29 Jürgen SpitzmüllerMichael's latest minipage cleanup patch
2003-12-14 Angus LeemingOverhaul the branches code.
2003-12-14 Jürgen SpitzmüllerMinipage is no more (long live the box inset)
2003-12-12 André Pönitzfix math super/subscript
2003-12-10 Angus LeemingEnable all inset dialogs to be opened from the command...
2003-12-05 Angus LeemingRationalize the interface to the log dialog.
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-26 Alfredo BraunsteinupdateCounters fix + changeDepth simplification
2003-11-24 Angus Leeming(Georg Baum): propogate BibTeX databases from the maste...
2003-11-21 Alfredo Braunsteinallow extending a double/triple click + whitespace...
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-17 Alfredo Braunsteinfix cursor positioning at the end of lyxfunc::dispatch
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-12 Martin VermeerThe Character Style and XML short element inset.
2003-11-10 André PönitzThe deed is done.
2003-11-06 André Pönitzmore global cursor work
2003-11-06 André Pönitzactiveat 'out of sync' message
2003-11-05 Alfredo Braunsteinrequire BufferView argument in ParIterator::text
2003-11-05 Alfredo Braunsteinmake LFUN_GOTO_PARAGRAPH work with deep nestings
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 André PönitzLyXCursor::x_fix -> BufferView::x_target
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 André Pönitzsome more 'global cursor' stuff
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-27 Alfredo Braunsteinsmall fix to toc navigation inside branches
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-25 Martin VermeerPartial fix to nav menu/branch inset problem reported...
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-24 André Pönitzset fill in fill(...) istead of returning it.
2003-10-23 André Pönitz * lyxtext.h:
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-17 Lars Gullik BjønnesGet rid of the TextCache.
2003-10-16 Lars Gullik BjønnesFix a crashing problem with unknown actions.
2003-10-14 André PönitzIn insets:
2003-10-14 Angus Leeming(Jo�o Assirati): add the ability to inverse-search...
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-07 Martin VermeerThe Box patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-02 André Pönitzfix #1360
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-17 André Pönitzpreliminary 'global cursor' stuff
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-12 André Pönitzthe automatic label patch
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
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-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Martin VermeerThe mouse box patch for button-style insets
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-03 Lars Gullik Bjønnesupdate if fitCursor
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-09-02 John Levonremove cursor.i[xy]
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-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-14 André Pönitzsame here
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-08-01 André Pönitzmerge BufferView::repaint() and BufferView::update()
2003-07-30 Alfredo BraunsteinFix to Bug 1232 (as discussed on bugzilla)
2003-07-28 André Pönitzsome cleanup (TEXT() gone, argumenst always == false...
2003-07-28 André Pönitzremove toggleToggle
2003-07-27 Angus LeemingFlying high and free...
2003-07-27 Angus LeemingLearing to fly...
next