enventor/src/lib
Hermet Park 3f8dfe944c edj_viewer: fix a problem that live view failed to update images.
This problem scenario belongs to the image modification by an other process.
If an image size is very huge, live view possibly lost the image monitoring
because of asynchorous file handling.

Here solution is to update images repeatedly for those unexpected case.

@fix T3094
2016-03-05 13:02:18 +09:00
..
Enventor.h.in library support. 2014-09-30 23:56:16 +09:00
Enventor_Eo.h clean up code for supporting dllexport in win32. 2015-02-28 15:13:23 +09:00
Enventor_Legacy.h editor: fix initial max line 0 issue. 2016-03-05 00:26:41 +09:00
Makefile.am Makefile: build compatibility on Windows 2015-08-25 00:51:35 +09:00
auto_comp.c edc_editor: Support auto save to update preview. 2016-03-04 10:32:30 +09:00
build.c Build: reset error notification before each build. 2015-12-29 11:34:59 +09:00
ctxpopup.c remove compile warnings. 2016-03-05 11:40:18 +09:00
dummy_obj.c fix a crash issue. 2016-02-23 21:33:11 +09:00
edc_editor.c editor: don't auto save always. 2016-03-05 11:17:15 +09:00
edc_parser.c remove unused compile warnings. 2016-03-05 11:27:24 +09:00
edj_mgr.c edj viewer: update live view for different groups. 2015-05-28 19:37:25 +09:00
edj_viewer.c edj_viewer: fix a problem that live view failed to update images. 2016-03-05 13:02:18 +09:00
enventor_main.c support a guide text for editor ctxpopup. 2016-02-09 17:51:11 +09:00
enventor_object.eo edc_navigator: support program list 2016-02-29 17:28:25 +09:00
enventor_private.h edc_editor: Support auto save to update preview. 2016-03-04 10:32:30 +09:00
enventor_smart.c edc_editor: Fix to call "edc,modified" callback when edc is modified. 2016-03-04 10:32:24 +09:00
indent.c Indent: check last '\n' in file before convert edc source to the markup text. 2016-03-03 13:38:47 +09:00
redoundo.c Redoundo: Support the real-time preview when we undo/redo the code. 2016-02-22 18:49:46 +09:00
syntax_color.c fix incorrect memory allocation. 2016-02-02 16:38:51 +09:00
syntax_helper.c clean up code for supporting dllexport in win32. 2015-02-28 15:13:23 +09:00
template.c template: select the random name after inserting live view part 2016-03-04 16:32:58 +09:00
template_code.h make group, description and program tempalte code compilable 2016-01-29 16:41:59 +09:00