| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix WL_EVENT_WRITEABLE typo | Kristian Høgsberg | 2011-12-28 | 1 | -3/+3 |
| | | |||||
| * | event-loop: Fix idle handler dispatch corner case | Kristian Høgsberg | 2011-10-29 | 1 | -2/+4 |
| | | | | | | | | | | When the last idle handler queues another idle handler, we fail to dispatch that last handler. The wl_list_for_each_safe loop looks up the next pointer before running the handler, and at that point it points to the head of the list and the loop terminates. Instead, just loop until the list is empty. | ||||
| * | event-loop: Quiet a few warnings | Kristian Høgsberg | 2011-08-12 | 1 | -2/+10 |
| | | | | | There's no good error recovery possible in these cases though. | ||||
| * | Rename source subdir from wayland to src | Kristian Høgsberg | 2011-08-12 | 1 | -0/+465 |
