summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 e...Pietro Gagliardi
2018-08-12Fixed build errors.Pietro Gagliardi
2018-08-12Migrated util.go back and formalized pkguiAlloc().Pietro Gagliardi
2018-08-12Started fixing the build.Pietro Gagliardi
2018-08-12Migrated main.go. Migrated link_darwin_amd64.go and removed -DMACOSX_DEPLOYME...Pietro Gagliardi
2018-08-11Un-intmax_t'd everything.Pietro Gagliardi
2018-08-11And readded some helper code for the containers.Pietro Gagliardi
2018-08-11Migrated the containers.Pietro Gagliardi
2018-08-11More control migration.Pietro Gagliardi
2018-08-11More control conversion and syncing.Pietro Gagliardi
2018-08-11Migrated checkbox.go. I'll do more at once; I just want to see what effect th...Pietro Gagliardi
2018-08-11Created a new Control setup; wrote Button for it.Pietro Gagliardi
2018-08-11Moved all the Go files back out of the way. There needs to be a better way.Pietro Gagliardi
2018-08-11Updated DateTimePicker.Pietro Gagliardi
2018-08-11Readded Combobox and added EditableCombobox.Pietro Gagliardi
2018-08-11Started migrating controls back. These first few are unchanged.Pietro Gagliardi
2018-08-11Removed +x from the .a filesPietro Gagliardi
2018-08-11Replaced all libui files with alpha4 files.Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the alpha4...Pietro Gagliardi
2018-08-11First step toward alpha 4: we no longer need the Windows resource trick.Pietro Gagliardi
2018-08-11Removed ensureMainThread() now that the latest Go has a guarantee (which was ...Pietro Gagliardi
2018-03-27Added some extra documentation to QueueMain. Fixes #164.Pietro Gagliardi
2018-03-27OopsPietro Gagliardi
2018-03-27More TODOs.Pietro Gagliardi
2018-03-27Added GTK+ 3.0 install instructions. Addresses #255 for now, but a better sol...Pietro Gagliardi
2018-02-18Fixed README formatting mistakeĀ·Pietro Gagliardi
2018-02-17Windows bugfix.Pietro Gagliardi
2016-06-19Merge branch 'master' of github.com:andlabs/uiPietro Gagliardi
2016-06-19Merge pull request #154 from ProtonMail/sysoPietro Gagliardi
2016-06-19Rename static_windows_*.o files to .sysoemersion
2016-06-12Moved Compatibility.md from ui to libui.Pietro Gagliardi
2016-06-10Merge pull request #140 from pftbest/localPietro Gagliardi
2016-06-10Safer nil pointer handling in stddialogsVadzim Dambrouski
2016-06-09Merge pull request #139 from pftbest/localPietro Gagliardi
2016-06-10Using C.uiFreeText instead of freestrVadzim Dambrouski
2016-06-10OpenFile, SaveFile and MsgBox dialogsVadzim Dambrouski