aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove wxWidgetsGavin Andresen2011-09-261-3221/+0
* Support for boost filesystem version 3Luke Dashjr2011-09-031-0/+4
* Fixed regression I introduced: wallets with lots of transactions were unusabl...Gavin Andresen2011-09-011-1/+3
* Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-011-2/+6
* Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-311-179/+179
* Fix rpc-hanging deadlocksGavin Andresen2011-08-311-9/+8
* Unify copyright notices.Matt Corallo2011-08-091-0/+1
* Bugfix: don't overuse limited ExtractAddressPieter Wuille2011-07-261-4/+4
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-40/+37
* get rid of mapPubKeysPieter Wuille2011-07-171-12/+13
* Merge pull request #352 from TheBlueMatt/newencJeff Garzik2011-07-121-12/+261
|\
| * Dynamically remove/insert the Options for encryption in the menus.Matt Corallo2011-07-131-0/+8
| * Add wallet privkey encryption.Matt Corallo2011-07-131-11/+252
| * Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-1/+1
* | remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-091-1/+1
|/
* Fix synchronization of default keyPieter Wuille2011-07-051-1/+1
* Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez2011-06-271-7/+14
* CWallet classPieter Wuille2011-06-151-93/+93
* move wallet code to separate filePieter Wuille2011-06-151-0/+1
* Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+4
|\
| * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-0/+4
* | Fix GUI build on UNIX.Matt Corallo2011-05-271-0/+4
* | Handle high DPI a bit more gracefully on Win32. #243Matt Corallo2011-05-271-7/+50
|/
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-20/+22
* Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik2011-05-111-1/+1
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-43/+13
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+2933