]> git.lyx.org Git - lyx.git/history - src/lyx_main.C
Real fix from Bernhard Roider
[lyx.git] / src / lyx_main.C
2007-01-24 Abdelrazak YounesDisplay error/warning dialogs if possible.
2007-01-23 Abdelrazak YounesWith this commit, errors and warnings can use message...
2007-01-19 Jean-Marc Lasgouttes * lyx_main.C (readUIFile): when reading an include...
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Abdelrazak Younes* mover.h
2007-01-17 Abdelrazak YounesTransfer the global converters and system_converters...
2007-01-14 Abdelrazak Younesit seems that queryUserLyXDir needs to have access...
2007-01-14 Abdelrazak Younes* messages.h:
2007-01-11 Enrico ForestieriLog:
2006-12-21 Georg BaumFix two filename bugs (from Enrico and me)
2006-12-17 Enrico ForestieriDon't use a global variable for avoiding removal of...
2006-12-15 Abdelrazak Younesremove unneeded local variable.
2006-12-13 Enrico ForestieriRemove the tmp dir only if it has been created and...
2006-12-12 Georg BaumMake libQtCore a support library like boost and impleme...
2006-12-07 Georg Baum * src/lyx_main.C
2006-12-05 Georg Baummore unicode filenames (+ fix one possible initializati...
2006-12-04 Georg Baumremove unneeded includes
2006-12-04 Abdelrazak YounesCleanup loading of files and gui session restoring.
2006-12-02 Michael Schmitt * src/lyxfunc.C:
2006-12-02 Peter KümmelClean up quit code.
2006-12-02 Georg Baummore unicode filenames
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-29 Peter KümmelFix crash on Mac
2006-11-29 Peter KümmelFix crash on Mac
2006-11-29 Enrico ForestieriAvoid an infinite loop when using the -geometry option...
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-29 Peter Kümmeladd tool bar popup with three icon sizes: small, normal...
2006-11-28 Georg BaumDo not delete /tmp.
2006-11-27 Peter Kümmelfix wrong toolbar icon size, default value is
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-26 Abdelrazak Younes* BufferList: new begin() and end() methods.
2006-11-26 Abdelrazak Younes* BufferList::last(): new method returning last loaded...
2006-11-26 Abdelrazak Younes* lyx_main.[Ch]
2006-11-24 Abdelrazak Younes* LyX::exec():
2006-11-23 Abdelrazak YounesFix MacOS crash on startus
2006-11-19 Peter Kümmelcheck if theApp is valid
2006-11-18 Abdelrazak Younes* lyx_main.[Ch]
2006-11-17 Abdelrazak YounesRevert change in rev. 15955 because as Georg says:
2006-11-17 Abdelrazak Younes* docstring.C: add a FIXME in utf8_to_ucs4() WRT static...
2006-11-17 Abdelrazak YounesFix Mac crash on exit.
2006-11-13 Georg BaumAdd a cache for converted image files. This needs to...
2006-11-10 Michael Schmitt * lyx_main.C: remove duplicate function assertion_failed
2006-10-29 Bo Pengsession: rename some functions
2006-10-27 Bo Pengclass session reorganization
2006-10-24 Abdelrazak Younes* Gui.h: new closeAll() pure virtual method.
2006-10-23 Joost Verburgread lyxrc.dist a second time to be able to override...
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-22 André Pönitzmake macrfos readable again
2006-10-21 Abdelrazak YounesMy six month cleanup crusade is now paying off: LyX...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Abdelrazak Younes- fix formatting (tab vs space)
2006-10-20 Lars Gullik BjønnesAbdels fix for pure virtual method called
2006-10-19 Abdelrazak YounesThis commit transfers the singletons defined in the...
2006-10-18 Abdelrazak Younesfix crash on emergencyCleanup() when lyx::use_gui is...
2006-10-17 Abdelrazak YounesThis commits cuts down LyX::exec2 into two new methods...
2006-10-13 Abdelrazak Younesenable buffer-export without loading the GUI.
2006-10-13 Abdelrazak Younesensure that Application is properly destroyed after...
2006-10-12 Abdelrazak Younes* GuiApplication.C: align Windows with other platform...
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-05 Abdelrazak Younes* lyx_gui: parse_lyxrc() and getStatus() methods deleted.
2006-10-03 Abdelrazak Younesuse theApp directly for default fonts.
2006-10-03 Abdelrazak Younes* lyx_gui: create_view(), start() and exit() functions...
2006-10-02 Abdelrazak YounesThis commit moves system font initialization and restor...
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-28 Enrico ForestieriSmall fixes for STLPort compliance
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-22 Abdelrazak Younesreplace lyxserver and lyxsocket with theApp->server...
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-12 Enrico ForestieriAvoid a name clash with boost 1.34
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-08 Georg Baumremove unused 'using lyx::support::quoteName;'
2006-08-16 Jean-Marc Lasgouttes * configure.ac: add LYX_DATE variable for release...
2006-08-14 Georg Baum * src/buffer.C
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-08-11 Jean-Marc Lasgouttes * lyx_main.C (init): Do automatic reconfiguration...
2006-07-27 Bo Pengload files from lyx_main.C instead of lyx_gui.C, do...
2006-07-17 Georg BaumFix bug 2404
2006-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-07-05 Georg BaumReduce calls of ::exit()
2006-06-27 Jean-Marc Lasgouttes Renaming:
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-21 Peter Kümmelfix: qt3/qt4 save/restore of the window geometry and...
2006-06-13 Peter Kümmelcoding style and readability corrections
2006-06-13 Peter KümmelQt3/Qt4:
2006-06-07 Georg BaumFix crash on exit (bug 2549) by correct usage of QAppli...
2006-05-29 Bo PengMove window width/height/posx/posy from frontends to...
2006-05-17 Jean-Marc LasgouttesNew auto-open feature from Bo Peng (with help from...
2006-05-09 Jean-Marc Lasgouttes * src/lyx_main.C (init): call queryUserLyXDir just...
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-05-02 Jean-Marc Lasgouttes * src/lyx_main.C (readRcFile): do not report an error...
2006-04-28 Bo PengFix a few issues with session/lastopenedfiles, Bo Peng...
2006-04-22 Georg BaumFix bug 2285 (tex2lyx is not found by lib/configure...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
next