OSDN Git Service

kde/Katie.git
2021-12-17 Ivailo Monevread and write PNG images as RGB(A)
2021-12-17 Ivailo MonevPNG handler review
2021-12-17 Ivailo Monevscope the PNG structures and pointers
2021-12-17 Ivailo Monevcompiler warning fix
2021-12-17 Ivailo Monevdo not detach the output image when setting dots per...
2021-12-16 Ivailo Monevsimplify PNG handler
2021-12-16 Ivailo Monevadjust QPainter benchmark
2021-12-16 Ivailo Monevdrop support for XBM format [ci reset]
2021-12-15 Ivailo Monevremove gif support leftovers
2021-12-15 Ivailo MonevREADME update [ci skip]
2021-12-15 Ivailo Monevdrop support for gif
2021-12-14 Ivailo Monevremove unused composition modes
2021-12-14 Ivailo Monevdrop support for bmp, ico, tga, jpeg and tiff
2021-12-14 Ivailo Monevversion bump [ci reset]
2021-12-14 Ivailo Monevdo not detach destination image when settings its dots...
2021-12-14 Ivailo Monevdo not detach QVector data multiple times in fix_color_...
2021-12-11 Ivailo Monevpaint on image in QWidgetPrivate::render_helper()
2021-12-10 Ivailo Monevde-duplicate code in QPainter
2021-12-10 Ivailo Monevtypo
2021-12-08 Ivailo Monevremove internal QMatrix and QTransform constructors
2021-12-08 Ivailo Moneveffectively revert 658697932172536537e6a22e883d78572f7e96bf
2021-12-07 Ivailo MonevMerge branch 'master' of ssh://github.com/fluxer/katie
2021-12-07 Ivailo Monevremove unused internal QPaintEngine::coordinateOffset...
2021-12-07 Ivailo Monevremove unused QPainterPrivate::drawOpaqueBackground...
2021-12-04 Ivailo Monevremove declaration of non-existing qt_generate_brush_ke...
2021-12-04 Ivailo Monevensure the brush pixmap has a X11 handle in getPatternF...
2021-12-02 Ivailo Monevremove QPaintEngine features enums that are not checked...
2021-12-01 Ivailo Monevremove code for always false condition in QImage::fill()
2021-12-01 Ivailo Monevcompiler warning fix
2021-11-30 Ivailo Monevless branches in QImage::mirrored()
2021-11-30 Ivailo Monevmake most detach methods private [ci reset]
2021-11-30 Ivailo Monevremove unused and internal QUrl::detach() method
2021-11-30 Ivailo Monevdo not declare any class as shared [ci reset]
2021-11-30 Ivailo Monevfix rare tst_qmutex build failure
2021-11-30 Ivailo Monevimage is already detached by QImage::bits() in QGIFForm...
2021-11-30 Ivailo Monevdeclare QPixmap as movable
2021-11-30 Ivailo Monevdo not declare QIcon and QImage as shared [ci reset]
2021-11-30 Ivailo Monevimage is already detache by QImage::scanLine() in write...
2021-11-30 Ivailo Monevreimplement QImage::mirrored() via QImage::transformed()
2021-11-29 Ivailo Monevremove QBitmap typedef that is typedef-ed in the parent...
2021-11-29 Ivailo Monevrename disabled PSD_ENABLE_PAPERSOURCE option
2021-11-29 Ivailo Monevremove documentation for non-existing QPen typedef...
2021-11-29 Ivailo Monevremove documentation for non-existing QKeySequence...
2021-11-29 Ivailo Monevmove variables closer to the scope they are used in...
2021-11-29 Ivailo Monevdo not declare QPen as shared [ci reset]
2021-11-29 Ivailo Monevremove code for always false condition in expblur(...
2021-11-29 Ivailo Monevassume QT_ROTATION_ALGORITHM is not defined
2021-11-29 Ivailo Monevcompiler warning fix
2021-11-29 Ivailo Monevrename and fix disabled PSD_ENABLE_PAPERSOURCE option
2021-11-29 Ivailo Monevbuild fix for the case when QT_DECRYPT_SSL_TRAFFIC...
2021-11-29 Ivailo Monevplug QUnifiedTimer, QtFreetypeData and QHttpThreadDeleg...
2021-11-29 Ivailo MonevQPenPrivate copy constructor for qAtomicDetach()
2021-11-29 Ivailo MonevRevert "avoid QBrush construction in QPen::setColor()"
2021-11-29 Ivailo Monevfix gradient cache race-condition and heap-use-after...
2021-11-28 Ivailo Monevdo not detach QBrush data in QBrush::setColor() if...
2021-11-28 Ivailo Monevavoid QBrush construction in QPen::setColor()
2021-11-28 Ivailo Monevuse QSTACKARRAY() macro in fillRect_normalized() and...
2021-11-28 Ivailo Monevindent qcolormap_x11 source file
2021-11-28 Ivailo Monevmake private QBrush data actually private [ci reset]
2021-11-28 Ivailo Monevinitialize QImageData properly rather than incrementing it
2021-11-28 Ivailo Monevuse qAtomicDetach() for QPen detaching [ci reset]
2021-11-26 Ivailo Monevadd QPainterPathStroker test
2021-11-26 Ivailo Monevprioritize optimized cases in QImage::transformed()
2021-11-26 Ivailo Monevremove redundant QLibraryPrivate::qualifiedFileName...
2021-11-26 Ivailo Monevremove unused QLibraryPrivate::fullVersion member
2021-11-26 Ivailo Monevfix heap-buffer-overflow in swap_bit_order() function
2021-11-26 Ivailo Monevupdate NetBSD package PLIST file
2021-11-25 Ivailo Monevftruncate() and truncate() are documented as interruptable
2021-11-25 Ivailo Monevfix retry code path in QFileSystemEngine::copyFile...
2021-11-25 Ivailo Monevfix possible pointer dereference in QGraphicsItemPrivat...
2021-11-25 Ivailo Monevfix possible pointer dereference in QUnixPrintWidgetPri...
2021-11-25 Ivailo Monevremove redundant reference assignments in QCursorData...
2021-11-25 Ivailo Monevuse qAtomicAssign() in objects assignment operators...
2021-11-25 Ivailo Monevdo not check if private cursor data is initialized...
2021-11-25 Ivailo Monevdo not deep-copy QImage objects in QRasterPixmapData...
2021-11-25 Ivailo Monevfix theme lookup for scalable entries
2021-11-25 Ivailo Monevmark QIconEngine::clone() reimplmentation as required
2021-11-25 Ivailo Monevmove QIconPrivate deconstructor from header to source...
2021-11-24 Ivailo Monevreplace QFile::exists() with QStatInfo::isFile() where...
2021-11-24 Ivailo Monevcorrect directory existence check in QFileDialogPrivate...
2021-11-24 Ivailo Monevuse qAtomicAssign() in QIcon::operator=()
2021-11-24 Ivailo Monevaccept4(), paccept() and accept() are documented as...
2021-11-24 Ivailo Monevnon-shared QKeySequence with limit of two key sequences
2021-11-24 Ivailo Monevmap Qt::Key_Backtab to XK_ISO_Left_Tab [ci reset]
2021-11-24 Ivailo Monevuse QSTACKARRAY() macro in QTextDocumentPrivate::plainT...
2021-11-24 Ivailo Monevreference count fix for QKeySequence::setKey()
2021-11-23 Ivailo Monevalways stream all QKeySequence keys
2021-11-23 Ivailo Monevcompiler warning fix
2021-11-23 Ivailo Monevplug QRegion memory leak
2021-11-23 Ivailo Monevfix bad free in QKeySequence [ci reset]
2021-11-23 Ivailo Monevfix bad free in QRegion::cleanUp()
2021-11-23 Ivailo Monevfix possible pointer dereference in QTgaFile::readImage()
2021-11-23 Ivailo Monevinitialize variables in QSplitter::moveSplitter() and...
2021-11-23 Ivailo Monevfix possible pointer dereference in QPixmapIconEngine...
2021-11-23 Ivailo Monevde-duplicate code in tests and benchmarks
2021-11-23 Ivailo Monevdrop bogus fast declarative properties support
2021-11-23 Ivailo Monevadd QDeclarativeProperty test
2021-11-23 Ivailo Monevlock before accessing global metatype data in QDeclarat...
2021-11-23 Ivailo Monevremove code for always false condition in QDeclarativeT...
2021-11-23 Ivailo Monevremove code for always false condition in QDeclarativeI...
next