]> git.lizzy.rs Git - nothing.git/history - src/game/edit_field.c
Introduce ids for rigid_rects
[nothing.git] / src / game / edit_field.c
2018-08-18 Alexey KutepovMerge pull request #281 from tsoding/posix-friendly...
2018-08-18 reximfind -type f -exec sed -i "s/\b\(\w\)\(\w*\)_t\b/\U...
2018-08-05 reximRemove test_text from edit_field_t
2018-08-05 Alexey KutepovMerge pull request #275 from tsoding/274
2018-08-05 rexim(#274) Implement edit_field_insert_char
2018-08-05 rexim(#274) implement edit_field_delete
2018-08-05 rexim(#274) EDIT_FIELD_BUFFER_INIT_SIZE -> BUFFER_CAPACITY
2018-08-04 Alexey KutepovMerge pull request #271 from tsoding/debug-edit-field
2018-08-04 reximTODO(#274)
2018-08-04 reximTODO(#273)
2018-08-04 reximImplement edit_field_backspace
2018-08-04 reximStatic private methods for edit_field_t
2018-08-04 reximImplementing moving edit_field cursor around
2018-08-04 reximMake edit_field_t more customizable
2018-08-04 reximImplement edit_field_render
2018-08-04 reximEmbed testing edit_field into the game
2018-08-04 reximIntroduce edit_field entity