summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-01Updated ui.h and the OS X and Linux binaries for Alpha 4.1. Need to wait for ↵Pietro Gagliardi
AppVeyor before we can add the Windows ones.
2018-09-01Changed image.NRGBA to image.RGBA for Alpha 4.1.Pietro Gagliardi
2018-08-26Added images to zz_table. Something tells me the byte order is wrong...Pietro Gagliardi
2018-08-26Put in half of the table example.Pietro Gagliardi
2018-08-26And FINALLY ported Table. Now to write an example program.Pietro Gagliardi
2018-08-26And migrated tablemodel.go back. And now we can finally build it properly!Pietro Gagliardi
2018-08-26And migrated the examples back; also fixed a spot I missed.Pietro Gagliardi
2018-08-26And finally migrated Area back.Pietro Gagliardi
2018-08-26Migrated drawtext.go and fontbutton.go.Pietro Gagliardi
2018-08-26Migrated colorbutton.go back.Pietro Gagliardi
2018-08-26Normalized names in draw.go; started migrating zz_histogram.go to boot.Pietro Gagliardi
2018-08-26Zero-fill pkguiAlloc()'s output.Pietro Gagliardi
2018-08-26Migrated image.go, and migrated draw.go as-is. It needs some refactoring.Pietro Gagliardi
2018-08-26Migrated datetimepicker.go and brought stddialogs.go back again.Pietro Gagliardi
2018-08-26More control migration. Everything beyond this point is nontrivial.Pietro Gagliardi
2018-08-26Migrated more controls.Pietro Gagliardi
2018-08-26Migrated window.go, box.go, button.go, and checkbox.go back.Pietro Gagliardi
2018-08-26Migrate the link_darwin_amd64.go and control.go files back; fixed up errors ↵Pietro Gagliardi
in the C files and util.go.
2018-08-26Migrated util.go and main.go to the new pkgui convention and C file. Also ↵Pietro Gagliardi
replaced C.CBytes() with C.malloc() (this bumps our minimum version requirement to 1.8, but it's better than keeping a massive slice around at all times).
2018-08-26Moved all the Go files out of the way again, this time so we can migrate ↵Pietro Gagliardi
them to more proper cgo usage.
2018-08-25And finished TableModel. There's cgo issues I need to fix; I might as well ↵Pietro Gagliardi
split out all the cgo code...
2018-08-25Added TableModelHandler; started TableModel.Pietro Gagliardi
2018-08-24Started TableModel: converted TableValue.Pietro Gagliardi
2018-08-21Added Image and renamed the BrushType constants respectively.Pietro Gagliardi
2018-08-20Added Grid and finally rounded out the control gallery example.Pietro Gagliardi
2018-08-20Added Form.Pietro Gagliardi
2018-08-20Moved stddialogs.go back and removed the old TODO-only fontbutton.go.Pietro Gagliardi
2018-08-20And finished the histogram example.Pietro Gagliardi
2018-08-20Re-added the graph drawing in the histogram example.Pietro Gagliardi
2018-08-19Added ColorButton. Will fill in the rest of the histogram example later.Pietro Gagliardi
2018-08-19More TODOs.Pietro Gagliardi
2018-08-19Added FontButton.Pietro Gagliardi
2018-08-19And added a conversion of the drawtext example. It actually works!Pietro Gagliardi
2018-08-19Fixed build issues. Whee. Can't wait for this to crash at runtime...Pietro Gagliardi
2018-08-19And migrated the rest of drawtext.go. Phew!Pietro Gagliardi
2018-08-19Converted AttributedString.Pietro Gagliardi
2018-08-18Finished (almost) the uiAttribute stuff.Pietro Gagliardi
2018-08-16More attributes.Pietro Gagliardi
2018-08-16Took a different, more Go-like approach to attributes.Pietro Gagliardi
2018-08-16More drawtext conversions. This isn't going to be fun; let's try a different ↵Pietro Gagliardi
approach (one that's also more Go-like).
2018-08-14More incremental progress.Pietro Gagliardi
2018-08-13Tiny amount more work.Pietro Gagliardi
2018-08-12Started migrating the text APIs.Pietro Gagliardi
2018-08-12Added MultilineEntry.Pietro Gagliardi
2018-08-12Started a conversion of the histogram example, to test Area.Pietro Gagliardi
2018-08-12Migrated uiArea back.Pietro Gagliardi
2018-08-12Migrated draw.go back, removing all the text stuff and some outdated comments.Pietro Gagliardi
2018-08-12Expanded zz_controls.go a bit more. Also fixed some comments in radiobuttons.go.Pietro Gagliardi
2018-08-12Added the start of a Go version of the controlgallery example, to make sure ↵Pietro Gagliardi
everything works so far.
2018-08-12Fixed build errors.Pietro Gagliardi