Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Always fix selection in listbox_load_items() | Lukas Fleischer | 2014-07-18 | 1 | -5/+3 |
* | Do not use malloc() or xmalloc() | Lukas Fleischer | 2014-07-18 | 1 | -2/+2 |
* | Fix selection in listbox_load_items() | Lukas Fleischer | 2014-07-18 | 1 | -7/+13 |
* | Automatically select first item in list boxes | Lukas Fleischer | 2014-07-16 | 1 | -0/+3 |
* | Avoid blank space after the last list box item | Lukas Fleischer | 2014-05-19 | 1 | -0/+5 |
* | listbox_resize(): Avoid segmentation fault | Lukas Fleischer | 2014-05-19 | 1 | -0/+4 |
* | Add support for caption rows in list boxes | Lukas Fleischer | 2014-05-18 | 1 | -9/+62 |
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 1 | -2/+2 |
* | Add a generic list box implementation | Lukas Fleischer | 2014-05-18 | 1 | -0/+138 |