Merwan Achibet
dbbac62a84
Add ImGuilistClipper struct under CIMGUI_DEFINE_ENUMS_AND_STRUCTS
v1.50.1
2017-06-08 19:45:16 +02:00
Merwan Achibet
389c1f1ad1
Add another batch of missing struct keywords, Add definition for ImDrawVert ( #28 )
...
* Add missing struct keywords for ImVec2 and ImGuiListClipper arguments
* Add another batch of missing struct keywords
* Add missing definition for ImDrawVert under CIMGUI_DEFINE_ENUMS_AND_STRUCTS
2017-06-06 15:40:29 +02:00
Stephan Dilly
76001ce58c
add missing new param
...
was introduced in 1.50
v1.50
2017-06-03 11:29:14 +02:00
dpethes
38c89cf203
add Visual Studio 64bit build configuration
2017-06-03 10:46:05 +02:00
Merwan Achibet
c888da1c96
Add missing struct keywords for ImVec2 and ImGuiListClipper arguments
2017-06-03 10:45:17 +02:00
Stephan Dilly
2195a6f0dd
update readme
2017-06-03 01:48:55 +02:00
Stephan Dilly
13ce2e0abc
update to 1.50
2017-06-03 01:43:06 +02:00
Stephan Dilly
64d2efaf70
add vscode settings file
2017-06-03 01:35:53 +02:00
dpethes
169eab1128
include listClipper.cpp in vcxproj
2017-06-02 23:43:45 +02:00
Stephan Dilly
51002084f8
Update README.md
2017-05-30 07:15:24 +02:00
Stephan Dilly
c7fcdace6c
rename
2017-05-30 07:14:57 +02:00
Erik van Bilsen
98f480cc28
Added several new bindings ( #18 )
...
* Added ImDrawData_ScaleClipRects and fixed wrong call in igSliderFloat2
* Added ImGuiTextFilter
* Added ImGuiTextEditCallbackData
* Added ImGuiStorage
* Added ImFontAtlas_GetGlyphRanges* APIs
* Added ImGuiTextFilter struct and fixed ImDrawData_ScaleClipRects
2017-05-30 07:10:30 +02:00
Brandon Haffen
09a51f162e
Add enums and structs to header when enabled ( #24 )
...
* Added structs and enums to cimgui.h
2017-05-30 07:04:57 +02:00
nucular
366754fc57
Expose ImGuiListClipper and its members ( #19 )
...
* Provide access to ImGuiListClipper members
* Added ImGuiListClipper_GetDisplayStart and ImGuiListClipper_GetDisplayEnd to cimgui.h
2017-05-30 07:02:05 +02:00
Stephan Dilly
fb044c4b6a
Merge pull request #23 from Wizzard033/master
...
Fixed for compiling with MinGW
2017-01-22 13:12:41 +01:00
Brandon Haffen
ffc80c11c7
Fixed for compiling with MinGW
2017-01-22 02:54:29 -08:00
Stephan Dilly
8591a0be77
Merge pull request #15 from Gekkio/fix/drawlust-typo
...
ImDrawLust -> ImDrawList
2016-06-13 23:07:26 +02:00
Joonas Javanainen
9274ef995f
ImDrawLust -> ImDrawList
2016-06-12 00:20:09 +03:00
Stephan Dilly
3a215a0268
fix some travis ci build breaks
2016-06-06 00:44:08 +02:00
Stephan Dilly
b99ed85fb9
fix all left over problems to build as pure C header
v1.49
2016-06-06 00:41:14 +02:00
Stephan Dilly
b647142cf5
update to imgui 1.49
2016-06-05 13:19:34 +02:00
Stephan Dilly
00a9d14f34
Merge branch 'master' of https://github.com/Extrawurst/cimgui
2016-05-19 13:10:44 -07:00
Stephan Dilly
f4c0403f12
add default constructor wrapper for ImFontConfig ( closes #14 )
2016-05-19 13:10:37 -07:00
Stephan Dilly
1a57048f62
Update README.md
2016-05-09 19:22:15 +02:00
Stephan Dilly
9a7e7a2d28
removed some default parameters
...
as was pointed out to me in the most delightful way, this is not c compatible :D
2016-05-09 19:20:06 +02:00
Stephan Dilly
106686a212
update to imgui v1.48
v1.48
2016-04-10 11:53:30 +02:00
Stephan Dilly
4d7868529d
Update README.md
2016-02-09 09:02:25 +01:00
Stephan Dilly
d358ce52f2
Update README.md
2015-12-26 15:32:24 +01:00
Stephan Dilly
a5b4dc8ba9
fix #11
v1.47
2015-12-26 15:21:59 +01:00
Stephan Dilly
2de7e50511
update to imgui 1.47
2015-12-26 14:44:18 +01:00
Stephan Dilly
8642306672
Merge pull request #10 from MrSmith33/master
...
Add ImDrawList functions. Fix spacing.
2015-11-22 13:01:58 +01:00
Andrey Penechko
26892981b9
Add ImDrawList functions. Fix spacing.
2015-11-17 20:58:37 +02:00
Stephan Dilly
af11bb9aa2
Update README.md
2015-11-16 09:22:17 +01:00
Stephan Dilly
b936bb3369
add missing methods from a previous release
v1.46
2015-10-19 13:04:19 +02:00
Stephan Dilly
713d9f587c
update to imgui 1.46
2015-10-19 13:01:52 +02:00
Stephan Dilly
59218e28d0
update visual studio project (VS2015) and imgui to version where version number is correctly set
2015-09-07 15:28:06 +02:00
Stephan Dilly
32b310e31f
Update README.md
2015-09-07 01:49:39 +02:00
Stephan Dilly
5fe328beae
upgrade to imgui 1.45
v1.45
2015-09-07 01:48:05 +02:00
Stephan Dilly
5d061e7db7
Merge pull request #8 from yannick/master
...
Fix Makefile: link ../imgui/imgui_draw.o ../imgui/imgui_demo.o
v1.44
2015-08-13 15:41:45 +02:00
Yannick Koechlin
d02ce16125
Fix Makefile: link ../imgui/imgui_draw.o ../imgui/imgui_demo.o
2015-08-13 15:08:15 +02:00
unknown
7d8b0cbf36
update readme
2015-08-12 21:27:25 +02:00
unknown
fb80cc0cfe
update to imgui cleanup release 1.44
2015-08-12 21:12:57 +02:00
Stephan Dilly
4db3562350
Update README.md
2015-07-25 20:44:44 +02:00
Stephan Dilly
56b5017b50
Update README.md
2015-07-25 20:20:33 +02:00
Stephan Dilly
1cc171ce4c
Update README.md
2015-07-25 20:19:59 +02:00
Stephan Dilly
92ef16ff00
upgrade to imgui 1.43
v1.43
2015-07-25 16:55:48 +02:00
Stephan Dilly
f61292e533
renamed method prefix ig_
to ig
( closes #5 )
2015-07-09 23:41:21 +02:00
Stephan Dilly
d548e489cd
Update README.md
2015-07-09 16:47:16 +02:00
Stephan Dilly
6b69c0e712
change indent to spaces
v1.42
2015-07-09 00:38:57 +02:00
Stephan Dilly
ca33899307
update to current imgui release (v1.42 see https://github.com/ocornut/imgui/releases/tag/v1.42 )
2015-07-09 00:02:37 +02:00