]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Partially revert r34995, which broke math output. Not sure why yet....
[lyx.git] / src / BufferView.cpp
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-15 Pavel SandaParagraphs start from 0
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-14 Vincent van Ravesteijn*BufferView: Remove default parameter value.
2010-06-14 Jürgen Spitzmüllermake branch-add-insert aware of the separator ("|"...
2010-05-25 Pavel SandaAdd output_sync icon to view/update toolbar
2010-05-03 Vincent van RavesteijnFix a crash due to Inset**::mouse_hover_[] containing...
2010-05-02 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-26 Vincent van RavesteijnFix bug #6141: Scrolling error with insets at top of...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::coordOffset...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-19 Vincent van RavesteijnUse the AtPoint mechanism for the LFUN_INSET_EDIT and...
2010-04-16 Vincent van RavesteijnDo not set the enabling of the status flag if the getSt...
2010-04-16 Vincent van RavesteijnRemove the unclear FuncStatus::operator|=. Without...
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-12 Vincent van RavesteijnRevert part of r33908.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-08 Jean-Marc LasgouttesGet rid of all-insets-toggle and explain how to replace...
2010-04-08 Vincent van Ravesteijn* BufferView.cpp: typo again.
2010-04-08 Uwe StöhrBufferView.cpp: typo
2010-03-29 Vincent van RavesteijnRefactorization: I don't like nested ?: constructions...
2010-03-29 Vincent van RavesteijnRefactorization: Buffer::changed() can update the metri...
2010-03-29 Vincent van RavesteijnFix bug #3900: Insets painted as hovered without mouse...
2010-03-23 Tommaso CucinottaNo more bookmarks in internal buffers (addresses #6605).
2010-03-08 Richard HeckChange updateLayout() to updateDocumentClass(), since...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jean-Marc Lasgouttesdo not use theLyXFunc()
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-01-31 Tommaso CucinottaRemoved obsolete FIXME (the invoked isInternal() method...
2010-01-31 Tommaso CucinottaRefactor of r33302 (addressing #6457) according to...
2010-01-31 Tommaso CucinottaInhibits insertion of Regexp insets within InsetERT...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-24 Jürgen Spitzmüller* BufferView.cpp:
2010-01-12 Jean-Marc Lasgouttesget rid of notes-mutate and explain that inset-forall...
2010-01-11 Jean-Marc Lasgouttesget rid of next-inset-modify ; inset-modify does the...
2010-01-08 Jean-Marc Lasgouttesset max number of iterations to 10000 in inset-forall...
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2010-01-07 Pavel SandaFix crash
2010-01-07 Jean-Marc LasgouttesImplement new inset-forall lfun. This function iterates...
2010-01-04 Tommaso CucinottaAdvanced F&R rework:
2009-12-23 Jean-Marc Lasgouttesrevert unintented patch part
2009-12-23 Jean-Marc Lasgouttesanother bad binding related to ticket #6416 (see r32619)
2009-12-18 Vincent van RavesteijnFix part of bug #6400: Shift+mouse click loses the...
2009-11-13 Jean-Marc LasgouttesRename getLocalStatus to Cursor::getStatus
2009-11-06 Jean-Marc LasgouttesAvoid undo grouping error when using Undo or Redo....
2009-10-29 Vincent van RavesteijnRemove parameter from cur.reset(). All calls had buffer...
2009-10-29 Vincent van RavesteijnMove the call to LFUN_SET_COLOR from the handling of...
2009-10-27 Vincent van RavesteijnFix bug #6193: Crash when navigating away from an empty...
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-09-30 Abdelrazak YounesFix gcc4.4 warnings.
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-26 Abdelrazak YounesTransfer LFUN_CITATION_INSERT to BufferView
2009-09-26 Abdelrazak YounesTransfer LFUN_DIALOG_SHOW_NEW_INSET to BufferView and...
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-21 Abdelrazak YounesIntroduce a new LyXAction property 'NoInternal' to...
2009-09-21 Abdelrazak YounesFix crash with LFUN_PARAGRAPH_GOTO in embedded work...
2009-09-20 Abdelrazak YounesTry to dispatch to document BufferView in case dispatch...
2009-09-20 Abdelrazak YounesKornel's gcc compil fix.
2009-09-19 Abdelrazak Younes* Move LFUN_TEXTCLASS_* and LFUN_TEXTCLASS_* to BufferV...
2009-09-19 Abdelrazak Younesmove LFUN_BUFFER_PARAMS_APPLY to BufferView. I needed...
2009-09-19 Abdelrazak YounesMove LFUN_KEYMAP_* to BufferView.
2009-09-09 Vincent van RavesteijnMove LFUN_WORD_FIND_FORWARD and LFUN_WORD_FIND_BACKWARD...
2009-09-09 Vincent van RavesteijnRemove other explicit tests for an internal buffer.
2009-09-07 Tommaso CucinottaFix crash when positioning cursor under some conditions...
2009-08-21 Vincent van Ravesteijn* BufferView.cpp: style.
2009-08-21 Tommaso CucinottaDoes not allow to enter (trivially) regular expression...
2009-08-19 Uwe StöhrBufferView.cpp: for the new Search dialog: paint also...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-07-16 Jean-Marc Lasgouttesremove some explicit tests against ERT_CODE; more to...
2009-07-11 Pavel SandaAdd LFUN_BRANCH_ADD_INSERT.
2009-06-23 Jean-Marc LasgouttesFix bug http://www.lyx.org/trac/ticket/6026
2009-05-20 Vincent van RavesteijnFix bug #5944: Scrolling isn't predictable.
2009-05-20 Vincent van RavesteijnRevert unwanted commit (r29683) and some cosmetics.
2009-05-15 Vincent van RavesteijnFix bug #3706: Mathed builtin/macro expansion not perfo...
2009-05-15 Vincent van RavesteijnPartial fix for bug #5465. This will enable scrolling...
2009-05-15 Vincent van RavesteijnRestore Object.Event order for:
2009-05-15 Vincent van RavesteijnFix bug #5948: Copy as reference for equation labels.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-09 Vincent van RavesteijnMove handling of LFUN_INSET_SETTINGS to Inset.cpp
2009-04-06 Vincent van RavesteijnWhere did that go ?
2009-04-06 Vincent van RavesteijnFix LFUN_MARK_TOGGLE, which actually did set the mark...
2009-04-06 Richard HeckThe Buffer::dispatch() patch.
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 4): GuiChanges lacks "Previous...
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 1): GuiChanges lacks "Previous...
2009-04-03 Vincent van RavesteijnMake sure that the document is only scrolled to the...
2009-03-31 Jean-Marc LasgouttesExtend the branch-(de)activate functions to work withou...
2009-03-30 Jean-Marc LasgouttesKill next-inset-toggle and expand inset-toggle to provi...
2009-03-27 Vincent van RavesteijnFix bug 4935: Scroll down below document
2009-03-27 Vincent van RavesteijnFix bug 4733: Auto popup of math toolbar hides the...
next