Skip to content

Commit

Permalink
released v4.1.19.1229
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanRabbit committed Dec 29, 2019
1 parent 63b09de commit 958028d
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 34 deletions.
Binary file removed Default.ext
Binary file not shown.
Binary file added Demo/drawing/demo.matrix.e
Binary file not shown.
Binary file added Demo/object/[扩展]ColorButton/demo.colorbtn.e
Binary file not shown.
Binary file modified Demo/object/button/demo.button.e
Binary file not shown.
Binary file added Demo/object/combobox/demo.combobox.bak
Binary file not shown.
Binary file modified Demo/object/combobox/demo.combobox.e
Binary file not shown.
Binary file added Demo/window/demo.heteromorphic.e
Binary file not shown.
Binary file added Res/bkg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/0.LibExDui.Helper.bak
Binary file not shown.
Binary file modified Source/0.LibExDui.Helper.e
Binary file not shown.
Binary file modified Source/0.LibExDui.Helper.ec
Binary file not shown.
Binary file modified libexdui.dll
Binary file not shown.
19 changes: 17 additions & 2 deletions libexdui.h
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,11 @@ extern "C" BOOL _layout_unregister (int nType);
extern "C" int _layout_create (int nType,int hObjBind);

//======================================================
// 函数名称:_layout_destory
// 函数名称:_layout_destroy
// 返回类型:逻辑型
// 参数<1>:hLayout
//======================================================
extern "C" BOOL _layout_destory (int hLayout);
extern "C" BOOL _layout_destroy (int hLayout);

//======================================================
// 函数名称:Ex_ObjLayoutGet
Expand Down Expand Up @@ -2531,6 +2531,21 @@ extern "C" BOOL _matrix_rotate3d (int pMatrix,float x,float y,float z,float fAng
//======================================================
extern "C" BOOL _matrix_scale3d (int pMatrix,float scaleX,float scaleY,float scaleZ);

//======================================================
// 函数名称:_brush_createfromcanvas
// 返回类型:整数型
// 参数<1>:hCanvas
//======================================================
extern "C" int _brush_createfromcanvas (int hCanvas);

//======================================================
// 函数名称:_brush_settransform
// 返回类型:整数型
// 参数<1>:hBrush
// 参数<2>:matrix
//======================================================
extern "C" int _brush_settransform (int hBrush,int matrix);

//======================================================
// 函数名称:_path_destroy
// 返回类型:整数型
Expand Down
Binary file modified libexdui.lib
Binary file not shown.
10 changes: 0 additions & 10 deletions libexdui.rc

This file was deleted.

22 changes: 0 additions & 22 deletions xpmanifest.xml

This file was deleted.

16 changes: 16 additions & 0 deletions 更新说明.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
[4.1.19.1229]
[+] ���� ��Ͽ� CBN_POPUPLISTWINDOW �¼�����ʾ�����б�����ǰ����
[+] �޸� ��Ͽ��߼�����Ͽ������б��ı�Ĭ�ϵ���ʾ��ɫ����Ͽ�һ�£���л�����Ľ��飩
[!] �޸� demo.button.e ���Ի水ť��ʹ��EX_PAINTSTRUCT2�ṹ����ᵼ�±�������ƴ����BUG����лȺ���ύ��BUG��С����޸ģ�
[+] ���� ���ο� TVM_SET/GETITEMTEXTW ��Ϣ,���ڵ����������ο�����ı������޸� TVM_SETITEM ��ע�͵���ش���
[!] �޸� GDI ģʽ�µ�ģ���㷨��Ч�����ã���лС��Ĵ��룩

[4.1.19.1215]
[+] ���� ��ɫ��ť demo.colorbutton.e �������չ����
[!] ���� ����RGB��ɫָ�� ����ֵ�����bug
[!] �޸� Lib.Helperģ���� ���ھ�������������������bug
[!] ���� D2Dģʽ�� �����޷�ʹ�õ�bug
[+] ���� Ex_ObjBegin/EndPaint2��Ex_objBegin/EndPaintP ���ڶ� EX_PAINTSTRUCT2��֧��(Ч����ԭ����һ��)
[+] ���� Ex_ObjGetRectP ���涨���봫��EX_RECT
[+] ���� Lib.Helperģ���� _canvas_drawcanvas ������
[+] ���� ���δ��� demo.heteromorphic.e������ʹ�÷��� demo.matrix.e

[4.1.19.1209]
[+] ���� Ex_LoadImageFromMemory ������,�����ڴ��ڴ��м���λͼ��ͼ����
Expand Down

0 comments on commit 958028d

Please sign in to comment.