summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: merge in elm_code example.devs/cedric/elm_codeCedric BAIL2016-06-0310-157/+22
* elementary: make elm_code a BETA API.Cedric BAIL2016-06-032-1/+5
* elementary: integrate elm_code theme.Cedric BAIL2016-06-037-47/+18
* elementary: merging in elm_code widget.Cedric BAIL2016-06-0243-271/+225
* Merge in elm code widgetTom Hacohen2016-05-2750-0/+7241
|\
| * elm_code: Fix build for updated eolian_gen outputAndy Williams2016-05-193-16/+16
| * elm_code: Fix undo code for deleting tabAndy Williams2016-05-183-16/+29
| * elm_code: Revert an optimisation to fix a crashAndy Williams2016-05-171-13/+1
| * elm_code: Fix crash when tabbing in a small widgetAndy Williams2016-05-171-0/+2
| * elm_code: unbreak previous commitJean-Philippe ANDRE2016-05-161-0/+2
| * elm_code: ensure lines are visible when scrollingAndy Williams2016-05-161-0/+12
| * elm_code: fix crash from previous commitsJean-Philippe ANDRE2016-05-161-2/+7
| * elm_code: remove useless variableJean-Philippe ANDRE2016-05-161-3/+1
| * elm_code: Fix scroller size when appending new linesJean-Philippe ANDRE2016-05-161-21/+46
| * [elm_code] don't double free standard parsersAndy Williams2016-05-163-1/+14
| * elm_code: Fix log test caseJean-Philippe ANDRE2016-05-161-1/+1
| * tests: add a test case for log viewerJean-Philippe ANDRE2016-05-161-11/+77
| * Fix build for latest APIAndy Williams2016-05-141-2/+2
| * [editor] fix issue where selections didn't refreshAndy Williams2016-04-281-5/+7
| * [editor] Stop jumping around on clickAndy Williams2016-04-281-2/+7
| * Update to latest eo specsAndy Williams2016-04-241-9/+16
| * fix build break.Hermet Park2016-04-142-3/+3
| * remove duplicated variable declaration.Hermet Park2016-04-091-1/+1
| * [help] Stub out a right-click-help UIAndy Williams2016-04-072-2/+14
| * [selection] split words on * and & alsoAndy Williams2016-04-071-1/+1
| * [editor] fix line geometry when scrolledAndy Williams2016-04-071-1/+1
| * [editor] Split out lines from a standard grid in renderingAndy Williams2016-03-316-253/+295
| |\
| | * [editor] move tooltips to inline error meessagesAndy Williams2016-03-305-63/+25
| | * [editor] split out the grid into rendered rows.Andy Williams2016-03-303-196/+276
| | * Fix the local lookup of diffs in the test app.Andy Williams2016-03-222-10/+3
| | * Update to latest eo_add syntaxAndy Williams2016-03-184-8/+8
| * | Fix the local lookup of diffs in the test app.Andy Williams2016-03-222-10/+3
| * | Update to latest eo_add syntaxAndy Williams2016-03-184-8/+8
| |/
| * Update to latest eo syntaxAndy Williams2016-03-106-99/+73
| * Fix make distAndy Williams2016-03-081-1/+3
| * Update to new eo event callback signatureAndy Williams2016-03-012-15/+9
| * [editor] draw line width marker after file endAndy Williams2016-02-251-0/+2
| * [editor] a bunch of optimisations for redrawAndy Williams2016-02-252-19/+64
| * [editor] add delete and backspace undo hooksAndy Williams2016-02-217-93/+201
| * Complete the ending newline crash fixAndy Williams2016-02-211-4/+16
| * Fix crash when undoing a soft tab insertAndy Williams2016-02-211-4/+0
| * [editor] begin re-adding the undo feature.Andy Williams2016-02-218-11/+238
| * easier debugging of ck_assert_strn_eqAndy Williams2016-02-211-7/+9
| * [editor] Fix crash when deleting selectionsAndy Williams2016-02-211-5/+14
| * [editor] various tidiesAndy Williams2016-02-212-2/+4
| * [editor] stop auto selection on symbols tooAndy Williams2016-02-152-4/+87
| * [editor] double click and triple do selectionsAndy Williams2016-02-154-2/+148
| * Elm_Interface_Atspi_Text changed to Elm.Interface_Atspi_Text.Andy Williams2016-02-151-1/+1
| * Fix out of source builds.Tom Hacohen2016-02-092-1/+2
| * [editor] Support space insertion instead of tabsAndy Williams2016-02-093-1/+51