mu_draw_rect: set draw position when clipping, fixes images not clipped correctly
add "force redraw" to mu_render (redrawing when window is (un)hidden)
update copyright years and name
fix a warning on 386
change real format to %g
readme: remove "contributing" section
separate autoresize for width and height
fix "moving all windows by dragging background": only move when started in the background
mu_render: compare strings (not just commands) to decide whether an update is needed
slider: fix value going wrong when negative is allowed
switch from float to double
somehow closing mouse and keyboard fucks up rio windows
move all windows using the background
move fmts to .c file
make mu context and style global variables to keep it simple
put resize icon back
remove -p from CFLAGS, fix up a few things
dynamic allocation, reformatting
update the screenshot
plan 9 only from now on
better layout sizing for the demo
with bigger fonts the "resize" area of a window can be unexpected, set it to scrollbar size instead
left/right to move slider
rename ctrl_u to nack
extract icons, put them into a separate atlas as a compressed plan 9 image
use Esc to remove focus
text box: enter manual edit on right click
reduce the amount of unneeded redraws by checking if commands got updated
alt: blocking mode, propagate mouse/key events by processing twice
fix alpha handling, use draw.h funcs to construct rects/points
enable snarf as text input
alt: alternate between noblk/end to fix rendering reacting too late
take platform-specific parts of the demo out to separate files
fix compilation on Plan 9; add "-D__plan9__ -p" to CFLAGS
Merge branch 'master' of https://github.com/rxi/microui
Changed scrollbar to use thumb_size as minimum size
Changed MU_COLOR_TITLEBG to match MU_COLOR_BORDER
Changed mu_number() to use MU_SLIDER_FMT
Merge pull request #15 from prideout/patch-1
Fix broken link
Added better handling for unicode in demo's renderer
Made absolute layout rect set `last_rect` in mu_layout_next()
Updated README screenshot for visual changes
Replaced mu_input_mousewheel() with mu_input_scroll()
Updated copyright year: 2018 -> 2019
Removed window resize icon and extra footer spacing
Updated screenshot on README to reflect demo changes
Minor adjustment in background color preview on demo project
Made clip_rect() function more concise
Removed old function prototype from microui.h
Renamed internal MU_HASH_SEED -> HASH_INITIAL
Made MU_COLOR_SCROLLBASE slightly lighter
Removed `last_body` field from mu_Container
Updated demo for body/scrollbar changes
Added support for center-aligned window title text
Changed how body and scrollbars act; made draw_frame use outer border
Added `Custom Controls` section to doc/usage.md
Added `Style Customisation` section to doc/usage.md
Added `Layout System` section to doc/usage.md
Removed window info `hovered` part of demo