summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove mutex from file seselectorDees_Troy2013-03-111-1/+0
| | | | | | | | | | mutex would, in some rare cases fail to lock and cause a freeze of the GUI. Also restored some code that was removed before and should not have been removed to fix a bug with folder selection where you select the same file or folder twice (e.g. select a backup on the restore page, press back, then select that backup again.)
* More file selector fixesDees_Troy2013-03-041-0/+1
| | | | | | | | Fix a freeze that occurs when you move or delete a file in the file manager Make file sort buttons work again Change-Id: Ifcb68edf3c29c475946d538748729485d0840842
* Fix file selector crashDees_Troy2013-02-281-0/+1
| | | | | | | | Sometimes a var change event came in while the file selector was being rendered. Changes to the mFolderList or mFileList vectors sometimes resulted in a crash. This patch set moves the GetFileList call to the Render function to prevent the vectors from changing while the render is taking place.
* Copy fast scroll feature to listboxDees_Troy2013-02-271-0/+8
|
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-271-0/+8
| | | | | | | Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
* Update listbox codeDees_Troy2013-02-151-2/+22
|
* Add highlight to file selectorDees_Troy2013-02-151-0/+6
|
* Add button highlightDees_Troy2013-02-151-0/+3
|
* Add keyboard key highlightDees_Troy2012-10-201-0/+2
|
* Add ability for buttons to have highlights on touchDees_Troy2012-10-191-0/+9
|
* Zip install works againDees_Troy2012-09-111-1/+1
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+753
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