]> git.lyx.org Git - lyx.git/history - src
Scons: remove fast_start feature
[lyx.git] / src /
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-15 Georg Baumfix typos
2006-10-15 Georg Baum * src/factory.C
2006-10-14 Abdelrazak YounesAdd comments WRT to where the function implementations...
2006-10-14 Abdelrazak Younesrevert change from previous commit and remove the FontM...
2006-10-14 Abdelrazak YounesFix crash on LateX export.
2006-10-14 Abdelrazak YounesFix command-line export
2006-10-14 Abdelrazak Younesadd some assertions.
2006-10-14 Abdelrazak YounesMacOSX comiplation fix.
2006-10-13 Abdelrazak Younesenable buffer-export without loading the GUI.
2006-10-13 Abdelrazak Younesensure that Application is properly destroyed after...
2006-10-13 Abdelrazak Younes* GuiApplication: explicitly clear out socket_callbacks...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-13 Georg BaumAdd missing convert<> specialization for unsigned long.
2006-10-13 Abdelrazak YounesWorkArea::processKeySim(): ensure that LyXFunc holds...
2006-10-12 Abdelrazak Younes* Gui::newView(): cleanup unused arguments.
2006-10-12 Abdelrazak Younes* GuiApplication.C: align Windows with other platform...
2006-10-12 Martin VermeerSupport for optional arguments for environments. No...
2006-10-12 Abdelrazak Younesfix formatting issue.
2006-10-12 Georg BaumReplace crash on startup with a memory leak.
2006-10-12 Georg BaumWork around a gcc bug on systems where wchar_t is not...
2006-10-12 Georg Baumcompile fix
2006-10-12 Abdelrazak Younesensure that theLyXFunc is set to the proper LyXView.
2006-10-12 Abdelrazak Younespreliminar support for multiple LyXView.
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-12 Georg BaumRemove unused declarations of writeFileAscii
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Georg BaumRemove unused stuff. To anybody who moves functions...
2006-10-11 Georg Baumqt3 compiles again
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-11 Abdelrazak Younesremove the focusInEvent() and focusOutEvent() that...
2006-10-10 Abdelrazak YounesMacOSX compilation fixes.
2006-10-10 Abdelrazak Younes* frontends/Painter:
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-09 Jean-Marc Lasgouttescompilation fixes for qt3 after Abdel's latest changes
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-10-09 Abdelrazak Youneseven more unicode work...
2006-10-09 Abdelrazak Younesincomplete qt3 and gtk support for Revision 15283
2006-10-09 Abdelrazak Younesmore unicode Work: Menubar and Toolbar.
2006-10-09 Abdelrazak Younesmore unicode work.
2006-10-09 Abdelrazak YounesPatch 1 Log:
2006-10-09 Abdelrazak Younesmore unicode work.
2006-10-08 Abdelrazak Younesrevert to revision 15266
2006-10-08 Abdelrazak Younes* ControlChanges:
2006-10-08 Georg BaumFix debug output (detected by a MSVC warning)
2006-10-08 Abdelrazak Younesuse from_ascii on pure ascii.
2006-10-08 Georg BaumOops, I forgot to return a reference in operator+=...
2006-10-08 Abdelrazak Younesuse new docstring += operator
2006-10-08 Georg BaumAdd operator += for ASCII C strings and single ASCII...
2006-10-08 Abdelrazak Younes* insetCollapsable:
2006-10-08 Abdelrazak YounesFix linking issue with MacOSX.
2006-10-08 Georg BaumCompile fix. This was easy, since the code is alsmost...
2006-10-08 Georg BaumAvoid another name clash (probably #define check ....
2006-10-07 Georg Baumremove double include
2006-10-07 Georg Baumremove unused variable
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-07 Abdelrazak Younes* qt_helpers:
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-10-07 Enrico ForestieriReplace the magic value 1000 with a const variable
2006-10-06 Abdelrazak Younesremove LFUN_TOOLTIPS_TOGGLE and associated Dialog:...
2006-10-06 Michael SchmittChange tracking:
2006-10-06 Michael SchmittChange tracking:
2006-10-05 Abdelrazak Younes* lyx_gui: parse_lyxrc() and getStatus() methods deleted.
2006-10-04 Michael Schmitt * src/LyXAction.C:
2006-10-04 Michael Schmitt * src/text3.C: disable MATH_INSERT in text...
2006-10-04 Georg BaumAdd lilypond external inset
2006-10-04 Georg BaumGive a better error message for missing layout include...
2006-10-04 Abdelrazak Younesenable the font width cache for Windows also, it saves...
2006-10-04 Abdelrazak Younesenable Font cache only for MacOSX and inline width...
2006-10-04 Abdelrazak YounesMacOSX compilation fix.
2006-10-03 Georg Baumcompile fix
2006-10-03 Georg BaumSupport lgathered and rgathered math environments
2006-10-03 Georg BaumFix crash on systems where sizeof(wchar_t) == 2 and...
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-10-03 Abdelrazak YounesAPPLE compilation fix.
2006-10-03 Jürgen SpitzmüllerFix the fix for bug 2869.
2006-10-03 Abdelrazak Younesuse theApp directly for default fonts.
2006-10-03 Abdelrazak YounesPut back doxygen comments deleted from lyx_gui.h.
2006-10-03 Abdelrazak Younes* lyx_gui: create_view(), start() and exit() functions...
2006-10-03 Enrico ForestieriAvoid compile errors due to the min/max macros on mingw...
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-03 Jürgen SpitzmüllerFix bug 2869.
2006-10-03 Abdelrazak YounesIntegrate Application_pimpl into Application.C.
2006-10-03 Georg BaumFix bug 2868
2006-10-03 Georg BaumMissing bits of the std::string -> hullType change...
2006-10-03 Enrico ForestieriAvoid a compilation error on cygwin
2006-10-02 Georg BaumParse optional arguments of aligned, gathered and alignedat
2006-10-02 Enrico ForestieriFix build on cygwin when using --without-x
2006-10-02 Abdelrazak YounesA fix from Ozgur Ugras BARAN:
2006-10-02 Abdelrazak YounesThis commit moves system font initialization and restor...
2006-09-30 Georg BaumFix bug 2789 (as discussed)
2006-09-30 Georg Baumremove unneeded include
2006-09-30 Georg BaumMake it compile again: Add some includes to fix signals...
2006-09-29 Abdelrazak Younesremove a FIXME, sorry for the multiple commits...
2006-09-29 Abdelrazak YounesSome cleanup
next