]> git.lyx.org Git - lyx.git/history - src/frontends
remove LFUN_TOOLTIPS_TOGGLE and associated Dialog::tooltipsEnabled() method.
[lyx.git] / src / frontends /
2006-10-06 Abdelrazak Younesremove LFUN_TOOLTIPS_TOGGLE and associated Dialog:...
2006-10-05 Abdelrazak Younes* lyx_gui: parse_lyxrc() and getStatus() methods deleted.
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 Abdelrazak YounesThis commit introduces the FontLoader interface class...
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 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 Abdelrazak YounesIntegrate Application_pimpl into Application.C.
2006-10-03 Georg BaumFix bug 2868
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 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
2006-09-29 Abdelrazak Younessome qt3 and gtk compilation fixes (hopefully)...
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-29 Abdelrazak YounesThis commit splits the add() method in two methods...
2006-09-28 Enrico ForestieriSmall fixes for STLPort compliance
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-26 Abdelrazak Younesdelete unneeded BufferView.h declaration.
2006-09-26 Abdelrazak Younes2 style and 1 compilation fixes.
2006-09-26 Abdelrazak Younesqt3 and gtk support for revision: 15153
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-25 Georg BaumDisable concept checks in the same way as in other...
2006-09-22 Georg Baummake it compile again
2006-09-22 Georg Baummake it compile again
2006-09-22 Georg Baumremove unused stuff
2006-09-22 Georg Baumcompile fix
2006-09-22 Georg Baumfix eol-style
2006-09-22 Georg BaumAdd virtual destructor
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->getLyXFunc...
2006-09-22 Abdelrazak Younesreplace lyxserver and lyxsocket with theApp->server...
2006-09-22 Georg BaumFix a crash that occured on exit if the clipboard was...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-19 Lars Gullik Bjønnespropdel svn:executable
2006-09-18 Lars Gullik BjønnesSet caption programmatically instead of through the...
2006-09-17 Lars Gullik BjønnesFix breakage caused by bad commits.
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-17 André Pönitzcleanup after svn hang-up, #undef CursorShape. Should...
2006-09-17 Abdelrazak YounesMove X11 specific selection code from BufferView to...
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-16 Abdelrazak YounesKernel::isBufferAvailable(): replace the implicit point...
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-15 Georg BaumAdd phantom icons from Uwe and me (last part of bug...
2006-09-13 Georg BaumUse wchar_t as lyx::char_type if it is 32 bit wide.
2006-09-13 Georg Baums/boost::uint32_t/lyx::char_type/g except in the defini...
2006-09-13 Georg Baum * src/frontends/qt4/QLToolbar.C
2006-09-13 Georg Baum * src/frontends/qt3/QLPopupMenu.C
2006-09-12 Enrico ForestieriFix combo box items in the delimiter GUI
2006-09-11 Georg Baumanother compile fix I forgot
2006-09-11 Georg Baumcompile fix
2006-09-11 Georg Baummake it compile again
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-10 Lars Gullik BjønnesMore unicode work. Fixup some usages.
2006-09-10 Abdelrazak YounesRevision 14964: forgot this...
2006-09-10 Abdelrazak Younes* LyXView.h:
2006-09-10 Georg BaumDon't lie in debug messages: s/GuiClipboard/GuiSelection/
2006-09-10 Georg Baumcompile fix: add missing lyx::to_utf8() around _()
2006-09-09 Lars Gullik BjønnesChange MenuBackend and the other menuclasses to store...
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-09-07 Georg BaumFix bug 2698 (new images from Uwe Stöhr)
2006-09-04 Abdelrazak YounesFixes a MSVC/Qt4 crash when closing the Document Settin...
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-02 Georg BaumFix some conversion problems spotted by MSVC warnings
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-09-01 Abdelrazak YounesPatch from Enrico:
2006-08-31 Lars Gullik BjønnesUse correct types for qstring, also to avoid 64<->32...
2006-08-31 Edwin Leuvenfurther ui cleanup: correct tab order
2006-08-31 Edwin Leuvencorrect tab order + layout cleanup
2006-08-30 Abdelrazak Younes* qt_helpers.[Ch]: new conversion from/to ucs4 strings...
2006-08-29 Abdelrazak Younessmall cleanup: delete two unneeded lines of code.
2006-08-27 Georg Baumfix dropping of UNC filenames on windows (from Enrico)
2006-08-25 Edwin Leuvenminimal effort implementation of:
2006-08-25 Edwin Leuvenget rid of comments, c++ style casts
2006-08-24 Georg Baumclean up Abdel's cleanup
2006-08-24 Abdelrazak Younesremove qPixmapFromMimeSource. This caused the inclusion...
2006-08-24 Abdelrazak Younes* BufferView: delete firstLayout()
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-24 Jean-Marc Lasgouttes * src/frontends/LyXView.C (setBuffer): update the...
2006-08-24 Abdelrazak YounesThis commit fixes the crash caused by loading an empty...
2006-08-23 Michael Schmittresolve last occurrence of QT3_SUPPORT
2006-08-23 Michael Schmittdrop linuxdoc support (part 3)
2006-08-23 Abdelrazak YounesFix crash on exit after a Buffer switch.
2006-08-22 Jean-Marc LasgouttesDo not make all menu entries checkable
2006-08-21 Abdelrazak Younes* src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent...
2006-08-18 Abdelrazak YounesGuiWorkArea::inputMethodEvent(): remove unneeded Qt...
2006-08-17 Abdelrazak YounesFix resize bug (WorkArea not redrawn).
2006-08-17 Abdelrazak YounesThis commit moves the busy cursor and formatting messag...
next