Commit Graph

2649 Commits

Author SHA1 Message Date
Pietro Gagliardi c6ff7a4b3a Temporary fix for #112. 2015-12-24 11:23:06 -05:00
Pietro Gagliardi fbbb380f64 More documentation. 2015-12-23 01:22:07 -05:00
Pietro Gagliardi a88de722b3 Some terminology fixes. 2015-12-23 01:16:18 -05:00
Pietro Gagliardi 8d01b16f07 Quick typo fix. 2015-12-23 01:14:33 -05:00
Pietro Gagliardi e700bfb572 Added the new font families list API. 2015-12-23 01:12:43 -05:00
Pietro Gagliardi 124877d5e4 Merge branch 'master' of github.com:andlabs/ui 2015-12-22 09:02:47 -05:00
Pietro Gagliardi 6faaf172e9 Merge pull request #111 from kybin/patch-1
fix typo in README
2015-12-22 09:02:07 -05:00
kim yongbin 7c2dff0f17 fix typo in README 2015-12-22 14:40:12 +09:00
Pietro Gagliardi cb632002e5 Wrote clarification on the sizes of points parameters to Areas. 2015-12-21 23:50:36 -05:00
Pietro Gagliardi ae1ce9f98c Finished filling in (most of) draw.go. 2015-12-21 23:36:09 -05:00
Pietro Gagliardi 31682e48cb Fixed some typos. 2015-12-21 17:14:40 -05:00
Pietro Gagliardi 4b74894536 Made QueueMain() immune to collisions. 2015-12-21 14:26:09 -05:00
Pietro Gagliardi 01893daaf1 I need MsgBoxError() for something, so threw it in. 2015-12-20 18:35:01 -05:00
Pietro Gagliardi e62ee49770 More drawing work. 2015-12-20 12:24:10 -05:00
Pietro Gagliardi 58361d86bf More TODOs. 2015-12-20 01:37:18 -05:00
Pietro Gagliardi aac851c4be More Area documentation. 2015-12-20 01:19:47 -05:00
Pietro Gagliardi a1ce59f60d Wrote up Area for real this time. 2015-12-19 19:33:06 -05:00
Pietro Gagliardi 7b025499c8 Set up rpath properly on OS X. 2015-12-19 16:46:28 -05:00
Pietro Gagliardi d5a93806e8 Updated the compatibility document. 2015-12-17 16:17:03 -05:00
Pietro Gagliardi cfacc3b89c Wrote up the new AreaHandler stuff. 2015-12-17 14:21:17 -05:00
Pietro Gagliardi e67ed84ad9 Did some build fixes. 2015-12-16 14:03:47 -05:00
Pietro Gagliardi a6c0fbdb87 Updated build and rewrite instructions. This was the wrong time to start rewriting this package... 2015-12-16 09:57:12 -05:00
Pietro Gagliardi 5f01c05fa4 Fixed a typo. (See #109.) 2015-12-15 10:07:51 -05:00
Pietro Gagliardi a98f28da79 Fixed a build error. 2015-12-13 12:53:37 -05:00
Pietro Gagliardi b339b8208b Started the Area code. 2015-12-13 12:52:16 -05:00
Pietro Gagliardi 6db4fc8e25 More TODOs. 2015-12-13 02:26:26 -05:00
Pietro Gagliardi 4760ad7c5a Added OS X building. Go 1.5 required because of https://github.com/golang/go/issues/9411 which affects this. Also set up proper multithreading on OS X. Currently crashes due to similar issue I've had with libui. 2015-12-13 02:24:43 -05:00
Pietro Gagliardi 4689c6c0ab Built on Windows. 2015-12-13 01:13:07 -05:00
Pietro Gagliardi e7e3ea0529 Fixed a latent bug in Tab.InsertAt() where inserted controls are appended to t.children, causing issues during Tab.Destroy(). 2015-12-12 23:53:27 -05:00
Pietro Gagliardi 38c3288c6b Ported the test page 1 from libui. 2015-12-12 21:44:50 -05:00
Pietro Gagliardi 53a1b6115d Migrated page2 from the libui test to ui. 2015-12-12 20:57:23 -05:00
Pietro Gagliardi 9da1e956b9 Added Box. Phew! Now to port over the libui test program... 2015-12-12 20:15:14 -05:00
Pietro Gagliardi 3734c3e552 Added Tab. That just leaves Box... 2015-12-12 19:52:22 -05:00
Pietro Gagliardi bb6cb14569 Added Group. 2015-12-12 19:37:57 -05:00
Pietro Gagliardi 9fe564753c Added Spinbox and Slider. That *should* leave just Group, Tab, and Box... (and Area of course, but I want to finalize the interface more first) 2015-12-12 19:26:02 -05:00
Pietro Gagliardi a4c0102383 Added RadioButtons. 2015-12-12 19:05:41 -05:00
Pietro Gagliardi 0ceed24c24 Added DateTimePicker. 2015-12-12 18:59:01 -05:00
Pietro Gagliardi afe362f80a Quick file rename to push all the *.md files to the top of the directory listing. 2015-12-12 18:51:34 -05:00
Pietro Gagliardi 2347394944 Added Separator. 2015-12-12 18:48:43 -05:00
Pietro Gagliardi ae710db0e9 Added ProgressBar. 2015-12-12 18:44:35 -05:00
Pietro Gagliardi 7b5f1e13c3 Added Label. 2015-12-12 16:59:57 -05:00
Pietro Gagliardi 302bd0313c Added Entry. 2015-12-12 16:44:32 -05:00
Pietro Gagliardi a881849d8a More TODOs. 2015-12-12 16:19:45 -05:00
Pietro Gagliardi ee9d06ea60 Added uiCombobox. 2015-12-12 16:18:58 -05:00
Pietro Gagliardi 69cc823368 Added Button and Checkbox. 2015-12-12 15:52:43 -05:00
Pietro Gagliardi 31ae742daf Added uiWindow. 2015-12-12 13:37:36 -05:00
Pietro Gagliardi a181d36b58 Implemented some utility functions. 2015-12-12 13:07:57 -05:00
Pietro Gagliardi b6ccf2db40 Added code for Controls. 2015-12-12 12:53:55 -05:00
Pietro Gagliardi a1375fb776 Added OnShouldQuit(). 2015-12-12 12:01:31 -05:00
Pietro Gagliardi eb3a833dec Started the testing framework. 2015-12-11 22:58:21 -05:00