OSDN Git Service

Eliminate invalid comparisons of "this" with nullptr.
[mingw/mingw-get.git] / src / pkgdata.cpp
2020-06-23 Keith MarshallEliminate invalid comparisons of "this" with nullptr.
2013-07-30 Keith MarshallAvoid discarding pending changes when catalogue is...
2013-07-14 Keith MarshallImplement GUI filtering of package list by group selection.
2013-05-04 Keith MarshallAddress some GCC-4.7 string initialisation warnings.
2013-01-12 Keith MarshallMerge gui-dev branch head to master; close gui-dev...
2013-01-10 Keith MarshallImplement data sheet compiler for list of installed... gui-dev
2013-01-08 Keith MarshallFix enumeration of pending install actions for schedule...
2012-12-24 Keith MarshallWork around a GUI action scheduling instability.
2012-12-19 Keith MarshallMake the "Apply Changes" dialogue "failure-aware".
2012-12-18 Keith MarshallUpdate tab display on right-click in package list view.
2012-12-17 Keith MarshallAdd more protection against NULL pointer abuse.
2012-12-12 Keith MarshallMake a clone of the package menu available as a pop-up.
2012-12-12 Keith MarshallImprove conditionally enabled state manipulation for...
2012-12-06 Keith MarshallImplement enhanced action item enumeration capability.
2012-12-03 Keith MarshallConsolidate GUI implementation for package list view...
2012-11-17 Keith MarshallRefactor to consolidate three instances of duplicate...
2012-11-16 Keith MarshallAdd GUI support for install, upgrade, and remove action...
2012-11-02 Keith MarshallAdd dynamically enabled state control for package menu...
2012-11-01 Keith MarshallAvoid excessive inter-word spaces in adjusted text.
2012-11-01 Keith MarshallElide unbreakable text which will not fit within displa...
2012-11-01 Keith MarshallAdd content compiler for package data sheet "general...
2012-10-11 Keith MarshallImplement preliminary GUI mode data sheet compiler.