]> git.lizzy.rs Git - nothing.git/history - src/ui/edit_field.c
Added more conventional edit keys.
[nothing.git] / src / ui / edit_field.c
2019-12-29 aodhneineAdded more conventional edit keys.
2019-12-21 Alexey KutepovMerge pull request #1216 from kolumb/scrollbar
2019-12-21 Alexey KutepovMerge pull request #1209 from isidentical/console-shortcuts
2019-12-21 reximAdd TODO(#1220)
2019-12-21 reximAdd TODO(#1219)
2019-12-18 isidenticaluse insert_char for insert_string, free console log...
2019-12-16 isidentical(#358) implement console shortcuts for copy, cut, paste...
2019-12-09 Alexey KutepovMerge pull request #1196 from tsoding/memory
2019-12-08 reximMerge branch 'master' into memory
2019-12-08 reximRefactor sprite_font_render_text
2019-09-28 Alexey KutepovMerge pull request #1089 from tsoding/vec
2019-09-28 reximReplace Vec and Point with Vec2f
2019-09-15 Alexey KutepovMerge pull request #1055 from tsoding/1045
2019-09-14 rexim(#1045) Make Camera entity transparent
2019-07-28 Alexey KutepovMerge pull request #991 from tsoding/player-layer-finis...
2019-07-28 Alexey KutepovMerge pull request #989 from bepzi/988
2019-07-28 bepzi(#988) Kill to end of line instead of the entire line
2019-07-28 bepzi(#988) Implement C-k to kill the current line
2019-07-28 Alexey KutepovMerge pull request #978 from bepzi/355
2019-07-27 Alexey KutepovMerge pull request #979 from tsoding/963
2019-07-27 reximAdd TODO(#983)
2019-07-27 rexim(#963) Implement adding labels
2019-07-23 bepzi(#355) Generify deleting words/characters with memmove
2019-07-22 bepzi(#355) Use `memmove` for character insertions and deletions
2019-07-22 bepzi(#355) Use curly braces around `switch` cases, remove...
2019-07-21 bepzi(#355) Add common Emacs keybindings to `Edit_field`
2019-07-21 Alexey KutepovMerge pull request #975 from tsoding/964
2019-07-21 Alexey KutepovMerge pull request #973 from zhiayang/master
2019-07-21 rexim(#964) Implement Edit_field style customization
2019-07-21 zhiayangadd home and end key support to edit_field
2019-07-21 Alexey KutepovMerge pull request #970 from TheKnarf/fix/trying-to...
2019-07-21 Alexey KutepovMerge pull request #972 from tsoding/965
2019-07-21 rexim(#965) Make LabelLayer render edit_field inside of...
2019-07-21 rexim(#965) edit_field_render -> edit_field_render_screen
2019-07-21 Alexey KutepovMerge pull request #971 from tsoding/966
2019-07-21 rexim(#966) Improve edit_field interface
2019-05-18 Alexey KutepovMerge pull request #853 from tsoding/842
2019-05-18 rexim(#842) Make edit_field event handling more specialized
2019-05-18 rexim(#842) Make Edit_field work only with Camera
2019-05-12 Alexey KutepovMerge pull request #851 from tsoding/lt-refactor
2019-05-12 reximMake Lt dynamic again
2019-05-12 reximRemove `lt == NULL` checks
2019-05-12 reximcreate_lt() -> {0}
2019-05-12 rexim`Lt *` -> `Lt `
2019-05-04 Rafael Froeschlin... Merge pull request #1 from tsoding/master
2019-04-27 Alexey KutepovMerge pull request #821 from tsoding/814
2019-04-27 rexim(#814) Only calloc
2018-12-29 Alexey KutepovMerge pull request #595 from tsoding/594
2018-12-29 rexim(#594) assert -> trace_assert
2018-11-12 Alexey KutepovMerge pull request #504 from tsoding/475
2018-11-12 rexim(#475) Remove error unit
2018-11-05 Alexey KutepovMerge pull request #479 from tsoding/477
2018-11-05 rexim(#477) Replace all instances of malloc with nth_alloc
2018-10-13 Alexey KutepovMerge pull request #403 from tsoding/350
2018-10-13 rexim(#350) Deprecated problems
2018-10-13 rexim(#350) Use SDL Text Input for EditField
2018-10-13 Alexey KutepovMerge pull request #389 from tsoding/388
2018-10-13 reximTODO(#391)
2018-10-13 rexim(#388) TODO
2018-10-13 rexim(#388) Implement edit_field_replace
2018-10-07 Alexey KutepovMerge pull request #386 from tsoding/354
2018-10-07 reximTODO(#388)
2018-10-07 rexim(#354) Integrate history with console
2018-09-30 Alexey KutepovMerge pull request #371 from tsoding/log
2018-09-30 reximRemove focus from edit_field
2018-09-30 reximMove edit_field and console to ui folder