]> git.lyx.org Git - lyx.git/history - src
Finally add some comments to the currentBufferView() and documentBufferView() functions.
[lyx.git] / src /
2010-02-01 Vincent van RavesteijnFinally add some comments to the currentBufferView...
2010-02-01 Jürgen Spitzmüller* GuiDocument.cpp: before accessing the buffer() in...
2010-02-01 Kornel BenkoUse better include for 'struct QHeaderView'
2010-02-01 Kornel BenkoMake it compilable for QT4.3. (/usr/include/QtGui/qtree...
2010-02-01 Enrico ForestieriAccording to André, QLatin1String is cheaper.
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-31 Vincent van RavesteijnRevert r33295. This seems to be a not so great idea...
2010-01-31 Vincent van RavesteijnAdd an assert to check for a fully loaded Buffer before...
2010-01-31 Vincent van RavesteijnFix bug #6491: Empty .emergency file causes crash.
2010-01-31 Vincent van RavesteijnReturn failure if the file ended unexpectedly.
2010-01-31 Vincent van RavesteijnPlease Abdel.
2010-01-31 Jürgen Spitzmüller* GuiSetBorder.cpp: lighter colour for disabled borders...
2010-01-31 Vincent van RavesteijnFix bug #6489: Assertion triggered when deleting conten...
2010-01-31 Vincent van RavesteijnFix bug #5446: Cursor gets stuck in InsetInfo.
2010-01-31 Vincent van RavesteijnUse Change::isSimilarTo to find a change when merging...
2010-01-30 Vincent van RavesteijnFix r33279.
2010-01-30 Vincent van RavesteijnMove the message() function from lfunUiToggle to GuiVie...
2010-01-30 Vincent van RavesteijnDo not set the statusbar message in GuiView::toolbar...
2010-01-30 Vincent van RavesteijnUse the DispatchResult also for LFUN_MESSAGE and LFUN_B...
2010-01-30 Abdelrazak YounesGuiInfo: Migrate [New] push button slot to InsetDialog.
2010-01-30 Vincent van RavesteijnFix assertions when there is no document open and the...
2010-01-30 Jürgen SpitzmüllerGuiRef.cpp: sort categories.
2010-01-30 Peter KümmelCMake: fix merged build, seems GCC could not handle...
2010-01-30 Jürgen Spitzmüller* GuiRef: improve filter UI
2010-01-30 Abdelrazak YounesInset::validateModifyArgument(): new virtual interface...
2010-01-30 Jürgen Spitzmüller* FindAndReplaceUi.ui: adapt tooltips
2010-01-30 Jürgen SpitzmüllerAdd search and grouping facility to Crossref dialog...
2010-01-30 Tommaso CucinottaMade replace behaviour more standard: when pressing...
2010-01-30 Vincent van RavesteijnFix a crash when the child document is already closed.
2010-01-29 Vincent van RavesteijnUse the Buffer::reload() function also in buffer_func...
2010-01-29 Jürgen Spitzmüllerrevert unintended commit parts.
2010-01-29 Jürgen Spitzmüller* fix spelling in comments to please John.
2010-01-29 Jean-Marc LasgouttesMake LFUN_HELP_OPEN open the document in read-only...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2010-01-29 Jean-Marc Lasgouttesadd a dispatchresult parameter to lyxview::dispatch
2010-01-29 Jürgen Spitzmüller* FindAndReplace.cpp:
2010-01-29 Jürgen Spitzmüller* GuiView.cpp:
2010-01-29 Tommaso CucinottaMake the fake sequence for braces highly unlikely ...
2010-01-28 Vincent van RavesteijnCorrect the mess introduced in r33250.
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-28 Tommaso CucinottaOpen or closed braces ({ or }) are now translated to...
2010-01-28 Jürgen Spitzmüller* InsetTabular.cpp (addToToc):
2010-01-28 Jürgen Spitzmüller* InsetMathHull.h: constness, as suggested by Abdel.
2010-01-28 Jürgen Spitzmüller* InsetTabular.{cpp, h}:
2010-01-27 Vincent van RavesteijnRewrite FindAndReplace::eventFilter() and make it more...
2010-01-27 Tommaso CucinottaGet rid of non-existent slot warning after removal...
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-27 Pavel SandaLet the tag affect other sides too
2010-01-27 Pavel SandaIntroduce "samerow" toolbar tag and let View/Update...
2010-01-27 Tommaso CucinottaAvoid overlapping of shortcuts with Menu items (for...
2010-01-27 Tommaso CucinottaRemoved redundant Close button (space may be useful...
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2010-01-26 Vincent van RavesteijnFix bug #6477: LFUN_OUTLINE_* don't work anymore.
2010-01-25 Abdelrazak YounesBuffer: Pimpl private methods and fix a few constness...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-25 Abdelrazak YounesBuffer: Pimpl gui_ and remove unused code. support...
2010-01-25 Abdelrazak YounesGet rid of mostly unused methods.
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-25 Jürgen SpitzmüllerFindAndReplace.cpp: line length and formatting blues
2010-01-25 Jürgen SpitzmüllerFindAndReplaceUi.ui: add tooltip
2010-01-25 Jürgen Spitzmüller* add forgotten l7n tags.
2010-01-25 Jürgen Spitzmüller* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.
2010-01-24 Pavel Sandanext doxy
2010-01-24 Pavel SandaSpotted by JMarc
2010-01-24 Vincent van RavesteijnGuiCitation.cpp:
2010-01-24 Vincent van RavesteijnIndicesUi.ui: Fix copy&paste error in the tooltip.
2010-01-24 Jürgen Spitzmüller* BufferView.cpp:
2010-01-24 Vincent van RavesteijnFix compilation with CMake on linux. (Am I the only...
2010-01-24 Jürgen Spitzmüllerrevert r30112 (#5988).
2010-01-24 Vincent van RavesteijnGuiCompare: Show the contents of the Options groupbox...
2010-01-24 Vincent van RavesteijnCompare:\n- Fix the doubly added first snake. \n- Fix...
2010-01-23 Abdelrazak YounesAbout box: Migrate to DialogView.
2010-01-23 Enrico ForestieriFix bug #6469: Times Roman and \textgreek produce error...
2010-01-23 Jürgen Spitzmüllerreally fix the Diamond toolbar item.
2010-01-23 Jürgen Spitzmüller* FindReplace.cpp:
2010-01-23 Enrico ForestieriRevert r33169. That was too simplistic. We have to...
2010-01-23 Enrico ForestieriFix bug #6469: Times Roman and \textgreek produce error...
2010-01-22 Jürgen Spitzmüller* FindReplace: allow proper localization.
2010-01-22 Jürgen Spitzmüller* add support for the enchant spell checker (bug 6226).
2010-01-21 Richard HeckUse the attributes MTag now takes.
2010-01-21 Richard HeckAllow MTag to take attributes.
2010-01-21 Richard HeckWe do not need to extract exponents, either.
2010-01-21 Richard HeckWe do not need to extract limits for MathML.
2010-01-21 Richard HeckXHTML for InsetMathSize.
2010-01-21 Richard HeckSimplify InsetCitation::basicLabel() code.
2010-01-21 Richard HeckFix non-BibTeX detection of "author (year)" labels.
2010-01-21 Richard HeckForgot to wrap first citation.
2010-01-21 Richard HeckOutput labels (1.1, etc) with the TOC.
2010-01-21 Richard HeckTranslate TOC title to document language, not GUI language.
2010-01-21 Vincent van RavesteijnFix the Compare feature. The compl_vector class shouldn...
2010-01-21 Richard HeckUse cached label.
2010-01-21 Richard HeckRemove it for real now.
2010-01-21 Richard HeckRemove an unnecessary dependency.
2010-01-21 Richard HeckKill a (public) magic boolean.
2010-01-21 Richard HeckFormatting.
2010-01-21 Tommaso CucinottaCode cleanup
2010-01-21 Jean-Marc Lasgouttesalways close properly undo groups
next