]> git.lyx.org Git - lyx.git/history - src
InsetCommand.h: reintroduce updateCommand from r35840 to make it compilable (this...
[lyx.git] / src /
2010-10-25 Uwe StöhrInsetCommand.h: reintroduce updateCommand from r35840...
2010-10-25 Enrico ForestieriProper fix for #6967 that does not reintroduce #6793
2010-10-25 Vincent van RavesteijnInsetCommand.h: Reorder and add comments.
2010-10-25 Vincent van RavesteijnCorrect toc to floatlist
2010-10-25 Stephan Wittin client server mode CVS does not like full path opera...
2010-10-25 Vincent van RavesteijnFix bug #6550: "Any Changes will be lost" even when...
2010-10-25 Richard HeckLittle bit of cleanup, motivated by need to squash...
2010-10-25 Vincent van RavesteijnProperly convert from ReadStatus to boolean.
2010-10-25 Vincent van RavesteijnMerge readFile and readFile; and readFile and readString.
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Stephan Witt#6396 no dialog when no doc changes were done and check...
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnCentralize the generation of the emergency and autosave...
2010-10-25 Vincent van RavesteijnCentralize the generation of the emergency and autosave...
2010-10-25 Richard HeckReturn early again if there's nothing to do. Also,...
2010-10-25 Vincent van RavesteijnOops.
2010-10-25 Vincent van RavesteijnFFix warnings in Buffer::readString.
2010-10-25 Richard HeckLessen indentation by returning early if there's nothin...
2010-10-25 Vincent van RavesteijnRefactor Buffer.cpp: loadLyXFile():
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-10-25 Vincent van RavesteijnOne should use dynamic_casts for inheritance-based...
2010-10-25 Stephan Wittavoid warnings for unused parameters
2010-10-25 Stephan Witt* implementation of status check and use it for checkIn...
2010-10-25 Vincent van RavesteijnFix bug #1839: Ctrl+arrows don't move to next/prev...
2010-10-24 Vincent van RavesteijnFix bug #5878: Cursor position not restored in hidden...
2010-10-24 Vincent van RavesteijnUpdate the cursor shape also when the cursor shape...
2010-10-24 Pavel Sandagcc spits out million warnings
2010-10-24 Edwin Leuvenhave pointing cursor when hovering something clickable
2010-10-24 Vincent van RavesteijnFix bug #6968: isExternallyModified remains "true"...
2010-10-24 Vincent van RavesteijnAdd virtual bool Inset::clickable(..) to be used to...
2010-10-24 Vincent van RavesteijnImplement mouse hovering for InsetExternal.
2010-10-24 Vincent van RavesteijnsetMouseHover() functions can be const.
2010-10-24 Vincent van RavesteijnI don't like negated logic. Especially not if it leads...
2010-10-24 Stephan Wittvalidate version control status after buffer save-as...
2010-10-24 Vincent van RavesteijnFix bug #6967: Insert->Display Math should not insert...
2010-10-24 Stephan Wittinvalidate vcs data if user cancelled the registrer...
2010-10-23 Pavel SandaFix #6966.
2010-10-23 Stephan Wittvalidate version control status after buffer save or...
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-10-23 Jürgen Spitzmüllercompile fix.
2010-10-23 Vincent van RavesteijnFix #6597: LyX Appears frozen if the process holding...
2010-10-23 Peter Kümmelbind makes a copy of the arguments by default. This...
2010-10-22 Vincent van RavesteijnFix crashes and asserts if LyX doesn't have a view...
2010-10-22 Vincent van RavesteijnRestructure processFuncRequest* function family:
2010-10-22 Vincent van RavesteijnGuiApplication.h cosmetics:
2010-10-22 Richard HeckTypo.
2010-10-22 Jürgen SpitzmüllerFix bug 6944: crash on drag and drop multiple files
2010-10-22 Jean-Marc LasgouttesMake sweave process files with the correct encoding...
2010-10-21 Richard HeckComment.
2010-10-21 Peter Kümmeluse QWaitCondition instead of QEventLoop for waiting...
2010-10-21 Richard HeckRevert r35760, as suggested by Vincent.
2010-10-21 Richard HeckThis one didn't make it to Unicode for some reason.
2010-10-21 Richard HeckRestore should, uh, restore the initial state. Other...
2010-10-21 Richard HeckFix bug #6964. Problem was that we always saw the first...
2010-10-21 Richard HeckMake this a switch.
2010-10-21 Richard HeckFix bug #6962. I hadn't see how these were being escaped.
2010-10-21 Richard HeckSimplify comment.
2010-10-21 Vincent van RavesteijnFix bug #6963: LaTeXUi.ui: add some accelerators and...
2010-10-21 Abdelrazak YounesDialogView: make GuiView the parent widget to partly...
2010-10-21 Jürgen Spitzmüller* InsetCommandParams.cpp (prepareCommand):
2010-10-21 Peter Kümmelonly connect when needed
2010-10-21 Peter Kümmelupdate .am files
2010-10-21 Peter Kümmelenable EXPORT_in_THREAD to prevent gui calls in non...
2010-10-21 Peter Kümmelno QtGui in support
2010-10-20 Peter Kümmelfirst include config.h
2010-10-20 Peter Kümmelline ending
2010-10-20 Peter Kümmeladd generic helper class for calling functions in gui...
2010-10-20 Uwe StöhrGuiTabular.cpp: fix #6957
2010-10-20 Uwe StöhrTabularUi.ui: fix position of spacer to make alignment...
2010-10-20 Peter Kümmeluse bind, is this really better?
2010-10-19 Richard HeckMake updateMacros() descend into tables. Fixes #6897.
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Richard HeckRevert r35715. Didn't mean to commit both.
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Vincent van RavesteijnFix bug #6950: Cursor remains in waiting state after...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-18 Vincent van RavesteijnLet asyncBufferProcessing return a value also if EXPORT...
2010-10-18 Peter Kümmelfix formatting
2010-10-18 Peter Kümmelfix comment:
2010-10-18 Vincent van RavesteijnFix bug #6869: Crash when unindenting empty lines in...
2010-10-18 Peter KümmelFor testing: export asynchronous, #412
2010-10-18 Peter Kümmelalso use update_unincluded for preview,
2010-10-18 Peter Kümmelsplit out common async code
2010-10-18 Peter KümmelI assume this was a c&p error
2010-10-18 Peter Kümmelprepare splitting out c&p code
2010-10-17 Richard HeckFix bug #6953.
2010-10-17 Peter KümmelFix bug 6650: Error Messages Repeated
2010-10-17 Peter KümmelUse DispatchResult also in GuiView::dispatchVC to handl...
2010-10-15 Jürgen Spitzmüller* GuiDelimiter.cpp: disable cut and paste inside the...
2010-10-14 Richard HeckWhitespace.
2010-10-14 Richard HeckComments.
2010-10-14 Richard HeckMove the screen redraw call out of the selection-settin...
2010-10-14 Richard HeckI am basically trying here to get rid of random calls to
2010-10-14 Richard HeckFix up some of the find and replace code again. This...
2010-10-14 Richard HeckUpdate doxy.
2010-10-14 Richard HeckNeed ifthen for this, too.
2010-10-14 Pavel SandaThis stuff is general enough for lstrings
2010-10-13 Vincent van RavesteijnRowpainter.cpp: Squeeze warning.
next