]> git.lyx.org Git - lyx.git/history - src/frontends
* src/mathed/InsetMathRef.*: remove plaintext()
[lyx.git] / src / frontends /
2007-02-18 Georg Baumremove dead code that is no longer needed
2007-02-15 Abdelrazak YounesIt seems that commit 17167 was not enough to ensure...
2007-02-14 Abdelrazak YounesFix bug 3231 (hopefully).
2007-02-14 Abdelrazak YounesFix bug 3236 and 3237.
2007-02-13 Abdelrazak YounesWhile working on bug 3227, I noticed that from()->show...
2007-02-13 Abdelrazak YounesFix bug 3225 and maybe others as well.
2007-02-12 Peter Kümmelenable size grip
2007-02-11 Jürgen Spitzmüller* src/frontends/qt4/ui/QNomenclUi.ui:
2007-02-10 Abdelrazak YounesMinimal support for systems with input method (CJK).
2007-02-08 Enrico ForestieriFix bug 3150
2007-02-08 Michael Schmitt * src/frontends/controllers/ControlDocument.C: remove...
2007-02-07 Peter Kümmeldisable scrollbar context menu
2007-02-07 Abdelrazak YounesFix bug 3176 ( Focus not set to edit box for inset...
2007-02-07 Uwe Stöhronly whitespace
2007-02-07 Uwe Stöhradd missing changed signals
2007-02-06 Abdelrazak Younes* QLyXKeySym::getUCSEncoded(): properly handle the...
2007-02-05 Edwin Leuven* Add comment that clarifies toggled() vs clicked()
2007-02-05 Jürgen Spitzmüller* src/frontends/qt4/QGraphicsDialog.C:
2007-02-05 Jürgen Spitzmüller* src/frontends/qt4/QGraphicsDialog.C:
2007-02-04 Jean-Marc Lasgouttes * GuiView.C (setGeometry): whitespace and warning.
2007-02-03 Abdelrazak YounesFor each operation, stop the blinking cursor before...
2007-02-01 Michael Schmitt * frontends/qt4/QChanges.C:
2007-02-01 Michael Schmitt * BufferView.C:
2007-02-01 Peter Kümmelsimpilfy tabbar code
2007-02-01 Enrico ForestieriFix bug 3181.
2007-01-31 Uwe Stöhrfix bug 895
2007-01-31 Georg BaumFix bug 3107
2007-01-31 Bo PengSession: restore toolbars in the right order and location
2007-01-30 Bo PengSlightly better toolbar session restoration, from Jurgen
2007-01-30 Abdelrazak YounesFix bug 3177:
2007-01-29 Georg BaumRevert unwanted stuff from last commit
2007-01-29 Georg BaumFix LyX paste from system clipboard when the file forma...
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/QLToolbar.C: whitespace only
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/GuiView.[Ch]:
2007-01-28 Abdelrazak YounesFix this bug:
2007-01-28 Abdelrazak YounesFix focus bug 3153.
2007-01-28 Bo PengFix confirm overwrite asked twice, from Bernhard
2007-01-27 Bo PengBUG3127 Toolbar display: restore all toolbars to differ...
2007-01-27 Georg BaumFix bug 3145: not possible to copy stuff from dialogs...
2007-01-27 Michael Schmitt * frontends/qt4/GuiView.C: fix localization
2007-01-27 Abdelrazak YounesPrepare for advanced mouse click selections.
2007-01-27 Abdelrazak YounesLimit the work-around in rev. 16874 to Windows.
2007-01-26 Abdelrazak YounesAllows editing when the Prefs dialog is opened; fix...
2007-01-26 Abdelrazak YounesWork around bug 2859 by Bernhard R.:
2007-01-25 Abdelrazak YounesAvoid errorList copy.
2007-01-25 Abdelrazak Younes* QErrorList::update_contents(): avoid touching the...
2007-01-24 Abdelrazak YounesFix screen update after CT bug.
2007-01-24 Georg BaumWe use char_type, not size_t for storing UCS4 characters.
2007-01-24 Georg Baumwhitespace
2007-01-23 Abdelrazak YounesWrite the warnings and errors both to lyxerr and to...
2007-01-23 Abdelrazak YounesWith this commit, errors and warnings can use message...
2007-01-22 Abdelrazak YounesCleanup Action class: The mother should be the main...
2007-01-20 Michael Schmitt * output_plaintext.C: cosmetics in comment: line lengt...
2007-01-19 Peter Kümmelcoding style: fix crash on buffer-switching (2 tabs...
2007-01-19 Peter Kümmelfix crash on buffer-switching (2 tabs) + toc-clicking
2007-01-18 Michael Schmitt * LyXView.C:
2007-01-18 Abdelrazak YounesFix bug 3063, the problem was a recursive call to QRef...
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Georg Baumremove unneeded extra lyx:: namespace qualifier
2007-01-18 Abdelrazak YounesPartly revert revision 16744. Georg doesn't want to...
2007-01-18 Abdelrazak YounesConvert internal_path() to unicode (partially). Fix...
2007-01-18 Abdelrazak Younes* mover.h
2007-01-17 Abdelrazak YounesTransfer the global converters and system_converters...
2007-01-17 Edwin Leuven* replace many toggled(bool) with changed() signals
2007-01-16 Michael Schmitt* development/scons/scons_manifest.py:
2007-01-16 Abdelrazak Younes* LyXView::updateInset(): schedule a redraw instead...
2007-01-16 Edwin Leuven* avoid signal triggered by setChecked(bool)
2007-01-16 Jürgen Spitzmüller* src/frontends/qt4/ui/QPrefCygwinPathUi.ui:
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-14 Peter KümmelThe Mac doesn't need a offset for the save/restore...
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-13 Jürgen Spitzmüller* src/frontends/qt4/QGraphicsDialog.C:
2007-01-12 Enrico ForestieriMake sure that all inputed filenames are in internal...
2007-01-10 Enrico ForestieriFix another non-ascii filename related assertion
2007-01-08 Georg BaumFix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was...
2007-01-08 Jürgen Spitzmüller* src/frontends/qt4/QGraphicsDialog.C:
2007-01-08 Abdelrazak Younesperformance fix/cleanup.
2007-01-08 Jürgen SpitzmüllerFix rest of bug 3068.
2007-01-07 Bo PengResolve compiler warning unused parameter nr in src...
2007-01-07 Abdelrazak YounesAdd missing call to WorkArea::redraw(). Fix bug 3078
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/ui/QGraphicsUi.ui:
2007-01-07 Georg BaumCorrectly enable/disable all paste lfuns
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QTocDialog.C (updateGui):
2007-01-07 Georg BaumAdd comment
2007-01-07 Peter KümmelTOC dialog: fix scrollbar flickering when clicking...
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QBibtexDialog.C: sanitize button...
2007-01-07 Peter Kümmelfix: TOC dialog table content is not visible after...
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QCharacter.C:
2007-01-07 Jürgen SpitzmüllerFix bug 3068.
2007-01-06 Michael Schmitt* src/frontends/qt4/ui/QCharacterUi.ui: fix resize...
2007-01-06 Abdelrazak YounesAdd ticks to the slider.
2007-01-06 Abdelrazak YounesSafeguard: don't do things that could trigger a paintin...
2007-01-05 Georg BaumFix bug 3067: Special column attributes can contain...
2007-01-05 Georg BaumAbdel, get yourself a decent file system!
2007-01-05 Abdelrazak YounesFix bug bug 3064 and 3065:
2007-01-05 Georg Baum * src/frontends/qt4/GuiSelection.C
2007-01-05 Georg BaumFix another selection bug
2007-01-04 Michael Schmitt* src/frontends/qt4/QTocDialog.C: fix formatting of...
2007-01-04 Peter Kümmelundo partly 16441
2007-01-04 Jean-Marc LasgouttesMake the shortcuts work correctly with the mac.
next