]> git.lyx.org Git - lyx.git/history - src/LyXFunc.cpp
use FileName::isDirectory()
[lyx.git] / src / LyXFunc.cpp
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.
2007-06-05 Richard HeckMake non-spooled printing recognize printer given in...
2007-06-04 Richard HeckFix bug 3794: Disable LFUN_WINDOW_CLOSE if only one...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-26 Richard HeckFix bug 3644: Make cancel button the default in revert...
2007-05-24 Richard HeckFix for bugs 2199 and 3667. Most of the changes were...
2007-05-23 Edwin Leuven- introduces toolbar_toggle lfun
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-01 Jürgen Spitzmüller* src/LyXFunc.cpp: add comment.
2007-04-30 Jürgen Spitzmüller* src/lfuns.h:
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXServer into Server
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-27 André Pönitzrename kb_sequence into KeySequence
2007-04-27 André Pönitzrename kb_keymap into KeyMap
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/