File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Like wxWidgets, but in C. And much more bare-bones.
55This adds a bunch of experimental features and fixes:
66- [x] uiWindowSetIcon
77- [x] Windows HiDPI scaling
8- - [x] ` uiTabOnSelected ` /` uiTabSetSelected ` ([ 289] ( https://github.com/libui-ng/libui-ng/pull/289 ) )
8+ - [x] ~~ ` uiTabOnSelected ` /` uiTabSetSelected ` ([ 289] ( https://github.com/libui-ng/libui-ng/pull/289 ) )~~ merged upstream
99- [x] Tooltips ([ 266] ( https://github.com/libui-ng/libui-ng/pull/266 ) /[ 256] ( https://github.com/libui-ng/libui-ng/pull/256 ) )
1010- [x] Placeholders ([ 224] ( https://github.com/libui-ng/libui-ng/pull/224 ) )
11- - [x] Fix ` uiWindowSetContentSize ` ([ 261] ( https://github.com/libui-ng/libui-ng/pull/261 ) )
11+ - [x] ~~ Fix ` uiWindowSetContentSize ` ([ 261] ( https://github.com/libui-ng/libui-ng/pull/261 ) )~~ merged upstream
1212- [x] Fix darwin menu + modal window issues ([ 295] ( https://github.com/libui-ng/libui-ng/pull/295 ) )
1313- [x] Optional type safety with C11 generics (See ` ui_safe.h ` )
1414- [x] Code editing control ` uiScintilla ` (https://github.com/petabyt/libui-scintilla )
@@ -19,12 +19,10 @@ This adds a bunch of experimental features and fixes:
1919- [ ] [ OnFilesDropped] ( https://github.com/matyalatte/libui-ng/commit/f3782dc426354eb09f04b8d2e1d28dbaef528ee0 )
2020- [ ] uiScroll (WIP)
2121- [ ] uiImage control ([ 209] ( https://github.com/andlabs/libui/pull/209 ) )
22- - [ ] uiEntry and uiEditableCombobox placeholders ([ 224] ( https://github.com/libui-ng/libui-ng/pull/224 ) )
2322- [ ] uiEntryOnFinished ([ 290] ( https://github.com/andlabs/libui/pull/290 ) )
2423- [ ] uiImageButton
2524- [ ] uiVersion API ([ 143] ( https://github.com/libui-ng/libui-ng/pull/143 ) )
2625- [ ] Expose more system functions to make adding controls easier
27- - [ ] Arena allocator for uiControl handles
2826
2927# Compiling
3028```
You can’t perform that action at this time.
0 commit comments