]> git.lyx.org Git - lyx.git/history - src
baseclasslist --> BaseClassList singleton. Prep for further type safety.
[lyx.git] / src /
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Stefan Schimanski* fix a memory corruption due to sligtly different...
2008-02-28 Stefan Schimanski* merge InsetMathMakebox and InsetMathFramebox
2008-02-28 Stefan Schimanski* fixing the framebox part of http://bugzilla.lyx.org...
2008-02-28 Stefan Schimanski* corner cases for RTL completions: RTL<->LTR boundaries
2008-02-28 Stefan Schimanski* the longest completion does not depend on the competion.
2008-02-28 Stefan Schimanski* only remember the last selection if it didn't come...
2008-02-28 Stefan Schimanski* correct color for the unique part of the completion...
2008-02-28 Stefan Schimanski* resorted completion options. Now by text and math.
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-28 Stefan Schimanski* cosmetic
2008-02-28 Abdelrazak Younes* Inset::buffer(): change to an ErrorException as this...
2008-02-28 Pavel SandaFullscreen fixes (multiple windows & toolbar visibility).
2008-02-28 Enrico ForestieriFix crash on cygwin with completion in text mode.
2008-02-28 Abdelrazak YounesInsetMathHull::addToToc(): Work around buffer reference...
2008-02-28 Abdelrazak YounesFix crash on exit because of static dummy Buffer.
2008-02-28 Richard HeckFix types.
2008-02-28 Richard HeckCosmetics.
2008-02-28 Richard HeckMinor cleanup.
2008-02-28 Richard HeckHeader.
2008-02-28 Richard HeckHeader.
2008-02-28 Richard HeckHeader.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzcosmetics
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzcosmetics
2008-02-27 André Pönitzcosmetics
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 Pavel SandaFullscreen mode fixes:
2008-02-27 André Pönitzs/cellstruct/CellData/g
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak Younesdoubly stupid bug fix.
2008-02-27 Abdelrazak Younesstupid bug fix.
2008-02-27 Abdelrazak YounesInsetRef::addTocToc(): add an entry for the referenced...
2008-02-27 Abdelrazak YounesBug fix: Adjustment for multiple reference to the same...
2008-02-27 Abdelrazak YounesHe he he, something I've been dreaming of for a long...
2008-02-27 Abdelrazak Younesfix bug: an Inset label is not editable of course.
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-27 Pavel SandaAdd doxy.
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-27 Abdelrazak YounesGuiView ctor: wrong property!
2008-02-27 Abdelrazak Younestypo
2008-02-27 Abdelrazak YounesComment out setQuitOnLastWindowClosed() call.
2008-02-27 Abdelrazak Younes* GuiView: Make use of the default settings WRT last...
2008-02-27 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4498
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-27 Stefan Schimanski* better fix for * math commands. We allow the * for...
2008-02-27 Stefan Schimanski* allow macro names with *
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
2008-02-26 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4584:
2008-02-26 Richard HeckSimplify and fix a bug.
2008-02-26 Stefan Schimanski* set the column with in the popup before showing it...
2008-02-26 Stefan Schimanski* update the words of a paragraph when the cursor leaves.
2008-02-26 Stefan Schimanski* make DocIterator::find(Inset(Math) * inset) do what...
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-26 Stefan Schimanski* Update::SinglePar is enough, Update::Force is a fulls...
2008-02-26 Abdelrazak Younes* GuiView::closeEvent(): adjust buffer closing WRT...
2008-02-26 Stefan Schimanski* undeflow fix for i == -1
2008-02-26 Stefan Schimanski* factored out hidePopup and hideInline
2008-02-26 Stefan Schimanski* "show popup without delay"-checkbox was missing a...
2008-02-26 Stefan Schimanski* cur.insert does not set the update flags
2008-02-26 Stefan Schimanski* don't show inline if the user did not want it, even...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-26 Stefan Schimanski* grey70 does not exist on linux
2008-02-26 Abdelrazak YounesFix warning.
2008-02-26 Richard HeckCode rules.
2008-02-26 Stefan Schimanski* method change_weight to change the weight of a entry.
2008-02-26 Stefan Schimanski* segfault fix when deleting the last element from...
2008-02-26 Stefan Schimanski* getWord is const in fact
2008-02-26 Stefan SchimanskiNow the right patch:
2008-02-25 Richard HeckComments, cosmetics.
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-25 Jürgen Spitzmüller* src/Makefile.am:
2008-02-25 Stefan Schimanski* binary search can be tricky. I hope I got it right...
2008-02-25 Stefan Schimanski* adapt to the changed signature
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* fix for binary search if string was not found
2008-02-25 Stefan Schimanski* cosmetic
2008-02-25 Abdelrazak Younescosmetics
2008-02-25 Abdelrazak YounesCleanup header.
2008-02-25 Abdelrazak YounesFix warnings and svn eol properties.
2008-02-25 Abdelrazak YounesShould Fix crash on exit.
2008-02-25 Stefan Schimanski* fix longest prefix algorithm for sorted models: commo...
2008-02-25 Stefan Schimanski* copy'n'paste fix
2008-02-25 Stefan Schimanski* this was not meant to be added
2008-02-25 Stefan Schimanski* set is not needed anymore here
2008-02-25 Stefan Schimanski* high performance text completion with weighted btrees...
2008-02-25 Stefan Schimanski* special faster algorithms for sorted completion lists
2008-02-25 Stefan Schimanski* Timo Bingmann's btree v8.1, extended with weight...
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-25 Richard HeckWarning.
2008-02-24 Richard HeckWhoops. Revert last commit.
2008-02-24 Richard HeckCosmetic.
2008-02-24 Richard HeckImprove comment.
2008-02-24 Richard HeckDoxy bit.
2008-02-24 Richard HeckTry to make the distinction between base classes and...
next