Tags: world547/govcl
Tags
Squashed commit of the following: commit e34c1ec Author: ying32 <[email protected]> Date: Sun Jun 3 04:41:25 2018 +0800 1、添加TWinControl导出,并修正大多数控件的parent为TWinControl 2、移除InheritsFromControl、InheritsFromWinControl、InheritsFromComponent三个函数,改使用新的方法来做判断 commit 2bc5e90 Author: ying32 <[email protected]> Date: Sun Jun 3 04:39:38 2018 +0800 update main.go commit 6ccd0f2 Author: ying32 <[email protected]> Date: Sun Jun 3 04:38:48 2018 +0800 fix listboxcustomdraw/main.go commit 6891bf8 Author: ying32 <[email protected]> Date: Sun Jun 3 04:03:17 2018 +0800 1、增加 ClassType、DisposeOf、InheritsFrom、InstanceSize四个方法 2、增加TXXXClass类似函数,如: TApplicationClass,此函数导出的为类信息。 3、liblcl组件补上之前缺失的TBitBtn控件 commit 0aeef2b Author: ying32 <[email protected]> Date: Sun Jun 3 04:02:22 2018 +0800 更新govcl例程,测试新添加的方法 commit fd1bfa5 Author: ying32 <[email protected]> Date: Sun Jun 3 03:59:25 2018 +0800 Add a new type: TClass commit bc3c6f1 Author: ying32 <[email protected]> Date: Sun Jun 3 02:30:18 2018 +0800 MySyscall返回值由 Pointer -> UInt64,因为在32bit下,如果调用了返回类型为Int64的函数,则返回值错误。 commit aa7c0eb Author: ying32 <[email protected]> Date: Sun Jun 3 02:25:16 2018 +0800 add samples/mp3Player/README.md commit 734b07d Author: ying32 <[email protected]> Date: Sun Jun 3 02:24:59 2018 +0800 update .gitignore commit 820b871 Author: ying32 <[email protected]> Date: Sun Jun 3 02:24:25 2018 +0800 1、dylib_posix.go, syscall返回值改由void* -> uint64_t 2、添加一个dylib测试单元,及windows dll测试源码 commit 95a69b7 Author: ying32 <[email protected]> Date: Sun Jun 3 00:26:18 2018 +0800 初步添加一个mp3Player例程 commit cfd839a Author: ying32 <[email protected]> Date: Sat Jun 2 22:23:49 2018 +0800 事件关联中添加OnTimer事件 commit 9877695 Author: ying32 <[email protected]> Date: Sat Jun 2 19:49:48 2018 +0800 增加一个Windows下的类似于spy++例程 commit decc246 Author: ying32 <[email protected]> Date: Sat Jun 2 19:49:10 2018 +0800 Update samples/README.md commit 27ec861 Author: ying32 <[email protected]> Date: Sat Jun 2 19:46:33 2018 +0800 增加若干Windows api申明 commit c006c94 Author: ying32 <[email protected]> Date: Sat Jun 2 19:46:03 2018 +0800 types包增加一些类型定义 commit dc8805d Author: ying32 <[email protected]> Date: Sat Jun 2 12:56:16 2018 +0800 修复imageviewer在linux下读取psd颜色错误问题 commit 25587f0 Author: ying32 <[email protected]> Date: Sat Jun 2 12:48:20 2018 +0800 imageviewer,默认窗口大小800x600 commit eda9416 Author: ying32 <[email protected]> Date: Sat Jun 2 12:43:03 2018 +0800 imageviewer例程添加macOS运行。 commit 29e4930 Author: ying32 <[email protected]> Date: Sat Jun 2 12:41:22 2018 +0800 修复windows最大化全屏问题 commit 0bb59b0 Author: ying32 <[email protected]> Date: Sat Jun 2 11:31:52 2018 +0800 修复imageviewer在MacOS下读取psd颜色错误问题