OSDN Git Service

Delete an unnecessary duplicate function call.
[mingw/mingw-get.git] / src /
2020-06-23 Keith MarshallDelete an unnecessary duplicate function call.
2020-06-23 Keith MarshallEliminate invalid comparisons of "this" with nullptr.
2020-06-22 Keith MarshallDo not dereference nullptr in package directory trees.
2020-06-22 Keith MarshallIgnore spin wait requests with no designated referrer.
2020-06-22 Keith MarshallSupport options interpretation from an unborn options...
2020-06-21 Keith MarshallDeclare functions as void when return value is immaterial.
2020-06-21 Keith MarshallEnsure non-void functions always return explicit values.
2020-06-20 Keith MarshallSimplify numeric argument interpreter function.
2020-06-19 Keith MarshallAccommodate C++11 string constant conflation limitations.
2020-06-19 Keith MarshallForce "C" linkage for setup key definitions.
2020-06-12 Keith MarshallUse XML templates to adapt to download host changes.
2017-09-04 Keith MarshallImprove probability of establishing successful URL...
2013-11-26 Keith MarshallConflate name and class columns in GUI package list.
2013-10-18 Keith MarshallDon't attempt to resolve dependencies for unidentified...
2013-10-18 Keith MarshallImplement foundation for future NLS enabled diagnostics.
2013-10-02 Keith MarshallSupport group affiliation with component package granul...
2013-10-01 Keith MarshallCorrect processing of package group associations.
2013-09-21 Keith MarshallReorder controls within "Apply Changes" dialogue.
2013-09-21 Keith MarshallReimplement wsh.lua in C/C++; (cf. MinGW-Bug #2057).
2013-09-20 Keith MarshallEstablish default preferences for GUI; (cf. MinGW-Featu...
2013-09-19 Keith MarshallCorrect LUA_PATH assignment for GUI; (cf. MinGW-Bug...
2013-09-19 Keith MarshallHandle meta-package removal correctly; (cf. MinGW-Bug...
2013-09-10 Keith MarshallFix MinGW-Bug #2026.
2013-08-26 Keith MarshallImplement retry throttling for failed internet connections.
2013-08-24 Keith MarshallReassign default URL for download of setup tool components.
2013-08-21 Keith MarshallSimplify guimain.exe duplicate instance prevention.
2013-08-13 Keith MarshallInstall licence as standard setup component.
2013-08-13 Keith MarshallMore dialogue box adjustments.
2013-08-13 Keith MarshallCircumvent Windows-7 "Program Compatibility Assistant...
2013-07-30 Keith MarshallMinor modification to "about" dialogue dismissal button.
2013-07-30 Keith MarshallMatch "about" dialogue caption to main window.
2013-07-30 Keith MarshallImplement "icon legend" display as "help" menu item.
2013-07-30 Keith MarshallAvoid discarding pending changes when catalogue is...
2013-07-26 Keith MarshallMake a minor GUI layout adjustment.
2013-07-25 Keith MarshallImplement setup tool installer "plugin".
2013-07-25 Keith MarshallAdd "Basic Setup" as a built-in standard package group.
2013-07-14 Keith MarshallImplement GUI filtering of package list by group selection.
2013-07-12 Keith MarshallCorrect a static string buffer aliasing issue.
2013-07-03 Keith MarshallIncorporate foundation for setup tool implementation.
2013-07-01 Keith MarshallAdd subprocess argument vector construction helpers.
2013-06-28 Keith MarshallAvoid inadvertent overwrite of existing files.
2013-06-27 Keith MarshallImprove diagnostics for tar archive processing faults.
2013-06-14 Keith MarshallHandle Microsoft's 32-bit vs. 64-bit time_t ambiguity.
2013-06-13 Keith MarshallFacilitate package extraction and registration at setup...
2013-06-13 Keith MarshallImplement some GUI progress metering dialogue enhancements.
2013-05-31 Keith MarshallAvoid a potential macro definition conflict.
2013-05-15 Keith MarshallAdd resources for specification of product version.
2013-05-14 Keith MarshallMake application manifest resource definition reusable.
2013-05-08 Keith MarshallExtend DMH services to delay-loaded DLL clients.
2013-05-08 Keith MarshallAvoid unnecessary command line globbing in GUI applicat...
2013-05-04 Keith MarshallAddress some GCC-4.7 string initialisation warnings.
2013-05-02 Keith MarshallCorrect a spin wait thread synchronisation issue.
2013-04-23 Keith MarshallSelect compressed data streaming filters for use by...
2013-04-23 Keith MarshallAdapt internet download agent for use by setup tool.
2013-04-19 Keith MarshallImplement pre-emptive update issue number identification.
2013-03-25 Keith MarshallAdapt DMH for use in setup tool.
2013-03-22 Keith MarshallEnable context hooks for build time code filtering.
2013-03-21 Keith MarshallImplement by-name association of resource scripts with...
2013-01-18 Keith MarshallMake GUI support visual styles in current Windows versions.
2013-01-12 Keith MarshallMerge gui-dev branch head to master; close gui-dev...
2013-01-11 Keith MarshallUpdate master distribution build rules to match gui...
2013-01-10 Keith MarshallImplement data sheet compiler for list of installed... gui-dev
2013-01-09 Keith MarshallInclude release tags in GUI displayed package versions.
2013-01-08 Keith MarshallFix enumeration of pending install actions for schedule...
2013-01-08 Keith MarshallImplement "Mark All Upgrades" GUI capability.
2013-01-08 Keith MarshallAvoid unnecessary reloading of package list.
2013-01-08 Keith MarshallAvoid potential heap corruption in action scheduler.
2012-12-24 Keith MarshallWork around a GUI action scheduling instability.
2012-12-21 Keith MarshallUpdate CLI implementation hooks for GUI integration.
2012-12-21 Keith MarshallRename executive core file for GUI implementation.
2012-12-20 Keith MarshallCreate foundation for implementation of package categor...
2012-12-19 Keith MarshallMake the "Apply Changes" dialogue "failure-aware".
2012-12-19 Keith MarshallImprove progress reporting in "Apply Changes" dialogue.
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-14 Keith MarshallImplement some additional permanent debugging support.
2012-12-14 Keith MarshallInsert a missing snprintf format effector.
2012-12-14 Keith MarshallAdd a missing header reference.
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-11 Keith MarshallImplement GUI bindings for processing a schedule of...
2012-12-11 Keith MarshallDo not preserve unnecessary download requests.
2012-12-10 Keith MarshallImplement GUI bindings for package download agent.
2012-12-08 Keith MarshallImplement "Discard" handler for GUI "Apply Changes...
2012-12-07 Keith MarshallImplement GUI dialogue for "Apply Changes" action approval.
2012-12-06 Keith MarshallImplement enhanced action item enumeration capability.
2012-12-05 Keith MarshallImplement PTY display emulation for GUI mode DMH.
2012-12-03 Keith MarshallImplement generalised API for dialogue boxes with worke...
2012-12-03 Keith MarshallConsolidate GUI implementation for package list view...
2012-11-30 Keith MarshallIncrease width of window sash bars by 50%.
2012-11-29 Keith MarshallMaintain consistent internal vs. external installation...
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-31 Keith MarshallFix error in counting of catalogue files during loading.
2012-10-27 Keith MarshallAvoid DMH message digest fragmentation when downloading.
2012-10-27 Keith MarshallInitiate progress metering for catalogue load and updat...
next