log

age author description
Sat, 15 Jan 2022 18:11:40 -0600 Brian Smith Added tag 3.2 for changeset 5962894873f1 default tip
Mon, 20 Dec 2021 07:57:52 -0600 Brian Smith Add new constants introduced in dwindows 3.2 to the go bindings. 3.2
Fri, 12 Nov 2021 06:54:27 -0600 Brian Smith Add the basic popup menu on container context for testing purposes.
Fri, 12 Nov 2021 05:27:13 -0600 Brian Smith Move timer handle safety into the Timer_disconnect() binding.
Fri, 12 Nov 2021 04:59:06 -0600 Brian Smith Update the about dialog, add HTMLEngine to the environment struct.
Fri, 12 Nov 2021 04:24:40 -0600 Brian Smith Missed one change in that last commit.
Fri, 12 Nov 2021 04:19:44 -0600 Brian Smith Import some layout changes for the render tab.
Fri, 12 Nov 2021 03:19:23 -0600 Brian Smith Add button mask to the status text on the render tab.
Fri, 12 Nov 2021 03:09:46 -0600 Brian Smith Add word wrap, color, font style and size options to the container tab.
Thu, 11 Nov 2021 18:24:09 -0600 Brian Smith Updates to use dw.Render_redraw() to trigger expose events.
Thu, 11 Nov 2021 17:42:34 -0600 Brian Smith Add notifications to the two test programs.
Thu, 11 Nov 2021 15:35:31 -0600 Brian Smith Add Feature test display to the two dw(oo)test programs.
Tue, 09 Nov 2021 09:12:23 -0600 Brian Smith Port the new HTML code to dwootest using object references and closures.
Tue, 09 Nov 2021 07:48:36 -0600 Brian Smith Remove unnecessary callback indirection variables and fix another exit type mismatch.
Mon, 08 Nov 2021 20:26:35 -0600 Brian Smith Add javascript tests to the dwtest app... need to verify the code and add to dwootest.
Mon, 08 Nov 2021 19:18:44 -0600 Brian Smith Implment HTML callbacks: changed and result. Untested, will test with dw(oo)test changes.
Mon, 08 Nov 2021 17:52:27 -0600 Brian Smith Fix type error, need a button specific handler for the exit button.
Mon, 08 Nov 2021 17:18:57 -0600 Brian Smith Added new functions introduced since 3.0... need to implement new callbacks.
Sat, 06 Nov 2021 23:20:38 -0500 Brian Smith The container title and data functions used to be macros to the same thing.
Sat, 06 Nov 2021 22:14:59 -0500 Brian Smith Attempt to switch from unsafe.Pointer to C.uintptr_t for storing Dynamic Window handles.
Sat, 06 Nov 2021 07:14:50 -0500 Brian Smith Switch to using cgo.Handle to pass Go functions and other objects through
Fri, 05 Nov 2021 16:45:46 -0500 Brian Smith Remove obsolete references to BitBucket that prevent building on Windows.
Fri, 05 Nov 2021 15:27:32 -0500 Brian Smith Restrucure for modern versions of Go using modules.
Tue, 31 Dec 2019 08:36:17 -0600 Brian Smith Some uncommitted changes for getting things working with newer Go versions.
Wed, 11 Nov 2015 22:45:27 -0600 Brian Smith Fixed function definition errors preventing compilation with go 1.5.
Tue, 22 Oct 2013 15:12:05 -0500 Brian Smith Added Dialog related functions... for consistency using HDIALOG instead
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...
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...