log

age author description
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...
Thu, 21 Feb 2013 14:08:25 -0600 Brian Smith Add image file used in the test program.
Thu, 21 Feb 2013 05:36:05 -0600 Brian Smith Implemented page 3 of the test program... removed now obsolete dwglue.h
Thu, 21 Feb 2013 04:15:53 -0600 Brian Smith Wrong parameters in Pixmap_bitblt glue functions.
Thu, 21 Feb 2013 03:51:28 -0600 Brian Smith Don't need to create new local variables, we want to save them
Thu, 21 Feb 2013 02:41:33 -0600 Brian Smith Dynamically change the font based on the system...
Thu, 21 Feb 2013 02:04:22 -0600 Brian Smith Implement file reading and file display mode.
Thu, 21 Feb 2013 00:18:44 -0600 Brian Smith Implemented dw_draw_polygon() which was a bit complex due to array usage.
Wed, 20 Feb 2013 17:56:57 -0600 Brian Smith Make sure all VK_ constants are of type int.... also changed
Wed, 20 Feb 2013 04:35:55 -0600 Brian Smith Wow... Go has no support for multiple conditions in an "if" statement!
Wed, 20 Feb 2013 02:56:11 -0600 Brian Smith Minor fixes.
Tue, 19 Feb 2013 22:14:23 -0600 Brian Smith More page to event handlers... most implemented now... just some
Tue, 19 Feb 2013 21:26:42 -0600 Brian Smith Implemented a bunch of callbacks for page 2.... need work on
Tue, 19 Feb 2013 07:03:01 -0600 Brian Smith Eliminate the use of CGO in the main application... only use it
Tue, 19 Feb 2013 01:11:51 -0600 Brian Smith Implemented pixmaps, drawing, fonts, spinbuttons, range widgets and more...
Mon, 18 Feb 2013 19:10:08 -0600 Brian Smith Test program unfunctional... not everything needed for the second page
Mon, 18 Feb 2013 16:51:43 -0600 Brian Smith Added menu, notebook and miscellaneous APIS.... implementing the
Mon, 18 Feb 2013 08:13:13 -0600 Brian Smith Copied and translated more code from the C dwtest...
Mon, 18 Feb 2013 06:52:20 -0600 Brian Smith Finished up the "window" functions.
Mon, 18 Feb 2013 05:58:50 -0600 Brian Smith Renamed package "dw" instead of "dwindows" for brevity.
Sun, 17 Feb 2013 07:12:47 -0600 Brian Smith Added preliminary support for all callback types.
Sun, 17 Feb 2013 06:06:04 -0600 Brian Smith Got exports and thus callbacks working... some updates to dwtest.
Sat, 16 Feb 2013 06:25:08 -0600 Brian Smith Corrected the file system layout to work with GOPATH...
Sat, 16 Feb 2013 05:17:44 -0600 Brian Smith Attempt at splitting the packages up, and getting the exports working...
Sat, 16 Feb 2013 03:08:19 -0600 Brian Smith Attempt at exporting using the comment... MinGW has gone crazy so
Sat, 16 Feb 2013 02:33:28 -0600 Brian Smith Attempt at getting callbacks working, but getting undefined reference on
Fri, 15 Feb 2013 18:42:56 -0600 Brian Smith Ok problem solved... the locking needs to be done during Go init() not
Fri, 15 Feb 2013 18:20:04 -0600 Brian Smith Attempted fix for main thread errors on Mac... other people doing the
Fri, 15 Feb 2013 18:07:03 -0600 Brian Smith Initial signal handler code... still not sure how this will work.
Fri, 15 Feb 2013 17:18:12 -0600 Brian Smith Added a bunch more functions, and merged in part of the dwtest window.
Fri, 15 Feb 2013 15:06:43 -0600 Brian Smith Added a few more functions and get it working on Windows.
Fri, 15 Feb 2013 06:42:02 -0600 Brian Smith Try to get it to work minimally on Linux, FreeBSD, Mac and Windows...
Fri, 15 Feb 2013 03:38:51 -0600 Brian Smith Switch to using pkg-config, now that dwindows supports pkg-config.
Fri, 15 Feb 2013 02:52:41 -0600 Brian Smith Rudimentary Mac support.
Thu, 14 Feb 2013 17:28:02 -0600 Brian Smith Initial bare bones test version... still figuring out what I am doing...