log

age author description
Thu, 03 Oct 2013 20:54:15 -0500 Brian Smith Fix a bug in the test program because it was based
Thu, 03 Oct 2013 14:59:18 -0500 Brian Smith Set the global start button variable instead of creating a new local one.
Thu, 03 Oct 2013 14:49:37 -0500 Brian Smith Fixed problem with HMUTEX Unlock().
Thu, 26 Sep 2013 03:55:04 -0500 Brian Smith Fixed a bug in go_event_close() and added thread/event pages to the test programs, ported from the C version.
Thu, 26 Sep 2013 01:50:58 -0500 Brian Smith Added Mutex and unnamed Event semaphore functions and classes.
Tue, 10 Sep 2013 03:54:16 -0500 Brian Smith Added InitThread and DeinitThread methods for locking go routines to
Fri, 30 Aug 2013 04:17:49 -0500 Brian Smith Fix a memory leak due to the recent DW 3.0 changes...
Thu, 15 Aug 2013 14:08:25 -0500 Brian Smith Add row data parameter to the item enter callback...
Sat, 10 Aug 2013 09:15:48 -0500 Brian Smith Fix memory leak that isn't needed anymore since DW 2.6 maintains the string memory now.
Fri, 28 Jun 2013 17:27:20 -0500 Brian Smith Hello should use dw.MainQuit() not dw.Main_quit().
Mon, 29 Apr 2013 17:04:59 -0500 Brian Smith Document the DWIB functions.
Mon, 29 Apr 2013 16:55:27 -0500 Brian Smith Document some of the type conversion functions... use with care.
Mon, 29 Apr 2013 16:46:04 -0500 Brian Smith Document the connection functions and a little bit of rearranging.
Mon, 29 Apr 2013 16:28:32 -0500 Brian Smith Most functions have basic documentation now except the connection functions.
Sun, 28 Apr 2013 23:14:27 -0500 Brian Smith Continuing the documentation process.
Sun, 28 Apr 2013 20:35:35 -0500 Brian Smith Added more documentation for godoc.
Wed, 17 Apr 2013 22:09:44 -0500 Brian Smith Added some comments for godoc.
Sat, 23 Mar 2013 14:54:39 -0500 Brian Smith Implemented similar function tests in the Go test programs as in C.
Fri, 22 Mar 2013 14:35:56 -0500 Brian Smith Not sure why this didn't get added with the last commit.
Fri, 22 Mar 2013 14:29:26 -0500 Brian Smith More CamelCasing of the source code to be more Go-like.
Fri, 22 Mar 2013 14:06:33 -0500 Brian Smith Added functions to convert HANDLE back to specific types...
Thu, 21 Mar 2013 16:16:29 -0500 Brian Smith Remove the last "fix" now that the parameters are now correctly
Wed, 20 Mar 2013 14:59:24 -0500 Brian Smith Fixed garbage being returned in the item select event on the tree control...
Wed, 20 Mar 2013 14:27:46 -0500 Brian Smith Fix issues rendering due to globals not getting set.
Wed, 20 Mar 2013 13:44:25 -0500 Brian Smith Use closures to eliminate many global variables needed in the C version...
Sun, 17 Mar 2013 13:27:14 -0500 Brian Smith Maintain the order of SetColumnTitle() call.
Sun, 17 Mar 2013 13:24:58 -0500 Brian Smith Need to pass references to the struct so we can modify the struct
Sun, 17 Mar 2013 05:16:50 -0500 Brian Smith Almost done with OO conversion... completely using closures...
Sat, 16 Mar 2013 23:32:05 -0500 Brian Smith Renamed what had been dwootest to hello, since it was basically a hello
Sat, 16 Mar 2013 16:33:05 -0500 Brian Smith Implement using the correct types in callbacks... a little ugly but it works.
Thu, 14 Mar 2013 20:14:21 -0500 Brian Smith Get the render window working again.
Thu, 14 Mar 2013 19:30:41 -0500 Brian Smith Mostly finished and fixed the OO changes... some problems still exist and
Thu, 14 Mar 2013 12:58:49 -0500 Brian Smith This is a work in progress... but wanted to commit before I hit the road...
Fri, 08 Mar 2013 18:46:49 -0600 Brian Smith Cache function pointers so they don't get garbage collected.
Fri, 08 Mar 2013 16:44:58 -0600 Brian Smith Add scripts and related files to generate syso files to link the
Thu, 07 Mar 2013 12:59:51 -0600 Brian Smith Changed the Hello, World to match the Go example in chinese.
Wed, 06 Mar 2013 10:38:43 -0600 Brian Smith Oops removing the dw_init() glue broke Unix builds... fixed.
Wed, 06 Mar 2013 10:19:54 -0600 Brian Smith Make the Interface Builder test program a bit more OO too.
Wed, 06 Mar 2013 10:06:46 -0600 Brian Smith Oops fix some issues in the test program due to HPIXMAP changes.
Wed, 06 Mar 2013 10:02:12 -0600 Brian Smith More work at OO-ifying the package and example.
Wed, 06 Mar 2013 08:04:14 -0600 Brian Smith Refactoring in progress to support Go style methods on objects.
Tue, 05 Mar 2013 14:43:29 -0600 Brian Smith Minor changes to make it as simple as possible.
Tue, 05 Mar 2013 14:24:41 -0600 Brian Smith Added example OO style application to take advantage of some of Go's features.
Tue, 05 Mar 2013 13:49:40 -0600 Brian Smith Eliminate unsafe from the application requirements...
Tue, 05 Mar 2013 06:39:46 -0600 Brian Smith Implemented getting command line arguments to pass to dw_init() ...
Fri, 01 Mar 2013 11:20:19 -0600 Brian Smith Fix the location of files on Windows... this isn't ideal having them
Fri, 01 Mar 2013 11:00:22 -0600 Brian Smith Added Shutdown() method that maps to the newly separated
Wed, 27 Feb 2013 19:35:56 -0600 Brian Smith Use the new dw_signal_connect_data() function to avoid leaking memory.
Sun, 24 Feb 2013 21:20:35 -0600 Brian Smith Clean up the bitmap buttons on the buttons page.
Sun, 24 Feb 2013 21:05:14 -0600 Brian Smith Added image and XML files required by test programs...
Sat, 23 Feb 2013 20:42:51 -0600 Brian Smith Implemented print APIs, added the few missing things form the test program.
Sat, 23 Feb 2013 19:08:51 -0600 Brian Smith Somehow the brackets [] got lost from one of the lines causing the
Sat, 23 Feb 2013 08:06:31 -0600 Brian Smith Got dwibtest.go working on Linux and FreeBSD.
Fri, 22 Feb 2013 18:57:02 -0600 Brian Smith Fixes for building on Mac.. still need to solve the Linux linking issue.
Fri, 22 Feb 2013 18:44:07 -0600 Brian Smith Added bindings for dwib and an example test program...
Fri, 22 Feb 2013 16:36:47 -0600 Brian Smith Added splitbar APIs and additional container/filesystem helper APIs.
Fri, 22 Feb 2013 15:40:12 -0600 Brian Smith Don't assign a new variable for mle_point...
Fri, 22 Feb 2013 06:47:43 -0600 Brian Smith Added some functions to set the different component types directly...
Fri, 22 Feb 2013 05:52:07 -0600 Brian Smith Added a few more missing things, got the test program working again...
Fri, 22 Feb 2013 00:31:45 -0600 Brian Smith Added container, mle and html APIs... container will need a bit of work...