aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* version 0.3.1 releasev0.3.1Gavin Andresen2010-07-191-0/+6
* version 0.3.1 rc1v0.3.1rc1Gavin Andresen2010-07-191-2/+13
* Fix CRLFGavin Andresen2010-07-141-2545/+2545
* Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto2010-07-091-2/+4
* version 0.3 releases_nakamoto2010-07-041-10/+1
* reduced max outbound connections from 15 to 8 --version 0.3 rc4s_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,s_nakamoto2010-06-211-5/+6
* automatically change displayed address whenever it receives anything,s_nakamoto2010-06-101-1/+8
* better prevention of inventory relaying during initial download,s_nakamoto2010-05-261-1/+8
* Mac OS build fixes by laszlos_nakamoto2010-05-191-3/+12
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto2010-02-251-656/+13
* run as daemon without GUI,s_nakamoto2010-02-231-16/+78
* transaction filter tabs instead of view->show generated s_nakamoto2010-02-211-25/+62
* Address Book with tabs instead of separate Your Address book, s_nakamoto2010-02-201-300/+280
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto2010-02-171-154/+183
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-920/+10
* Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte...s_nakamoto2010-02-141-28/+12
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto2010-02-121-203/+233
* revert revision 56, going in different direction with boost::asio and JSON-RPCs_nakamoto2010-02-101-27/+2
* Added some basic IPC functionality using wxServer, wxClient and wxConnection.sirius-m2010-02-041-2/+27
* update fSpent flag on wallet transactions if they're seen spent in case copy ...s_nakamoto2010-02-031-21/+25
* now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0,s_nakamoto2010-01-281-23/+31
* simplify AddAddress, s_nakamoto2010-01-281-4/+13
* command line switch -nouis_nakamoto2009-12-171-19/+15
* restrict file permissions on linux to the user onlys_nakamoto2009-12-131-0/+1
* misc exit code, updated setup.nsis_nakamoto2009-12-131-2/+16
* retry IRC if name in use, s_nakamoto2009-12-111-9/+37
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-13/+14
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-131-47/+90
* Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ...s_nakamoto2009-11-081-1/+12
* ui tweaks, multiple xpm icon sizess_nakamoto2009-11-071-6/+12
* UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto2009-11-071-46/+76
* UIThreadCall, ThreadSafeMessageBoxs_nakamoto2009-11-061-32/+36
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-061-12/+51
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-45/+58
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-011-256/+201
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto2009-10-291-13/+13
* addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto2009-10-291-47/+176
* fix display of new generated coins, fix assertion in bitcoinminers_nakamoto2009-10-251-4/+51
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-273/+390
* Fixed the installer script and made the autostart registry based.sirius-m2009-10-041-44/+33
* Startup folder shortcut opens the program minimized. Restoring a minimized-to...sirius-m2009-10-031-0/+5
* startup shortcut workssirius-m2009-10-021-22/+53
* tray icon + ask before closingsirius-m2009-09-241-16/+213
* First commitsirius-m2009-08-301-0/+3290