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

Rename LCUI_FontStyle to LCUI_CSSFontStyle

github.com/lc-soft/LCUI - 1074889f5ce8f3d6ee851c41fb75720fe9744ce5 authored about 7 years ago by Liu Chao <[email protected]>
Clear compiler warnings

github.com/lc-soft/LCUI - 21958229e70e3990c769ad9a0fa8a7825cfb4a4b authored about 7 years ago by Liu Chao <[email protected]>
Improve ending token check for font-face rule data

github.com/lc-soft/LCUI - 14e04f0d0d4f0f4dd9b9f7af0ed25c9aec750575 authored about 7 years ago by Liu Chao <[email protected]>
Add CSS @font-face rule parser (#95)

github.com/lc-soft/LCUI - ec07c09e0659d3ff19a7a6bb267b430a5473b31d authored about 7 years ago by Liu Chao <[email protected]>
Split code of LCUI_LoadCSSBlock() (#95)

github.com/lc-soft/LCUI - 769f6add229fffa812ae08482f55a85169b21ed7 authored about 7 years ago by Liu Chao <[email protected]>
Improve widget content size computation

github.com/lc-soft/LCUI - 9748f48501c57b87f3925f0170ec5a306e4cc47a authored about 7 years ago by Liu Chao <[email protected]>
Add grid box and stylesheet overwrite test

github.com/lc-soft/LCUI - 1bc5b2653481a023f8dba253195fc99f5b7e99c3 authored about 7 years ago by Liu Chao <[email protected]>
Update max width computation

github.com/lc-soft/LCUI - 7a63ecace71f0227a63ff2c4bf87469b0d997941 authored about 7 years ago by Liu Chao <[email protected]>
Fix stylesheet selection bug (#113)

github.com/lc-soft/LCUI - 3cd702b6e93c06d87d8431661b1e6b07f805f2c2 authored about 7 years ago by Liu Chao <[email protected]>
Set type of the widget state to LCUI_WidgetState (#114)

github.com/lc-soft/LCUI - a49140741a32c22d124cadbbf23221b9d2f0d2be authored about 7 years ago by Liu Chao <[email protected]>
Fix text layer infinite loop typeset bug

github.com/lc-soft/LCUI - b21dd6d84544d5329b4f17b6ca75d5dfd848784c authored about 7 years ago by Liu Chao <[email protected]>
Add "loaded.anchor" event for anchor widget

github.com/lc-soft/LCUI - b7b237cf06d04ef1a5c2b5259bb8ffa96d0207cc authored about 7 years ago by Liu Chao <[email protected]>
Fix widget event bubble propagation bug

github.com/lc-soft/LCUI - 7a8de7b220926795a07d43e08631c7f338e95dbc authored about 7 years ago by Liu Chao <[email protected]>
Update widget attribute processing

github.com/lc-soft/LCUI - 76071577b9c59a81abd707e08d1b3653774b602f authored about 7 years ago by Liu Chao <[email protected]>
Clear compiler warnings from anchor.c

github.com/lc-soft/LCUI - 4415bf92093a974c13833f5cf8e0147d00a2aeb5 authored about 7 years ago by Liu Chao <[email protected]>
Fix textview height compute error (#111)

github.com/lc-soft/LCUI - ced426751aa8dd8b146db958ee927cfd3af9583d authored about 7 years ago by Liu Chao <[email protected]>
Add word-break for textlayer (#71)

github.com/lc-soft/LCUI - b56504f78c31fe6968caf72a112ccaec0f6007b6 authored about 7 years ago by Liu Chao <[email protected]>
Update widget layout processing (#107)

github.com/lc-soft/LCUI - ba2c790d1c75b8d0260827f9321e7adfd572d189 authored about 7 years ago by Liu Chao <[email protected]>
Add WTT_RESIZE_WITH_SURFACE task (#104)

github.com/lc-soft/LCUI - f268b8b584c39e72f638809e1a89dbaa1508b89e authored about 7 years ago by Liu Chao <[email protected]>
Add anchor widget (#105)

github.com/lc-soft/LCUI - 89c4866836f60a5c247976fde36693f2d8794fd5 authored about 7 years ago by Liu Chao <[email protected]>
Add judge for invalid background-image value

github.com/lc-soft/LCUI - 7217dd6e34d30a393ec8d3b14e4e0f55cdf01dde authored about 7 years ago by Liu Chao <[email protected]>
Fix some memory leak bugs

github.com/lc-soft/LCUI - d6df6af5efb5c65d06613607614f95a70e2aabc0 authored about 7 years ago by Liu Chao <[email protected]>
Clear compile warnings, Add TextView_SetMulitiline()

github.com/lc-soft/LCUI - fcaa6aed46df0bb825ffb0be196f0978d2a75735 authored about 7 years ago by Liu Chao <[email protected]>
Fix memory leak bug from pthread support

github.com/lc-soft/LCUI - f05fd5e1f723b1cb8d7e81df5f771ab9f44c441b authored about 7 years ago by Liu Chao <[email protected]>
Add worker.c and task.c for async task support (#106)

github.com/lc-soft/LCUI - 27bbdd2e46c7ce0ef971a173bf435a3a2818164f authored about 7 years ago by Liu Chao <[email protected]>
Add short name <w> for <widget> (#103)

github.com/lc-soft/LCUI - b36ed6637c0e05e14a25eb1eb4879844acb073b8 authored about 7 years ago by Liu Chao <[email protected]>
Update Widget_HasAutoWidth() judge conditions (#101)

github.com/lc-soft/LCUI - 4af352964039d6ca8034913cfb8d6295259228dd authored about 7 years ago by Liu Chao <[email protected]>
Adjust text vertical position (#100)

github.com/lc-soft/LCUI - e41f9cb0721c61d4983bbd0a7ef665c22caacd57 authored about 7 years ago by Liu Chao <[email protected]>
Fix txt->content memory leak

github.com/lc-soft/LCUI - b719c5b862672fba23b0764115cc5059af2f0835 authored about 7 years ago by Liu Chao <[email protected]>
Add content trimming support for TextView (#97)

github.com/lc-soft/LCUI - 9d32c1563145dacb72d7ed61e56c1302d52e55a4 authored about 7 years ago by Liu Chao <[email protected]>
Merge pull request #83 from lc-soft/develop

LCUI 1.0 Alpha 2

github.com/lc-soft/LCUI - 3c7539238483b739c1ad902d81c2846722b63f61 authored over 7 years ago by Liu <[email protected]>
Add v1.0-alpha2 changelog

github.com/lc-soft/LCUI - 0984339b4d622f6e9736f1bfaac39ee2dad4d2aa authored over 7 years ago by Liu Chao <[email protected]>
Update project configuration

github.com/lc-soft/LCUI - 0a4897b2f886bd5abd0e78f073be49100863bc59 authored over 7 years ago by Liu Chao <[email protected]>
Clear compile warnings

github.com/lc-soft/LCUI - 14d4f94587351aec77e25426cae7977aee4d68d6 authored over 7 years ago by Liu Chao <[email protected]>
Replace the margin with padding

github.com/lc-soft/LCUI - 1f1b8ff8f2aca822f3f05181d81ed6a9e7298add authored over 7 years ago by Liu Chao <[email protected]>
Update TextEdit and TextView paint method

github.com/lc-soft/LCUI - 8e74c90770084e09a8ec70b045c71f377e299d81 authored over 7 years ago by Liu Chao <[email protected]>
Update TextEdit widget caret position compute

github.com/lc-soft/LCUI - b09051a6dc3144ba74aa355d9e0256f52ece16f6 authored over 7 years ago by Liu Chao <[email protected]>
Add refresh() method for widget prototype, update textview widget

github.com/lc-soft/LCUI - 373d4afc6a3e8abc58d804a102353d609888a586 authored over 7 years ago by Liu Chao <[email protected]>
Update CodingStyle.zh-cn.md

github.com/lc-soft/LCUI - 96a1b63e65670dac6e7e3b264209807d6115c559 authored over 7 years ago by Liu <[email protected]>
Remove blank line

github.com/lc-soft/LCUI - 19ba83b185f713522f4af805c8a0e204e74d07bd authored over 7 years ago by Liu <[email protected]>
Add bearychat webhook

github.com/lc-soft/LCUI - 24cfafbe5c188df66f9440b2648f916dac775f81 authored over 7 years ago by Liu Chao <[email protected]>
Update README.md, add bearychat badge

github.com/lc-soft/LCUI - 2059b855c7647dbcea7b33120c3ea297b225c4dc authored over 7 years ago by Liu Chao <[email protected]>
Fix box-shadow render bug. #81

github.com/lc-soft/LCUI - ab1facdcb41404585440d7e1d6b5acd58bda52ae authored over 7 years ago by Liu Chao <[email protected]>
Clear compiler errors

github.com/lc-soft/LCUI - b2db8ee573a523752bc7a5b8d01805126f469d24 authored over 7 years ago by Liu Chao <[email protected]>
Update Makefile.am

github.com/lc-soft/LCUI - d8d5501526ac840683a87329cd99dd405e4ef2ad authored over 7 years ago by Liu Chao <[email protected]>
Add widget_helper.c

github.com/lc-soft/LCUI - 4cfd2775feecbf0f6ff36299507692f3b0837c42 authored over 7 years ago by Liu Chao <[email protected]>
Rename LCUI_Exit* to LCUI_Free*

github.com/lc-soft/LCUI - ee878f8fcc170a5168458c6946c63a803f4a5c56 authored over 7 years ago by Liu Chao <[email protected]>
Update test_widget_rect.c

github.com/lc-soft/LCUI - 620ddd6e95b40bcec68b0395f9f3353d3f2eef21 authored over 7 years ago by Liu Chao <[email protected]>
Update CodingStyle.zh-cn.md

github.com/lc-soft/LCUI - a7d22ed6f3b8bef3ac7970c6fa35b44661123e08 authored over 7 years ago by Liu <[email protected]>
Add example app for Universal Windows Platform (UWP)

github.com/lc-soft/LCUI - f329d618aca7b77f7b354f698c8eb0d3827d55e4 authored over 7 years ago by Liu Chao <[email protected]>
Clear compiler warnings

github.com/lc-soft/LCUI - 843b0e78a04f0f6d297f6ceedfd608bba1a66ad0 authored over 7 years ago by Liu Chao <[email protected]>
Add wcsdup2()

github.com/lc-soft/LCUI - 54bee18e3e39f36138aa7a5ae5d6b437815110fd authored over 7 years ago by Liu Chao <[email protected]>
Add Universal Windows Platform (UWP) support code

github.com/lc-soft/LCUI - 7e8019ba4e25e96a12e586e38ffa5f8a0ce63a8d authored over 7 years ago by Liu Chao <[email protected]>
Add cpp-coveralls

github.com/lc-soft/LCUI - f2a581c8a322bacc0bb9c3e303a61d8b475ad03e authored over 7 years ago by Liu Chao <[email protected]>
Add AX_CODE_COVERAGE

github.com/lc-soft/LCUI - 825d903799a31b70e92a3734a98ccc75c8121ed2 authored over 7 years ago by Liu Chao <[email protected]>
Update badges. #92

github.com/lc-soft/LCUI - 91bd8f7584e068faeadba258cb8cd54b0879cc53 authored over 7 years ago by Liu Chao <[email protected]>
Update LCUIWidget_RefreshStyle()

github.com/lc-soft/LCUI - 83d9f2ecaf255cdef9cca72ba2a6be2a1118ee39 authored over 7 years ago by Liu Chao <[email protected]>
Update widget background paint area compute

github.com/lc-soft/LCUI - 69ccc7c879559cb7f3cb187f72e52cd51ab8c3dd authored over 7 years ago by Liu Chao <[email protected]>
Update textview fixed size compute

github.com/lc-soft/LCUI - 14889a052f03e0c97f9c44056228b0da6fd16323 authored over 7 years ago by Liu Chao <[email protected]>
Fix mainlop memory leak bug

github.com/lc-soft/LCUI - 37d54bb5ec3e38f8a633e620b97bbbfb4954714b authored over 7 years ago by Liu Chao <[email protected]>
Make the display work without driver

github.com/lc-soft/LCUI - 069cc67d52413c309963bf51d53c200a21d0db09 authored over 7 years ago by Liu Chao <[email protected]>
Clear compiler warnings

github.com/lc-soft/LCUI - 1a76ab6fb3fe02a72d7f77d49bdc094d0394b9f6 authored over 7 years ago by Liu Chao <[email protected]>
Update layout and style

github.com/lc-soft/LCUI - aa61afb975751286cabdb07665a3af8138b3690d authored over 7 years ago by Liu Chao <[email protected]>
Add test_widget_rect.c

github.com/lc-soft/LCUI - b62434a117d3a22d81dbc3eaaa280eb791375ab9 authored over 7 years ago by Liu Chao <[email protected]>
Add position and box-sizing setter

github.com/lc-soft/LCUI - b43935a25b10cbc8b42168b313b03041a93a9d7a authored over 7 years ago by Liu Chao <[email protected]>
Update windows drivers, add LCUI_Exit() and LCUI_Paint event

github.com/lc-soft/LCUI - bba0d4384b2b5fab067d63ef7c46cad152500951 authored over 7 years ago by Liu Chao <[email protected]>
Update widget invalid area processing

github.com/lc-soft/LCUI - dfdc3d08b288390de4f57915b856eadaec643a36 authored over 7 years ago by Liu Chao <[email protected]>
Add widget.c

github.com/lc-soft/LCUI - e0867a5768be03b3821fcae2af5a33f8af2a3d61 authored over 7 years ago by Liu Chao <[email protected]>
roundi() -> iround()

github.com/lc-soft/LCUI - 5e761742eda78a46e19231cda7b1a26ab6beb421 authored over 7 years ago by Liu Chao <[email protected]>
Update textedit scaling support. #94

github.com/lc-soft/LCUI - 1a216f7c6ab482a67f5af8d2c8530b037f81df16 authored over 7 years ago by Liu Chao <[email protected]>
Add css_fontstyle.c, update textview

github.com/lc-soft/LCUI - 9b7661cafeec3cc46cd1e1e6727911b0d77feb84 authored over 7 years ago by Liu Chao <[email protected]>
Update content height check

github.com/lc-soft/LCUI - f971099bfe370cf2d60940dc5a6ac9f9fe5feec7 authored over 7 years ago by Liu Chao <[email protected]>
Update ComputeYMetric(), and replace %.2f to %g. #94

github.com/lc-soft/LCUI - 17e42f8f4790bd0552fd430db900c35990189bf5 authored over 7 years ago by Liu Chao <[email protected]>
Update Widget_ComputeMaxAvaliableWidth(). #94

github.com/lc-soft/LCUI - 1780f400b925790c65bebc455cd1d1d27415ff7d authored over 7 years ago by Liu Chao <[email protected]>
Update scrollbar position processing. #94

github.com/lc-soft/LCUI - d579b997552de55c2bc45ecbec52c5c1c0ff9b78 authored over 7 years ago by Liu Chao <[email protected]>
Update textlayer line height processing. #94

github.com/lc-soft/LCUI - 7b760f94347df04077ed61157777d2d5849fec14 authored over 7 years ago by Liu Chao <[email protected]>
Clear widget prototype after delete stylesheets

github.com/lc-soft/LCUI - 1551f81b84baa1304f9f7cd300f1df53a4e1d717 authored over 7 years ago by Liu Chao <[email protected]>
Improve widget background image loader

github.com/lc-soft/LCUI - f2176ba57ff5663a7ea7b010fdee66d884309799 authored over 7 years ago by Liu Chao <[email protected]>
Update Widget_ComputeMaxAvaliableWidth()

github.com/lc-soft/LCUI - bf17a786fd07387453848f9237830f101425f99a authored over 7 years ago by Liu Chao <[email protected]>
Fix some memory leak bugs.

github.com/lc-soft/LCUI - cc5e4453356153b594c8a81e22429ec87bd6465b authored over 7 years ago by Liu Chao <[email protected]>
Add valgrind memcheck for Travis CI. #91

github.com/lc-soft/LCUI - 5517559c36cc7b068e8917d8228b2212e6564536 authored over 7 years ago by Liu Chao <[email protected]>
Fix driver memory leak bug on linux. #52

github.com/lc-soft/LCUI - 39ed617286957bfd65a61b68611d8d774cf938e0 authored over 7 years ago by Liu Chao <[email protected]>
Fix some memory leak bugs. #52

github.com/lc-soft/LCUI - 85bf6be74827a0a252d4f3923a880bcbfaa9e344 authored over 7 years ago by Liu Chao <[email protected]>
Fix some memory leak bugs. #52

github.com/lc-soft/LCUI - 18658988b0025afbe288cb27d1b351890381b7f1 authored over 7 years ago by Liu Chao <[email protected]>
Update test cases

github.com/lc-soft/LCUI - e826b994dc047898378962683c373f86b4cbdcfd authored over 7 years ago by Liu Chao <[email protected]>
Fix font library memory leak bug. #52

github.com/lc-soft/LCUI - 301c2ac9e114fbbfbbc4a622df1e6c70e7772638 authored over 7 years ago by Liu Chao <[email protected]>
Update test_widget_layout.c

github.com/lc-soft/LCUI - 568be91d115d8601c6970b523b0444a4934bb611 authored over 7 years ago by Liu Chao <[email protected]>
Add Widget_ComputeMaxAvaliableWidth()

github.com/lc-soft/LCUI - 67ceb7cd8de861cef7d674f0101cb5feb865feca authored over 7 years ago by Liu Chao <[email protected]>
Update test cases, add widget layout test. #90

github.com/lc-soft/LCUI - 161c969b7a7402f9298214502c73508362a1aa50 authored over 7 years ago by Liu Chao <[email protected]>
Remove System.is_inited

github.com/lc-soft/LCUI - 1557afccfd4ed76172bde8708af35132d2347d40 authored over 7 years ago by Liu Chao <[email protected]>
Update driver destructor

github.com/lc-soft/LCUI - c6bb1ecd64797061a197e15002ceb0833bcb951c authored over 7 years ago by Liu Chao <[email protected]>
Update widget style compute

github.com/lc-soft/LCUI - f7b453583e330f9450aeb6c38cd9c93c95e30f6b authored over 7 years ago by Liu Chao <[email protected]>
Update win32 thread support

github.com/lc-soft/LCUI - 8339831b0d8290e9c1f770b69b3590601fe6a24a authored over 7 years ago by Liu Chao <[email protected]>
Fix some bugs

github.com/lc-soft/LCUI - bd078405fc831b399e303c8c610e36de19a61db3 authored over 7 years ago by Liu Chao <[email protected]>
text-sp -> text-px

github.com/lc-soft/LCUI - a286efac643858cce56a6493add252d28796e71e authored over 7 years ago by Liu Chao <[email protected]>
Update textview style compute method. #89

github.com/lc-soft/LCUI - 897f6135e95e19efb327350926ec6a6e78f7e7c5 authored over 7 years ago by Liu Chao <[email protected]>
Improve widget size compute method. #89

github.com/lc-soft/LCUI - 0931ca1bb7d0ac825ef1fe5defa0f52d196707a5 authored over 7 years ago by Liu Chao <[email protected]>
Add value print for dip and sp

github.com/lc-soft/LCUI - 913f389f844118db4a1b73a7cc3e987fad3b06bf authored over 7 years ago by Liu Chao <[email protected]>
Clear compiler warnings and errors

github.com/lc-soft/LCUI - 9431db6dc730a1bdd33d80e5c3adc5e4f99f493b authored over 7 years ago by Liu Chao <[email protected]>
Add test_scaling_support.c

github.com/lc-soft/LCUI - 8c4db984dbc96e60a7585de5bf6e6e42b4127d62 authored over 7 years ago by Liu Chao <[email protected]>