Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
fa04a9a add missing API call definition.
b039df2 implement resize feature/extension.
git-subtree-dir: nk_pugl
git-subtree-split: fa04a9ab645b19eaee3033dfff26aa3faa1d5c43
|
|
|
|
407126c fix NK_COMMAND_ARC/NK_COMMAND_ARC_FILLED.
git-subtree-dir: nuklear
git-subtree-split: 407126c8205df7695d05cf072b9a8a12152018b5
|
|
|
|
3a6e2ea Properly handle OpenBSD.
git-subtree-dir: osc.lv2
git-subtree-split: 3a6e2ea6793f308e90cac353b4d9a9a5345f5cb8
|
|
|
|
7709c91 fix bug in initial scaling on high-DPI screens.
git-subtree-dir: nk_pugl
git-subtree-split: 7709c910945ba767efb5a6761f5671f7f9e232f7
|
|
|
|
4fed5fe Change ulong to unsigned long for FreeBSD.
git-subtree-dir: pugl
git-subtree-split: 4fed5fe231a3af0102ac67e32e4b446ea2733df9
|
|
|
|
9f3e14b Fix endian header for FreeBSD.
git-subtree-dir: osc.lv2
git-subtree-split: 9f3e14b58f7c3014e03e4a89f909016d3fe52a45
|
|
|
|
|
|
|
|
* patch messages sent on wrong port, etc.
|
|
|
|
12257a4 omk: don't clear draw_list.
c9303e8 omk: fix group border.
928cd5f omk: fix lost scrollbar state in nk_edit_buffer.
3074c95 omk: fix lexer code to work with utf8.
08924f1 add support for syntax highlighting
ca1c9b3 Fixed text wrapping without seperator
ebe516c Text wrap now splits words not characters #292
a16877b Fixed minimized window closing bug #266
67ad444 Merge pull request #284 from nsawa/fix__windows_demos_down_flag_reversed
19fd622 Merge pull request #286 from nsawa/fix__missing_init_of_popup_border
6a374ea Fixed abstract comobox closing behavior #282
c490e80 Fixed tooltip flickering #278
e7c06e0 fixed memory leak caused by repeated popup closing
e229856 Fixed memory leak caused by popup panmel alloc
a7283af fix: popup border is not shown when using the default style settings
43b0574 fix for readability
2849cdf fix: In the windows demos, the key reaction is occured at the timing of the control keys are released.
8e60328 Merge pull request #277 from keharriso/edit_fixes
40ea365 Fix edit cursor movement and text overflow
c61d4f0 Fixed edit multiline widget width calculation
d26ff34 Fixed small edit widget box width calculation
4a4fdf1 Added missing X11 key up and down event handling
34b12bd Added missing up and down event key to SDL demo
f2b9b9a Allow `NK_API` to be overwritten #281
7fa1aa2 Merge pull request #280 from nsawa/fix__nk_layout_widget_space
344f121 fix: using nk_layout_row_begin() with NK_STATIC makes incorrect layout
02fb019 Fixed warnings and C++ error #279
1acb7ba Added additional `nk_tree` version
42efd82 Added addition `nk_group` and new `nk_list_view`
9f9591c Removed SDL1.2 version to ease development
a24f3f6 Merge pull request #254 from coderobe/patch-1
33077a1 Merge pull request #276 from nsawa/fix__nk_color_hex_rgba
ebed2e6 fix: nk_value_color_hex() showed incorrect value.
18bacf0 Merge pull request #274 from nsawa/fix__nk_hsva_f
ccc8fd6 Merge pull request #273 from nsawa/fix__nk_value_color_byte
bb7ffc4 fix: nk_hsva_f() lacked processing for quadrant 3
329dacd fix: nk_value_color_byte() shows incorrect text
dea4a71 Merge pull request #270 from nsawa/nk_combo_separator__bugfix
fdecbc7 Merge pull request #271 from sillyousu/master
72491ba remove useless variable
bb2cd9a bugfix: nk_combo_separator showed incorrect item length and broken item text.
fe785e5 Fix segfault
git-subtree-dir: nuklear
git-subtree-split: 12257a487ecd6adbc2c43a58ff407bab10387807
|
|
|
|
0406d71 Implement clipboard
c977ef2 Implement special key handling on MacOS
adaf38d Fix cairo inclusion
git-subtree-dir: pugl
git-subtree-split: 0406d71d421e141802ca8c085bbd00125a4af961
|
|
|
|
2a37459 increase font oversampling.
279c529 always render, but only convert upon changes.
adeaf2a add NK_PUGL_ALWAYS_RENDER preprocessor switch.
524cc81 DPI and dynamic scaling with Ctrl +/- and wheel.
95069b8 add NK_PUGL_API preprocessor constant.
5656cbf implement clipboard, fix osx shortcuts.
eed4cf4 fix key handling, add function to detect shortcuts.
977a816 force RGBA format in stbi_load.
e9bcb3b add min_width/height to config.
bcd82b8 fixes to work with missing key release events.
319a94c add missing static attribute.
181f85d imporove/fix last commit.
a4d9f48 fix refresh upon focus change.
aff82e0 fix cntrl + enter concurrency bug.
62d7223 fix utf8 characters.
a7d5527 win: fix event input and render.
5f2b08f fix keyboard shortcuts, again.
956ede3 fix last commit.
74ec6c5 suppress control escaped keys.
8f6b446 add fallback for GenerateMipMap for GL >= 1.4.
d4e9daf only render if there were any changes.
76702ff route control escaped keys.
git-subtree-dir: nk_pugl
git-subtree-split: 2a3745976638e1a37321500428e368d7d92b0065
|
|
|
|
e9316bc get rid of sscanf.
bff22ac fix lv2_osc_symbol_get.
c6f8fb6 fix LV2_ATOM_TUPLE_FOREACH.
0f69bfe mingw: define htonll/ntohll.
ea2a418 add portable endian.h.
5df966f add missing header.
16035fe use atom:literal for osc:Nil/Impulse/Char/RGBA.
b334608 implement argument iterator helpers.
346f8c3 remove test plugin, move headers, fix funcnames.
f7b07b9 extend unit test with forge/deforge.
f9006de implement forge.h, add util.h.
0a421cb add reader/writer/forge headers.
6c406c5 reduction to the minimum.
b8d91e2 prototype test plugin infra.
e3b3682 use double for frames in schedule interface.
git-subtree-dir: osc.lv2
git-subtree-split: e9316bc2e11b88365aabf478c546f53b8af458ee
|
|
|
|
|
|
70700f5 simplify API.
d527385 use log extension.
e829935 add magic header to check for props worker jobs.
914a279 fix qsort.
e999146 prototype state worker.
e452572 simplify API.
86459c0 migrate to branch-free bsearch implementation.
40846f6 implement patch:sequenceNumber/Ack/Error.
4de8ac9 fixes to pass sord_validate.
7c88c89 pack lv2:scalePoints into atom:Tuple.
3274e30 add missing <stdio.h> header.
git-subtree-dir: props.lv2
git-subtree-split: 70700f540754b9ffd18059ef9e94ff4745fd0dd3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* we want to handle this manually in nk_pugl.
|
|
|
|
|
|
|
|
* remove dependency from worker
* use stash for both stashing and restoring
* only intercept set messages
* merge props_init/register
|
|
|
|
|
|
|
|
|