Pietro Gagliardi
|
7c6fa3b2fd
|
Fixed assorted typos in some of the new C files.
|
2014-07-17 23:56:16 -04:00 |
Pietro Gagliardi
|
b174ed985c
|
Added include guards to winapi_windows.h because of cgo including the file multiple times.
|
2014-07-17 23:52:07 -04:00 |
Pietro Gagliardi
|
e2be30c6e4
|
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
|
2014-07-17 23:50:14 -04:00 |
Pietro Gagliardi
|
501b6a3a34
|
Fixed Go compiler errors in the new Windows code; round 1.
|
2014-07-17 23:48:44 -04:00 |
Pietro Gagliardi
|
70e45bef57
|
Removed Windows constant generation code as we will no longer need it.
|
2014-07-17 23:45:52 -04:00 |
Pietro Gagliardi
|
6a5a28d917
|
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler errors...
|
2014-07-17 23:45:12 -04:00 |
Pietro Gagliardi
|
d8f302f157
|
Some Unicode-related fixups and additions in the new Windows code.
|
2014-07-17 23:14:22 -04:00 |
Pietro Gagliardi
|
0dc1538002
|
Migrated window_windows.go to C.
|
2014-07-17 23:11:16 -04:00 |
Pietro Gagliardi
|
29b80f7542
|
Migrated sizing_windows.go to C.
|
2014-07-17 22:47:04 -04:00 |
Pietro Gagliardi
|
2c025a97ef
|
Migrated init_windows.go to C.
|
2014-07-17 22:33:03 -04:00 |
Pietro Gagliardi
|
7e40e9fe28
|
Migrated controls_windows.go to C.
|
2014-07-17 22:16:32 -04:00 |
Pietro Gagliardi
|
8fee588a1d
|
Migrated comctl32_windows.go to C.
|
2014-07-17 20:05:47 -04:00 |
Pietro Gagliardi
|
0adac4d3ca
|
Began the drudgery of converting all the Windows code to use cgo, because I'm not going to wait to debug this smashed stack.
|
2014-07-17 19:36:24 -04:00 |
Pietro Gagliardi
|
257fd8f07c
|
Added the code for the subclassing. And it smashes the stack. Wonderful...
|
2014-07-17 18:36:44 -04:00 |
Pietro Gagliardi
|
51a3c0e379
|
Migrated the comctl32.dll code and added all the window subclassing stuff. Starting to consider just doing what I'm doing with the Mac OS X backend and just using cgo...
|
2014-07-17 18:04:51 -04:00 |
Pietro Gagliardi
|
19f7b2946a
|
Laid down the framework for control events on Windows. The only problem left is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
|
2014-07-17 15:10:26 -04:00 |
Pietro Gagliardi
|
1a712d4064
|
Implemented button clicking on GTK+.
|
2014-07-17 12:14:38 -04:00 |
Pietro Gagliardi
|
e4b379f84a
|
Added button click events to the Mac OS X backend.
|
2014-07-17 12:02:39 -04:00 |
Pietro Gagliardi
|
659bc03f17
|
Migrated control sizing code for Mac OS X.
|
2014-07-17 11:24:58 -04:00 |
Pietro Gagliardi
|
819caea422
|
Re-added the Windows sizing code.
|
2014-07-16 22:31:48 -04:00 |
Pietro Gagliardi
|
a253f39d68
|
Ported over the sizing framework from the old package and implemented it on the GTK+ backend.
|
2014-07-16 21:30:19 -04:00 |
Pietro Gagliardi
|
1953f2d748
|
Added Button and control adding to the Mac OS X backend.
|
2014-07-16 13:25:09 -04:00 |
Pietro Gagliardi
|
d154a2d74d
|
Added basic control showing to the Windows backend.
|
2014-07-15 22:44:27 -04:00 |
Pietro Gagliardi
|
d6a8a72662
|
Fixed a flaw in the SetControl() for GTK+ Window: it forgot to unparent old children.
|
2014-07-15 22:34:12 -04:00 |
Pietro Gagliardi
|
0ddc060410
|
Refined zregen.sh to accept argumetns and not run the 64-bit generator if the 32-bit one failed.
|
2014-07-15 22:30:42 -04:00 |
Pietro Gagliardi
|
09ed472138
|
Added the beginninig of the Windows Control code.
|
2014-07-15 22:29:45 -04:00 |
Pietro Gagliardi
|
5ebd89984a
|
Added parenting/unparenting of controls to the GTK+ backend and the test program.
|
2014-07-15 20:48:16 -04:00 |
Pietro Gagliardi
|
474436e9f6
|
Implemented window resize handling on Mac OS X. Now for actually setting child controls and resizing them.
|
2014-07-15 14:04:20 -04:00 |
Pietro Gagliardi
|
c61666b6b4
|
Implemented resize event detection on Windows.
|
2014-07-15 12:09:46 -04:00 |
Pietro Gagliardi
|
b3cba4bfb1
|
Added window resize handling to the GTK+ backend.
|
2014-07-14 22:54:57 -04:00 |
Pietro Gagliardi
|
daafb7aef8
|
Added the widget container to the GTK+ code.
|
2014-07-14 16:32:45 -04:00 |
Pietro Gagliardi
|
0e7589af47
|
Implemented Stop() on Mac OS X.
|
2014-07-13 21:31:13 -04:00 |
Pietro Gagliardi
|
0eded3f774
|
Implemented Stop() on GTK+.
|
2014-07-13 20:31:08 -04:00 |
Pietro Gagliardi
|
acc604a820
|
Some comment cleanup.
|
2014-07-13 20:28:15 -04:00 |
Pietro Gagliardi
|
244061d878
|
Changed the semantics of uitask() to allow it to handle recursive main loops properly; important for Stop() to work correctly on non-Windows systems.
|
2014-07-13 20:26:16 -04:00 |
Pietro Gagliardi
|
f36451d26e
|
Added Stop() and implemented it on Windows.
|
2014-07-13 01:14:55 -04:00 |
Pietro Gagliardi
|
5bc9a75f0a
|
Pinned down event behavior of Windows.Close().
|
2014-07-12 16:17:06 -04:00 |
Pietro Gagliardi
|
903f8e9b22
|
Added zconstants regeneration script.
|
2014-07-12 16:15:28 -04:00 |
Pietro Gagliardi
|
530810deda
|
Implemented Window.Close() on Windows.
|
2014-07-12 16:15:10 -04:00 |
Pietro Gagliardi
|
1cdc6bad27
|
More TODOs.
|
2014-07-12 12:59:47 -04:00 |
Pietro Gagliardi
|
cfb9bcc625
|
Fixed the Windows code. Now to implement closing properly.
|
2014-07-12 12:59:12 -04:00 |
Pietro Gagliardi
|
b944b6d4d8
|
Finished writing initial Windows implementation. Now to find out why it doesn't work...
|
2014-07-12 11:29:54 -04:00 |
Pietro Gagliardi
|
c55386f929
|
Added function generation to zwinconstgen.go. cgo uses DWARF to get function parameters, so we'll just specify them manually ourselves; see funcnames_windows.go.
|
2014-07-11 23:34:39 -04:00 |
Pietro Gagliardi
|
06c2f1b051
|
More zwinconstgen.go work.
|
2014-07-11 12:33:28 -04:00 |
Pietro Gagliardi
|
732a6db368
|
More zwinconstgen.go output refinement.
|
2014-07-11 12:16:49 -04:00 |
Pietro Gagliardi
|
294cb8d166
|
More refinement of struct output in zwinconstgen.go.
|
2014-07-11 12:10:37 -04:00 |
Pietro Gagliardi
|
0260b7c867
|
Added a handler for embedded structure values in zwinconstgen.go.
|
2014-07-11 11:57:04 -04:00 |
Pietro Gagliardi
|
36e8393b46
|
Added an attempt at overriding HWND, etc. in the zwinconstgen.go type generation; will test now.
|
2014-07-11 11:50:45 -04:00 |
Pietro Gagliardi
|
14913e042e
|
Fixed up output of zwinconstgen.go to some extent.
|
2014-07-11 10:58:00 -04:00 |
Pietro Gagliardi
|
c71e80f192
|
Improved the structure type output of zwinconstgen.go.
|
2014-07-11 10:52:27 -04:00 |