summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Pietro Gagliardi
alpha4 ui.h.
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
always true) about the main thread given runtime.LockOSThread() in init().
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 ↵Pietro Gagliardi
solution may be needed...
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
Rename static_windows_*.o files to .syso
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
Safer nil pointer handling in stddialogs
2016-06-10Safer nil pointer handling in stddialogsVadzim Dambrouski
2016-06-09Merge pull request #139 from pftbest/localPietro Gagliardi
OpenFile, SaveFile and MsgBox dialogs
2016-06-10Using C.uiFreeText instead of freestrVadzim Dambrouski
2016-06-10OpenFile, SaveFile and MsgBox dialogsVadzim Dambrouski
2016-06-05Forgot the important part.Pietro Gagliardi
2016-06-05Set up the Windows builds. Almost working!Pietro Gagliardi
2016-06-05Updated everything to alpha3.1.Pietro Gagliardi
2016-05-30This isn't going to work.Pietro Gagliardi
2016-05-30Removed prev/.Pietro Gagliardi
2016-05-29Fixed Linux static linking.Pietro Gagliardi
2016-05-29More static library linker setup.Pietro Gagliardi
2016-05-29More stuff.Pietro Gagliardi
2016-05-29Imported libui Alpha 3.Pietro Gagliardi
2016-05-29Switched OS X to use statically linked libui.Pietro Gagliardi
2016-05-28Bumped minimum versions.Pietro Gagliardi
2016-05-22Documented the new limit swapping of uiSlider and uiSpinbox.Pietro Gagliardi
2016-05-21Updated the uiRadioButtons documentation based on the latest change in ↵Pietro Gagliardi
libui, which gets rid of a few quirks.
2016-05-03Made things more clear.Pietro Gagliardi
2016-04-20More TODOs.Pietro Gagliardi
2016-04-15Removed small caps from the font descriptor. It will be made a setting on ↵Pietro Gagliardi
TextLayout instead.
2016-04-15Removed the text gravity stuff. That will be removed.Pietro Gagliardi
2016-04-14Added a TODO for binding support.Pietro Gagliardi
2016-04-12More C.CBytes() preparatory work.Pietro Gagliardi
2016-04-12Started the safer malloc() system.Pietro Gagliardi
2016-01-24Added Area.ScrollTo().Pietro Gagliardi
2016-01-24More TODOs.Pietro Gagliardi
2016-01-16More TODOs.Pietro Gagliardi
2016-01-16More documentation.Pietro Gagliardi
2016-01-16Added the new text extents and multiline stuff.Pietro Gagliardi
2016-01-131.6 Beta 2 confirmed.Pietro Gagliardi
2016-01-13Added font metrics.Pietro Gagliardi
2016-01-12More TODOs.Pietro Gagliardi
2016-01-12Comment terminology fixup.Pietro Gagliardi
2016-01-12Updated to the new font API.Pietro Gagliardi