]> git.lyx.org Git - lyx.git/history - src/frontends/xforms
More 'standard conformant blurb' nonsense.
[lyx.git] / src / frontends / xforms /
2003-08-18 André PönitzMichaels patch
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-15 André Pönitzpartial fix for anchor_row problems
2003-08-15 André Pönitzdraw a bit more than strictly necessary.....
2003-08-14 John LevonMichael's UI patch v2
2003-08-12 Angus Leemingremove unneeded '// -*- C++ -*-' comment.
2003-08-06 Jean-Marc Lasgouttesfinish tex2lyx depth support (hopefully); more things...
2003-08-06 Martin VermeerKayvan's std::setw micro-patch.
2003-08-06 Martin VermeerRGB-to-string and back methods into Color.[Ch].
2003-08-06 Angus LeemingAdd lyx_forms.h, lyx_xpm.h
2003-08-03 Jean-Marc Lasgouttescompilation fix
2003-08-02 Jean-Marc Lasgouttesmore makefiles tweaks: kayvan's patch (with small chang...
2003-08-02 Jean-Marc Lasgouttesallow to compile several frontends at once (and produce...
2003-08-02 John Levonmissing using std::endl
2003-08-02 Jean-Marc Lasgouttesfix layout combox update bug
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-30 Angus LeemingMartin's changes to the Note inset.
2003-07-29 Alfredo BraunsteinFix to Bug 1287 and Bug 1297
2003-07-27 Angus LeemingFlying high and free...
2003-07-27 Angus LeemingLearing to fly...
2003-07-27 Lars Gullik Bjønnesput namespace toc inside namespace lxy
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-25 Jean-Marc Lasgouttestowards saner frontends (?). Part II: the menubar ...
2003-07-25 Jean-Marc Lasgouttestowards saner frontends. Part I: the toolbar
2003-07-23 Angus LeemingA color picker for xforms.
2003-07-23 Angus LeemingUse a FileName variable in the external inset too.
2003-07-22 Angus LeemingA new FileName class + use by the graphics inset.
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-18 Angus LeemingAdd a tooltip to the xforms note dialog.
2003-07-18 Angus LeemingConsistent header blurbs.
2003-07-18 Lars Gullik Bjønnesmake lyx compile with gcc 3.4. remove some warnings.
2003-07-16 Angus LeemingRemove preprocessor warning.
2003-07-08 Martin VermeerExtend Note inset to other forms of annotation like...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-30 André Pönitzuse bformat() when appropriate
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
2003-06-21 Alfredo BraunsteinThe error boxes are no more! See also Bug: 192, Bug...
2003-06-20 Angus LeemingFix the texinfo dialog and associated cleanup.
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-19 Angus LeemingMove the Texinfo dialog to the new Dialog scheme.
2003-06-19 Angus LeemingFormatting only
2003-06-19 Angus LeemingRevert Rob's changes 'til we work out what weird thing...
2003-06-17 Angus LeemingGet rid of Dialogs::showMathPanel.
2003-06-17 Angus LeemingMove xforms' Maths Panel to the new scheme.
2003-06-17 Angus LeemingConvert FormMathsBitmap to the new scheme.
2003-06-17 Angus LeemingMove 4 of the xforms math (sub) dialogs to the new...
2003-06-12 André Pönitzsome renamings plus whitespace.
2003-06-12 Angus LeemingDon't activate "Ok","Apply" when clicking on "Edit...
2003-06-11 Angus LeemingEnable the external inset to handle unknown templates...
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-10 Angus LeemingShow the template description when opening the External...
2003-06-05 Angus LeemingScrap the parameter field from External dialogs.
2003-06-04 Angus LeemingThe external inset uses the converters. Graphical displ...
2003-06-03 John Levonthe same fix qt got to tabulalr close was needed in...
2003-06-03 John Levonfix the fix for bug 818. Hopefully. Damn I hate this...
2003-06-03 Angus LeemingTidy up a few comments.
2003-05-26 Alfredo Braunsteinmake the error description read only but selectable...
2003-05-23 Angus LeemingCompiliation fixes; missing headers.
2003-05-23 Angus LeemingEnable the thing to be used again...
2003-05-23 Lars Gullik BjønnesThe "I want this in now" patch.
2003-05-22 Alfredo Braunsteinmove the title_ string to the base class Dialog::View
2003-05-20 Alfredo Braunsteinmissing bit
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-19 Angus Leeming(Rob Lahaye): tweaking the appearance of the preference...
2003-05-19 Angus LeemingGet rid of "char const * _(char const *)".
2003-05-19 Angus LeemingUse "string tmp_str" rather than "char const * c_str...
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-15 André Pönitz * forms/Makefile.am: add -I.. to get access to lyx_f...
2003-05-14 Lars Gullik Bjønnesshared-4.diff. Gui independant config.h
2003-05-13 Alfredo Braunsteinthe errorlist change
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-09 André PönitzLColor::Pimpl
2003-05-08 Lars Gullik Bjønnesbetter lib building
2003-05-03 John Levonbug 809 from Michael, and some small changes to it
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-30 John Levonfix dialog titles to match new menus
2003-04-27 John LevonFix up Alert::prompt for cancel button stuff
2003-04-15 John Levontoolbar4.diff
2003-04-14 Lars Gullik Bjønneslyxlex-2-a.diff
2003-04-10 John Levontoolbar3.diff
2003-04-09 Angus LeemingPrepare the way for resizable tabfolders if the xforms...
2003-04-09 John Levontoolbar2.diff
2003-04-09 Angus LeemingEnable "proper" tooltips in xforms browser widgets...
2003-04-08 John Levonremove setPixmap and use the backend instead
2003-04-08 John Levontoolbar changes
2003-04-07 John Levonreset the status message on leaving an inset or clickin...
2003-04-04 Angus Leeming* Ensure that the formatting conforms to xforms style.
2003-04-03 Angus LeemingRemove spurious fl_get_freebrowser_browser accessor...
2003-04-03 Angus Leeming* Fix compilation with C89 compilers.
2003-04-02 Angus Leemingshorten some variable names
2003-04-02 Angus LeemingSquash warning about possibly uninitialised var.
2003-04-02 John Levonremove defaults stuff, let Qt handle no toolbar
2003-04-02 Angus LeemingThe new combox code.
2003-04-02 Angus LeemingRearrange the widget order
2003-04-02 Angus LeemingWhitespace and formatting changes only.
next