]> git.lyx.org Git - lyx.git/history - src/frontends
move some selection related stuff over to textcursor.C
[lyx.git] / src / frontends /
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-23 Jean-Marc Lasgouttesdo not add non-exisitent icons in toolbar (qt); honor...
2003-06-21 Alfredo BraunsteinThe error boxes are no more! See also Bug: 192, Bug...
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
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 LeemingRemove 14 LFUNs; use "dialog-show <name> <data>" instead.
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-17 Angus LeemingFix memory leaks in the Qt math panel.
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-14 John Levonmake OK default
2003-06-13 André Pönitzmake tabular a proper member of InsetTabular
2003-06-13 John Levonreduce visual clutter in the xref dialog
2003-06-13 John Levongo through horrendous contortions to work around font...
2003-06-12 Angus LeemingGet rid of current_view.
2003-06-12 Angus LeemingGet rid of current_view from the Qt math panel.
2003-06-12 André Pönitzsome renamings plus whitespace.
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-06-12 Angus LeemingDon't activate "Ok","Apply" when clicking on "Edit...
2003-06-11 Angus LeemingRearrange headers to avoid "Qt-pollution" problems.
2003-06-11 Angus LeemingEnable the external inset to handle unknown templates...
2003-06-11 Angus LeemingLFUN_EXTERNAL_EDIT.
2003-06-10 Angus LeemingGet rid of the static_casts.
2003-06-10 Angus LeemingCompilation fix after Lars' changes ;-)
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-10 Angus LeemingShow the template description when opening the External...
2003-06-06 John Levonlang apply fix
2003-06-06 John Levontry to get a courier font for the preamble
2003-06-06 Alfredo Braunsteinadd Dialogs::visible to avoid the madness of filling...
2003-06-06 John Levonclean up the dialog
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-06-03 John Levonclone() at long last !
2003-06-03 John Levonfix bug 818. Please report any problems with pixel...
2003-06-03 John Levonfix a nasty crash caused by the new controller for...
2003-06-01 John Levonbug 1028 fix
2003-05-26 Alfredo Braunsteinmake the error description read only but selectable...
2003-05-24 John Levonwork around a Qt bug in 3.1.2, fixing bug 1136
2003-05-24 John Levonlcolor cache
2003-05-24 Lars Gullik Bjønnesmake ParagraphList::push_back take a reference instead...
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 Angus LeemingCompile fixes following Alfredo's setTitle changes.
2003-05-22 Lars Gullik Bjønnesadd warning make controllers compile and remove some...
2003-05-22 Alfredo Braunsteinmove the title_ string to the base class Dialog::View
2003-05-22 Jean-Marc Lasgouttescompile fix
2003-05-22 André Pönitz return a ParIterator from getParFromID
2003-05-21 Jean-Marc Lasgouttesfix a build problem with qt2
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önitzvector<string> -> vector<pid_t>
2003-05-15 André Pönitz * forms/Makefile.am: add -I.. to get access to lyx_f...
2003-05-14 Alfredo Braunsteintwo small bugs in the errorlist
2003-05-14 Lars Gullik Bjønnesshared-4.diff. Gui independant config.h
2003-05-13 Lars Gullik Bjønnesfix compile
2003-05-13 Alfredo Braunsteinthe errorlist change
2003-05-13 André PönitzForgot the Qt part in the tostr() patch.
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-07 Lars Gullik Bjønnesparlist cleanup
2003-05-06 John Levonfix buggy boost format
2003-05-06 Lars Gullik BjønnesSome cleanup, and prepare for new feature.
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 Jean-Marc Lasgouttesdo not write colors to prefs when they have not been...
2003-04-30 John Levondialog titles for qt
2003-04-30 John Levonfix dialog titles to match new menus
2003-04-29 John Levonvisual re-org
2003-04-27 John LevonFix up Alert::prompt for cancel button stuff
2003-04-26 John Levonremove stale FIXME
2003-04-26 John Levonremove debug
2003-04-25 Lars Gullik Bjønnesmake the message stuff work better
2003-04-23 John Levonfix bug 866
2003-04-22 John Levonbug 1063, 1.4.0 only
2003-04-17 Angus LeemingA couple of Alfredo's bug fixes.
2003-04-15 Angus LeemingFile uses lowercase, so explicitly #include lstrings.h
2003-04-15 John Levontoolbar4.diff
2003-04-14 John Levonfix warning
2003-04-14 Lars Gullik Bjønneslyxlex-2-a.diff
2003-04-12 Lars Gullik Bjønnescached y positions patch from Alfredo
2003-04-12 John Levonfix tab order
next