]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2006-10-15 Lars Gullik... Update to latest from boost 1.34 cvs release branch
2006-10-15 Georg Baumfix typos
2006-10-15 Georg Baum * src/factory.C
2006-10-14 Abdelrazak... Add comments WRT to where the function implementations...
2006-10-14 Abdelrazak... revert change from previous commit and remove the FontM...
2006-10-14 Abdelrazak... Fix crash on LateX export.
2006-10-14 Abdelrazak... Fix command-line export
2006-10-14 Abdelrazak... add some assertions.
2006-10-14 Abdelrazak... MacOSX comiplation fix.
2006-10-14 Michael Schmitt * lib/bind/aqua.bind:
2006-10-13 Abdelrazak... enable buffer-export without loading the GUI.
2006-10-13 Abdelrazak... ensure that Application is properly destroyed after...
2006-10-13 Abdelrazak... * GuiApplication: explicitly clear out socket_callbacks...
2006-10-13 Abdelrazak... In order to support multiple LyXView each BufferView...
2006-10-13 Georg BaumAdd missing convert<> specialization for unsigned long.
2006-10-13 Abdelrazak... WorkArea::processKeySim(): ensure that LyXFunc holds...
2006-10-13 Martin VermeerNew layout for International Society for Photogrammetry...
2006-10-12 Enrico ForestieriSmall fix for the last version bump
2006-10-12 Abdelrazak... * Gui::newView(): cleanup unused arguments.
2006-10-12 Abdelrazak... * GuiApplication.C: align Windows with other platform...
2006-10-12 Martin VermeerSupport for optional arguments for environments. No...
2006-10-12 Abdelrazak... fix formatting issue.
2006-10-12 Georg BaumReplace crash on startup with a memory leak.
2006-10-12 Georg BaumWork around a gcc bug on systems where wchar_t is not...
2006-10-12 Georg Baumcompile fix
2006-10-12 Abdelrazak... ensure that theLyXFunc is set to the proper LyXView.
2006-10-12 Abdelrazak... preliminar support for multiple LyXView.
2006-10-12 Georg BaumFix bug 2901: Add menu entry for numbered formulas
2006-10-12 Abdelrazak... This commit is purely mechanical and get rid of lyx_gui...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-12 Georg BaumRemove unused declarations of writeFileAscii
2006-10-11 Abdelrazak... * LyX class (lyx_main.[Ch]):
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Georg BaumRemove unused stuff. To anybody who moves functions...
2006-10-11 Georg Baumqt3 compiles again
2006-10-11 Abdelrazak... This commit cleans up everything related to singleton...
2006-10-11 Abdelrazak... remove the focusInEvent() and focusOutEvent() that...
2006-10-10 Abdelrazak... MacOSX compilation fixes.
2006-10-10 Abdelrazak... * frontends/Painter:
2006-10-09 Abdelrazak... This commit is converting everything related to browsin...
2006-10-09 Jean-Marc Lasgouttescompilation fixes for qt3 after Abdel's latest changes
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-10-09 Abdelrazak... even more unicode work...
2006-10-09 Abdelrazak... incomplete qt3 and gtk support for Revision 15283
2006-10-09 Abdelrazak... more unicode Work: Menubar and Toolbar.
2006-10-09 Abdelrazak... more unicode work.
2006-10-09 Abdelrazak... Patch 1 Log:
2006-10-09 Abdelrazak... more unicode work.
2006-10-08 Abdelrazak... revert to revision 15266
2006-10-08 Abdelrazak... * ControlChanges:
2006-10-08 Georg BaumFix debug output (detected by a MSVC warning)
2006-10-08 Abdelrazak... use from_ascii on pure ascii.
2006-10-08 Georg BaumOops, I forgot to return a reference in operator+=...
2006-10-08 Abdelrazak... use new docstring += operator
2006-10-08 Georg BaumAdd operator += for ASCII C strings and single ASCII...
2006-10-08 Abdelrazak... * insetCollapsable:
2006-10-08 Abdelrazak... Fix linking issue with MacOSX.
2006-10-08 Georg BaumCompile fix. This was easy, since the code is alsmost...
2006-10-08 Georg BaumAvoid another name clash (probably #define check ....
2006-10-07 Georg Baumremove double include
2006-10-07 Georg Baumremove unused variable
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-07 Abdelrazak... * qt_helpers:
2006-10-07 Abdelrazak... This commit is a big rework of the FontLoader/FontMetri...
2006-10-07 Enrico ForestieriReplace the magic value 1000 with a const variable
2006-10-06 Abdelrazak... remove LFUN_TOOLTIPS_TOGGLE and associated Dialog:...
2006-10-06 Michael SchmittChange tracking:
2006-10-06 Michael SchmittChange tracking:
2006-10-05 Abdelrazak... * lyx_gui: parse_lyxrc() and getStatus() methods deleted.
2006-10-05 Bo PengScons: fix windows DESTDIR installation problem
2006-10-05 Bo PengScons: fix cygwin postinstall/lyx.sh installation problem
2006-10-04 Michael Schmitt * src/LyXAction.C:
2006-10-04 Michael Schmitt * src/text3.C: disable MATH_INSERT in text...
2006-10-04 Georg BaumAdd lilypond external inset
2006-10-04 Bo PengScons: set default_build_mode cleverly
2006-10-04 Bo PengScons: libintl also needs /MD option
2006-10-04 Georg BaumGive a better error message for missing layout include...
2006-10-04 Bo PengScons: command line arguments may be overwritten when...
2006-10-04 Bo PengScons: fix ICONV_LIB caching problem
2006-10-04 Abdelrazak... enable the font width cache for Windows also, it saves...
2006-10-04 Abdelrazak... enable Font cache only for MacOSX and inline width...
2006-10-04 Abdelrazak... MacOSX compilation fix.
2006-10-03 Enrico ForestieriNo need to not use boost format on cygwin after the...
2006-10-03 Georg Baumcompile fix
2006-10-03 Georg BaumSupport lgathered and rgathered math environments
2006-10-03 Georg BaumFix crash on systems where sizeof(wchar_t) == 2 and...
2006-10-03 Abdelrazak... This commit introduces the FontLoader interface class...
2006-10-03 Abdelrazak... APPLE compilation fix.
2006-10-03 Jürgen SpitzmüllerFix the fix for bug 2869.
2006-10-03 Bo PengScons: fix substFile dependence problems
2006-10-03 Abdelrazak... use theApp directly for default fonts.
2006-10-03 Abdelrazak... Put back doxygen comments deleted from lyx_gui.h.
2006-10-03 Abdelrazak... * lyx_gui: create_view(), start() and exit() functions...
2006-10-03 Enrico ForestieriAvoid compile errors due to the min/max macros on mingw...
2006-10-03 Abdelrazak... transfer lyx_gui::exit() to frontends/lyx_gui.C
2006-10-03 Abdelrazak... This commit creates a new "frontends/lyx_gui.C" that...
2006-10-03 Jürgen SpitzmüllerFix bug 2869.
2006-10-03 Abdelrazak... Integrate Application_pimpl into Application.C.
2006-10-03 Georg BaumFix bug 2868
next