]> git.lyx.org Git - lyx.git/history - src/lyxfunc.C
Optimize drawing.
[lyx.git] / src / lyxfunc.C
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-13 Georg Baumforgot this
2006-11-12 Abdelrazak Younes* text.C:
2006-11-10 Georg Baumremove obsolete FIXMEs
2006-11-09 Jean-Marc LasgouttesFix bugs 1720 (almost) and 2877
2006-11-04 Georg BaumNew nomenclature inset from Ugras
2006-11-03 Abdelrazak YounesFix singlePar update. This should result in a nice...
2006-11-02 Bo PengFix remaining toolbar/session issues
2006-11-02 Bo PengPrettier view->toolbars menu.
2006-11-02 Bo PengSession/Toolbars:
2006-11-01 Bo Pengbookmarks: allow go to bookmark at any time (new window...
2006-11-01 Bo PengNew bookmarks implementation:
2006-11-01 Abdelrazak YounesFix crash when reconfigure is called without Buffer...
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-29 Bo Pengsession: rename some functions
2006-10-27 Bo Pengclass session reorganization
2006-10-24 Abdelrazak Younescompile fix.
2006-10-24 Abdelrazak Younes* Gui.h: new closeAll() pure virtual method.
2006-10-23 Abdelrazak Younesnew LFUN_WINDOW_CLOSE
2006-10-23 André Pönitzcursor cosmetics
2006-10-22 Asger Ottar Alstrup- fix StatusBar update
2006-10-22 Asger Ottar Alstrup- rework update handling, make cursor movement faster,
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- Review screen update flags
2006-10-21 Abdelrazak YounesMy six month cleanup crusade is now paying off: LyX...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Abdelrazak Younes* LyXFunc::owner renamed to lyx_view_
2006-10-19 Abdelrazak YounesThis commit transfers the singletons defined in the...
2006-10-17 Abdelrazak YounesThis commits cuts down LyX::exec2 into two new methods...
2006-10-15 Abdelrazak YounesThis commit saves the need to check for lyx::use_gui...
2006-10-12 Abdelrazak Younespreliminar support for multiple LyXView.
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-06 Abdelrazak Younesremove LFUN_TOOLTIPS_TOGGLE and associated Dialog:...
2006-10-06 Michael SchmittChange tracking:
2006-10-05 Abdelrazak Younes* lyx_gui: parse_lyxrc() and getStatus() methods deleted.
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-22 Abdelrazak Younesreplace lyxserver and lyxsocket with theApp->server...
2006-09-21 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): fix handling of LFUN_RUNCHKTE...
2006-09-17 Abdelrazak YounesMake ensureBufferClean a private member of LyXFunc...
2006-09-17 Abdelrazak Younesuse owner instead of owner->view()->owner
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-16 Lars Gullik BjønnesFix trying to translate docstring/non-ascii text.
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak YounesMerge BufferView and BufferView_pimpl
2006-09-12 Enrico ForestieriAvoid a name clash with boost 1.34
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
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-06 Michael Schmittremove LFUN_INSET_SCROLL and LFUN_DIALOG_SHOW_NEXT_INSET
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-23 Abdelrazak YounesFix crash on exit after a Buffer switch.
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-08-12 Georg BaumMove quoteArg to LyXLex so that it can be used e.g...
2006-07-17 Georg Baumfix bug 2687
2006-07-17 Georg BaumFix bug 2404
2006-07-14 Abdelrazak YounesThis commit continues the drastic diet operated on...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-10 Michael Schmitt * lyxrc.h:
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-06-27 Jean-Marc Lasgouttes Renaming:
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-05-21 Georg BaumFix crash that occurs if the cursor is in a table cell...
2006-05-08 Michael Schmittsrc/paragraph.h:
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-05 Michael Schmitt src/paragraph.h:
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-28 Bo PengFix a few issues with session/lastopenedfiles, Bo Peng...
2006-04-20 Jürgen Spitzmüller* src/lyxfunc.C (void LyXFunc::dispatch):
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
2006-04-10 Bo PengUpdate on view-source feature (r13610), from Bo Peng...
2006-04-09 Bo Pengview-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-03-23 Jean-Marc Lasgouttes * src/lyxfunc.C
2006-03-16 Jean-Marc Lasgouttesdisable save when document is clean (bug 2313)
2006-01-18 Jean-Marc Lasgouttesbug 2221: List depth icon highlightning is out-of-sync
2005-12-23 Jean-Marc Lasgouttesbug 2172: buffer not marked dirty after LFUN_CUT
2005-11-25 Jean-Marc Lasgouttesdisable LFUN_PASTE when there is nothing to paste
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-10-07 Jürgen Spitzmüllerreimplement citation-insert, which is needed by bibliog...
2005-09-21 Jean-Marc Lasgouttesfix bug 1941: toolbars disabled after dialog action
2005-09-19 Jean-Marc Lasgouttesbug 1987: Crash when switching to different document...
2005-09-15 Michael Schmittupdate display after LFUN_ALL_INSETS_TOGGLE
2005-09-08 Jean-Marc Lasgouttesfix change lookup when cursor depth is greater than 1
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-08-02 Jean-Marc Lasgouttesfix error message (bug 1963)
2005-07-16 André Pönitz * lyxfont.h: Change order of declarations to give...
next