Leonard Ritter
|
ac99b8dd4d
|
OUI_USE_UNION_VECTORS
|
10 years ago |
Leonard Ritter
|
910074b91e
|
support for squeezing items that have no set size
|
10 years ago |
Leonard Ritter
|
4520bf684c
|
row also squeezes elements to minimum size
|
10 years ago |
Leonard Ritter
|
1dde913d18
|
smaller layout fixes
|
10 years ago |
Leonard Ritter
|
8924c3ff8d
|
- make sure single broken element is squeezed
|
10 years ago |
Leonard Ritter
|
5ed186b1ba
|
- squeeze stack when out of space
|
10 years ago |
Leonard Ritter
|
770ee128f8
|
merge
|
10 years ago |
Leonard Ritter
|
d9cba71feb
|
- support for squeezing in ROW/COLUMN mode
- fixed size estimation for manual breaks when wrapping
|
10 years ago |
ands
|
eefa215873
|
fixed multiline label positioning
|
10 years ago |
ands
|
918c547c54
|
got rid of the workaround, some clean-up
|
10 years ago |
ands
|
86b8b0bcca
|
bug fixes for special cases and a workaround for an annoying nanovg text bound measuring problem if the text is empty
|
10 years ago |
ands
|
34b9106903
|
added screen position to text position conversion functions. useful for text field <-> mouse interactions.
|
10 years ago |
ands
|
65704818b1
|
removed unnecessary stuff from caret calculations. replaced tabs with spaces.
|
10 years ago |
ands
|
7df86d290b
|
multiline caret and selection support
|
10 years ago |
Leonard Ritter
|
de7c405aea
|
uiInsertBack/uiInsertFront
|
10 years ago |
Leonard Ritter
|
2590c89f31
|
node box: don't draw arrow by default
|
10 years ago |
Leonard Ritter
|
254df0a563
|
support for mouse button modifiers
|
10 years ago |
Leonard Ritter
|
ca7ddb25bc
|
bend wire on vertical distance as well
|
10 years ago |
Leonard Ritter
|
96b0f0b44e
|
colored wire outline inherits alpha
|
10 years ago |
Leonard Ritter
|
293aa68ee2
|
added bndColoredNodeWire
|
10 years ago |
Leonard Ritter
|
a019d59a93
|
renamed uiClear/uiLayout to uiBegin/EndLayout
flags functions all use unsigned ints
|
10 years ago |
Leonard Ritter
|
d8f7e65c53
|
small fix to stages
|
10 years ago |
Leonard Ritter
|
cef9f45e2f
|
added stage to debug misdirected calls
|
10 years ago |
Leonard Ritter
|
a81e9c7907
|
removed debug code
|
10 years ago |
Leonard Ritter
|
b04311e064
|
- recover item ids in hierarchies where possible
- added uiRecoverItem, uiRemapItem
|
10 years ago |
Leonard Ritter
|
57110c60af
|
added uiGetAllocSize()
|
10 years ago |
Leonard Ritter
|
a337155dfa
|
added support for manually specifying item and buffer capacity
|
10 years ago |
Leonard Ritter
|
93b7e52b82
|
updated uiFindItem() docs in respective to frozen items
|
10 years ago |
Leonard Ritter
|
899491995f
|
added uiFindItem(), uiSetFlags() and uiGetFlags() for user-defined flags
|
10 years ago |
Leonard Ritter
|
1f265388d9
|
fixed icon ids
|
10 years ago |
Leonard Ritter
|
5e8a29038d
|
MSVC: disabling warnings
example: output frame time
|
10 years ago |
Leonard Ritter
|
04029e578e
|
merge
|
10 years ago |
Leonard Ritter
|
c3efeb362c
|
fixed crash when clicking on colored layout rects
|
10 years ago |
Leonard Ritter
|
60da959fcf
|
oui demo: restored corner styling
|
10 years ago |
Leonard Ritter
|
b35f6d6c98
|
changed example back to first page
|
10 years ago |
Leonard Ritter
|
a925edae73
|
README.md edited online with Bitbucket
|
10 years ago |
Leonard Ritter
|
6b860dc29a
|
bumped oui revision number
|
10 years ago |
Leonard Ritter
|
dafb2e8ece
|
- expanded documentation on oui.h
- switched uiInsert/uiAppend, as the meaning is clearer this way
|
10 years ago |
Leonard Ritter
|
24ec05c01e
|
UI_BREAK: support for manual newlines, querying inserted newlines
|
10 years ago |
Leonard Ritter
|
a1b5e9414f
|
implemented vertical UI_WRAP
|
10 years ago |
Leonard Ritter
|
f366bbbdd9
|
fixed excess right space for UI_JUSTIFY|UI_WRAP
|
10 years ago |
Leonard Ritter
|
94b617340f
|
added UI_WRAP mode and example
|
10 years ago |
Leonard Ritter
|
14f73fcda7
|
added demo for UI_COLUMN
|
10 years ago |
Leonard Ritter
|
74e6658f6a
|
added UI_LAYOUT, UI_ROW demos to example
|
10 years ago |
Leonard Ritter
|
4b4d8f3cf2
|
missed prototypes
|
10 years ago |
Leonard Ritter
|
15ec166709
|
split up parent/child layout flags into uiSetBox and uiSetLayout
|
10 years ago |
Leonard Ritter
|
044c012e79
|
fixed uiSetLayout(), added uiAddLayout() for accumulative flags
|
10 years ago |
Leonard Ritter
|
945bd812a3
|
whoops, tab mode was enabled in editor, fixed
|
10 years ago |
Leonard Ritter
|
4b09ffeb4d
|
removed lastkid/previtem entries, reducing UIitem size to 32 bytes
|
10 years ago |
Leonard Ritter
|
0d6863730b
|
- rect queries are absolute, removed uiGetAbsoluteRect()
- removed uiParent()
- removed more internal structures
|
10 years ago |