]> git.lyx.org Git - lyx.git/history - src/frontends
* InsetListings.cpp:
[lyx.git] / src / frontends /
2010-06-09 Richard HeckMinor code cleanup.
2010-06-07 Vincent van RavesteijnConstify GuiView::busy().
2010-06-07 Vincent van RavesteijnFix the storage of the last opened files list when...
2010-06-07 Vincent van RavesteijnFix part of bug #5942:
2010-06-07 Peter Kümmeldon't block GUI when showing all debug messages
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-06-04 Vincent van RavesteijnFix bug #6606: Crash when reverting a document with...
2010-06-03 Peter Kümmelfix bug #6748: queue LyXErrMessages so any other stuff...
2010-06-03 Jean-Marc Lasgouttesfix compilation on F13 and binutils/gold by rewriting...
2010-06-01 Vincent van RavesteijnFix the warning message "TocModel.cpp: type not found...
2010-05-28 Uwe StöhrGuiBox.cpp:
2010-05-25 Pavel SandaMove hints from designer to code
2010-05-25 Pavel SandaIntroduce output_sync ui for forward/reverse search
2010-05-23 Uwe StöhrGuiBox.cpp: fix #6721
2010-05-18 Uwe StöhrGuiDocument.cpp: code simplifications; thanks Vincent
2010-05-18 Uwe StöhrGuiDocument.cpp: remove superfluous comment
2010-05-18 Uwe Stöhr* GuiDocument:
2010-05-18 Uwe Stöhrsupport for all page sizes that are supported by the...
2010-05-17 Pavel SandaCoding style, thanks Abdel.
2010-05-16 Pavel SandaNext attempt on correct newlines in Message pane
2010-05-15 Uwe Stöhr- BufferParams.cpp: change string to make it more clear...
2010-05-14 Pavel Sanda#6694 - reset line spacing to single if no custom size...
2010-05-10 Vincent van RavesteijnFix crashes when the list of formts is empty.
2010-05-10 Vincent van RavesteijnFix bug #6686: Navigate back does not trigger a repaint
2010-04-30 Vincent van RavesteijnCorrectly enable/disable the filter label and textfield...
2010-04-30 Jürgen Spitzmüller* GuiSpellchecker.cpp: fix bug 6676.
2010-04-30 Enrico ForestieriThere is no reason for inhibiting the symbols dialog...
2010-04-28 Pavel SandaUnify "* space" into "* Space", its just double work...
2010-04-28 Pavel SandaUnify Inter-word and Interword space strings.
2010-04-28 Enrico ForestieriThe character dialog was disabled in r30810 for solving...
2010-04-28 Vincent van RavesteijnFix bug #6614: Preview Other Format Button Greys Out...
2010-04-26 Vincent van RavesteijnTweak for X11.
2010-04-26 Vincent van RavesteijnFix bug #3871: Shortcut to switch from TOC to text...
2010-04-26 Vincent van RavesteijnFix bug #6451 (last part): Crash when interacting with...
2010-04-26 Vincent van RavesteijnMake sure the Table of Contents is always on top in...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-23 Peter Kümmelcmake: remove recursive call, even if it breaks merged...
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Richard HeckUI for XHTML options. I removed the xml line from Outpu...
2010-04-21 Pavel SandaBranchList:
2010-04-21 Pavel SandaBuffer::getAutosaveFilename -> Buffer::getAutosaveFileName
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDialog::bufferFilepath -> Dialog::bufferFilePath
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-20 Enrico ForestieriFix bug #2844: Need option to overwrite without dialog...
2010-04-20 Jürgen Spitzmüller* GuiThesaurus: do not show irritating messages if...
2010-04-19 Enrico ForestieriExtend Alert::prompt such that 4 buttons are possible...
2010-04-19 Enrico ForestieriQThreadPool was introduced in Qt 4.4
2010-04-19 Vincent van RavesteijnFix bug #6661: Outliner filter bar should not be case...
2010-04-18 Pavel SandaAdd Skim to hints.
2010-04-18 Enrico ForestieriAdd forward search hint for evince.
2010-04-18 Edwin Leuvennew buffer on double click in empty area of the tab bar
2010-04-18 Enrico ForestieriIn the meantime that we decide whether to introduce...
2010-04-18 Jürgen Spitzmüller* GuiPrefs.cpp: forward search syntax hint for okular.
2010-04-17 Richard HeckLyX version info for InsetInfo.
2010-04-16 Pavel SandaHint from synctex man pages
2010-04-16 Pavel SandaChange signal
2010-04-16 Pavel SandaBetter debug ouput
2010-04-16 Pavel SandaNarrower Pref dialog
2010-04-16 Pavel Sandaxpdf support for forward view via synctex. This is...
2010-04-16 Pavel SandaDont wait for forward search call
2010-04-16 Vincent van RavesteijnRefactor GuiApplication::getStatus().
2010-04-16 Vincent van Ravesteijn* GuiView.cpp: Simplify.
2010-04-16 Vincent van RavesteijnRemove the unclear FuncStatus::operator|=. Without...
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-04-16 Pavel SandaAdd status message.
2010-04-16 Pavel SandaGuify forward search.
2010-04-15 Enrico ForestieriModify the forward-search lfun such that no argument...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-15 Pavel SandaJoin PrefDateUi and PrefPlaintextUi into PrefOutputUi
2010-04-15 Pavel SandaFix #94 - LYX forward DVI search
2010-04-09 Richard HeckFix bug #6645.
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 Jean-Marc Lasgouttesfix (again) monolithic build
2010-04-08 Uwe StöhrColorUi.ui: squash compiler warning
2010-04-08 Uwe Stöhrfileformat change: support to specify the background...
2010-04-07 Richard HeckOne final bit of cleanup.
2010-04-07 Richard HeckA little more lv cleanup.
2010-04-07 Richard HeckA bit more cleanup: Again, we do not need lv, and the...
2010-04-07 Richard HeckThe lv variable was used back in LyXView.cpp, where...
2010-04-07 Richard HeckFix bug #6519. This is some of the "instability" that...
2010-04-06 Enrico ForestieriMake better use of the available space.
2010-04-05 Uwe StöhrColorUi.ui: forgot to update button label in last commit
2010-04-05 Uwe Stöhrdon't use any longer the page background color white...
2010-04-05 Peter Kümmelfix typo, tabs for indentation
2010-04-05 Abdelrazak YounesTabWorkArea::workArea(): add a FIXME
2010-04-05 Abdelrazak YounesFix instant preview for split views showing the same...
2010-04-05 Peter Kümmeldon't allow closing a buffer when it is used by a thread
2010-04-05 Abdelrazak YounesRemove GuiView parent from DialogView based dialogs...
2010-04-03 Jürgen Spitzmüller* ColorUi.ui: more compact labels.
2010-04-03 Uwe StöhrColorUi.ui: some tweaks
2010-04-02 Enrico ForestieriClean up left over
next