shithub: microui

RSS feed

235a604d – rxi <rxi@users.noreply.github.com> authored on 2019/02/23 06:15
Version 1.01

29e13944 – rxi <rxi@users.noreply.github.com> authored on 2019/02/23 06:13
Updated screenshot on README to reflect demo changes

8fffdb8d – rxi <rxi@users.noreply.github.com> authored on 2019/02/23 06:02
Minor adjustment in background color preview on demo project

f4f74d28 – rxi <rxi@users.noreply.github.com> authored on 2018/11/16 14:13
Made clip_rect() function more concise

5eb6a9dc – rxi <rxi@users.noreply.github.com> authored on 2018/11/16 14:09
Removed old function prototype from microui.h

dee02554 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 13:38
Updated README screenshot

de3249b8 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 13:32
Comments and formatting

a989b81e – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 13:18
Renamed internal MU_HASH_SEED -> HASH_INITIAL

689e2776 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 06:05
Made default border color opaque

bd974b90 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:34
Made MU_COLOR_SCROLLBASE slightly lighter

6506367b – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:27
Removed `last_body` field from mu_Container

aafdacb0 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:17
Updated demo for body/scrollbar changes

ade63e9f – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:14
Added support for center-aligned window title text

0d80d018 – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:09
Changed default scrollbar colors

f0f44fdb – rxi <rxi@users.noreply.github.com> authored on 2018/10/20 05:04
Changed how body and scrollbars act; made draw_frame use outer border

2465647f – rxi <rxi@users.noreply.github.com> authored on 2018/10/07 05:39
Added `Custom Controls` section to doc/usage.md

29ca0fcc – rxi <rxi@users.noreply.github.com> authored on 2018/10/06 04:49
Added `Style Customisation` section to doc/usage.md

8fbc040e – rxi <rxi@users.noreply.github.com> authored on 2018/10/04 16:20
Added `Layout System` section to doc/usage.md

d0e93188 – rxi <rxi@users.noreply.github.com> authored on 2018/09/23 12:10
Fixed typo in README.md

2fa723ab – rxi <rxi@users.noreply.github.com> authored on 2018/09/22 11:27
Removed window info `hovered` part of demo

6976c0c2 – rxi <rxi@users.noreply.github.com> authored on 2018/09/22 06:30
Removed unneeded stdarg.h include

72011456 – rxi <rxi@users.noreply.github.com> authored on 2018/09/22 04:47
Fixed `demo` link in doc/usage.md

56f81e3b – rxi <rxi@users.noreply.github.com> authored on 2018/09/22 04:08
Initial commit