]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCharacter.cpp
Speed up exit time
[lyx.git] / src / frontends / qt4 / GuiCharacter.cpp
2017-10-18 Enrico ForestieriSpeed up exit time
2015-11-16 Juergen SpitzmuellerFactor out multiply used ColorSorter.
2015-05-19 Juergen SpitzmuellerComplilation fix.
2015-05-19 Juergen SpitzmuellerRevert "Complilation fix."
2015-05-19 Juergen SpitzmuellerComplilation fix.
2015-05-18 Juergen SpitzmuellerRe-defactor ColorSorter.
2015-05-17 Juergen SpitzmuellerUse view/data separation for GuiCharacter colors, which...
2015-05-16 Uwe StöhrGuiCharacter.cpp: sort all colors, also white
2015-05-14 Uwe Stöhrsupport for all default colors of the package xcolor
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2013-07-17 Juergen SpitzmuellerFix toggling of 'misc' font options (bug #8764)
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-01-18 Vincent van RavesteijnMake the Apply button of the GuiCharacter dialog buffer...
2009-01-18 Vincent van RavesteijnMake the GuiCharacter dialog use the new ButtonPolicy.
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-05-22 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4870
2008-05-14 Abdelrazak YounesAdd session to character dialog.
2008-05-14 Abdelrazak YounesFix locale aware language sorting in character (text...
2008-05-07 Abdelrazak YounesAutomatically update the dialog when the autoApply...
2008-05-07 Abdelrazak YounesFix part of bug 4836
2008-05-07 Abdelrazak Younesmove languageData() out of qt_helpers.cpp
2008-05-07 Jürgen Spitzmüllergcc compile fixes.
2008-05-07 Abdelrazak YounesRevamp of the character dialog:
2008-05-07 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4811
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-01-25 Stefan Schimanski* On Mac it's common to have tool windows which are...
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-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-09 André Pönitzfinally merge Dialog and Controller
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-06 André Pönitznext one
2007-09-27 Abdelrazak YounesAdd session support to some more dialogs.
2007-09-11 André Pönitzshuffle stuff around
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
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önitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace