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.