summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-12Properly delete all GUIObjects and pages on theme reloadVojtech Bocek1-3/+4
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I8df41877f8f4439a434becfd47a9914b50649b34
2014-02-07Implement mouse cursorVojtech Bocek1-0/+5
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I66d6db7b3ed9cca50b469d125b36224332e06913
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+6
CM7 and CM9 do not have libselinux needed in the newer minzip.
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-64/+64
Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2012-12-18Fix defines on pages.hpp to not collide with pages.hDees_Troy1-4/+3
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+137
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere