aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cpp
AgeCommit message (Expand)Author
2011-09-01Fixed regression I introduced: wallets with lots of transactions were unusabl...Gavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-09Unify copyright notices.Matt Corallo
2011-07-26Bugfix: don't overuse limited ExtractAddressPieter Wuille
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-12Merge pull request #352 from TheBlueMatt/newencJeff Garzik
2011-07-13Dynamically remove/insert the Options for encryption in the menus.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-09remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan
2011-07-08Prepare codebase for Encrypted Keys.Pieter Wuille
2011-07-05Fix synchronization of default keyPieter Wuille
2011-06-27Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik
2011-05-27Fix GUI build on UNIX.Matt Corallo
2011-05-27Handle high DPI a bit more gracefully on Win32. #243Matt Corallo
2011-05-17Only include certain boost headers if necessary.Jordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-11Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
2011-04-23directory re-organization (keeps the old build system)Jaromil