]> git.lyx.org Git - lyx.git/history - src
Button face-lift: stop shifting text under mouse
[lyx.git] / src /
2006-12-07 Bo PengButton face-lift: stop shifting text under mouse
2006-12-07 Abdelrazak Younesunneeded header
2006-12-07 Abdelrazak Younesunneeded header
2006-12-07 Abdelrazak Younesunneeded header
2006-12-07 Abdelrazak Younes* BufferView:
2006-12-07 Georg Baum * src/tex2lyx/text.C
2006-12-07 Enrico ForestieriOn *nix, report the font family name instead of "Multi"
2006-12-06 Bo PengFix a button hover bug, remove button frame
2006-12-06 Jürgen SpitzmüllerSupport for the EURO sign (bug 845):
2006-12-06 Enrico ForestieriDirectly use the family name in QFontInfo to ascertain...
2006-12-05 Edwin Leuven* convert dir to internal path
2006-12-05 Michael Schmitt* FileDialog.C: always return POSIX-like path names...
2006-12-05 Bo PengButton face-lift: make the buttons a bit more prominent...
2006-12-05 Georg Baummore unicode filenames (+ fix one possible initializati...
2006-12-05 Bo PengAdd a copy constructor of InsetCollapsable to fix the...
2006-12-05 Bo Pengfix a compiler warning regarding unused variable
2006-12-04 Georg Baumdocument the LaTeX class a bit
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Georg Baumremove unneeded includes
2006-12-04 Georg Baumremove unused member
2006-12-04 Abdelrazak YounesCleanup loading of files and gui session restoring.
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Abdelrazak Younes* GuiApplication::x11EventFilter(): check for currentVi...
2006-12-04 Georg BaumMake string conversion work with non-ucs2-characters...
2006-12-04 Georg BaumAllow empty file names in constructor, since empty...
2006-12-04 Abdelrazak Younes* Dimension is a simple wrapper class again.
2006-12-04 Abdelrazak YounesForgot this!
2006-12-04 Abdelrazak Younes* enable font metrics cache for all platforms.
2006-12-04 Jürgen Spitzmüller* src/paragraph.C (corrected_env, endTeXParams):
2006-12-04 Bo PengButton face-lift: use mouse hover-buttons.
2006-12-03 Michael Schmittsrc/support/filename.C: add assertion to ensure that...
2006-12-03 Abdelrazak Younestwo lines between function.
2006-12-03 Abdelrazak YounesFix memory leaks with multiple windows and crash when...
2006-12-03 Abdelrazak Younes* WorkArea::dispatch(): avoid GUI tweaks if cmd is...
2006-12-03 Peter Kümmelprepare fixing some memory leaks
2006-12-03 Peter Kümmelremove unused signal
2006-12-03 Peter Kümmelfix quit problems on Mac
2006-12-03 Michael Schmitt * src/frontends/qt4/ui/QPrefUi.ui: clarify message
2006-12-03 Michael Schmitt * qt4/QExternal.C:
2006-12-03 Michael Schmitt * qt_helpers.h: qt_() - set parameter 'comment' to...
2006-12-03 Michael Schmitt * src/frontends/qt4/qt_helpers.h: fix comment on the...
2006-12-02 Michael Schmitt * src/buffer.C: remove redundant space from user message
2006-12-02 Abdelrazak Younesupdate comments.
2006-12-02 Michael Schmitt * src/lyxfunc.C:
2006-12-02 Michael Schmitt * src/frontends/qt4/qt_helpers.h: add #include <boost...
2006-12-02 Michael Schmitt * src/LaTeX.C: fix compilation with gcc 3.3.5pre ...
2006-12-02 Georg Baumremove unused function
2006-12-02 Georg Baumremove duplicate of toqstr
2006-12-02 Georg Baumremove unused stuff
2006-12-02 Peter KümmelClean up quit code.
2006-12-02 Peter Kümmel--style=Andre
2006-12-02 Georg Baummore unicode filenames
2006-12-02 Abdelrazak Younes* qt_helpers.h:
2006-12-01 Abdelrazak YounesCharMetrics: use short int instead of int. This halves...
2006-12-01 Georg Baumfix display of hungarian umlaut
2006-12-01 Georg Baummore unicode filenames
2006-12-01 Abdelrazak Younes* GuiFontMetrics
2006-12-01 Abdelrazak YounesThis commit fixes the following bug:
2006-11-30 Georg Baummore unicode filenames
2006-11-30 Georg BaumFix spurious error message about nonexisting directory.
2006-11-30 Peter Kümmelremove forgotten theApp variables
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-29 Peter Kümmelremove size_t/int warning: QString doesn't use size_t...
2006-11-29 Peter KümmelFix crash on Mac
2006-11-29 Georg Baumremove unused variable
2006-11-29 Georg Baumfix compiler warning:
2006-11-29 Georg Baumconvert some more filenames for unicode
2006-11-29 Abdelrazak YounesFix copy&paste bug
2006-11-29 Peter KümmelFix crash on Mac, now the strange part
2006-11-29 Georg Baumremove unused stuff
2006-11-29 Peter KümmelFix crash on Mac
2006-11-29 Enrico ForestieriAvoid an infinite loop when using the -geometry option...
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-29 Abdelrazak YounesFix keyboard navigation with graphics insets.
2006-11-29 Enrico ForestieriBetter using a space instead of '\0' in the num_get...
2006-11-29 Peter Kümmeldon't forget to translate
2006-11-29 Peter Kümmeladd tool bar popup with three icon sizes: small, normal...
2006-11-29 Jean-Marc Lasgouttes * qt4/GuiApplication.C: remove ad-hoc Mac OSX Carbon...
2006-11-29 Bo PengSession: put all lyxerr output to lyxerr[Debug::INIT]
2006-11-28 Georg BaumDo not delete /tmp.
2006-11-28 Enrico ForestieriDocument the terminating '\0' in the num_get facet.
2006-11-28 Abdelrazak Younes* LyXText::cursorNext(): Fix crash with PageDown when...
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-28 Abdelrazak YounesFix graphics rendering preview.
2006-11-28 Enrico ForestieriWas forgetting this
2006-11-27 Peter Kümmelfix wrong toolbar icon size, default value is
2006-11-27 Georg Baumfix typo
2006-11-27 Abdelrazak YounesFix crash in brutefind2() when the inset was not in...
2006-11-27 Jürgen Spitzmüller* src/insets/insettabular.C (doDispatch): do not reset...
2006-11-27 Abdelrazak YounesFix screen updates with arrow key navigation.
2006-11-27 Abdelrazak YounesEditing Optimization.
2006-11-27 Enrico ForestieriImprove the num_get locale facet
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-26 Abdelrazak Younes* BufferList: new begin() and end() methods.
2006-11-26 Abdelrazak Younes* BufferList::last(): new method returning last loaded...
2006-11-26 Abdelrazak Younes* LyXFunc::getStatus(): make it work in non-gui mode.
2006-11-26 Michael Schmitt * src/text.C: partial fixes to acceptChange() and
2006-11-26 Michael Schmitt * ui/BulletsUi.ui: add missing shortcut
next