enventor/src/bin
ChunEon Park 82d31b3418 fix the font/live zoom control issue.
When you focus on other window while you pressing the ctrl/alt key at the enventor,
the ctrl/alt key pressed context can be corrupted.

because enventor keeps the extra flag for ctrl/alt key press states.
but in the problem case, the unpress key won't be trigged.

enventor doesn't need to keep the extra flag but track the modifiers in key event.

@fix
2015-06-12 17:03:45 +09:00
..
Makefile.am setting: Add the Text Editor mode in setting. 2015-02-03 15:44:12 +09:00
base_gui.c base_gui: + assert for easy debugging 2015-04-14 13:16:59 +09:00
config_data.c Support version fo the enventor config file. 2015-06-03 22:52:19 +09:00
console.c common: Move <Enventor.h> to common header file of application. 2015-02-02 20:10:51 +09:00
file_mgr.c enventor_object_save() forcely rewrites if the file path is changed. 2015-03-01 14:23:31 +09:00
globals.c newfile: Set temporary path to default edc path by eina_file_mkstemp(). 2015-02-11 22:20:34 +09:00
goto.c common: Move <Enventor.h> to common header file of application. 2015-02-02 20:10:51 +09:00
live_edit.c live_edit: improve grip control. 2015-05-24 19:14:59 +09:00
main.c fix the font/live zoom control issue. 2015-06-12 17:03:45 +09:00
menu.c Save dialog: support save edj files. 2015-06-04 11:53:42 +09:00
newfile.c fix live view updation problem. 2015-03-01 02:00:19 +09:00
panes.c bin/console: add auto hiding function. 2015-02-14 18:36:00 +09:00
search.c common: Move <Enventor.h> to common header file of application. 2015-02-02 20:10:51 +09:00
setting.c text_setting: Add font name/style settings. 2015-03-26 22:00:47 +09:00
statusbar.c common: Move <Enventor.h> to common header file of application. 2015-02-02 20:10:51 +09:00
text_setting.c Set default font if font name is given with NULL. 2015-03-26 22:52:55 +09:00
tools.c don't clip the tooltip in tools. 2015-06-11 16:45:09 +09:00