Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
LCUI
A small C library for building user interfaces with C, XML and CSS.
Collective -
Host: opensource -
https://opencollective.com/lcui
- Website: https://lcui.org
- Code: https://github.com/lc-soft/LCUI
添加widget与surface的样式同步功能,待完善
github.com/lc-soft/LCUI - 891f7f3d54c109e5f734dc65a8ffd561f43d9151 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 891f7f3d54c109e5f734dc65a8ffd561f43d9151 authored almost 10 years ago by Liu Chao <[email protected]>
针对部件事件添加相关代码
github.com/lc-soft/LCUI - 53b49593c19c0759a96e00f608d8c07632fe225a authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 53b49593c19c0759a96e00f608d8c07632fe225a authored almost 10 years ago by Liu Chao <[email protected]>
启用图像输出模块
github.com/lc-soft/LCUI - ad795bfd0223b264cb28635d348456cf1bf73c1a authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - ad795bfd0223b264cb28635d348456cf1bf73c1a authored almost 10 years ago by Liu Chao <[email protected]>
补充代码
github.com/lc-soft/LCUI - b2ccc0e64dfb6c8c1e1fbe834d87be49a54350c0 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - b2ccc0e64dfb6c8c1e1fbe834d87be49a54350c0 authored almost 10 years ago by Liu Chao <[email protected]>
修改 framectrl.c 的接口
github.com/lc-soft/LCUI - c9d851e4070d1dabf6e428ad660bae78ad4f019e authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c9d851e4070d1dabf6e428ad660bae78ad4f019e authored almost 10 years ago by Liu Chao <[email protected]>
更新头文件
github.com/lc-soft/LCUI - c3b71c90a8540a2c239d8c9460625ec0d35bf214 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c3b71c90a8540a2c239d8c9460625ec0d35bf214 authored almost 10 years ago by Liu Chao <[email protected]>
修改对 linux 上的 FrameBuffer 支持代码
github.com/lc-soft/LCUI - ac858d73054eb28ac9900bf4dbc163b79b1db573 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - ac858d73054eb28ac9900bf4dbc163b79b1db573 authored almost 10 years ago by Liu Chao <[email protected]>
整理一些内容
github.com/lc-soft/LCUI - 95d1bf17965138fdf4f54b9aab1054d727a7952f authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 95d1bf17965138fdf4f54b9aab1054d727a7952f authored almost 10 years ago by Liu Chao <[email protected]>
移除一些没用的内容
github.com/lc-soft/LCUI - 047f5ebd461b3a057c731dd18d4a3f337c8000c1 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 047f5ebd461b3a057c731dd18d4a3f337c8000c1 authored almost 10 years ago by Liu Chao <[email protected]>
调整图形输出功能,修改 surface 模块
只修改了部分代码,有待继续修改
github.com/lc-soft/LCUI - 63ba398a7f82ac2e9b0c8e60e5c38ae459c80f72 authored almost 10 years ago by Liu Chao <[email protected]>
修改部件绘制流程
github.com/lc-soft/LCUI - 332075574dd2e75dfdaf99b956fb96c6228ccd50 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 332075574dd2e75dfdaf99b956fb96c6228ccd50 authored almost 10 years ago by Liu Chao <[email protected]>
纠正任务缓存位置的错误,调整窗口标题文本的拷贝操作
显示任务缓存应该存储在TASK_SHOW中,而不是TASK_RESZIE中。
标题文本的拷贝中,遗漏了结束符,现已补上。
进行 surface 测试
github.com/lc-soft/LCUI - 6349a0f5a1a15f5e58e5c879e0cb09a581e28ea1 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 6349a0f5a1a15f5e58e5c879e0cb09a581e28ea1 authored almost 10 years ago by Liu Chao <[email protected]>
添加任务的缓存与处理
github.com/lc-soft/LCUI - 0f62c5425ecf00036576ada1d6c891989a552858 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 0f62c5425ecf00036576ada1d6c891989a552858 authored almost 10 years ago by Liu Chao <[email protected]>
将 surface 的 windows 窗口创建任务和消息循环放到一个线程里进行
所有 surface 的windows窗口的创建与消息处理都在一个线程上进行,后面会为 surface
添加任务缓存,以异步执行需要用到Surface的窗口句柄的操作。
做些修改,准备完善 surface.c
github.com/lc-soft/LCUI - 4f7850099a84e9546f2de08c3b8a87b509f2804c authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 4f7850099a84e9546f2de08c3b8a87b509f2804c authored almost 10 years ago by Liu Chao <[email protected]>
做些调整
github.com/lc-soft/LCUI - e97cfdb9272717700319a167c1df51b8eedb0371 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - e97cfdb9272717700319a167c1df51b8eedb0371 authored almost 10 years ago by Liu Chao <[email protected]>
调整部分代码
github.com/lc-soft/LCUI - fa8d55ce6c5e212ce4a00a1de36ff101f41fadb9 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - fa8d55ce6c5e212ce4a00a1de36ff101f41fadb9 authored almost 10 years ago by Liu Chao <[email protected]>
更新头文件
github.com/lc-soft/LCUI - 67fc9369e9f377e40b9833220d0e67229c1ff727 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 67fc9369e9f377e40b9833220d0e67229c1ff727 authored almost 10 years ago by Liu Chao <[email protected]>
改成公开接口
github.com/lc-soft/LCUI - 8b9656c2e780917a13f22120ba91e4097dfebd37 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 8b9656c2e780917a13f22120ba91e4097dfebd37 authored almost 10 years ago by Liu Chao <[email protected]>
完善绘制流程,删除无用代码
github.com/lc-soft/LCUI - 745daecdf6b523f0998c36cf6347e80327b8a6a8 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 745daecdf6b523f0998c36cf6347e80327b8a6a8 authored almost 10 years ago by Liu Chao <[email protected]>
补充一些内容
github.com/lc-soft/LCUI - a8d926221be8e1da89da404b6654ad761027842b authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - a8d926221be8e1da89da404b6654ad761027842b authored almost 10 years ago by Liu Chao <[email protected]>
完善部分绘制处理流程
github.com/lc-soft/LCUI - 0cb9592a6fa5f1aa6b3feae034e10b4c36b7f4a3 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 0cb9592a6fa5f1aa6b3feae034e10b4c36b7f4a3 authored almost 10 years ago by Liu Chao <[email protected]>
补充基本流程代码,待完善
github.com/lc-soft/LCUI - c57cf7ba7ac5eca78b58e1a24be4a5b03affae2e authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c57cf7ba7ac5eca78b58e1a24be4a5b03affae2e authored almost 10 years ago by Liu Chao <[email protected]>
补充区域引用功能代码
github.com/lc-soft/LCUI - 56690222ff3a3c01b15be8fc2bff597039cfba3b authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 56690222ff3a3c01b15be8fc2bff597039cfba3b authored almost 10 years ago by Liu Chao <[email protected]>
更新部件的脏矩形处理功能
github.com/lc-soft/LCUI - 6f87e20940367c4820606536e8b5fc48845fc7bf authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 6f87e20940367c4820606536e8b5fc48845fc7bf authored almost 10 years ago by Liu Chao <[email protected]>
补充部分属性的设置与计算函数
github.com/lc-soft/LCUI - 591322bfc42f3f2c7a0ace1fe9b0f003f9803348 authored almost 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 591322bfc42f3f2c7a0ace1fe9b0f003f9803348 authored almost 10 years ago by Liu Chao <[email protected]>
移除graphlayer.c
github.com/lc-soft/LCUI - ab66ced02def170f7d99d07ff795f469d37e8170 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - ab66ced02def170f7d99d07ff795f469d37e8170 authored about 10 years ago by Liu Chao <[email protected]>
修改 Widget_AddTask(),加点注释
github.com/lc-soft/LCUI - 8aec8473f92a9dd1b5a23239752e7b02c2bdcc11 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 8aec8473f92a9dd1b5a23239752e7b02c2bdcc11 authored about 10 years ago by Liu Chao <[email protected]>
补充点代码
github.com/lc-soft/LCUI - 3e1a788ec081427193fab226efca023eb0ac7bb9 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 3e1a788ec081427193fab226efca023eb0ac7bb9 authored about 10 years ago by Liu Chao <[email protected]>
修改主循环操作代码
github.com/lc-soft/LCUI - 4c8f13835d1e92bbbccbb7051b437e0c2337194e authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 4c8f13835d1e92bbbccbb7051b437e0c2337194e authored about 10 years ago by Liu Chao <[email protected]>
移动 #include
github.com/lc-soft/LCUI - d7c3da6aa83bf673452898d82b284b7d4f0d7b14 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - d7c3da6aa83bf673452898d82b284b7d4f0d7b14 authored about 10 years ago by Liu Chao <[email protected]>
补充初始化代码
github.com/lc-soft/LCUI - 3fbe3930c77425a97fdb75554858760154d1c018 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 3fbe3930c77425a97fdb75554858760154d1c018 authored about 10 years ago by Liu Chao <[email protected]>
调整数据定义
github.com/lc-soft/LCUI - 995beb760473051ddb75a960432553df46824b35 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 995beb760473051ddb75a960432553df46824b35 authored about 10 years ago by Liu Chao <[email protected]>
更改版权声明
github.com/lc-soft/LCUI - 78b87c4303bfe7eea05f52a2874d4005947e7b1b authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 78b87c4303bfe7eea05f52a2874d4005947e7b1b authored about 10 years ago by Liu Chao <[email protected]>
修改 LCUI_Border
github.com/lc-soft/LCUI - c0ba517c384164d51567d031eda56943de092d75 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c0ba517c384164d51567d031eda56943de092d75 authored about 10 years ago by Liu Chao <[email protected]>
添加 background.c
github.com/lc-soft/LCUI - 4a25ad219da912fe00a52c579025873fbcf67458 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 4a25ad219da912fe00a52c579025873fbcf67458 authored about 10 years ago by Liu Chao <[email protected]>
改用 self 记录模块所需数据、补充任务初始化代码。
github.com/lc-soft/LCUI - 83888de4b6d55c58421a128e884ebc8f6d921ba8 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 83888de4b6d55c58421a128e884ebc8f6d921ba8 authored about 10 years ago by Liu Chao <[email protected]>
做些小修改
github.com/lc-soft/LCUI - 427f7de07f0389aa4cdf7a851e5c3ea76d39a1eb authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 427f7de07f0389aa4cdf7a851e5c3ea76d39a1eb authored about 10 years ago by Liu Chao <[email protected]>
加上有效性判断
github.com/lc-soft/LCUI - e2a583483afb866b8a01469533158039fd78e28f authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - e2a583483afb866b8a01469533158039fd78e28f authored about 10 years ago by Liu Chao <[email protected]>
移除无用宏定义
github.com/lc-soft/LCUI - 9341585b44502d7d3865ec8d24ec28451166fdc7 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 9341585b44502d7d3865ec8d24ec28451166fdc7 authored about 10 years ago by Liu Chao <[email protected]>
为部件的初始化添加一点代码
github.com/lc-soft/LCUI - d5f8ed7df2586337d6ab91c7071461e7c4cb64fa authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - d5f8ed7df2586337d6ab91c7071461e7c4cb64fa authored about 10 years ago by Liu Chao <[email protected]>
启用部分模块,以进行测试
github.com/lc-soft/LCUI - 2600f1bf600a57b6b7d9ec3049427450952455d2 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 2600f1bf600a57b6b7d9ec3049427450952455d2 authored about 10 years ago by Liu Chao <[email protected]>
更新 hello,world
github.com/lc-soft/LCUI - af6e128b2782a82635fa41ff4b7459d208da43a4 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - af6e128b2782a82635fa41ff4b7459d208da43a4 authored about 10 years ago by Liu Chao <[email protected]>
#include <tchar.h>
github.com/lc-soft/LCUI - c40baed35ccc5c81be2d85c3ac2461d0bbc9238f authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c40baed35ccc5c81be2d85c3ac2461d0bbc9238f authored about 10 years ago by Liu Chao <[email protected]>
初始化互斥锁,加点调试信息
github.com/lc-soft/LCUI - c096713277cb61e398d6fe2972950585a5f21995 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c096713277cb61e398d6fe2972950585a5f21995 authored about 10 years ago by Liu Chao <[email protected]>
修复:当向空链表插入结点时会出错
github.com/lc-soft/LCUI - c4f1913f61a0d96f10ed8b42fafc81a791fdf2b1 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c4f1913f61a0d96f10ed8b42fafc81a791fdf2b1 authored about 10 years ago by Liu Chao <[email protected]>
初始化互斥锁,重定位链表中的游标
github.com/lc-soft/LCUI - da6b1ba9225787c254052b2a24c921012e06c953 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - da6b1ba9225787c254052b2a24c921012e06c953 authored about 10 years ago by Liu Chao <[email protected]>
修改问题代码
github.com/lc-soft/LCUI - f1bd3292de9e7b381ba2af0b66c1165a9d7fcba6 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - f1bd3292de9e7b381ba2af0b66c1165a9d7fcba6 authored about 10 years ago by Liu Chao <[email protected]>
修改问题代码
github.com/lc-soft/LCUI - 36f42d11bc6be1d54e80238aa219844ccea0ae8c authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 36f42d11bc6be1d54e80238aa219844ccea0ae8c authored about 10 years ago by Liu Chao <[email protected]>
修改部分会产生警告/错误的代码
github.com/lc-soft/LCUI - eedc137c53a8255bdfbbe8f281182d86b236c11f authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - eedc137c53a8255bdfbbe8f281182d86b236c11f authored about 10 years ago by Liu Chao <[email protected]>
纠正函数调用错误
github.com/lc-soft/LCUI - c2af981df11694c9e1b2b462ee5d491a2e2e28d3 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c2af981df11694c9e1b2b462ee5d491a2e2e28d3 authored about 10 years ago by Liu Chao <[email protected]>
修改问题代码
github.com/lc-soft/LCUI - d72590935f85267bbcbef756da43d8539d7c3d96 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - d72590935f85267bbcbef756da43d8539d7c3d96 authored about 10 years ago by Liu Chao <[email protected]>
做些修改
github.com/lc-soft/LCUI - 93b74f1a7df0c464a27c6ec6e177ebfa1a9b590a authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 93b74f1a7df0c464a27c6ec6e177ebfa1a9b590a authored about 10 years ago by Liu Chao <[email protected]>
为让项目能进行完整生成,做了些修改
github.com/lc-soft/LCUI - bce7713ec8cef20a49bd58f24830d367f2f72e79 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - bce7713ec8cef20a49bd58f24830d367f2f72e79 authored about 10 years ago by Liu Chao <[email protected]>
一时心血来潮,为 linkedlist.c 加点文字说明
github.com/lc-soft/LCUI - 570e388918aec564524ff48795878c1b65db6243 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 570e388918aec564524ff48795878c1b65db6243 authored about 10 years ago by Liu Chao <[email protected]>
更新部件任务的处理方式
github.com/lc-soft/LCUI - 0f230a8338a5b27c3f394bacbd075928d57cba91 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 0f230a8338a5b27c3f394bacbd075928d57cba91 authored about 10 years ago by Liu Chao <[email protected]>
调整数据结构
github.com/lc-soft/LCUI - e37c2c193d210ca8aa8220bb0d85e3e945af9428 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - e37c2c193d210ca8aa8220bb0d85e3e945af9428 authored about 10 years ago by Liu Chao <[email protected]>
做些小改动
github.com/lc-soft/LCUI - 2b15ee317518724412c7c6d4a84462e6f16793da authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 2b15ee317518724412c7c6d4a84462e6f16793da authored about 10 years ago by Liu Chao <[email protected]>
补充一些部件任务处理代码
github.com/lc-soft/LCUI - 5a2bb9a016919c5e798139bd2b219171346126f5 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 5a2bb9a016919c5e798139bd2b219171346126f5 authored about 10 years ago by Liu Chao <[email protected]>
添加几个用于获取不同区域的函数,代码待补全
github.com/lc-soft/LCUI - 3300e5034bf67b946d7822de53cfd080e1e4a19b authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 3300e5034bf67b946d7822de53cfd080e1e4a19b authored about 10 years ago by Liu Chao <[email protected]>
显式声明 LCUI_WidgetShadow
github.com/lc-soft/LCUI - a32c18c84c704203e8ae9cc3ccad252de46c960b authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - a32c18c84c704203e8ae9cc3ccad252de46c960b authored about 10 years ago by Liu Chao <[email protected]>
调整代码
github.com/lc-soft/LCUI - b39aa5a497cd270f23b1941c9029e685d5bfd3a7 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - b39aa5a497cd270f23b1941c9029e685d5bfd3a7 authored about 10 years ago by Liu Chao <[email protected]>
补充代码
github.com/lc-soft/LCUI - 5f053468f7e5a1880b3cfdd9549285b0cc573c73 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 5f053468f7e5a1880b3cfdd9549285b0cc573c73 authored about 10 years ago by Liu Chao <[email protected]>
修改依赖库文件
github.com/lc-soft/LCUI - 5ac12e18e3891628a6a52415d397b9fc10897a09 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 5ac12e18e3891628a6a52415d397b9fc10897a09 authored about 10 years ago by Liu Chao <[email protected]>
整理部件任务处理代码
github.com/lc-soft/LCUI - dea966b69d784771f4559c6adfba17d001e26583 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - dea966b69d784771f4559c6adfba17d001e26583 authored about 10 years ago by Liu Chao <[email protected]>
添加文件目录结构说明
github.com/lc-soft/LCUI - 0dc50ab6cb329bca112f2da245101ddd72c2daa3 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 0dc50ab6cb329bca112f2da245101ddd72c2daa3 authored about 10 years ago by Liu Chao <[email protected]>
移除依赖库的头文件和库文件
这些依赖库的头文件和库文件不用放到代码库中,避免代码库多余的体积增长。
需要的话可以自己去下载编译,然后放到工程文件所在目录中。
更新部件类库管理代码
github.com/lc-soft/LCUI - 66c8b28156b4ca5d822d11d6100e09604fbd557c authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 66c8b28156b4ca5d822d11d6100e09604fbd557c authored about 10 years ago by Liu Chao <[email protected]>
Update configure.ac
github.com/lc-soft/LCUI - dba1378396efab316bf9a30a0891f7580c86d46c authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - dba1378396efab316bf9a30a0891f7580c86d46c authored about 10 years ago by Liu Chao <[email protected]>
update
github.com/lc-soft/LCUI - cc1cc774eb9ae5cc8bfe7046ce8f1c1504adf282 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - cc1cc774eb9ae5cc8bfe7046ce8f1c1504adf282 authored about 10 years ago by Liu Chao <[email protected]>
改成 autogen
github.com/lc-soft/LCUI - 742ed8cfebce6909f9009cec8d8428b7fcd81c5f authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 742ed8cfebce6909f9009cec8d8428b7fcd81c5f authored about 10 years ago by Liu Chao <[email protected]>
移除无用宏定义
github.com/lc-soft/LCUI - acad14ee6bb66f88916f27a308c536f4f5994580 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - acad14ee6bb66f88916f27a308c536f4f5994580 authored about 10 years ago by Liu Chao <[email protected]>
准备完善部件任务处理功能
github.com/lc-soft/LCUI - 99f08c2e73fd33c29ec23be5d61ccd81951c2e23 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 99f08c2e73fd33c29ec23be5d61ccd81951c2e23 authored about 10 years ago by Liu Chao <[email protected]>
update
github.com/lc-soft/LCUI - b5219e0cb3d0feae5e55a7849156e2b99426017c authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - b5219e0cb3d0feae5e55a7849156e2b99426017c authored about 10 years ago by Liu Chao <[email protected]>
添加 GetEventName()
github.com/lc-soft/LCUI - 793f2a4b27bf08d015bad2b4df35a1b6f2b2192b authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 793f2a4b27bf08d015bad2b4df35a1b6f2b2192b authored about 10 years ago by Liu Chao <[email protected]>
补充代码
github.com/lc-soft/LCUI - ffac6231e3915cd604b16e3a6645c030dea125ed authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - ffac6231e3915cd604b16e3a6645c030dea125ed authored about 10 years ago by Liu Chao <[email protected]>
更新文件列表
github.com/lc-soft/LCUI - fa56883057ad23407380ffa1f35180d0ec877965 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - fa56883057ad23407380ffa1f35180d0ec877965 authored about 10 years ago by Liu Chao <[email protected]>
移除无用 Makefile.am
github.com/lc-soft/LCUI - 103f4ab4a8b21523b1e32a5fb34fd14655ea3058 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 103f4ab4a8b21523b1e32a5fb34fd14655ea3058 authored about 10 years ago by Liu Chao <[email protected]>
update
github.com/lc-soft/LCUI - cc2194c78e6c9128574d092afeb00b790a0370ca authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - cc2194c78e6c9128574d092afeb00b790a0370ca authored about 10 years ago by Liu Chao <[email protected]>
使用 (int)widget 作为 key 是不可靠的,改用了另一种方法。
github.com/lc-soft/LCUI - c25e58a94b79cb801570e63400acb43f4bfb0340 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - c25e58a94b79cb801570e63400acb43f4bfb0340 authored about 10 years ago by Liu Chao <[email protected]>
改成用 ./autogen.sh
github.com/lc-soft/LCUI - 60b4e7d5f74b17ae95455423ddeeba6c2114b58d authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 60b4e7d5f74b17ae95455423ddeeba6c2114b58d authored about 10 years ago by Liu Chao <[email protected]>
更新 autogen.sh
github.com/lc-soft/LCUI - bf20e9bb2180b304c42d69a1d14102814f269ad9 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - bf20e9bb2180b304c42d69a1d14102814f269ad9 authored about 10 years ago by Liu Chao <[email protected]>
受 libtoolize 的影响,加上 AC_CONFIG_MACRO_DIR([m4])
github.com/lc-soft/LCUI - d20ab1e7b786fe0c7f1d500280286f862aa111e0 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - d20ab1e7b786fe0c7f1d500280286f862aa111e0 authored about 10 years ago by Liu Chao <[email protected]>
添加 autogen.sh,用于快捷生成 configure 脚本。
github.com/lc-soft/LCUI - df07dc8ef8f3fda6d530418f926dd98bb1dd4585 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - df07dc8ef8f3fda6d530418f926dd98bb1dd4585 authored about 10 years ago by Liu Chao <[email protected]>
添加需忽略的文件
github.com/lc-soft/LCUI - 50c87285531eb8c61df5f4dbd9afa37a644d61df authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 50c87285531eb8c61df5f4dbd9afa37a644d61df authored about 10 years ago by Liu Chao <[email protected]>
添加 configure 生成方法
github.com/lc-soft/LCUI - 28a0b54acf08296bd3ea7377cc116a55d4c0806f authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 28a0b54acf08296bd3ea7377cc116a55d4c0806f authored about 10 years ago by Liu Chao <[email protected]>
remove
github.com/lc-soft/LCUI - 2b630cb86ff44b21fdf1c8803ba5d39a903f6ba2 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 2b630cb86ff44b21fdf1c8803ba5d39a903f6ba2 authored about 10 years ago by Liu Chao <[email protected]>
config.h 是由 config.h.in 生成的,需要忽略
github.com/lc-soft/LCUI - e6c415343b2112213852bb5c4b83568fdeb23989 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - e6c415343b2112213852bb5c4b83568fdeb23989 authored about 10 years ago by Liu Chao <[email protected]>
添加误删的文件
github.com/lc-soft/LCUI - 04a2076e41df12ffa7ab84bc36c25287364803dc authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 04a2076e41df12ffa7ab84bc36c25287364803dc authored about 10 years ago by Liu Chao <[email protected]>
添加需忽略的文件
github.com/lc-soft/LCUI - 84a6f5bbbe3cfea0c4e71b74371ea8e34b3f7358 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 84a6f5bbbe3cfea0c4e71b74371ea8e34b3f7358 authored about 10 years ago by Liu Chao <[email protected]>
移除 AC_CONFIG_MACRO_DIR([m4])
github.com/lc-soft/LCUI - 75d2a4f7a527b2f4f7b541f98c103b056ab0fe1a authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 75d2a4f7a527b2f4f7b541f98c103b056ab0fe1a authored about 10 years ago by Liu Chao <[email protected]>
删除多余的文件
github.com/lc-soft/LCUI - 983213215f74858c3c092686f22a3abd13409dc3 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 983213215f74858c3c092686f22a3abd13409dc3 authored about 10 years ago by Liu Chao <[email protected]>
加点代码
github.com/lc-soft/LCUI - 2e1ee6018c4189c87ddb37f8ce66ed0a1bdc62f2 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 2e1ee6018c4189c87ddb37f8ce66ed0a1bdc62f2 authored about 10 years ago by Liu Chao <[email protected]>
添加忽略文件
github.com/lc-soft/LCUI - afd144966f4067128c217d048c2bc86f054abc3c authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - afd144966f4067128c217d048c2bc86f054abc3c authored about 10 years ago by Liu Chao <[email protected]>
移除 configure
github.com/lc-soft/LCUI - e0331801448818f8784fdaccd856b2ce74f24ac6 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - e0331801448818f8784fdaccd856b2ce74f24ac6 authored about 10 years ago by Liu Chao <[email protected]>
删除 Makefile.in
这些文件可以靠 automake 生成,只需保留 Makefile.am。
github.com/lc-soft/LCUI - 8c506af18cd297486d6708605c8c1ee20f3d21c0 authored about 10 years ago by Liu Chao <[email protected]>
修改 “说明” 和 “构建方法”
github.com/lc-soft/LCUI - 1f3f14a32126dc8e33a3eb0653f85c9d1ded854f authored about 10 years ago by Heroes's King <[email protected]>
github.com/lc-soft/LCUI - 1f3f14a32126dc8e33a3eb0653f85c9d1ded854f authored about 10 years ago by Heroes's King <[email protected]>
isVisible 改成 style.visible
github.com/lc-soft/LCUI - 931c9d650d280205822d3fb306d3b58ad39fdce8 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - 931c9d650d280205822d3fb306d3b58ad39fdce8 authored about 10 years ago by Liu Chao <[email protected]>
取消使用 LC_CONFIG_H
github.com/lc-soft/LCUI - fa043f1c515b05a1e334d319747b6ac69a887f20 authored about 10 years ago by Liu Chao <[email protected]>
github.com/lc-soft/LCUI - fa043f1c515b05a1e334d319747b6ac69a887f20 authored about 10 years ago by Liu Chao <[email protected]>