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.