]> cygwin.com Git - cygwin-apps/setup.git/history - choose.cc
Added dpiAwareness element to manifest
[cygwin-apps/setup.git] / choose.cc
2022-06-17 Jon TurneyAdd command-line option help-text localization
2022-06-15 Jon TurneyFix '-t -P package-with-only-a-test-version'
2021-12-19 Jon TurneyMove localizable 'empty chooser' text to string resources
2021-11-11 Jon TurneyPush some dynamic download/install dialog text into...
2021-09-29 Jon TurneyMove column header strings to string table resource
2021-09-29 Jon TurneyMove view mode strings to string table resource
2021-07-14 Jon TurneyCancel search timer after 'clear' button pressed
2021-04-25 David AllsoppAdd --allow-test-packages release_2.908
2021-04-18 Jon TurneyHandle '--packages package=version'
2019-07-31 Jon TurneyEnsure we only set user_picked when appropriate
2019-07-31 Jon TurneyAllow better handling of an obsolete package specified...
2019-07-31 Jon TurneyStore the requested action in packagemeta::set_action()
2019-07-12 Jon TurneyRename 'Default' packagemeta action to 'NoChange' for...
2019-07-12 Jon TurneyRemove 'Bin?' column
2018-10-13 Jon TurneyMerge branch 'topic/listview' release_2.894
2018-10-13 Jon TurneyCustom draw popup menus in ListView control
2018-10-13 Jon TurneyCustom draw checkboxes in ListView control
2018-10-13 Jon TurneyUse a ListView common control rather than a hand-built...
2018-10-07 Achim Gratzexcise "using namespace std;" and explicitly use a...
2018-06-10 Ken BrownImprove the preparation of the package database
2018-06-10 Ken BrownAllow command-line uninstallation of specific orphaned...
2018-03-06 Jon TurneyAlways give the fake root category the name 'All'
2018-01-28 Jon TurneyMerge branch 'topic/libsolv' release_2.885
2018-01-28 Jon TurneyCorrectly order preparing packagedb for chooser
2018-01-28 Ken BrownAvoid clobbering installed.db when no setup.ini is...
2018-01-28 Ken BrownDon't override a Skip selection
2018-01-28 Ken BrownFix the functionality of taskKeep
2018-01-28 Jon TurneyTake command line package/category install/uninstall...
2018-01-28 Jon TurneyChange UI to add 'Sync' choice and change 'Test' to...
2018-01-28 Jon TurneyUse solver for initial pick list when upgrading
2018-01-28 Jon TurneyUse solver to check for problems and produce a list...
2018-01-28 Jon TurneyRemove packageversion class
2018-01-09 Jon TurneyImprove help text release_2.884
2018-01-08 Jon TurneyFix 'Keep' button marking all installed packages as...
2018-01-08 Ken BrownThrow exceptions instead of exiting with error codes
2017-12-09 Ken BrownFix response to enter in the chooser search textbox
2017-05-23 Jon TurneyMake PrereqChecker::setTrust() a static method
2017-05-23 Jon TurneyRename category "Misc" to "Orphaned"
2017-04-28 Jon TurneyDon't do unneeded work when changing stability level
2017-01-21 Jon TurneyRemove unused cvsid
2016-11-18 Jon TurneyStart chooser in "Pending" view if this is not a first...
2016-08-30 Jon TurneyUse a drop-down list to directly select chooser view... release_2.875
2016-08-23 Jon TurneyRename PickView::Package to PickView::PackagePending
2016-08-02 Corinna VinschenChooser window: Set focus to search field.
2016-08-02 Ronald Ramos(Usability improvement) Implement half-second wait...
2016-06-16 Marco AtzeriMoved view from right to left
2016-03-11 Yaakov SelkowitzSwitch to "pending" page instead of category when updat...
2016-03-11 Achim GratzImplement option -f/--force-current to ensure that...
2015-08-01 Achim GratzImplement -Y/--prune-install option to bring an install...
2015-01-28 Corinna Vinschen * choose.cc (MirrorOption): Add experimental local...
2015-01-28 Corinna Vinschen * PickPackageLine.cc (PickPackageLine::click): Rearran...
2015-01-26 Corinna Vinschen * PickPackageLine.cc (PickPackageLine::paint): Call...
2014-12-06 Achim GratzRename log to Log to avoid collision with standard...
2013-11-14 Corinna Vinschen * archive_tar.cc: Drop commented out static variable...
2013-07-26 Corinna Vinschen * choose.cc (UpgradeAlsoOption): Add new CLI option...
2013-07-25 Corinna Vinschen * choose.h (hasManualSelections): Declare new variable.
2013-07-25 Corinna Vinschen * choose.cc (ChooserPage::createListview): Remove...
2013-07-22 Christopher Faylor* IniParseFindVisitor.cc (iniParseFindVisitor::visitFil...
2012-08-30 Yaakov Selkowitz First step towards X86-64 compatibility.
2011-12-22 Jon TURNEY2011-12-21 Jon TURNEY <jon.turney@dronecode.org.uk>
2011-08-13 Jon TURNEY * choose.cc (OnInit, createListview): Build...
2011-07-20 Andy Koppe * res.rc: Remove Prev button from chooser page.
2010-11-26 Jon TURNEYChange package_db collection of packages from vector...
2010-11-20 Jon TURNEY * choose.cc (OnNext): Remove PrereqChecker...
2010-11-10 Jon TURNEY * choose.cc (OnBack): Move PlaceDialog(false...
2010-04-13 Dave Korn * window.cc (Window::Window): Initialise BusyCount...
2010-02-15 Dave Korn * choose.cc (ChooserPage::PlaceDialog): Only skip...
2009-12-22 Christopher Faylor* choose.cc (ChooserPage::PlaceDialog): Put *correct...
2009-12-03 Dave Korn (ChooserPage::createListview): When nothing is found...
2009-09-19 Christopher Faylor* root.cc (string orig_root_dir): New variable.
2009-07-03 Christopher Faylor* choose.cc (ChooserPage::ChooserPage): Use more specif...
2009-06-30 Christopher Faylor* SourceSetting.cc (SourceSetting::SourceSetting):...
2009-06-20 Christopher Faylor* threebar.cc (ThreeBarProgressPage::ins_dialog): Move...
2009-05-11 Corinna Vinschen * choose.cc (ChooserPage::OnMessageCmd): Clear search...
2009-04-24 Dave Korn2009-04-24 Andrew Punch <andrew@magneticbooks.com.au>
2008-08-05 Christopher Faylor* UserSettings.cc (UserSettings::settingFileForLoad...
2008-04-08 Brian Dessent Various warning/header cleanups necessary for clean...
2006-04-16 Max Bowsher2006-04-16 Max Bowsher <maxb1@ukf.net>
2005-09-09 Brian Dessent * CHANGES: Document recent updates.
2005-05-21 Brian Dessent2005-05-21 Brian Dessent <brian@dessent.net>
2005-05-07 Brian Dessent2005-05-05 Brian Dessent <brian@dessent.net>
2005-05-03 Max Bowsher2005-05-04 Brian Dessent <brian@dessent.net>
2005-05-03 Max Bowsher2005-05-03 Max Bowsher <maxb@ukf.net>
2004-12-23 Max Bowsher2004-12-23 Max Bowsher <maxb@ukf.net>
2004-10-25 Max Bowsher2004-10-25 Max Bowsher <maxb@ukf.net>
2003-11-01 Robert Collins2003-10-31 Igor Pechtchanski <pechtcha@cs.nyu.edu>
2003-10-26 Robert Collins2003-10-16 Frank Richter <frichter@gmx.li>
2003-07-30 Robert Collins2003-07-30 Robert Collins <rbtcollins@hotmail.com>
2003-07-29 Robert Collins2003-07-29 Robert Collins <rbtcollins@hotmail.com>
2003-07-29 Robert Collins2003-07-29 Robert Collins <rbtcollins@hotmail.com>
2003-07-29 Robert Collins2003-07-29 Robert Collins <rbtcollins@hotmail.com>
2003-07-29 Robert Collins2003-07-29 Robert Collins <rbtcollins@hotmail.com>
2003-07-29 Robert Collins2003-07-29 Robert Collins <rbtcollins@hotmail.com>
2003-07-28 Robert Collins2003-07-28 Robert Collins <rbtcollins@hotmail.com>
2003-07-27 Max BowsherRun d2u on choose.cc - strip ^Ms accidentally introduce...
2003-07-27 Robert Collins2003-07-27 Robert Collins <rbtcollins@hotmail.com>
2003-07-27 Robert Collins2003-07-27 Robert Collins <rbtcollins@hotmail.com>
2003-07-27 Robert Collins2003-07-27 Robert Collins <rbtcollins@hotmail.com>
2003-07-27 Robert Collins2003-07-27 Robert Collins <rbtcollins@hotmail.com>
2003-07-27 Robert Collins2003-07-27 Robert Collins <rbtcollins@hotmail.com>
next
This page took 0.542597 seconds and 108 git commands to generate.