Skip to content

Releases: flowdev/fdialog

v0.0.16

23 Nov 10:49
Compare
Choose a tag to compare

Changelog

  • 70f1bfd Add picture to README.
  • 6fc0903 Finish documentation of UIDL widgets.
  • 2d0d40a Finish first version of README.

v0.0.15

22 Nov 20:48
Compare
Choose a tag to compare

Changelog

v0.0.14

22 Nov 18:38
Compare
Choose a tag to compare

Changelog

v0.0.13

20 Nov 15:48
Compare
Choose a tag to compare

Changelog

  • c3bb72f Support multiple initially selected values.

v0.0.12

19 Nov 19:52
Compare
Choose a tag to compare

Changelog

  • 55bf9bc Support any kind of keyword for callbacks.

v0.0.11

19 Nov 17:45
Compare
Choose a tag to compare

Changelog

v0.0.10

19 Nov 17:31
Compare
Choose a tag to compare

Changelog

  • 457dc9c Try to fix version again.

v0.0.9

19 Nov 16:23
Compare
Choose a tag to compare

Changelog

v0.0.8

19 Nov 16:05
Compare
Choose a tag to compare

Changelog

v0.0.7

19 Nov 15:02
Compare
Choose a tag to compare

Changelog

  • 7fd3b3a Add dialog and action keywords We don't need own window package anymore.
  • be91ac4 Add dialog and action keywords We don't need own window package anymore.
  • fa24157 Add information and error messages and confirmation dialog.
  • 4986f74 Add saveFile and openFolder dialogs.
  • 900e373 Add simple but generic validation for UI descriptions
  • d7ac7f1 Add solution for Python.
  • c2a4dc9 Add tests and fix things on the way
  • bb12c52 Allow integer values where floats are expected.
  • 6f1ee8e Better tested generation of JSON output.
  • 1920488 Better validation and tests and add links
  • 0e30f3a Clean up git.
  • 2d95d83 Color picker dialog is mostly working.
  • 632964b Create LICENSE
  • 58d5eca Filed second bug to Fyne.
  • 1e0382c Fix parser bugs and get shell script handling right.
  • 529a4dc Fix test.
  • eff54d0 Forms work now.
  • dae45c9 Get openFile dialog right and some refactoring.
  • 1d12166 Introduce value groups.
  • 27f2105 Moved packages around for better scalability.
  • 5329166 Next step of restructuring.
  • cf9dd4e Parsing JSON and UIDL files could work now.
  • d6b42ab Polish info, error and confirm dialogs.
  • 47e32dd Remove idea of Go like UI description because it would be too ugly
  • 3fd30a6 Restructuring is completed.
  • 5e7e7ed Start to modularize UI stuff.
  • cd5e87e Support list values in UIDL.
  • 8aaa998 Support writing of JSON arrays.
  • 1f47e76 Switch to ANTLR4 parser and update and clean up.
  • d9720fe Tidy.
  • 5c4e695 UIDL parsing is almost done (untested)
  • a0973e4 Update JSON parser and test it.
  • 2772ceb Validate names to only contain letters, numbers and underscores
  • 06d0443 We can only release AMD64.
  • 20b1c10 add general parser and clean up
  • d4018d1 best state so far
  • d5e9393 easier local debugging; nice signal and window close handling and example UIDL files
  • 5d4746c fix blank screen and experiment with shortcuts
  • 60e94f7 fix tests: width and height are float64
  • e7743d2 get it all up and running
  • 6425cbe get rid of last 'problem'
  • 51c8cf3 openFile finally works nicely.
  • ba718c5 parse JSON input and clean up stuff