]> git.lyx.org Git - lyx.git/history - src/frontends/xforms/lyx_gui.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / lyx_gui.C
2003-12-14 Angus LeemingOverhaul the branches code.
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik Bjønnessome configure output changes, fix a new bug
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip out another 180 #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-29 Alfredo BraunsteinFix to Bug 1287 and Bug 1297
2003-07-27 Angus LeemingFlying high and free...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-03 John Levonfix the fix for bug 818. Hopefully. Damn I hate this...
2003-05-14 Lars Gullik Bjønnesshared-4.diff. Gui independant config.h
2003-03-31 John Levonsome reworking to allow Qt to successfully choose a...
2003-02-25 Angus LeemingAlfredo's setPriority patch to the graphics LoaderQueue.
2003-02-11 Angus LeemingRefactor xforms' colour handling code.
2002-12-18 Jean-Marc Lasgouttesremove preamble and tooltips menu entries on qt2; small...
2002-12-16 Angus LeemingRemove work-arounds for xforms < 0.89.5.
2002-11-29 Jean-Marc Lasgouttesmake error messages about unhandled X11 events GUI...
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-11-04 Lars Gullik Bjønnessmall changes
2002-10-03 Angus LeemingWorkaround for xforms bug, not hiding tooltip on dialog...
2002-09-26 Angus Leemingdoxygen fixes.
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-20 John Levonfix dpi
2002-08-20 André Pönitzmove half of BufferView_pimpl::dispatch() to LyXText...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-07-30 John Levonremove io callback on shutdown
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-25 John LevonI hate ChangeLog conflicts
2002-07-25 André Pönitzadd 'dec' to switch back to decimal output
2002-07-22 John Levonadd lyx_gui::exit() so Qt doesn't have to busy loop...
2002-07-19 John LevonI fixed the two bugs (Very shallow in fact)
2002-07-18 John Levondispatch changes ...
2002-07-15 Angus LeemingCompilation fix: give C_read_callback extern "C" linkage.
2002-07-14 John Levonxforms ? what xforms ?
2002-07-12 John Levonremove init_graphics()
2002-07-12 John LevonMove fontloader into lyx_gui stuff. Now Qt should compi...
2002-07-12 John Levonremove a ColorHandler reference
2002-07-05 Angus LeemingPreview code
2002-07-04 Lars Gullik BjønnesChanges to make RH-7.3 be able to run lyx.
2002-07-02 Lars Gullik Bjønnes2002-07-02 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2002-06-28 Angus LeemingAsymptotic approach to a well-designed graphics loader.
2002-06-12 Angus LeemingTrivial fix for std::exit.
2002-06-12 John LevonNew lyx_gui namespace. Some working out to be done...