]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiViewSource.cpp
Speed up exit time
[lyx.git] / src / frontends / qt4 / GuiViewSource.cpp
2017-10-18 Enrico ForestieriSpeed up exit time
2017-02-25 Guillaume MunchFix compilation with Qt5.8dev
2016-12-03 Guillaume MunchWork around dangling pointer
2016-10-22 Guillaume MunchBetter title for ViewSource
2016-04-15 Guillaume MunchCompute the highlighting color from AlternateBase and...
2016-04-15 Stephan WittImproved fix for #9966
2015-11-15 Guillaume MunchAmend 789745df
2015-10-19 Guillaume MunchImprove the TexRow Cursor->Row algorithm for selections.
2015-10-19 Guillaume MunchTexRow info in source panel and gotoCursor() for debugging
2015-10-01 Guillaume MunchImprovements to cursor highlighting in the source panel
2015-09-12 Guillaume MunchImprovements to the display of the source.
2015-09-12 Guillaume MunchBetter session management for the source panel.
2015-09-12 Guillaume MunchImprove the performance of the source panel by using...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-06-25 Jean-Marc LasgouttesGet rid of ugly font metrics workarounds.
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-05-07 Jean-Marc LasgouttesAnother try at making the source view dock arrange...
2013-05-05 Pavel SandaAdd layout intelligence to View Source pane (bug #8653).
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse new T not new T()
2012-10-05 Juergen SpitzmuellerAdd master's perspective in children's source preview
2012-06-05 Richard HeckAllow LyX format to be written to View>Source window.
2012-05-10 Richard HeckWhitespace.
2012-05-09 Pavel SandaGuiViewSource - prevent null-pointer crash if backend...
2012-03-10 Richard HeckAccidentally removed this code at last commit.
2012-03-09 Richard HeckShow backends rather than formats in the View>Source...
2011-12-09 Richard HeckThe View->Source pane resets the format every time...
2011-10-29 Richard HeckInitial work for view source improvements.
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-01-04 Vincent van RavesteijnFix bug #5600: View source panel isn't updating after...
2010-12-10 Jürgen SpitzmüllerAdd the option to select the output format in Source...
2010-12-07 Jürgen Spitzmüller* Follow Vincent's advice to keep constness. Thanks...
2010-12-07 Jürgen Spitzmüller* Use default output flavor for View Source.
2009-04-01 Vincent van RavesteijnGuiViewsource:
2009-03-31 Vincent van RavesteijnFix bug that the view source window remains disabled...
2009-01-24 Jürgen Spitzmüller* GuiViewSource.cpp:
2008-11-17 Pavel Sanda#4430 still not fixed. try better one.
2008-11-15 André Pönitzfix #4430 . initial size of the "view source" window...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-18 Abdelrazak YounesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-10-18 Jürgen Spitzmüllercompile fix 2
2008-10-18 Abdelrazak YounesFirst part of http://bugzilla.lyx.org/show_bug.cgi...
2008-10-18 Abdelrazak YounesCode shuffling in order to fix http://bugzilla.lyx...
2008-10-03 Abdelrazak YounesWe don't want to restore geometry session for dock...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-06-01 Bo PengFix manual update of the viewsource dialog, set default...
2008-05-14 Abdelrazak YounesAdd session to view-source dialog.
2008-05-13 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4860
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André Pönitzuse structure with named members instead of pair<int...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-09 Abdelrazak Younes* GuiViewSource: port back to DockView.
2007-10-06 André Pönitzmove LaTeXHighlighte
2007-10-06 André Pönitzonly a partial patch. will rework immediately.
2007-09-09 Edwin Leuvenconnect to the right slots...
2007-09-08 Bo Pengadd missing header file
2007-09-08 Abdelrazak Younesheader cleanup.
2007-09-08 Abdelrazak Younesoups...
2007-09-08 Abdelrazak Younesfix view source window title.
2007-09-08 Abdelrazak YounesRestore docked View source widget.
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-08-31 André Pönitzmove our stuff off the Q* namespace