]> git.lyx.org Git - lyx.git/history - src/text3.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / text3.C
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-28 Abdelrazak Younescompilation fix.
2006-04-28 Abdelrazak Younes* text3.C:void LyXText::dispatch(LCursor & cur, FuncReq...
2006-04-26 Edwin LeuvenAdding PARAGRAPH_MOVE_UP/DOWN + key bindings:
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
2006-04-15 Jürgen SpitzmüllerDon't jump back to cursor on inset clicking:
2006-04-10 Bo PengUpdate on view-source feature (r13610), from Bo Peng...
2006-04-09 Bo Pengview-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 Lars Gullik Bjønnes* support/types.h: introduce the char_type type
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-16 Jean-Marc Lasgouttesbug 2298: cursorTop/Bottom/Home/End does not redraw...
2006-03-10 Martin VermeerFix bug 2195: Slowness in rendering inside insets,...
2006-03-02 Georg Baumfix bug 2315
2006-02-24 Jean-Marc Lasgouttesfix bugs 2321 and 2323
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2005-12-31 Martin VermeerSinglerow rendering (better) fix for insets
2005-12-19 Martin VermeerForce update on paragraph merge
2005-12-01 Jean-Marc Lasgouttesbug 2109: trigger dEPM when moving cursor with mouse
2005-11-30 Jean-Marc Lasgouttesdo not eat the selection when inserting an index entry
2005-11-25 Jean-Marc Lasgouttesdisable LFUN_PASTE when there is nothing to paste
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-11-02 Jean-Marc Lasgouttesbug 2081: Disallow insertion of marginal note in float...
2005-10-25 Jean-Marc Lasgouttesbug 2092: branches not propagated to child documents
2005-10-25 Jean-Marc Lasgouttesget rid of LFUN_KEYMAP_TOGGLE
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-10-13 Jean-Marc Lasgouttesfix two crashes related to dEPM. Some crashes remain
2005-10-13 Jürgen Spitzmüllerfix bug 2090 (remove param \quotes_times). File format...
2005-10-12 Georg Baumfix invalid cursor after math undo
2005-10-07 Martin VermeerThe speedup patch
2005-10-03 Jean-Marc Lasgouttesprovide default type value for math-macro
2005-09-27 Jürgen Spitzmüllerleave inset to the right when hitting ESC (bug 2034)
2005-09-16 Jürgen Spitzmüllerfix undo of PASTESELECTION (bug 2011)
2005-08-03 Jean-Marc Lasgouttesdisplay of counters in various situations (in particula...
2005-07-18 André Pönitzfix bug 1795
2005-07-17 André Pönitzcosmetics, incidently fixing bug 1458
2005-07-16 Jürgen VignaMore fixes to cursor handling with boundary
2005-07-16 Jean-Marc Lasgouttesfix cursor movement with boundary
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzsmall cosmetic fix and removing some debug output
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-07-05 Jürgen Spitzmüllerlocalize date/time
2005-06-06 Jürgen Spitzmüllerminor bibitem tweaks
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-30 Jean-Marc Lasgouttesfix bug 1892 (cursor moves when inserting index or...
2005-05-05 Jürgen Spitzmüllerfix setOnOff handling in LyXText::getStatus
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-20 Martin VermeerFix the language problem in new lyxtexts, without causing
2005-04-20 Jean-Marc Lasgouttesfix double/triple clicking to select (bug 1811)
2005-04-14 Jean-Marc Lasgouttesfix display of label when inserting a new float
2005-04-13 Martin VermeerFix language problem in new textinsets in non-english...
2005-04-13 Georg Baumdisable open dialogs if applying them is not allowed
2005-03-07 Jean-Marc Lasgouttescompilation fix when assertions are disabled
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-02-22 Jean-Marc Lasgouttesfix several GOTO lfuns (bug 1787, bug 616, bug 781...
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-02-08 Lars Gullik Bjønnesthe depm patch
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2005-01-06 Jürgen Spitzmüllerfloat2string #4 (Spacing)
2005-01-04 Jürgen Spitzmüllersmall mathed fixes
2004-12-27 Jürgen Spitzmüllerfix LFUN_MATH_MODE
2004-12-06 Alfredo Braunsteinremove selection_possible (fix a problem with selection...
2004-12-02 Jean-Marc Lasgouttesfix recent bug where too many lfuns got disabled;fix...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-11-19 Jean-Marc Lasgouttesallow more than one optional inset
2004-11-02 Jean-Marc Lasgouttesfix cursor when inserting some insets
2004-08-14 André Pönitzmake all cached positions screen-absolute
2004-08-14 André Pönitz*** empty log message ***
2004-08-14 André Pönitzfix some crash when we start selection outside an inset...
2004-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-14 Lars Gullik Bjønnessome nicer margins and some small cleanup
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 Lars Gullik Bjønnesbug 1305
2004-08-13 André Pönitzfix bug #571, also for insettabular
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-08-12 André Pönitzdon't crash on C-m
2004-08-01 Lars Gullik Bjønnesfix wheel handling for xforms
2004-07-25 Lars Gullik Bjønnesobvious stuff
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-05-18 Alfredo Braunsteinavoid to update when navigating
2004-04-29 Angus Leeming* Positionable and dynamically visible toolbars for...
2004-04-19 John Levonfix bug 1569 (insert->label suggestion)
2004-04-18 André Pönitzpartial fix for cut and paste
2004-04-13 Angus LeemingRe-enable previews for mathed.
2004-04-13 André Pönitzmacro rework
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-07 André Pönitzcompile fixes
2004-04-07 André Pönitzfix table crash;
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-04-02 Alfredo Braunsteinrevert last commits. I've detected problems with it...
2004-04-02 Alfredo Braunsteinfitcursor work
2004-04-01 Alfredo Braunsteinadd missing lfun status
next