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