]> git.lyx.org Git - lyx.git/history - src/frontends
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / frontends /
2007-12-08 Abdelrazak YounesRevert 22023 and really fix bug 4410 (http://bugzilla...
2007-12-08 Abdelrazak YounesFix bug 4410 (http://bugzilla.lyx.org/show_bug.cgi...
2007-12-08 Abdelrazak YounesNo need to update the prefs dialog if it is not visible.
2007-12-08 Abdelrazak Younes* Dialog: name_ is const and is ascii.
2007-12-08 Abdelrazak YounesFix bug 4413 (http://bugzilla.lyx.org/show_bug.cgi...
2007-12-07 Abdelrazak YounesNew file is placed in current directory by default.
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-05 Abdelrazak YounesHeader cleanup.
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-04 Jürgen Spitzmüller* src/frontends/qt4/ui/PrintUi.ui:
2007-12-04 Jürgen Spitzmüller* src/frontends/qt4/GuiBox.cpp:
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-12-02 Pavel SandaFix typo
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Peter Kümmelfix memory leaks
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-12-02 Peter Kümmelalso compile without pchs
2007-12-02 Peter Kümmelfix memory leak. addMenu does not take ownership, a...
2007-11-30 Abdelrazak Younesfix crash.
2007-11-29 André Pönitzfive lines plain loop vs seven lines fancy boost...
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André Pönitzuse structure with named members instead of pair<int...
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* FileName:
2007-11-27 Uwe StöhrGuiPrefs.cpp: fix copy/paste error from r21776
2007-11-27 André Pönitzcosmetics
2007-11-27 André Pönitzunneeded declaration
2007-11-27 Abdelrazak YounesMove inclusion of "frontends/Delegates.h" to qt4/GuiView.h
2007-11-26 André Pönitzno need to cast anymore
2007-11-26 André Pönitzmake dialog stay above the main window
2007-11-26 Abdelrazak YounesAdjust comment.
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-26 Pavel SandaSource highlighting of comments (by Bernhard Reiter)
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-25 Uwe Stöhrsupport to set the examples folder in the preferences
2007-11-25 Abdelrazak YounesRemove unused pure virtual method.
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 André Pönitzless boost, just plain C++.
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-23 André Pönitzonly called once
2007-11-23 André Pönitzcosmetics
2007-11-23 André Pönitzremove unneeded default argument value
2007-11-23 André Pönitzmerge frontend::Painter into GuiPainter
2007-11-23 André Pönitzremove line noise
2007-11-23 Abdelrazak Younessome more LFUN transfer from LyXFunc to GuiView.
2007-11-23 Abdelrazak Younesget rid of LyXView::errors(). This was redundant with...
2007-11-23 Abdelrazak YounesTake care of cursor update flags correctly and redraw...
2007-11-23 Abdelrazak YounesFix crash on exit.
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-22 André Pönitzcosmetics
2007-11-22 André Pönitzcosmetics
2007-11-22 André Pönitzsmall simplification
2007-11-22 Abdelrazak Younescompile fix. Sorry.
2007-11-22 Abdelrazak YounesRemove unused code.
2007-11-22 Abdelrazak YounesMove Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to fronten...
2007-11-22 Abdelrazak YounesUpdates controls after reinitialization.
2007-11-22 André Pönitzforgot those
2007-11-21 André Pönitzcosmetics
2007-11-21 Abdelrazak YounesSome more cleanup of LyXView:
2007-11-21 Abdelrazak Younesset eol-style
2007-11-21 André Pönitzget rid of a boost::signals::connection
2007-11-21 Abdelrazak YounesIntroducing GuiMenubar::init() to avoid destructing...
2007-11-21 André Pönitzremove unneeded #include
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak YounesFix initial disabling of the layout combo.
2007-11-20 Abdelrazak YounesFix crash when closing a buffer.
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-19 Abdelrazak YounesResize bug correction. The tabbar hiding trick did...
2007-11-19 Abdelrazak YounesPainting tweaks:
2007-11-18 Abdelrazak YounesRemove some methods from GuiView.
2007-11-18 Abdelrazak Younescleanup and reorder initialisation code of GuiView...
2007-11-18 Abdelrazak YounesFix long standing initialisation FIXME.
2007-11-18 Abdelrazak Younesrev 21667: Forgot this!
2007-11-18 Abdelrazak YounesRemove unused methods.
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-18 André Pönitzless string conversions
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 André Pönitzmake Application slimmer
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmake frontend::Application a bit slimmer
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-16 Abdelrazak Younesadd '-' between LyX and version.
2007-11-16 Abdelrazak YounesAdd version to application name in session info.
2007-11-16 Abdelrazak YounesHopefully fix the ignored -geometry option under X11.
2007-11-16 Abdelrazak YounesChange organization name to LyX.
2007-11-16 Abdelrazak YounesWork around X11 Windows manager limitations.
2007-11-15 André Pönitzshuffle some code around
next