]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/lyx_gui.C
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / lyx_gui.C
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-10-03 Abdelrazak Younestransfer lyx_gui::exit() to frontends/lyx_gui.C
2006-10-03 Abdelrazak YounesThis commit creates a new "frontends/lyx_gui.C" that...
2006-10-02 Abdelrazak YounesThis commit moves system font initialization and restor...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-26 Abdelrazak Younesdelete unneeded BufferView.h declaration.
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-22 Abdelrazak Younesreplace lyxserver and lyxsocket with theApp->server...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...
2006-09-01 Abdelrazak YounesPatch from Enrico:
2006-08-17 Abdelrazak Younesget rid of QT3_SUPPORT and some cleanup
2006-07-27 Bo Pengload files from lyx_main.C instead of lyx_gui.C, do...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-10 Michael Schmitt * gtk/lyx_gui.C:
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-07-05 Georg BaumReduce calls of ::exit()
2006-06-26 Peter KümmelPass width = 0 and height = 0 as unsigned int to indica...
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-23 Peter Kümmel * frontends/qt3/QtView.C: use QRect ctor, coding style
2006-06-21 Peter Kümmelfix: qt3/qt4 save/restore of the window geometry and...
2006-06-20 Abdelrazak YounesQtView renamed to GuiView
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-06-17 Abdelrazak YounesThose classes (and their associated [Ch] files) are...
2006-06-15 Peter Kümmeldon't break the geometry option
2006-06-14 Peter Kümmelload and restore correct windows postion
2006-06-13 Peter Kümmelcoding style and readability corrections
2006-06-13 Peter KümmelQt3/Qt4:
2006-06-09 Abdelrazak YounesFix Windows crash on exit with "static LQApplication"
2006-06-08 Peter Kümmel- remove usage of qt3 support functions.
2006-06-08 Georg Baumapp -> qApp, forgot this with the last patch
2006-06-07 Georg BaumFix crash on exit (bug 2549) by correct usage of QAppli...
2006-06-03 Georg Baum * src/frontends/qt3/lyx_gui.C
2006-05-30 Jean-Marc Lasgouttes* src/frontends/*/lyx_gui.C:
2006-05-29 Bo PengMove window width/height/posx/posy from frontends to...
2006-05-29 Abdelrazak Younesadditional comments related to rev 13948
2006-05-28 Abdelrazak YounesFix hang on exit under Windows.
2006-05-27 Abdelrazak YounesFix for Qt4 crash on exit under linux by Georg Baum...
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-24 Lars Gullik Bjønneschange string "qt2" to "qt4"
2006-04-06 Abdelrazak Younescompilation fix: session.h and support/convert.h were...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-03-23 Georg BaumStore colors as rgb values in branches.
2006-03-12 Jürgen SpitzmüllerAbdelrazak Younes: Compile fixes for the Mac (ChangeLog...
2006-03-05 Lars Gullik BjønnesAdded initial qt4 work by Abdelrazak Younes