* add todo example using vuejs
* refactor by using vue component
* fix wrapper class name
* switch vue library in production and runtime-only lib
* remove arrow function expressions that breaks to work with IEs
* adD SAMple index.html for todo-vue
* use bundler (parcel)
* update
* support addTask
* update
* update
* use scoped style
* refactor
Uses tinyfiledialogs to implement dialog functions on webview.
Removes original implementation.
Converts all examples that use dialogs to use tinyfiledialogs directly.
Note:
Your code will still work as it is, you will only get deprecation warnings,
you should eventually switch to tinyfiledialogs or some other crate for handling dialogs.
* First pass at graceful exit
* Working macos unified exit
* fix example html to work with IE
* terminate > exit
* unified edge, I think
* update gtk c impl
* tag terminate as depricated
* fix old fn name
* remove OleUninitialize from edge
* remove queue_close
* remove terminate
* fix typo in edge cpp file
* inspect return value of graceful exit example
* actually create the variable inspected
* make example run a little faster
* Adjust cocoa webveiw_exit
* add back missing method on edge
* lots of pinting
* fix printf arg
* better even debug printing
* clean up debugging stuff
* remove some unneeded changes
* slow down example
* fix view title
* add comment about posting the event to the application on close
Closes#105Fixes#52