]> git.lyx.org Git - lyx.git/history - src/frontends/ChangeLog
Rename .C ==> .cpp for files in src/frontends, part two
[lyx.git] / src / frontends / ChangeLog
2006-03-15 Jean-Marc Lasgouttesfix drawing of buttons (bug 2328)
2005-08-02 Martin VermeerScrollbar fixes
2005-07-18 Angus LeemingHelp Lars spell his name.
2005-06-16 Jean-Marc Lasgouttesrevert stupid patch
2005-06-16 Jean-Marc Lasgouttesplug two memory leaks
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-20 Lars Gullik Bjønnesmove gnome subdir to the Attic
2005-05-17 Georg Baumfix bug 1879
2005-05-11 Martin VermeerThe processEvents / screen update recursion bug fix.
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-26 Angus LeemingConsistent use of preprocessor guards;
2005-04-13 Georg Baumdisable open dialogs if applying them is not allowed
2005-03-06 Lars Gullik Bjønnesgnome build removal, gtk build fix
2005-02-22 Angus LeemingAndreas' "in_show" fix to bug 1119.
2005-02-11 John LevonBetter comment for the event queue magic
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-01-20 Angus LeemingGuard HAVE_UNISTD_H.
2005-01-19 Angus LeemingUse HAVE_UNISTD_H.
2005-01-12 Angus LeemingGet rid of extraneous whitespace.
2005-01-10 André Pönitzstart fixing cursor size in math
2004-12-06 Alfredo Braunsteindraw incomplete cursors
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-20 Lars Gullik Bjønnesfix compilation with boost 1.32.0
2004-11-16 Lars Gullik Bjønnesdisable conecpt checks for gtk dir, fix concept checks...
2004-11-16 Jean-Marc Lasgouttescorrectly disable buffer-related menu entries when...
2004-11-09 Jean-Marc Lasgouttescode refactorization in toolbars
2004-09-27 Lars Gullik Bjønnesfix typo
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2004-08-15 Lars Gullik Bjønnessome support for pch
2004-07-22 Lars Gullik Bjønnesthe lyxserver modifications
2004-06-18 Lars Gullik Bjønnesadd Debug::DEBUG and add some saver coversions to qt
2004-05-25 Georg Baummake text output of message boxes more readable
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-04-29 Angus Leeming* Positionable and dynamically visible toolbars for...
2004-04-28 Angus LeemingA layout engine for XForms.
2004-04-27 Angus LeemingPedantry...
2004-04-21 John LevonMake M-x show the minibuffer
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-19 John Levonre-show the cursor. Report any cursor dirt please.
2004-04-13 Angus LeemingPreview fiddling (preparing the way for mathed previews).
2004-04-07 Alfredo Braunsteinthe 'fitCursor fix'
2004-04-05 Angus LeemingCruft removal.
2004-03-31 Angus LeemingMissed this.
2004-03-31 Angus LeemingConvert the preamble dialog to the Dialog-based scheme.
2004-03-31 Angus LeemingConvert the spellchecker dialog to the Dialog-based...
2004-03-31 Angus LeemingConvert the prefs dialog to the Dialog-based scheme.
2004-03-30 Angus LeemingMove the document dialog over to the Dialog-based scheme.
2004-03-28 Angus LeemingIntroduce LFUN_PRINT.
2004-03-27 Angus LeemingNew LFUN_EXPORT_CUSTOM.
2004-03-17 Angus LeemingRemove the Forks dialog.
2004-01-26 Angus LeemingConvert the Search/Replace dialog to the cleaner MCV...
2004-01-08 Angus LeemingHandle Qt-style file filters like
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-11 Alfredo Braunsteinsome fitcursor work
2003-11-10 André PönitzThe deed is done.
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-18 Angus LeemingDon't build a dialog prior to hiding it...
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
2003-09-05 Angus LeemingRemove WorkArea.C (empty).
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-02 John Levonremove cursor.i[xy]
2003-09-02 Lars Gullik BjønnesFix some zlib issues, use a temp file for lyx2lyx conve...
2003-08-27 John Levonbug 1341
2003-08-26 Alfredo Braunsteinmissed this one yesterday.
2003-08-19 André Pönitzshift rowpainter interface a bit
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-15 André Pönitzremove toggleSelection
2003-08-02 Jean-Marc Lasgouttesallow to compile several frontends at once (and produce...
2003-08-02 Jean-Marc Lasgouttesfix layout combox update bug
2003-08-01 André Pönitz * screen.[Ch]: merge update() and repaint()
2003-07-28 André Pönitzremove toggleToggle
2003-07-25 Jean-Marc Lasgouttestowards saner frontends (?). Part II: the menubar ...
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-15 André Pönitzchangelogs...
2003-07-15 André Pönitzcollapse REFRESH_AREA and REFRESH_ROW handling
2003-07-14 André Pönitzslimmer row painter interface
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-19 Angus LeemingMove the Texinfo dialog to the new Dialog scheme.
2003-06-17 Angus LeemingGet rid of Dialogs::showMathPanel.
2003-06-06 Alfredo Braunsteinadd Dialogs::visible to avoid the madness of filling...
2003-06-03 John Levonfix the fix for bug 818. Hopefully. Damn I hate this...
2003-05-08 Lars Gullik Bjønnesbetter lib building
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-27 John LevonFix up Alert::prompt for cancel button stuff
2003-04-17 Angus LeemingA couple of Alfredo's bug fixes.
2003-04-15 John Levontoolbar4.diff
2003-04-12 Lars Gullik Bjønnescached y positions patch from Alfredo
2003-04-10 John Levontoolbar3.diff
2003-04-09 John Levontoolbar2.diff
2003-04-08 John Levontoolbar changes
next