]> git.lyx.org Git - lyx.git/history - src/frontends
* Doxy: polish html output.
[lyx.git] / src / frontends /
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2008-02-03 Richard HeckSome comments about a better way to do things.
2008-02-03 Richard HeckSilly mistake.
2008-02-02 Richard HeckClarify meaning of argument.
2008-02-02 Richard HeckNeed to go ahead and start this guy....
2008-02-02 Pavel SandaLet the cursor blink frequency depend on qt settings.
2008-01-30 Uwe StöhrMakefile.am: adjust for r22717
2008-01-30 Stefan Schimanski* The gui change for the mouse wheel speed setting...
2008-01-30 Stefan Schimanski* a configuration value for the mouse wheel scrolling...
2008-01-29 Abdelrazak YounesSimplify scrolling code. Instead of using the actionTri...
2008-01-29 Abdelrazak YounesGuiWorkArea::adjustViewWithScrollBar(): Fix slder to...
2008-01-26 Stefan Schimanski* no box around the pixmap option anymore. So we disabl...
2008-01-26 Stefan Schimanski* readd the tooltip for the pixmap cache option
2008-01-26 Stefan Schimanski* move the Pixmap Cache check box where it belongs...
2008-01-25 Stefan Schimanski* On Mac it's common to have tool windows which are...
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2008-01-19 Pavel SandaCorrect toolbar environment sorting for other locales.
2008-01-19 Pavel SandaEnvironment toolbar is not updated after selection...
2008-01-19 André Pönitzcosmetics
2008-01-18 Abdelrazak YounesFix buffer-next/previous when called with Ctrl-Tab.
2008-01-17 Jürgen Spitzmüller* src/frontends/GuiView.cpp:
2008-01-17 Abdelrazak YounesScrolling works:
2008-01-17 Abdelrazak YounesMore scrolling work. Now the scrollbar parameters are...
2008-01-17 Abdelrazak Younesadd some const.
2008-01-17 Abdelrazak YounesDelay IconPalette construction.
2008-01-17 Abdelrazak Younesstring optimizations.
2008-01-17 Abdelrazak YounesIntroduce class MenuButton in order to delay the math...
2008-01-16 Edwin Leuvendon't update parent and make sure the icon sizes on...
2008-01-16 Edwin Leuveninitialize iconpalettes only when the user asks for...
2008-01-16 Abdelrazak YounesIntroduce class PaletteButton in order to delay the...
2008-01-16 Abdelrazak YounesFix delay when applying changed Preferences. The reason...
2008-01-16 Abdelrazak YounesFix mac menubar only modifying the Prefs.
2008-01-16 Abdelrazak YounesAllow use of Tab keys when no document's open.
2008-01-16 Abdelrazak YounesFix bug 4351 at least on Windows and X11.
2008-01-15 Richard HeckFix bug 4463. The crash was due to a call to X from...
2008-01-15 Jürgen Spitzmüller* src/frontends/GuiDocument.{cpp,h}:
2008-01-14 Abdelrazak Younesheader cleanup
2008-01-14 Richard HeckI18n for modules. This would seem to complete the modul...
2008-01-14 Peter Kümmelremove duplicated code, (fix cmake merge)
2008-01-13 Enrico ForestieriUse the currentItemChanged() signal instead of itemSele...
2008-01-13 Abdelrazak Younesfix warning.
2008-01-13 Abdelrazak Younesfix warning.
2008-01-12 Richard HeckHelp from Andre.
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Jürgen Spitzmüller* src/frontends/qt4/GuiBibtex.{cpp,h}:
2008-01-12 Richard HeckThis commit changes the way individual LyXModule's...
2008-01-12 Richard HeckNew files, anticipating a later commit.
2008-01-11 Jürgen Spitzmüller*** Support for generic sideways floats ***
2008-01-11 Pavel SandaRenaming leftovers
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-10 Abdelrazak YounesTransfer Tab and Shift-Tab keys special handling from...
2008-01-10 Abdelrazak Younes* GuiWorkArea::event():
2008-01-10 Richard HeckWe do not need to update just because the class has...
2008-01-10 Richard HeckAdditional UI logic related to module requires and...
2008-01-09 Richard HeckFix copy-paste errors.
2008-01-09 Richard HeckThis commit adds some new functionality to the modules...
2008-01-09 Abdelrazak YounesRemove archaeological work around scrollbar insanity.
2008-01-09 Richard HeckMore whitespace.
2008-01-09 Richard HeckWhat happened to the whitespace?
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2008-01-08 Bo PengEmbedding: add embedding support for InsetExternal...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-08 Bo PengEmbedding: simplify code in the handling of embedCB...
2008-01-07 Jean-Marc Lasgouttes * MenuBackend.cpp (binding): remove forgui argument
2008-01-07 Bo PengEmbedding: add embedCB checkboxes to IncludeUi and...
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-06 Richard HeckCrash fix.
2008-01-05 Richard HeckRationalize the handling of makeTextClass().
2008-01-05 Richard HeckImplement checks for available modules both in BufferPa...
2008-01-05 Bo PengEmbedding: proper embedCB actions in the GuiGraphics...
2008-01-04 Jean-Marc Lasgouttesremove extra menu expansion which causes multiple warni...
2008-01-03 Jürgen Spitzmüller* src/frontends/qt4/GuiSendto.cpp:
2007-12-30 Enrico ForestieriUse a less verbose form for warnings in the view source...
2007-12-28 Jürgen SpitzmüllerSupport for \nocite* from Berhard Reiter. Increments...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-12-26 Abdelrazak Younesenable context menu for the vertical scrollbar.
2007-12-26 Abdelrazak Younesheader cleanup.
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
2007-12-26 Stefan Schimanski* compile fix
2007-12-26 Stefan Schimanski* compile fix
2007-12-26 Abdelrazak Younes* GuiWorkArea::contextMenuEvent(): accept the event...
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-26 Abdelrazak YounesSimplify MenuBackend and menubar interactions.
2007-12-26 Abdelrazak YounesTransfer global mac menu bar initialization to GuiAppli...
2007-12-26 Bo Pengadd missing header file
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-25 Abdelrazak Younes* GuiMenuBar:
2007-12-25 Abdelrazak YounesFree GuiPopupMenu from GuiMenubar.
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak Younesremove debug code.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-25 Abdelrazak YounesFix graphics file name. It is textrm_O.png, not textrm_...
2007-12-24 Jürgen Spitzmüller* src/Buffer.cpp:
2007-12-23 Stefan Schimanski* first clear the menubar, then fill it (with mac menu...
next