]> git.lyx.org Git - lyx.git/history - src/frontends
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
[lyx.git] / src / frontends /
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
2007-11-15 André Pönitzmerge the two parts of the implementation of frontends...
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak Younescosmetics and comments.
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
2007-11-14 Abdelrazak Younescleanups and cosmetics.
2007-11-14 Abdelrazak Younesfix drawing issues following removal of WorkArea::width...
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-14 Abdelrazak YounesTransfer geometry related session code from LyX::newLyX...
2007-11-14 Abdelrazak YounesCosmetics
2007-11-14 Abdelrazak YounesHeader cleanup.
2007-11-14 Abdelrazak YounesFix the disappearing minibuffer by don't pretending...
2007-11-14 Pavel SandaFix bug 2738: Wrong sorting of languages in Document...
2007-11-14 André Pönitzcosmetics
2007-11-14 André Pönitzcosmetics
2007-11-14 André Pönitzcompile fix;
2007-11-13 André Pönitzcosmetics
2007-11-13 André Pönitzshuffle stuff around
2007-11-13 Enrico ForestieriFix thinko in r21048
2007-11-13 Enrico ForestieriFix thinko in r21047
2007-11-13 André Pönitzremove #includes; cosmetics
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-11-13 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView and get...
2007-11-13 Abdelrazak YounesSome more cosmetics and removal of unused methods in...
2007-11-13 Abdelrazak YounesSome cosmetics and a gcc compile fix.
2007-11-13 Abdelrazak Younesbrown paper bag...
2007-11-13 Abdelrazak Younescompile fix.
2007-11-13 Abdelrazak Younescompile fix.
2007-11-13 Abdelrazak YounesCosmetics.
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-13 Enrico ForestieriFix slot connections
2007-11-12 André Pönitzcosmetics
2007-11-12 André Pönitzcosmetics
2007-11-12 André Pönitzsmall refactoring
2007-11-12 André Pönitzmake LyXView almost pure virtual. Merge implementation...
2007-11-12 André Pönitzde-boostification
2007-11-12 André Pönitzremove unneeded functions
2007-11-12 André Pönitzmake WorkArea a pure interface, move all implementation...
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-11-11 André Pönitzundef unwanted X11 macros
2007-11-11 Abdelrazak Younes* GuiView:
2007-11-10 André Pönitzcosmetics
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-08 Uwe StöhrGuiFloat.cpp: fix the regression that float placement...
2007-11-08 André Pönitzuse strfwd when appropriate
2007-11-08 Abdelrazak Younesoptimizations (halves the number of multiplication).
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-07 André PönitzAbdel?
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-06 Jürgen Spitzmüller* src/frontends/qt4/GuiSpellchecker.cpp:
2007-11-06 Abdelrazak Younes* Bufferview::updateMetrics(): Separate out the SingleP...
2007-11-05 André Pönitzmerge helper files;
2007-11-05 André Pönitzuse forward declaration...
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-11-04 Jürgen Spitzmüller* src/frontends/qt4/GuiPrefs.cpp: fix typo.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 André Pönitzcosmetics
2007-11-02 André PönitzI wonder why boost::tuple is preferable over a simple...
2007-11-02 André Pönitzsome de-boostification
2007-11-02 André Pönitzno controllers directory anymore
2007-11-02 Abdelrazak Younesadd some assertion for C-style table access.
next