52 Commits

Author SHA1 Message Date
Stephan Dilly
b99ed85fb9 fix all left over problems to build as pure C header 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
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 2016-04-10 11:53:30 +02:00
Stephan Dilly
a5b4dc8ba9 fix #11 2015-12-26 15:21:59 +01:00
Stephan Dilly
2de7e50511 update to imgui 1.47 2015-12-26 14:44:18 +01:00
Andrey Penechko
26892981b9 Add ImDrawList functions. Fix spacing. 2015-11-17 20:58:37 +02:00
Stephan Dilly
b936bb3369 add missing methods from a previous release 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
5fe328beae upgrade to imgui 1.45 2015-09-07 01:48:05 +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
fb80cc0cfe update to imgui cleanup release 1.44 2015-08-12 21:12:57 +02:00
Stephan Dilly
92ef16ff00 upgrade to imgui 1.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
6b69c0e712 change indent to spaces 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
Stephan Dilly
7205093eb4 remove usage of default params 2015-06-28 12:53:17 +02:00
Stephan Dilly
57d88c0b3d remove usage of ref params 2015-06-28 12:51:57 +02:00
Stephan Dilly
0a7d938bc8 small fixes 2015-06-28 12:24:50 +02:00
Stephan Dilly
830fdcc029 update to latest image release (1.41) featuring for example ModalDialogs 2015-06-28 11:42:43 +02:00
Stephan Dilly
4c85fa45d0 implement all remaining changes for 1.40 release 2015-05-31 22:29:07 +02:00
Stephan Dilly
b06fd153d8 update to imgui 1.39 WIP (3a6e6645e6) 2015-05-26 23:19:39 +02:00
Stephan Dilly
8b10872614 tabs -> spaces 2015-04-21 23:45:33 +02:00
Stephan Dilly
ea7b698694 use CONST define for simple switch to pure C later 2015-04-21 23:39:04 +02:00
Stephan Dilly
9399d2d8a6 - use imgui 1.38 release tag
- added new 1.38 release methods and fix some header functionnames
2015-04-21 23:35:17 +02:00
Stephan Dilly
8a97a983a2 added more fontAtlas methods 2015-04-13 21:31:19 +02:00
Stephan Dilly
3aa0b2bff4 fix linux build 2015-04-13 15:39:59 +02:00
Stephan Dilly
9dabb1bff0 cleanup 2015-04-13 14:30:56 +02:00
Stephan Dilly
b6fd8e0d7b better naming of overloaded methods (issue #1) 2015-04-09 23:33:02 +02:00
Stephan Dilly
8c02a9d8de add -fPIC to linux build 2015-04-09 16:58:56 +02:00
Stephan Dilly
99b3e2a855 make makefile cleaner 2015-04-09 16:56:52 +02:00
Stephan Dilly
c1da833e55 try to get linux compiling 2015-04-09 16:46:29 +02:00
Stephan Dilly
bc31cfde50 disable c test 2015-04-09 16:44:39 +02:00
Stephan Dilly
725cc15e07 add simple c test file 2015-04-09 16:44:39 +02:00
Stephan Dilly
bff93d2c38 make the header more c-compatible (still not quite there yet) 2015-04-09 16:44:39 +02:00
Stephan Dilly
f0b7617f1e fix win32 build 2015-04-09 01:15:43 +02:00
Stephan Dilly
60fecdb768 fix unix/osx build 2015-04-09 00:09:21 +02:00
Stephan Dilly
0f60db25d5 finish all methods of ImGUI-namespace 2015-04-09 01:02:05 +02:00
Stephan Dilly
2beb6c10a6 fix some methods 2015-04-09 00:28:25 +02:00
Stephan Dilly
5167d9bf55 wrapped almost all functions (excluding those returning POD structs) 2015-04-08 22:31:03 +02:00
Stephan Dilly
50d99c0b73 try to get rid of reference semantic 2015-04-08 14:55:28 +02:00
Stephan Dilly
ccf68127c7 adjusted some pointer and ref usages 2015-04-08 14:27:23 +02:00
Stephan Dilly
90e207b199 - split up files for clarity
- new c-api method prefix "ig_" (for ImGui)
- a lot more methods wrapped
2015-04-08 14:18:19 +02:00
Stephan Dilly
56933adf52 more bindings 2015-04-08 01:42:13 +02:00
Stephan Dilly
bd174e2909 support more methods 2015-04-08 00:58:14 +02:00
Stephan Dilly
32adeac829 - support varargs text method
- support more methods
2015-04-08 00:49:48 +02:00
Stephan Dilly
e1e09d0494 more methods wrapped 2015-04-07 23:48:33 +02:00