]> git.lyx.org Git - lyx.git/history - src
Fix text frame drawing.
[lyx.git] / src /
2007-09-05 Abdelrazak YounesFix text frame drawing.
2007-09-05 Abdelrazak YounesFix cursor positioning withing collapsable insets.
2007-09-05 Alfredo Braunstein(InsetCollapsable::draw) restore background color...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-05 Abdelrazak Younesfix warning.
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-05 Edwin Leuvenresuscitate menus
2007-09-04 Enrico ForestieriCompile fix
2007-09-04 Peter KümmelGuiView is a template
2007-09-04 Peter Kümmeldeclare specialisations, needed by the merge build...
2007-09-04 Peter Kümmelmove getSecond to frontend_helpers.h
2007-09-04 Edwin Leuvenrename method
2007-09-04 Edwin Leuvenlil' cleanup
2007-09-04 Edwin Leuvencompile fix
2007-09-04 Bo PengFix bug 4193 Revert ask for saving file before closing
2007-09-04 Bo PengEmbedding patch 4: interaction between buffer and...
2007-09-04 Enrico ForestieriRegister math fonts with fontconfig
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-09-03 Alfredo Braunsteinfix multi-cell selection
2007-09-03 Bo PengMove two minizip functions from filetools.cpp to its...
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 Bo PengFix scons for Andre's patch, add a missing header file
2007-09-03 André Pönitzmove stuff from a class template to a ordinary class...
2007-09-03 Alfredo Braunsteinenable some non-rtl optimization
2007-09-03 Edwin Leuvenmake lyx compile
2007-09-03 André Pönitzfix thinko
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-09-03 Bo PengEmbedding: fix a few embedding bugs
2007-09-02 Alfredo Braunsteinoptimization: save some font copying
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Edwin Leuvenget rid of (cyg)win path panel in prefs by moving it...
2007-09-02 Alfredo Braunsteincrash fix
2007-09-02 Alfredo Braunsteinfix crash + shut up warning
2007-09-02 Richard HeckClarify comment.
2007-09-02 Richard HeckAnother compile fix.
2007-09-02 Richard HeckCompile fix.
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak YounesAdd a FIXME for Text::font_ member.
2007-09-02 Abdelrazak Younes* InsetText::font_: removed, this was not used anywhere.
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak Younes* InsetCollapsable::metrics(): Allow a bit more inlined...
2007-09-02 Abdelrazak YounesFix crash when selection begins or ends outside the...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Alfredo Braunsteinmetrics fix: reset some Row values to default in top...
2007-09-02 Martin VermeerFinal touch on minimalistic branches
2007-09-02 André Pönitzall CheckedWidgets are line edits...
2007-09-02 André Pönitzsimplify ButtonPolicy machinery
2007-09-02 Bo PengEmbedding: fix a file selection and a file copy bug
2007-09-01 Abdelrazak Younes* InsetCollapsable::metrics(): Put back the test previo...
2007-09-01 Abdelrazak YounesFix MSVC warning.
2007-09-01 Abdelrazak YounesTemporarily remove the assertion because it doesn't...
2007-09-01 André Pönitzforgot this
2007-09-01 Bo PengEmbedding dialog: use two buttons (will have more)...
2007-09-01 André Pönitzmerge GuiBC<.,.> into Qt2BC
2007-09-01 Martin VermeerCleanup painting of corners
2007-09-01 Bo PengEmbedding dialog: add extract and extractAll functions
2007-09-01 Martin Vermeersmall cleanup collapsable; label fix branch
2007-09-01 Abdelrazak YounesRe-implement the wide() hack in a clean way (at metrics...
2007-09-01 Abdelrazak Younescorrect dimension types.
2007-09-01 Martin VermeerUse Minimalistic for branches
2007-09-01 Abdelrazak YounesFix wrapping bug within inset. dim_.wid was not set!
2007-09-01 Abdelrazak YounesImprove painting debug info.
2007-09-01 Abdelrazak YounesImprove painting debug info.
2007-09-01 Abdelrazak Younescomment out debug info.
2007-09-01 Abdelrazak Younes* InsetCollapsable::metrics(): it seems we don't need...
2007-09-01 Bo PengEmbedding: add 'addFile' to embed arbitrary file, fix...
2007-09-01 Richard HeckThis patch continues 19964. It takes advantage of the...
2007-09-01 Richard HeckThis addresses a bug in the module code so far committe...
2007-09-01 Bo PengFix compiling error caused by Andre's patch.
2007-08-31 André Pönitzsomewhat more uniform naming
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 Bo PengEmbedding: small adjustments of interfaces, single...
2007-08-31 Alfredo Braunsteincosmetics
2007-08-31 André Pönitzfix make dist
2007-08-31 André Pönitzfix typo
2007-08-31 Alfredo Braunsteinfix two metrics bug + remove an extra metrics call
2007-08-31 Bo PengEmbedding feature patch 3: basic gui support
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-31 Abdelrazak Younescompil fix
2007-08-31 Abdelrazak Younesdelete unused definition.
2007-08-31 Abdelrazak YounesHack: full repaint of text inset in Tabular. This will...
2007-08-31 Abdelrazak Younesde-indent
2007-08-31 Martin Vermeeranother translation disambiguation
2007-08-31 Martin VermeerFurther cleanup, decoration -> geometry, bugfix
2007-08-31 Martin VermeerFix ambiguity in translation
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-31 Abdelrazak Younescompil fix and cosmetics.
2007-08-31 José MatoxIncrement file format due to the embedded feature
2007-08-31 Martin VermeerCleanup: Replace decoration() calls by geometry()....
2007-08-31 Abdelrazak Younesremove unneeded drawSelection() method.
2007-08-31 André Pönitzmove our stuff off the Q* namespace
2007-08-30 Abdelrazak YounesTransfer Text::drawSelection() from InsetText::drawSele...
2007-08-30 Abdelrazak Younescompil fix.
next