aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-2933/+0
* Better wording for transaction fee notification messagesv0.3.21Gavin Andresen2011-04-201-1/+1
* Ensure version number->string conversion is consistentJeff Garzik2011-04-151-1/+1
* Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-121-0/+11
|\
| * Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-0/+11
* | disable -daemon on windows; bitcoind forks only with -daemon settcatm2011-04-081-0/+4
* | Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik2011-04-041-14/+17
|/
* remove From/Message fields from SendDialogtcatm2011-02-231-35/+1
* EndModal fix for Mac from piotrpGavin Andresen2010-12-201-5/+4
* New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-161-0/+8
* -- version 0.3.19 releasev0.3.19s_nakamoto2010-12-131-1/+1
* All boolean options/flags now work the same way.gavinandresen2010-12-031-4/+4
* JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen2010-11-301-10/+7
* -- version 0.3.17 releasev0.3.17s_nakamoto2010-11-251-0/+3
* new getworks_nakamoto2010-11-231-2/+2
* -paytxfee is now per KB,s_nakamoto2010-11-081-2/+7
* Prevent double-sends from quick double-button-clicksgavinandresen2010-11-031-53/+57
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-0/+1
* key pool for safer wallet backups_nakamoto2010-10-091-9/+9
* recursive function to determine if own unconfirmed transaction can be spents_nakamoto2010-10-061-17/+7
* fixed linux build,v0.3.13s_nakamoto2010-09-301-0/+2
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-11/+42
* only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto2010-09-191-2/+6
* fix problem sending the last cent with sub-cent fractional changes_nakamoto2010-09-101-1/+1
* cleanup,s_nakamoto2010-09-071-3/+0
* propset svn:eol-style natives_nakamoto2010-08-291-2908/+2908
* alert systems_nakamoto2010-08-251-6/+7
* blocks-1,s_nakamoto2010-08-161-1/+1
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-6/+8
* always make 8 outbound connections even if have inbound,s_nakamoto2010-08-091-1/+1
* correct typo for mac compile, update makefile to use llvmlaszloh2010-08-041-1/+1
* new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto2010-08-031-3/+12
* Fredrik Roubert: simplified makefile.unix with wx-config,s_nakamoto2010-07-291-2/+1
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-8/+342
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-0/+1
* minor UI tweaks, removed some outdated txt files, s_nakamoto2010-07-181-2/+2
* version 0.3.1 releases_nakamoto2010-07-161-0/+6
* fix openssl linkage problems,s_nakamoto2010-07-151-2/+13
* Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto2010-07-091-2/+4
* version 0.3 releasev0.3.0s_nakamoto2010-07-041-10/+1
* reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4s_nakamoto2010-07-021-1/+1
* re-enable hiding taskbar button on minimize on linux, though it doesn't work ...s_nakamoto2010-06-221-4/+4
* fix system tray icon on windowss_nakamoto2010-06-211-1/+3
* 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16s_nakamoto2010-06-211-2/+2
* fixed colors on ubuntu lucid,v0.2.13s_nakamoto2010-06-211-5/+6
* automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto2010-06-101-1/+8
* better prevention of inventory relaying during initial download,v0.2.9s_nakamoto2010-05-261-1/+8
* Mac OS build fixes by laszlov0.2.8s_nakamoto2010-05-191-3/+12
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto2010-02-251-656/+13
* run as daemon without GUI,v0.2.6s_nakamoto2010-02-231-16/+78