]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
Some more cleanup of LyXView:
[lyx.git] / src / LyXFunc.cpp
2007-11-21 Abdelrazak YounesSome more cleanup of LyXView:
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
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-18 Abdelrazak YounesFix long standing initialisation FIXME.
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 André Pönitzshuffle code around
2007-11-15 André Pönitzshuffle some code around
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
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 YounesPush latest Andre's changes toward their true direction:
2007-11-10 André Pönitzcosmetics
2007-11-10 Jürgen Spitzmüller* src/LyXFunc.cpp (actOnUpdatedPrefs):
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-05 Jürgen Spitzmüller* src/LyXFunc.cpp (actOnUpdatedPrefs):
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-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 André Pönitzdissolve Importer 'class' to LyXFunc/Converter
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-10-20 Bo Pengadd another format (BindFile) to KeySequence::print()
2007-10-20 André Pönitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-18 Richard HeckGet LFUN_DIALOG_SHOW_NEW_INSET using InsetCode, too.
2007-10-16 Richard HeckCosmetics.
2007-10-14 Bo PengCheck and show proper error message if configure.py...
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesTransfer some LFUNs from LyXFunc::getStatus() to Buffer...
2007-10-11 Abdelrazak YounesDon't restart the blinking cursor inside WorkArea becau...
2007-10-11 Abdelrazak Younesfix in r20895 was not fully correct.
2007-10-11 Abdelrazak YounesCrash fix. I don't know why this is triggered only...
2007-10-11 Abdelrazak YounesHeader cleanup.
2007-10-11 Abdelrazak YounesFix cursor blinking after unknown action.
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzshuffle some code around
2007-10-03 André Pönitzshuffle code around.
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-10-03 André Pönitzsmall simplification
2007-10-02 André Pönitzcosmetics
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-09-26 Bo PengLyx now starts and asks for reconfigure if no textclass...
2007-09-20 Richard HeckIntroduce LFUN_MASTER_BUFFER_VIEW and UPDATE. Code...
2007-09-19 André Pönitzreduce #includes
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-17 André Pönitzsmall simplification
2007-09-17 André Pönitzsimplify KeySymbol stuff. which hopefully works...
2007-09-11 Richard HeckAdd layout-reload LFUN. This is useful for people creat...
2007-09-08 Richard HeckRevert accidental commit.
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-09-01 Richard HeckThis addresses a bug in the module code so far committe...
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Abdelrazak Younesdelete unneeded Menubar virtual interface.
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 2: get rid of menubar direc...
2007-08-23 Abdelrazak YounesPut LyXView on a diet, step 1: get rid of toolbars...
2007-08-22 Abdelrazak Younescosmetics: return early whenever possible to reduce...
2007-08-22 Abdelrazak Younessimplify BufferView::moveToPosition() use for the exter...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak YounesFix crash when the Outline dialog is opened on an empty...
2007-08-14 Abdelrazak Younes* callback.cpp: newFile() takes a LyXView instead of...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-14 Abdelrazak YounesCosmetic changes and more assertions.
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-09 Bo PengEnable File -> Revert when the file is externally modif...
2007-08-06 Richard HeckIntroduce LFUN to save all modified files, and add...
2007-07-30 Jürgen Spitzmüller* src/LyXFunc.cpp (doDispatch):
2007-07-19 Abdelrazak Younesanother safe guard.
2007-07-17 Abdelrazak YounesFix this bug:
2007-07-09 Michael Schmitt * src/frontends/LyXView.h:
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-07-05 Abdelrazak YounesFix bug 3970: Include file crash
2007-06-28 Uwe StöhrControlPrint.cpp
2007-06-19 Abdelrazak YounesFix bug 3171: switching document jumps always back...
2007-06-19 Abdelrazak Youneswhite space -> tabs
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-07 Jean-Marc LasgouttesUse "overwrite" instead of "over-write"
2007-06-06 Jean-Marc LasgouttesFix bug 3799.
next