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
/
guilib
/
GUIEditControl.cpp
Age
Commit message (
Expand
)
Author
2010-07-14
fixed: Ticket #9581 - lastfm/librefm password could be set non-MD5'd if you u...
jmarshallnz
2010-02-27
changed: Now that we're no longer using non-MD5 passwords for scrobbling, edi...
jmarshallnz
2010-02-27
added: support for MD5'd passwords in GUIEditControl
jmarshallnz
2010-02-21
changed: Apply offsets during calculation of render rect rather than when set...
jmarshallnz
2010-02-20
fixed: align center wasn't working in edit controls
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-02-12
refactor: factored out some more label code and cleaned up a bunch of mess. ...
jmarshallnz
2010-01-24
changed: misc. guilib cleanups
monkeyman_67156
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-08
cosmetics
spiff_
2009-11-10
fixed: Use transparent white for flashing cursors in the off state, rather th...
jmarshallnz
2009-11-10
fixed: Ticket #7641 - Home and End didn't work in edit controls (or the virtu...
jmarshallnz
2009-10-23
cleanup: cosmetics.
jmarshallnz
2009-10-15
fixed: Cropped text on the left of edit controls in non-native skin resolutions.
jmarshallnz
2009-10-11
fixed: 0,1 wasn't working for SMS input, and backspace was also being soaked ...
jmarshallnz
2009-10-11
fixed: Edit controls didn't support SMS input. Ticket #7315
jmarshallnz
2009-10-07
cosmetic: m_gWindowManager -> g_windowManager for consistency.
jmarshallnz
2009-10-07
changed: Get rid of the use of g_graphicsContext to send messages (all it did...
jmarshallnz
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller