enventor/src/bin
Hermet Park a4952ba96e re-implement the method for guranteeing the singleton instance on win32.
I found some crash issues that enventor couldn't catch the event.
Have no idea what kinds of the crashes but probably it'd out of the signal
handling.

So re-implement the way of supporting the locking file mechanism
to use the win32 basic File functionality that gurantee removing file
when Enventor is closed in normal or abnormal, either cases.
2016-08-23 04:20:23 +09:00
..
Makefile.am Code refactoring. 2016-07-02 17:39:47 +09:00
base_gui.c enable file browser, file tab in default. 2016-08-17 22:53:14 +09:00
build_setting.c build_setting: add a main edc file path. 2016-08-07 04:35:08 +09:00
config_data.c enable file browser, file tab in default. 2016-08-17 22:53:14 +09:00
console.c console: return function as soon as possible. 2016-08-19 12:57:39 +09:00
edc_navigator.c multi-file: support edc navigator. 2016-07-21 20:53:13 +09:00
file_browser.c file_browser: unset main tag at new file. 2016-08-12 15:39:25 +09:00
file_mgr.c fix a invalid memoray access. 2016-08-19 16:24:16 +09:00
file_tab.c file_tab: bring in selected item properly. 2016-08-22 22:52:37 +09:00
goto.c goto: fix the go to window closing issue. 2016-07-21 17:13:21 +09:00
help.c clang: Fix warnings and compilation errors 2016-08-10 15:17:41 +09:00
live_edit.c live_edit: Apply base scale in live edit. 2016-08-22 18:44:46 +09:00
main.c re-implement the method for guranteeing the singleton instance on win32. 2016-08-23 04:20:23 +09:00
menu.c tempalate: change the description 2016-07-07 11:09:46 +09:00
newfile.c file_browser: unset main tag at new file. 2016-08-12 15:39:25 +09:00
panes.c multi-file: re-implemented item grouping infra. 2016-07-07 20:34:42 +09:00
preference_setting.c setting: updated tooltip msg. 2016-08-03 15:53:32 +09:00
search.c search: Move "Next" button to the right of "Previous" button. 2016-08-17 15:39:37 +09:00
setting.c ++ multi file editing feature implementation. 2016-07-01 23:59:17 +09:00
statusbar.c statusbar: disable focus for resize slider bar 2016-08-17 22:30:39 +09:00
text_setting.c text_setting: reset font style properly. 2016-08-12 15:09:07 +09:00
tools.c Limit to an unique enventor instance. 2016-08-06 05:03:40 +09:00
utils.c Code refactoring. 2016-07-02 17:39:47 +09:00