Michael Ragazzon
|
5717640f95
Text widget refactoring:
|
3 years ago |
Michael Ragazzon
|
7000f00076
Update demo
|
3 years ago |
Michael Ragazzon
|
14b4c0ad12
Rename <progressbar> element to <progress> for html compatibility
|
4 years ago |
Michael Ragazzon
|
b6617256f1
Add handle sliders in 'demo' sample sandbox for resizing text fields and output field
|
4 years ago |
Michael Ragazzon
|
1763654a0e
High DPI support for the basic samples
|
4 years ago |
Michael Ragazzon
|
6ed3ce1b5e
Use label element in samples
|
4 years ago |
Michael Ragazzon
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 years ago |
Michael Ragazzon
|
9f195446f8
Fix input text selection when font has kerning
|
5 years ago |
Michael Ragazzon
|
6241b755c9
Replace font in samples with LatoLatin
|
5 years ago |
Michael Ragazzon
|
dcf7ae6ef2
Progressbar elements now take the 'fill-image' property on itself, instead of its inner fill element (breaking change). This fixes a bug where changing the 'fill-image' property had no effect.
|
5 years ago |
Michael Ragazzon
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
5 years ago |
Michael Ragazzon
|
7f8230f5a7
Tabs and panels in tab sets will no longer set the `display` property to `inline-block`, thus making it possible to customize the display property.
|
5 years ago |
Michael Ragazzon
|
1908187884
Add border-radius support to gradient decorator
|
5 years ago |
Michael Ragazzon
|
c0ac9bdcea
Fix title-bar dragging in demo sample
|
5 years ago |
Michael Ragazzon
|
90c452b3a4
Don't remove animated properties initiated through the Element API.
|
5 years ago |
Michael R. P. Ragazzon
|
634543b38f
Implement progress bar element (progressbar) (#69)
|
6 years ago |
Michael Ragazzon
|
48092cf6a9
Add font effects to demo and update changelog.
|
6 years ago |
Michael Ragazzon
|
6b6aa40176
Change the font effect glyph dimensions behavior, now possible to properly include offsets.
|
6 years ago |
Michael Ragazzon
|
00f66332d8
Add offset to glow
|
6 years ago |
Michael Ragazzon
|
ba864b524f
Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away.
|
6 years ago |
Michael Ragazzon
|
8279da066b
Minor update demo sample
|
6 years ago |
Michael Ragazzon
|
5f9323a85d
Fix some warnings
|
6 years ago |
Michael Ragazzon
|
f0c8c67d96
Update demo sample, now includes all decorators.
|
6 years ago |
Michael Ragazzon
|
bd8b042bee
Update demo sample with animations.
|
6 years ago |
Michael Ragazzon
|
75614f1a1a
Update demo sample with input range example
|
6 years ago |
Michael Ragazzon
|
eba2a91520
img element: Sprites are now specified by the `sprite` attribute, and the `coords` attribute is renamed to `rect`.
|
6 years ago |
Michael Ragazzon
|
3f173e524a
Update demo sample
|
6 years ago |
Michael Ragazzon
|
4760a33388
Add RML/RCSS sandbox to demo sample
|
6 years ago |
Michael Ragazzon
|
97cb05f349
Update demo sample
|
6 years ago |
Michael Ragazzon
|
f745fac0ee
WIP: Rework event dispatcher loop, introduce observer pointer (for now based on std::shared_ptr)
|
6 years ago |