]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2007-11-22 André Pönitzremove one <boost/shared_ptr.hpp>
2007-11-21 André Pönitzuse strfwd.h
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2007-11-21 André Pönitzreplace boost::noncopyable by plain C++ idiom
2007-11-21 André Pönitzcosmetics
2007-11-21 Abdelrazak... Some more cleanup of LyXView:
2007-11-21 André Pönitzsome new numbers
2007-11-21 André Pönitzimprove statistic script a bit
2007-11-21 André Pönitzcosmetics
2007-11-21 Uwe Stöhrlanguages: fix activation of Spanish characters (bug...
2007-11-21 Abdelrazak... set eol-style
2007-11-21 André Pönitzget rid of a boost::signals::connection
2007-11-21 Abdelrazak... Introducing GuiMenubar::init() to avoid destructing...
2007-11-21 André Pönitzremove unneeded #include
2007-11-21 Martin VermeerImprove conversion/reversion of index strings
2007-11-21 Bo PengUse latex instead of pplatex to check latex configurati...
2007-11-21 Abdelrazak... Introducing Application::resetGui() that will reset...
2007-11-20 Abdelrazak... Fix initial disabling of the layout combo.
2007-11-20 Abdelrazak... Fix crash when closing a buffer.
2007-11-20 Abdelrazak... - Cleanup and simplify the layout list GUI handling.
2007-11-19 Uwe Stöhramsdefs.inc, amsmaths.inc: allow optional arguments...
2007-11-19 Abdelrazak... Transfer some LFUNs from LyXFunc to GuiView.
2007-11-19 Martin VermeerCorrect conversion of math insets inside Index
2007-11-19 Abdelrazak... correct comment. Thanks Martin.
2007-11-19 Abdelrazak... Transfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-19 Abdelrazak... Resize bug correction. The tabbar hiding trick did...
2007-11-19 Abdelrazak... Painting tweaks:
2007-11-19 Uwe Stöhrscons_manifest.py: fix SCons
2007-11-18 Abdelrazak... Remove some methods from GuiView.
2007-11-18 Abdelrazak... use sizeof instead of hardcoded value.
2007-11-18 Abdelrazak... cleanup and reorder initialisation code of GuiView...
2007-11-18 Abdelrazak... Fix long standing initialisation FIXME.
2007-11-18 Abdelrazak... rev 21667: Forgot this!
2007-11-18 Abdelrazak... Remove unused methods.
2007-11-18 Abdelrazak... ParagraphMetrics::computeRowSignature(): Fix crc comput...
2007-11-18 Abdelrazak... Spoiling some fun from Andre': put Application on a...
2007-11-18 André Pönitzless string conversions
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-18 André Pönitzmerge GuiView/Dialogs
2007-11-17 Pavel SandaFix initialization warning
2007-11-17 André Pönitzmake Application slimmer
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmake frontend::Application a bit slimmer
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 Abdelrazak... Fix mouse selection drawing by brute force.
2007-11-17 Pavel SandaImplement --enable-monolithic-{insets,mathed,core}
2007-11-17 André Pönitzshuffle code around
2007-11-17 Jürgen Spitzmüller* LaTeXFeatures.cpp (useLanguage):
2007-11-17 Abdelrazak... Simplify single par drawing:
2007-11-16 Abdelrazak... Cosmetics and cleanup.
2007-11-16 Abdelrazak... row selection tweaks.
2007-11-16 Abdelrazak... add '-' between LyX and version.
2007-11-16 Abdelrazak... Add version to application name in session info.
2007-11-16 Abdelrazak... Hopefully fix the ignored -geometry option under X11.
2007-11-16 Abdelrazak... Change organization name to LyX.
2007-11-16 Abdelrazak... Work around X11 Windows manager limitations.
2007-11-16 Jean-Marc Lasgouttesremove properly [[context]] strings from translated...
2007-11-16 Jean-Marc Lasgouttes * src/Text2.cpp (deleteEmptyParagraphMechanism): do...
2007-11-16 Martin VermeerFix font bug reported by Helge
2007-11-16 Abdelrazak... WIN32 compile fix.
2007-11-15 André Pönitzshuffle some code around
2007-11-15 André Pönitzmerge the two parts of the implementation of frontends...
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak... cosmetics and comments.
2007-11-15 Abdelrazak... Avoid unnecessary redraw when selecting text.
2007-11-15 Abdelrazak... simplify text selection drawing.
2007-11-15 Abdelrazak... Add InsetOptArg to standard insets.
2007-11-15 Abdelrazak... Use QSettings for session management of windows geometr...
2007-11-15 Abdelrazak... Remove support for Qt < 4.2
2007-11-15 Pavel SandaAdd format hint for command line export
2007-11-15 Abdelrazak... compile fix when ENABLE_NLS is not defined.
2007-11-15 Bo Pengfix scons
2007-11-14 Enrico ForestieriFix bug that files with nonascii filenames are always...
2007-11-14 André Pönitzunneeded stuff
2007-11-14 André Pönitzmore strfwd
2007-11-14 André Pönitzusr strfwd
2007-11-14 André Pönitzcosmetics
2007-11-14 Richard HeckFix URL output.
2007-11-14 Stefan Schimanski * added forgotton undo call for LFUN_MATH_MACRO_REMOVE...
2007-11-14 Abdelrazak... cleanups and cosmetics.
2007-11-14 Stefan Schimanski * fixed bug #4357 when pasting a macro with script...
2007-11-14 Abdelrazak... Fix wrong setting of language when only font change...
2007-11-14 Abdelrazak... Qt >= 4.2.0 is required.
2007-11-14 Abdelrazak... fix drawing issues following removal of WorkArea::width...
2007-11-14 Abdelrazak... Bump the Qt requirement to version 4.0.0
2007-11-14 Abdelrazak... Transfer geometry related session code from LyX::newLyX...
2007-11-14 Abdelrazak... Cosmetics
2007-11-14 Abdelrazak... Header cleanup.
2007-11-14 Abdelrazak... Fix the disappearing minibuffer by don't pretending...
2007-11-14 Abdelrazak... compile fix.
2007-11-14 Pavel SandaFix bug 2738: Wrong sorting of languages in Document...
2007-11-14 André Pönitzcosmetics
2007-11-14 André Pönitzcosmetics
2007-11-14 André Pönitzcompile fix;
2007-11-13 André Pönitzcosmetics
2007-11-13 André Pönitzadjust
2007-11-13 André Pönitzshuffle stuff around
2007-11-13 Enrico ForestieriFix thinko in r21048
2007-11-13 Enrico ForestieriFix thinko in r21047
2007-11-13 André Pönitzremove #includes; cosmetics
next