]> git.lyx.org Git - lyx.git/history - src/frontends
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends /
2003-12-14 Jürgen SpitzmüllerMinipage is no more (long live the box inset)
2003-12-12 Angus Leeming(Martin): enable the math panel sub/superscript buttons...
2003-12-12 Angus LeemingForgotten log...
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-11 Angus LeemingPrevent an assert when opening the citation dialog...
2003-12-11 Angus LeemingAdd a 'draft' option to InsetExternal.
2003-12-10 Angus LeemingInsetNote clean-up.
2003-12-10 Angus LeemingClean-up of the Note, Branch mailer interface.
2003-12-10 Angus LeemingCompile fix.
2003-12-09 Jean-Marc Lasgouttescompilation fix
2003-12-09 Angus LeemingQt 2.3.x should now compile happily, JMarc, and you...
2003-12-08 Jean-Marc Lasgouttescompilation fix
2003-12-05 Jürgen Spitzmüllerqboxes falling downward through the chimney...
2003-12-05 Jürgen Spitzmüllerfix the output of custom paper sizes
2003-12-05 Angus LeemingSay "Byeeeee" to 472 lines.
2003-12-05 Angus LeemingRationalize the interface to the log dialog.
2003-12-05 Angus LeemingImproved layouts.
2003-12-05 Angus Leemingusing std::find;
2003-12-05 Angus LeemingThe External dialog for xforms.
2003-12-05 Angus LeemingThe External dialog for Qt, + a validator for LyXLength...
2003-12-05 Angus LeemingTiny clean-ups.
2003-12-04 Angus LeemingSome helper functions for the augmented dialogs.
2003-12-04 Angus LeemingKeep doxygen happy.
2003-12-03 Angus Leeming...
2003-12-03 Angus LeemingUse 'standard' make syntax rather than gnu-isms.
2003-12-02 Angus LeemingSmooth, controllable scrolling in the Qt frontend.
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 Angus LeemingAdd a few 'const's.
2003-12-01 Angus LeemingFlotsam from Michael Schmidt's VSpace fixes...
2003-12-01 Martin VermeerFix parbox/minipage radio button behaviour
2003-12-01 Jean-Marc Lasgouttesremove stray "if"
2003-12-01 Jürgen SpitzmüllerThe VSpace fixes (removal of VSPACE::NONE) from Michael...
2003-12-01 Jürgen SpitzmüllerThe qbranch fixes, the lengthcombo enhancement and...
2003-11-30 Angus LeemingSquash warning about variables being initialized in...
2003-11-30 Angus LeemingFix from Kayvan.
2003-11-29 Angus LeemingUse the return status direct in stamp-forms...
2003-11-29 Angus LeemingFollow J�rgen Spitzm�ller's lead and add a 'keep' optio...
2003-11-29 Jürgen SpitzmüllerQVSpace dialog/QBranches: some minor (uncontroversial...
2003-11-29 Jürgen SpitzmüllerRestore lost connections in the Qt paragraph dialog
2003-11-29 Jürgen SpitzmüllerQVSpace dialog
2003-11-28 Martin VermeerMichael Schmitt's UI patch
2003-11-28 Angus LeemingThe VSpace inset is now fully functional AFAICT.
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 André Pönitzismall stuff
2003-11-24 Alfredo Braunsteinmake qt scrollbar behave as xforms one
2003-11-21 André PönitzMichael's open-close-patch
2003-11-21 Jean-Marc Lasgouttesremove non-ascii characters from translatable strings
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-11 Alfredo Braunsteinsome fitcursor work
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-07 Alfredo Braunsteinskip ert on spellchecking
2003-11-06 Alfredo Braunsteinfiner error handling
2003-11-05 Alfredo BraunsteinJoao latest bits
2003-11-05 Alfredo Braunsteinbring lyxsocket to qt
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinsmall fix
2003-11-04 Alfredo Braunsteinspellcheck cleanup
2003-11-03 André Pönitzremove Inset::id
2003-11-01 Jürgen SpitzmüllerQParagraph: remove lines & pagebreaks
2003-10-30 Lars Gullik Bjønnesgtk_patch_2003_10_30
2003-10-28 Lars Gullik Bjønnesgtk_patch_2003_10_28
2003-10-28 André Pönitzlots of small stuff
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-27 Jürgen Spitzmüllerqt branches: color fixes
2003-10-24 Martin VermeerFixed borkage of delimiters panel
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-23 Jürgen Spitzmüllerqt branch support
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-17 Lars Gullik Bjønnesmake some more regexs static
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-15 José Matoxadd missing bits to gtk port
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus Leeming(Jo�o Assirati): add the ability to inverse-search...
2003-10-13 José Matoxfixes to compile and link gtk
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 Jean-Marc Lasgouttessmall osx-related bits
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Angus LeemingAdd transformations to InsetExternal.
2003-10-07 Angus Leeming* Rename InsetExternal::Params as InsetExternalParams...
2003-10-07 Angus LeemingSelf-consistent header files.
2003-10-07 Martin VermeerThe Box patch
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Angus LeemingQt compilation fixes.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 Angus LeemingEnable the file dialog to open files with non-latin...
2003-10-01 Angus LeemingIntroduce namespace lyx::external.
2003-09-29 Angus LeemingTiny clean up.
2003-09-29 Lars Gullik BjønnesFix compilaton issues by including debug.h first.
2003-09-26 Angus LeemingRename function as globMatch.
2003-09-25 Angus LeemingRewrite ReplaceEnvironmentPath in a sane manner.
2003-09-25 Angus LeemingRe-add the RasterImage template.
2003-09-24 Martin VermeerGeneralize loop end/vector size
2003-09-23 Angus LeemingEnable multiple preamble snippets to be accessed by...
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-21 Angus LeemingCompile fix.
next