]> git.lyx.org Git - lyx.git/history - src
unicodesymbols: add some missing punctuation characters
[lyx.git] / src /
2007-05-29 Michael Schmittreplace "Listings" by "Listing" (plural => singular)
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-29 Stefan Schimanski* Moving up from lower index shouldn't depend on exista...
2007-05-29 Jürgen Spitzmüller* src/frontends/qt4/ui/PrefConvertersUi.ui:
2007-05-29 Jürgen SpitzmüllerFix bug 2555:
2007-05-29 Richard HeckMake table readable no matter what the tab settings.
2007-05-29 Jürgen Spitzmüller* src/frontends/qt4/ui/PrefCopiersUi.ui:
2007-05-29 Stefan Schimanski* added WidgetFlags argument to DockView to set Qt...
2007-05-29 Michael Schmitt * src/frontends/qt4/Dialogs.cpp:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-28 Stefan Schimanski* fix #3310: When you click on a line after the end...
2007-05-28 Uwe Stöhrunicodesymbols: (last round of adding symbols)
2007-05-28 Jürgen Spitzmüller* src/BufferParams.{cpp, h}
2007-05-28 Uwe Stöhrunicodesymbols: - add box drawing characters
2007-05-28 Jürgen Spitzmüller* src/Thesaurus.{cpp, h}: revert accidental commit...
2007-05-28 Jürgen SpitzmüllerFix bug 3522.
2007-05-28 Jürgen Spitzmüller* src/frontends/qt4/Dialogs.cpp:
2007-05-27 Abdelrazak Younes* ListingsParam::ListingsParam(): use const ref.
2007-05-27 Abdelrazak Younes* InsetListingsParams.cpp: Code reorganization. Should...
2007-05-27 Stefan Schimanski* depending on "front" the last position is a valid...
2007-05-27 Richard HeckFix some typos
2007-05-26 Bo PengDo not use \&@#^_~$ as lstinline delimiter, as suggeste...
2007-05-26 Richard HeckFix bug 3644: Make cancel button the default in revert...
2007-05-26 Richard HeckFix for bug 3488. Need to reconnect buffer if load...
2007-05-26 Richard HeckCleanup. Also added notes about how to fix bug 3440...
2007-05-26 Richard HeckChange related to 18445: buffer.fileName() uses .absFil...
2007-05-26 Richard HeckMake logic clearer, with help from Lars.
2007-05-26 Abdelrazak Younesadd some const.
2007-05-26 Abdelrazak Younes- white space
2007-05-26 Abdelrazak Younes- Convert char * to string and docstring for the hints...
2007-05-26 Michael Schmitt * src/insets/InsetInclude.cpp: formatting (in response...
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-25 Bo PengChoose a delimiter for lstinline (braces can not be...
2007-05-25 Peter Kümmelfix merge build src/frontends/qt4/QDocument.cpp
2007-05-25 Bo PengInsetListings: use float for placements because of...
2007-05-25 Jürgen Spitzmüllerfix bug 3723:
2007-05-25 Jürgen Spitzmüllerl10n work:
2007-05-25 Bo PengMinor fixes, in response to Lar's email
2007-05-24 Bo PengUse a new internal structure for InsetListingsParams...
2007-05-24 Richard HeckForgot to restore this before committing 18494. This...
2007-05-24 Richard HeckRemove some calls that do nothing but print an error...
2007-05-24 Richard HeckFix stupid use of "or".
2007-05-24 Peter Kümmelrevert buggy patch.
2007-05-24 Richard HeckFix for bugs 2199 and 3667. Most of the changes were...
2007-05-24 Stefan Schimanski* do not lookup the same macro all the time
2007-05-24 Bo PengIncrease listings counter for InsetInclude with lstinpu...
2007-05-24 Stefan Schimanski* Import newcommand/providecommand/renewcommand/def...
2007-05-24 Richard HeckFix whitespace.
2007-05-23 Edwin Leuven- introduces toolbar_toggle lfun
2007-05-23 Bo PengAllow listing the lyx file itself, fix bug 3707
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-05-23 Abdelrazak YounesFix crash with collapsable insets and multiple views
2007-05-23 Stefan Schimanski* fix http://bugzilla.lyx.org/show_bug.cgi?id=3668:
2007-05-23 Jürgen Spitzmüllertwo small missing bits for rev18468
2007-05-23 Bo PengMake listings dialog translatable (mostly strings from...
2007-05-23 Bo PengAdd dialect support and showstringspaces parameter...
2007-05-22 Bo PengAdd proper name for list of listings under navigation...
2007-05-22 Richard HeckFix minor bug involving overlapping citation strings.
2007-05-22 Jean-Marc Lasgouttesrevert r17737; it was designed to fix bug 2993, but...
2007-05-22 Georg Baumfix bug 1973 (hopefully)
2007-05-22 Jürgen Spitzmüllermake InsetListings ready for dialects, part 1 (joint...
2007-05-22 Bo PengDetect if file is actually a directory in support/lyxsu...
2007-05-21 Richard HeckPartial fix for bug 1474 (crashes on recursive includes...
2007-05-21 Jürgen Spitzmüller* src/frontends/qt4/QDocument.cpp (validate_listings_pa...
2007-05-20 Jürgen SpitzmüllerCleanup the listings dialog and make its content transl...
2007-05-20 Stefan Schimanski* avoid mallocs by only increasing the points array...
2007-05-20 Jürgen Spitzmüller* src/insets/InsetListings.{cpp,h}:
2007-05-20 Bo PengRemove color dependency of framed note, fix bug 3598
2007-05-19 Stefan Schimanski* markers2 are drawn below the inset, hence increase...
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
2007-05-19 Stefan Schimanski* revert r18422. There are polylines much longer than 16
2007-05-19 Stefan Schimanski* avoid one malloc by using a static array
2007-05-19 Stefan Schimanski* only antialias the whole polyline or no segment at all
2007-05-18 Bo PengBUG 3649: display float listings inline, like other...
2007-05-18 Bo PengBUG 3598: display framed and shaded notes in a separate...
2007-05-18 Jürgen Spitzmüller* src/frontends/qt4/QListings.cpp:
2007-05-18 Jürgen Spitzmüller* src/frontends/qt4/ui:
2007-05-18 Bo PengInsetListings: turn off inline/float when another is...
2007-05-18 Jürgen SpitzmüllerFix for bug 3637, joint work of Bo Peng and myself:
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-18 Bo PengInsetListings: change Params to Parameters for include...
2007-05-18 Abdelrazak YounesLFUN_MATH_foo: Add assertion to prevent recursive loop...
2007-05-18 Jürgen Spitzmüller* src/Cursor.cpp (parbreak):
2007-05-17 José MatoxFix a crash which occurs when RTL flag is turned on.
2007-05-17 José MatoxFix for a problem reported by some users, where cut...
2007-05-17 José MatoxMark spaces which belong to a foreign language in the...
2007-05-17 Abdelrazak YounesThis patch solves this crash (due to an assertion):
2007-05-17 Bo PengInsetListings: separate first and last lines to a separ...
2007-05-17 Richard Heck[Bugs 3461 and 3630] Allow real_current_font to be...
2007-05-17 Richard Heck[Bug 3461] Make escape key trigger a reset of the dialog.
2007-05-17 Peter Kümmelfix format before Andre complains :)
2007-05-17 Jürgen Spitzmüller* src/Text3.cpp: record undo in specialChar.
2007-05-17 Georg BaumFix files with spaces in converter cache;
2007-05-17 Peter Kümmeltab correcten to <don't process generated key events...
2007-05-17 Peter Kümmeldon't process generated key events if the system is...
2007-05-16 Bo PengInsetListings: fix bug 3627
2007-05-16 Bo PengInsetListings: fix bug 3626
2007-05-16 Bo PengInsetListings: Use a combo box for number placement...
2007-05-16 Abdelrazak YounesToc navigation doesn't work well with child document...
2007-05-16 Bo PengInsetListings: rename Number style to Line numbering...
next