summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2014-06-26Implemented Checkbox.SetChecked() on Mac OS X and updated the README.Pietro Gagliardi
2014-06-26Fixed README and removed padding/spacing from future plans.Pietro Gagliardi
2014-06-26Updated README.Pietro Gagliardi
2014-06-25Updated the README to discuss the new labelling rules.Pietro Gagliardi
2014-06-25Updated the README to include information about the werid Go 1.3 darwin bug.Pietro Gagliardi
2014-06-11Removed Mac OS X 10.6 support. Quite a hassle that version was...Pietro Gagliardi
2014-06-09Declared the API as it stands now stable.Pietro Gagliardi
2014-06-08Added screenshots to the README. Fixes issue #11.Pietro Gagliardi
2014-06-06Disabled Travis.ci for now.Pietro Gagliardi
2014-06-06Typo, I -> i in Windows.Trevor Strieber
2014-06-06Formatting fixes in the placeholder README.Pietro Gagliardi
2014-06-06Properly link to andlabs/wakeup in the replacement README.Pietro Gagliardi
2014-06-06Strummed up a new placeholder README in an effort to replace the existing one.Pietro Gagliardi
2014-06-03Marked the README as needing updates and added API change warnings.Pietro Gagliardi
2014-05-28Added the CL and some notes to the README since it won't land in Go 1.3. I ↵Pietro Gagliardi
should probably retool this README...
2014-05-25Added the new autogenerated constants stuff to the README.Pietro Gagliardi
2014-05-16Updated the README for the Objective-C change.Pietro Gagliardi
2014-04-12Updated README to reflect the new Area image.RGBA changes.Pietro Gagliardi
2014-03-27Put FreeBSD dependency installation notes in the README.Pietro Gagliardi
2014-03-27Fixed freebsd/386 VM problems; tested and works.Pietro Gagliardi
2014-03-27The latest go tip fixes cgo to not be confused by typedefs of incomplete ↵Pietro Gagliardi
types like cairo_t; remove the hack to make GTK+ builds work in the meantime. As a side effect, package ui now requires go tip to build; reflected this in the README.
2014-03-18One last quick note in README.Pietro Gagliardi
2014-03-18Updated README with this decision. Also other documents as well.Pietro Gagliardi
2014-03-18Update on my locking problem in the README.Pietro Gagliardi
2014-03-17Quick README fixupPietro Gagliardi
2014-03-17Put the Label that changed each second in the main test.Pietro Gagliardi
2014-03-17Elaborated in the README.Pietro Gagliardi
2014-03-17Dumped the mutex locks from the other controls and elaborated/asked for help ↵Pietro Gagliardi
in the README.
2014-03-17Removed the mutexes from Labels and Areas because I'm at my wits end about ↵Pietro Gagliardi
settling the deadlock between window resizing and setting a Label's text.
2014-03-15Changed the Go 1.3 comment in README to point to go tip since it was ↵Pietro Gagliardi
confusing some people.
2014-03-12Update README now that I think I have the API as I want it.Pietro Gagliardi
2014-03-12Dropped Windows 2000 support.Pietro Gagliardi
2014-03-12Filled in the OS/arch support matrix; updated a few things in it.Pietro Gagliardi
2014-03-12Added note on Solaris to README.Pietro Gagliardi
2014-03-11welp mandrivaPietro Gagliardi
2014-03-10Another README update: plan9/amd64 support is in package runtime, so add ↵Pietro Gagliardi
that to the build matrix.
2014-03-10Some README changes.Pietro Gagliardi
2014-03-10Added a known build matrix for documentation purposes.Pietro Gagliardi
2014-03-05Linked the wakeup program int he README as the example.Pietro Gagliardi
2014-03-05Whoops; actually need build=master there; also remove extra spacePietro Gagliardi
2014-03-05Updated Travis.ci badge for andlabs/ui.Pietro Gagliardi
2014-03-05Merge pull request #3 from tompao/travis-ciPietro Gagliardi
Example of continuous integration setup with Travis-ci
2014-03-05Add a note about the Mac OS X version of package ui requiring Go 1.3 to the ↵Pietro Gagliardi
README. Updates issue 1.
2014-03-04Update README.mdTom P
2014-03-04Changed the ".." import in the test binary to a proper ↵Pietro Gagliardi
"github.com/andlabs/ui" import. (This means I finally moved my working environment out of a folder src/wingo and into the proper src/github.com/andlabs/ui.)
2014-03-03Updated the README for Mac OS X. LAUNCHING.Pietro Gagliardi
2014-02-25Rewrote the unstable warning at the top of README.md.Pietro Gagliardi
2014-02-25No longer preliminary (I was going to wait until I started the OS X backend, ↵Pietro Gagliardi
but).
2014-02-25Removed the example from the README while the API is still volatile.Pietro Gagliardi
2014-02-23sighPietro Gagliardi