summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix maybe-uninitialized warningsAndy Williams2016-01-171-3/+5
| * Supress libtool warning on windowsAndy Williams2016-01-171-3/+0
| * [elm_code] Update line status icons for additionsAndy Williams2016-01-161-0/+3
| * [whitespace] Fix indentation after newline when splitting.Andy Williams2015-10-103-2/+17
| * [editor] Show a highlight for the current cursor lineAndy Williams2015-10-102-7/+16
| * Update to efl on gitAndy Williams2015-09-291-2/+2
| * [highlight] Merge highlight tokens on line mergeAndy Williams2015-09-203-25/+104
| * [highlight] Split highlight tokens on line splitAndy Williams2015-09-203-10/+53
| * [selection] Fix so selecting backwards worksAndy Williams2015-09-164-31/+342
| * [editor] Fix indenting of newlinesAndy Williams2015-09-161-4/+6
| * Update to latest eolian specAndy Williams2015-09-071-113/+53
| * Fix make distcheckAndy Williams2015-08-293-1/+13
| * [editor] Make whitespace trimming an optionAndy Williams2015-08-292-1/+11
| * [elm_code] don't strip whitespace on current lineAndy Williams2015-08-293-1/+25
| * [tests] Correct checking of just length charsAndy Williams2015-08-292-4/+17
| * [elm_code] trim all trailing whitespace on saveAndy Williams2015-08-294-9/+74
| * [elm_code] Trim empty lines on saveAndy Williams2015-08-284-0/+33
| * Fix some bad memory access during widget creationAndy Williams2015-08-231-3/+5
| * editor: allow cursor placement in blank fileAndy Williams2015-06-101-5/+18
| * editor: Fix crash opening empty filesAndy Williams2015-06-101-0/+3
| * editor: fix a strange crash in calculationsAndy Williams2015-06-091-1/+1
| * elm_code: Fix tab behaviour following API changesAndy Williams2015-06-089-20/+89
| * elm_code: remove selections if moving cursorAndy Williams2015-06-071-0/+8
| * texts: fix tests broken in previous refactorAndy Williams2015-06-071-2/+2
| * elm_code: indent lines to match whitespace aboveAndy Williams2015-06-074-2/+48
| * elm_code: consistently use 0 based text indexAndy Williams2015-06-0310-171/+163
| * elm_code: add legacy API.Andy Williams2015-06-0210-65/+85
| * Fixing make distAndy Williams2015-06-012-0/+2
| * Fix header locationAndy Williams2015-06-011-1/+1
| * Fix many warnings.Andy Williams2015-05-314-10/+11
| * performance: Fix issue where EDI would slow downAndy Williams2015-05-301-3/+6
| * fix crash when deleting over a line endingAndy Williams2015-05-302-13/+23
| * setting: Add a font pickerAndy Williams2015-05-302-0/+30
| * editor: trigger saves if selection cut or pastedAndy Williams2015-05-301-2/+10
| * elm_code: support setting custom fontsAndy Williams2015-05-306-21/+37
| * Fix deletion inserting random data.Andy Williams2015-05-291-1/+1
| * selection: fix crash when deleting large selectionAndy Williams2015-05-241-7/+7
| * Update to latest eolian (getting stable we hope).Andy Williams2015-05-202-3/+8
| * Fixup testsAndy Williams2015-05-183-3/+7
| * Update to latest .eo file typeAndy Williams2015-05-181-13/+13
| * editor: fix nulls being appended to linesAndy Williams2015-05-182-5/+6
| * editor: add pageup/down supportAndy Williams2015-05-122-0/+80
| * eolian_gen fixes to inheritanceAndy Williams2015-05-111-1/+1
| * Update elm_code widget .eo doc for EFL masterAndy Williams2015-05-111-15/+13
| * editor: wrap left and right cursor moves aroundAndy Williams2015-05-051-35/+49
| * editor: bind home and end keysAndy Williams2015-05-051-0/+35
| * editor: correctly paste multiline windows textAndy Williams2015-05-053-7/+13
| * editor: Fix crash when pasting multi lineAndy Williams2015-05-051-3/+5
| * elm_code: add a TODO/FIXME standard parserAndy Williams2015-04-208-1/+68
| * elm_code: add multiline paste support.Andy Williams2015-04-198-27/+159