Commit Graph

6482 Commits

Author SHA1 Message Date
Бранимир Караџић
e7fae5b703
Merge pull request #1761 from cloudwu/fixinput
AddInputCharacter can handle Unicode
2019-05-10 07:08:34 -07:00
Cloud Wu
af31aaaa4c AddInputCharacter can handle Unicode 2019-05-10 16:05:32 +08:00
Бранимир Караџић
ce9ecaa6e4 Updated ImGui. 2019-05-09 20:07:26 -07:00
Бранимир Караџић
8c35cc2dea Cleanup. 2019-05-09 20:06:24 -07:00
Бранимир Караџић
285936a0d0
Merge pull request #1759 from cloudwu/surrogate
UTF-8 support for windows entry
2019-05-08 21:06:14 -07:00
Cloud Wu
0c6ea27310 Use W APIs only necessary 2019-05-09 09:32:14 +08:00
Cloud Wu
65aa58aab1 UTF-8 support for windows entry 2019-05-08 17:31:20 +08:00
Бранимир Караџић
23efcfb5f5 Updated ImGui. 2019-05-06 18:42:13 -07:00
Бранимир Караџић
3266469823
Merge pull request #1756 from cloudwu/unicodeimgui
unicode inputChar support for imguiBeginFrame
2019-05-06 08:40:52 -07:00
Cloud Wu
676ceb1a2d unicode inputChar support for imguiBeginFrame 2019-05-06 20:34:13 +08:00
Бранимир Караџић
0e1d19e14e Updated spirv-cross. 2019-05-05 19:03:54 -07:00
Бранимир Караџић
f19690fc99 Updated spirv-tools. 2019-05-05 18:57:52 -07:00
Бранимир Караџић
f60f095346 Updated glslang. 2019-05-05 18:50:18 -07:00
Бранимир Караџић
8e82db70fe Updated ImGui. 2019-05-04 18:47:07 -07:00
Бранимир Караџић
0e42a751ef Updated ImGui. 2019-05-02 19:38:16 -07:00
Бранимир Караџић
de201973cc Updated ImGui. 2019-04-30 21:39:33 -07:00
Бранимир Караџић
5336ceaa3b
Merge pull request #1751 from SnapperTT/master
Fixes blitter not taking into account homogeneousDepth
2019-04-30 21:32:20 -07:00
SnapperTT
4842c84e56
Fixes blitter not taking into account homogeneousDepth
If the opengl render has been modified to allow glClipControl to create a hetrogeneous depth buffer then anything blitted using the internal blit() functions will set to z=-1 and culled, making things such as debug text invisible. This fixes this
2019-05-01 10:24:49 +10:00
Бранимир Караџић
22ca1ce1a2 Fixed Linux build. 2019-04-29 20:52:39 -07:00
Бранимир Караџић
4cd8e574e8 Updated ImGui. 2019-04-28 21:07:58 -07:00
Бранимир Караџић
5f78b0343b
Merge pull request #1748 from attilaz/osx-entry
OSX entry changes
2019-04-28 16:21:37 -07:00
Attila Kocsis
f3105c7e59 OSX entry changes
- exit fix
- using native fullscreen support instead of borderless window
2019-04-28 18:19:19 +02:00
Бранимир Караџић
e108f74247 Updated spirv-cross. 2019-04-27 14:14:44 -07:00
Бранимир Караџић
17382cac5d Updated spirv-tools. 2019-04-27 14:13:23 -07:00
Бранимир Караџић
2189a81a94
Merge pull request #1745 from attilaz/osx-modifier
OSX: Handling left/right modifiers separately
2019-04-27 13:27:12 -07:00
Attila Kocsis
bcd1375762 Handling left/right modifiers separately 2019-04-27 21:06:44 +02:00
Бранимир Караџић
53fcf83440 Cleanup. 2019-04-27 07:40:12 -07:00
Бранимир Караџић
0850b4dfd9 Updated ImGui. 2019-04-26 19:34:14 -07:00
Бранимир Караџић
2747c75e0a Cleanup. 2019-04-26 19:33:32 -07:00
Бранимир Караџић
62ea70c449 Updated ImGui. 2019-04-25 21:58:49 -07:00
Бранимир Караџић
fcfc26c482
Merge pull request #1743 from attilaz/filedialog
File dialog added to entry
2019-04-25 18:57:21 -07:00
Бранимир Караџић
01b657cd7b
Merge pull request #1741 from NPatch/master
* Fixed obscure crash when bar width is equal to max width.
2019-04-25 18:57:09 -07:00
Attila Kocsis
62f54bb7ad File dialog added to entry
Win32/Linux version is from texturev. OSX uses native dialog instead of zenity.
win32 has a fix to support win32 target:  OPENFILENAMEA customData is uintptr_t instead of uint64_t.
2019-04-25 22:29:34 +02:00
Nikolaos Patsiouras
28f4f99afe * Fixed obsucre crash when bar width is equal to max width. 2019-04-25 22:29:06 +03:00
Бранимир Караџић
2827dce733 Updated ImGui. 2019-04-24 19:00:16 -07:00
Бранимир Караџић
680b4c546b
Merge pull request #1740 from cloudwu/fixmingw
fix mingw build
2019-04-24 07:08:55 -07:00
Cloud Wu
4d5ba07b8b fix mingw build 2019-04-24 14:55:27 +08:00
Бранимир Караџић
ca8f49cbca Updated ImGui. 2019-04-23 20:11:30 -07:00
Бранимир Караџић
d5bd687db8
Merge pull request #1737 from cloudwu/fixmtl
Don't set layouts when the stream not used
2019-04-23 20:10:27 -07:00
Бранимир Караџић
72f18b2727
Merge pull request #1739 from attilaz/14-shadowvolumes-common-loader
14-shadowvolumes uses common mesh loader
2019-04-23 09:30:56 -07:00
Attila Kocsis
04d532e085 14-shadowvolumes uses common mesh loader 2019-04-23 18:20:10 +02:00
Cloud Wu
cd1d043126 Don't set layouts when the stream not used 2019-04-23 10:50:43 +08:00
Бранимир Караџић
d1ab0c175f
Merge pull request #1736 from attilaz/mtl-constant-buffer-fix
fixed uninitialized constant buffer memory
2019-04-21 07:12:33 -07:00
Attila Kocsis
e84f78b60b fixed uninitialized constant buffer memory 2019-04-21 11:31:43 +02:00
Бранимир Караџић
4a07ab392f Cleanup. 2019-04-20 21:04:36 -07:00
Бранимир Караџић
56cbbb0283 Cleanup. 2019-04-20 19:04:31 -07:00
Бранимир Караџић
4a6e889974 Updated spirv-cross. 2019-04-20 15:48:41 -07:00
Бранимир Караџић
7c8270ea32 Updated spirv-tools. 2019-04-20 15:45:51 -07:00
Бранимир Караџић
57496fad1f Updated glslang. 2019-04-20 09:15:56 -07:00
Бранимир Караџић
1a0bc13ba1 Updated ImGui. 2019-04-19 21:33:25 -07:00