index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
dialogs
/
GUIDialogBoxBase.cpp
Age
Commit message (
Expand
)
Author
2023-08-29
[video] Improve library refresh progress dialog content a bit.
ksooo
2022-05-07
[cleanup] remove unnecessary Application.h includes
Arne Morten Kvarving
2022-02-23
CSingleLock: replace with std::unique_lock
Lukas Rusak
2020-10-30
[clang-tidy] performance-unnecessary-value-param
Rechi
2019-07-09
[format] fix include order
Rechi
2018-09-12
[modernize][dialogs] range-based loops
Rechi
2018-07-27
[xbmc] Update copyright year span
h.udo
2018-07-27
[xbmc] Team XBMC -> Team Kodi
h.udo
2018-07-27
[xbmc] GPL-2.0-or-later SPDX license identifier
h.udo
2018-01-24
A mass change from xbmc.org to kodi.tv.
Stig-Ørjan Smelror
2017-07-07
[modernize][dialogs] Prefer 'default' for declarations
h.udo
2016-01-28
allow skins to override default focus
ronie
2016-01-19
make 'ok', 'yesno' & 'progress' dialogs use the same xml file
ronie
2015-08-29
[dialogs] use std:: instead of using namespace std
Matthias Kortstiege
2015-07-08
Changed method signatures to use CVariant instead of const CVariant&
Pär Björklund
2015-07-08
CVariant fixes
Pär Björklund
2014-12-16
Revert "rename xbmc folder to src"
Rainer Hochecker
2014-12-15
rename xbmc folder to src
Fneufneu
2014-08-26
Use new overload of StringUtils::Split()
Karlson2k
2014-07-14
[stdstring] get rid of CStdString in dialogs/
Arne Morten Kvarving
2014-02-02
Add auto-height for textbox controls
Bl4ck09
2013-12-30
CGUIDialogBoxBase: avoid duplicate code
montellese
2013-11-11
[dialogs] store a single string rather than vector of strings for lines
Jonathan Marshall
2013-11-11
[dialogs] no need to set default labels for lines and heading
Jonathan Marshall
2013-11-11
[dialogs] adds SetText() for setting all lines in a dialog at once
Jonathan Marshall
2013-11-11
[dialogs] use vector<string> for lines rather than a constrained value now th...
Jonathan Marshall
2013-11-11
[dialogs] support use of textbox (id 9) for lines instead of 3 labels
Jonathan Marshall
2013-11-11
[dialogs] update dialog lines/headings in Process() rather than by sending me...
Jonathan Marshall
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-09-09
update date in GPL header
montellese
2012-09-09
fix address line in GPL headers
montellese
2012-09-08
GUIDialogBoxBase: if no label was defined, use default one on init, not deinit
pieh
2012-09-08
adjust GUIDialogBoxBase: store heading,lines,choices and set them when initin...
pieh
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni