Commit Graph

1541 Commits

Author SHA1 Message Date
vurtun
19ce2bf091 Removed cursor hidding while property dragging 2018-02-12 09:53:18 +01:00
Micha Mettke
0d08a53302
Merge pull request #630 from salty-horse/patch-1
Fix typos in README
2018-02-11 03:47:22 -08:00
Ori Avtalion
470fe323cd
Fix typos in README 2018-02-11 13:28:19 +02:00
Micha Mettke
102ffdcfb0
Merge pull request #627 from mparramont/patch-1
Fix typo
2018-02-10 11:55:04 -08:00
Micha Mettke
03ce800fd5
Merge pull request #628 from zploskey/patch-1
Correct doc comments for nk_window_get_height
2018-02-10 11:54:48 -08:00
Zach Ploskey
5a79427453
Correct doc comments for nk_window_get_height 2018-02-10 11:08:52 -08:00
Miguel Parramon
732536937c
Fix typo
:)
2018-02-10 19:30:53 +01:00
Micha Mettke
cb8ee01456
Merge pull request #623 from siro20/fix_pitch
nuklear_rawfb: Use pitch in offset calculation
2018-02-04 12:49:00 -08:00
Patrick Rudolph
66946dc3cf nuklear_rawfb: Use pitch in offset calculation
Use the framebuffer pitch to calculate the correct offset.
Fixes garbled rendering on framebuffer that have
pitch != x_resolution * bpp / 8.

The demo application is unaffected as the pitch always aligns with
the x resolution of the window.

Signed-off-by: Patrick Rudolph <siro@das-labor.org>
2018-02-04 17:08:17 +01:00
Micha Mettke
2e767417b3
Merge pull request #622 from usachevm/master
fixed nk_gdi_stroke_rect()
2018-02-01 23:44:20 -08:00
um
e409328ff2 fixed nk_gdi_stroke_rect() : used old version (Rectangle/RoundRect) but with transparent brush. 2018-02-02 10:32:45 +03:00
Micha Mettke
87149c1368
Merge pull request #621 from usachevm/master
Correct GDI window sizing handling
2018-02-01 06:48:08 -08:00
um
f771450e93 Correct GDI window sizing handling 2018-02-01 17:26:27 +03:00
vurtun
39e1041c07 Fixed #580 miscalculated baked cursor bake size 2018-01-31 14:52:43 +01:00
vurtun
533b7fc083 Fixed #615 stb_truetype name collision 2018-01-31 11:53:44 +01:00
Micha Mettke
614b3627c1
Merge pull request #614 from mmozeiko/master
Correctly draw non-filled rectangle for GDI demo
2018-01-30 00:17:04 -08:00
Martins Mozeiko
5acdfc9e34 correctly draw non-filled rectangle for GDI demo 2018-01-29 22:14:41 -08:00
vurtun
f8dfddd732 Applied patch from #603 for panel border drawing 2018-01-28 11:48:44 +01:00
vurtun
11c81d4631 Fixed accidental code remove in last commit 2018-01-15 23:31:15 +01:00
vurtun
c36a167127 Added tree documentation 2018-01-15 19:30:57 +01:00
vurtun
da8273c4c6 Added nk_group_begin_titled 2018-01-12 18:35:36 +01:00
vurtun
9d91b7c3d0 Moved Changelog into documentation 2018-01-09 20:57:56 +01:00
Micha Mettke
2d31b3af5f
Merge pull request #600 from cartman300/patch-1
Add C# binding to the list
2018-01-09 11:55:24 -08:00
vurtun
c9189a250b Finished documenation conversion 2018-01-09 12:15:44 +01:00
Saša Barišić
ac0901e853
Update Readme.md 2018-01-09 05:55:25 +01:00
Saša Barišić
5318555739
Add C# binding to the list 2018-01-09 05:52:18 +01:00
vurtun
8027ebe0ee Second last doc conversion commit 2018-01-08 16:08:38 +01:00
vurtun
8709a881f0 Added input documentation translation 2018-01-08 02:21:21 +01:00
vurtun
9a314f0e29 Finised context documentation translation 2018-01-07 22:59:27 +01:00
vurtun
365c982773 Removed last remaining old doc file 2018-01-07 17:37:15 +01:00
vurtun
8ae9160b16 Updated Readme 2018-01-07 17:30:46 +01:00
vurtun
882e935c8d Added documentation html file as link 2018-01-07 17:24:54 +01:00
vurtun
dd5f3520a0 Started documentation transition to markdeep 2018-01-07 17:18:02 +01:00
Micha Mettke
9cb143e13f
Merge pull request #599 from nsawa/fix_nk_colorf_hsva_f
Fix nk_colorf_hsva_f alpha calculation
2018-01-05 23:29:22 -08:00
Naoyuki Sawa
83e2c109d5 Fix nk_colorf_hsva_f alpha calculation 2018-01-06 08:52:26 +09:00
vurtun
2891c6afbc Update demos to new color picker API 2018-01-05 13:09:27 +01:00
vurtun
604a7dfa42 Merge branch 'master' of https://github.com/vurtun/gui 2018-01-05 12:33:49 +01:00
vurtun
bd30c124a6 Fixed #544 color picker (breaking change) 2018-01-05 12:32:42 +01:00
Micha Mettke
b47463d229
Merge pull request #598 from mgerhardy/fixed-implicit-fallthrough
Fixed implicit fallthrough warning
2018-01-04 13:53:54 -08:00
Martin Gerhardy
acaab2f46a Fixed implicit fallthrough warning 2018-01-04 21:34:53 +01:00
Micha Mettke
df96bac317
Merge pull request #590 from mgerhardy/travis
TravisCI changes
2018-01-03 12:27:14 -08:00
Micha Mettke
3f3091fc36
Merge pull request #596 from billsix/addReferenceToPyNuklear
add reference to pyNuklear
2018-01-03 04:04:15 -08:00
Micha Mettke
363e9eef20
Merge pull request #595 from billsix/fixContextualOverviewText
show full label in overview popup by expanding horizontal space
2018-01-03 04:04:00 -08:00
Micha Mettke
0e808bcb3d
Merge pull request #594 from fbbdev/better_gitignore
Ignore binary files on linux
2018-01-03 04:03:38 -08:00
William Emerison Six
8c2fb99ff2 add reference to pyNuklear 2018-01-02 22:18:48 -05:00
William Emerison Six
1b64d1241d show full label in overview popup by expanding horizontal space 2018-01-02 22:06:19 -05:00
Fabio Massaioli
57d1a41bfc Ignore binary files on linux 2018-01-03 00:31:29 +01:00
vurtun
5bbe337399 Removed docu typo 2018-01-02 11:08:10 +01:00
vurtun
a9e87c6176 Fixed Readme layout 2018-01-02 10:50:19 +01:00
vurtun
f08b62039f Split license into dual license MIT/public domain 2018-01-02 10:47:08 +01:00