]> git.lyx.org Git - lyx.git/history - src/lyx_main.C
Make string conversion work with non-ucs2-characters if using qt 4.2
[lyx.git] / src / lyx_main.C
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...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-04-01 Michael Schmitt2006-04-01 Michael Gerz <michael.gerz@teststep.org>
2006-03-12 Georg BaumGet rid of lib/configure.m4
2005-12-15 Jürgen SpitzmüllerMove initMath() from startup to math_hullinset. LyX...
2005-07-17 Michael SchmittVarious text message changes
2005-07-16 Lars Gullik Bjønnesdrop reLyX like it is hot, and setup to use tex2lyx...
2005-07-16 André Pönitz * lyxfont.h: Change order of declarations to give...
2005-06-14 Angus LeemingEnsure that LyX/bin is the first element in the PATH...
2005-06-07 Georg Baumfix -x commandline switch
2005-05-19 Georg BaumDon't start the gui if it was not requested (fixes...
2005-03-29 Angus LeemingCall os::internal_path on each file passed to LyX on...
2005-03-21 Jürgen Spitzmüllerfix tabulator keys in tabular (bug 1836)
2005-03-18 Jean-Marc Lasgouttesfix Alert logic
2005-02-20 Jean-Marc Lasgouttes do not reconfigure when not needed
2005-02-15 Angus LeemingRearrange and rename the environment variable setter...
2005-02-13 Angus LeemingInvoke prependEnvPath to adjust the PATH only if
next