]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiToolbar.cpp
Speed up exit time
[lyx.git] / src / frontends / qt4 / GuiToolbar.cpp
2017-10-18 Enrico ForestieriSpeed up exit time
2016-08-23 Jean-Marc LasgouttesLet M-x give focus to minibuffer when it is already...
2015-07-15 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-30 Jean-Marc LasgouttesRevert "Auto feature for minibuffer toolbar"
2015-06-29 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-18 Jean-Marc LasgouttesSimplify the code for "auto" toolbars handling
2015-03-12 Enrico ForestieriPrefer svg icons.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2013-05-23 Pavel SandaHeader cleanup cont.
2013-05-19 Vincent van RavesteijnFix zombie toolbars (bug 8520)
2013-05-02 Jean-Marc LasgouttesEven more llvm/clang warnings
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-09-22 Vincent van RavesteijnInitialize toolbar pop menu button on start
2012-08-21 Juergen SpitzmuellerAn IPA toolbar
2012-07-16 Jean-Marc LasgouttesMake the toolbar code less noisy when the session file...
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-15 Juergen SpitzmuellerFix bug #8069: View/Update other formats button disable...
2011-05-05 Pavel SandaTypo
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2011-01-03 Vincent van RavesteijnThis comment introduced in r37075 was wrong. We should...
2011-01-03 Vincent van RavesteijnFix bug #7099: Math toolbars don't autoshow.
2011-01-03 Vincent van RavesteijnRemove GuiToolbar::allowauto_ and define this property...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-09-13 Enrico ForestieriConstify.
2009-09-13 Enrico ForestieriFix display of toolbar icons after r31255.
2009-08-14 Vincent van RavesteijnMove layout from GuiToolbar to GuiView. Now, it is...
2009-08-14 Vincent van RavesteijnRemove GuiToolbar * member from the LayoutBox ctor...
2009-08-12 Pavel SandaCompil fix
2009-08-12 Abdelrazak YounesThis move out the GuiLayoutBox class out of GuiToolbar...
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-06-08 Jean-Marc Lasgouttesadd binding information to toolbar button tooltips
2009-04-18 Jürgen Spitzmüllerremember the last selection on the view/update popup...
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2008-12-05 Jürgen Spitzmüller* GuiToolbar.cpp (set):
2008-11-15 Abdelrazak Younesgcc warning...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-31 Jean-Marc Lasgouttesfix crash when filtering layout combox with non-ascii...
2008-09-21 Abdelrazak YounesReset the geometry and ui settings whenever a change...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-08-15 Jean-Marc LasgouttesFix crash when the Gui Name of a toolbar is not plain...
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-24 Jürgen Spitzmüller* GuiToolbar.cpp:
2008-07-16 Jürgen Spitzmüller* GuiToolbar.cpp (updateContents):
2008-07-16 Richard HeckReinstate the commented out check, now that I've figure...
2008-07-16 Richard HeckClean up the unknown layout stuff some more. Please...
2008-07-16 Richard HeckFix for bug 5053. There are still some serious problems...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-06-24 Jean-Marc Lasgouttessuppress warning
2008-06-19 Abdelrazak YounesSome more fixes to icon size and session settings.
2008-06-19 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4957
2008-06-05 Abdelrazak YounesMac compil fixes.
2008-06-05 Abdelrazak YounesProvide a generic way to retrieve icons from the frontend.
2008-05-28 Abdelrazak YounesGuiToolbar::fill(): only once.
2008-05-28 Abdelrazak Younesstartup optimisation: delay toolbar filling until it...
2008-05-27 Abdelrazak YounesRe-engineer the toolbar support code:
2008-05-25 Abdelrazak Younesa bunch of toolbar related renaming.
2008-05-09 Stefan Schimanski* compare locale aware
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 André Pönitzcosmetics
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-08 Jürgen Spitzmüller* GuiToolbar.cpp (sorted_ong_map):
2008-04-08 Edwin Leuvenresuscitate Vert.png as vert2.png
2008-03-24 Richard HeckMinor cleanup.
2008-03-17 Jean-Marc Lasgouttesuse consistent ifdefs for the mac
2008-03-17 Richard HeckCosmetics.
2008-03-14 Stefan Schimanski* only for Mac
2008-03-14 Stefan Schimanski* copy icon size to new GuiView from the last GuiView
2008-03-14 Stefan Schimanski* remove the need of an active GuiView
2008-03-13 Jean-Marc Lasgouttestwo uninitialized variables uncovered by valgrind,...
2008-03-12 Stefan Schimanski* recover the status bar by only showing the layout...
2008-03-11 Stefan Schimanski* use base color for layout list background. Qt docs...
2008-03-10 Stefan Schimanski* simplified layout list a lot by subclassing QItemDele...
2008-03-10 Stefan Schimanski* remove style, left from debugging
2008-03-10 Stefan Schimanski* patch by Pavel to make the layout list look like...
2008-03-10 Stefan Schimanski* use small font for the header metrics
2008-03-10 Stefan Schimanski* compile fix
2008-03-10 Stefan Schimanski* reduce spacing in layout list
2008-03-10 Stefan Schimanski* center RTF text vertically correctly in layout list
2008-03-10 Stefan Schimanski* draw full line for empty categories
2008-03-10 Stefan Schimanski * center the line in the layout category headers...
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-06 Richard HeckSimplify the logic a bit here.
2008-03-05 Uwe StöhrGuiToolbar.cpp: compile fixes
2008-03-05 Stefan Schimanski* preparation for the layout categories. Now the separa...
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* is.at is const, is[] is a deep non-const copy
2008-03-05 Stefan Schimanski* clear filter when showing popup of layout list
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* adjust layout list size to contents
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* even when sorted alphabetically keep the separation...
2008-03-05 Stefan Schimanski* draw the separator as a menu separator
next