index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
noui.cpp
Age
Commit message (
Expand
)
Author
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-04
Drop MSG_NOPREFIX flag
Hennadii Stepanov
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-04
test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-08-01
Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors
Wladimir J. van der Laan
2019-07-03
Suppress output in test_bitcoin for expected errors
Gert-Jaap Glasbergen
2019-06-19
Add MSG_NOPREFIX flag for user messages
Hennadii Stepanov
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-06
noui: Move handlers to header file
MarcoFalke
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-13
Merge #13634: ui: Compile boost::signals2 only once
MarcoFalke
2018-08-07
ui: Compile boost:signals2 only once
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-24
Do not ask a UI question from bitcoind
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-17
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...
Mark Friedenbach
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-18
Remove ui_interface ThreadSafeAskFee residue
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-02-17
Improve block database load error reporting
Pieter Wuille
2013-01-11
add InitMessage() to noui and use debug.log for GUI
Philip Kaufmann
2013-01-06
update noui_ThreadSafeMessageBox function to use strCaption
Philip Kaufmann
2012-12-04
rework ThreadSafeAskFee() / askFee() functions
Philip Kaufmann
2012-11-26
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-18
Update License in File Headers
Fordy
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-04
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...
Wladimir J. van der Laan