Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/advancedfx/imgui

Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
https://github.com/advancedfx/imgui

Setup Travis CI integration

Testing

2b0d8447e33028a2b30a7d3901f39bcdd943942a authored about 10 years ago
Setup Travis CI integration

Testing.

d553cd96b0b6a7f11cdda9c1396ec67726ee1732 authored about 10 years ago
Merge branch 'master' of https://github.com/ocornut/imgui

30ee2fed2b335984a4a0f8c9ff32e8465f32694c authored about 10 years ago
OpenGL3 example: unregistered mouse callback for mouse click-release faster than frame interval.

036ed3ea93583f5fd292fa155a9453e2d83867e5 authored about 10 years ago
Merge pull request #94 from emoon/master

Clang warning fixes

123691023b696c01ba8a5f4669f666c881dac34c authored about 10 years ago
Clang warning fixes

317dab5269bc5c4fba2c68fc970d49e420009536 authored about 10 years ago
Added IMGUI_INCLUDE_IMGUI_USER_H

e43cd6e97fccb9d8a21902f0bee4b67f2e11b039 authored about 10 years ago
Fixed InputInt() writing to output when it doesn't need to, which break with large int due to int<>float conversions. Added todo note.

a5cc2e4161e79b36823c44791c266a322ef471cc authored about 10 years ago
Comments.

6b16424faf74afc6d533f801fa3a87babc0cdccb authored about 10 years ago
In-code FAQ: added comment about reading WantCaptureMouse / WantCaptureKeyboard

d13383190927fd2b8123cd57ab293df5dd479978 authored about 10 years ago
Examples: DirectX11: moved shader to be close to its usage location,

2e5b81627f3de9791d483240d3f8bc1599afc7bb authored about 10 years ago
Examples: OpenGL3: cleaned up to match features of OpenGL2 example

52b5376d9ba3b05b7bf6922404fc9065890ea4d6 authored about 10 years ago
Examples: adding title to the top of each examples. Cleaning up file headers.

b02eed3e4963c6ba337fd286dc3a2e2496dd8678 authored about 10 years ago
Ignore list.

90b4ff13fb4780ef116007f6f01c08623682611c authored about 10 years ago
Examples: removed LICENSE file from MSVC project.

6c9edb6db08c311ac640f6eb33333625f412ada8 authored about 10 years ago
Added ImGuiWindowFlags_NoScrollWithMouse flag.

ButtonBehaviour test hovering of CurrentRootWindow (vs CurrentWindow, different for child-windows...

860cf578f502cc566572b2a45207a0e5626a58bb authored about 10 years ago
Merge pull request #93 from olivierchatry/master

Added OpenGL programmable-pipeline example.

e0dc8ac910ffd8f61df54fa8b73e851d93f3fc94 authored about 10 years ago
fixed indentation mix, removed some unused code, updated different callback using the example_opengl code.

2f176033c65d8ce295e123ad08e400c25e382da4 authored about 10 years ago
added opengl3 sample, mix from @ocornut and @thelinked

a8d2bc69ed3bb9664e764d5f1addbf4b5c2ea07e authored about 10 years ago
Examples: OpenGL: fix accessing libraries via ProjectDir instead of SolutionDir

63ff0ad0ff7be8da20691cdd917e8a61ddb1164c authored about 10 years ago
ImVector: private -> protected

d31623061fde9fc9932002357570b0761beff788 authored about 10 years ago
DirectX11 example: fixed projection matrix offset.

bd762b559cada530f33d77e29bbb2c7b47b22dab authored about 10 years ago
Update README.md

Credits+link for stb_textedit.h

e6b9950645c271ad2ae07cc3c5890035a131900a authored about 10 years ago
DirectX9/DirectX11 example: fixed window initially showing an hourglass cursor.

b4fd216bd203da625083301d4af600025a29d2bf authored about 10 years ago
Example apps: accumulate mouse wheel to accodomate for slow framerate.

0730ec7577d84bb4e54ccb5657a7115f49e1e1af authored about 10 years ago
DirectX11 example: further tweaks/massaging (-15 lines). Syncing example.

0e6f288a2f64d923d32442813aa86244670fb255 authored about 10 years ago
Tab->Spaces :( visual studio can't even be trusted for that, oh thanks.

7f804d3d6451707a98a94b8bb7f66e9acdbcc799 authored about 10 years ago
DirectX11 example: closing all handler/resources in Cleanup.

de44af5227e9d47a258628823f3479bdde020399 authored about 10 years ago
Removed Microsoft IME handler in examples, too confusing. Moved to imgui.cpp instruction block.

0f29cd7a14ff87d9b00f1b87fd979f23df400780 authored about 10 years ago
Tab->Spaces :(

a5a84a9b69ce09b5d774d39ccc62531be0c3b827 authored about 10 years ago
Fixed DirectX11 example Release build include

197b2763fcde6dd3b1899dd55dd9b821877ab4bb authored about 10 years ago
Fixed DirectX11 example to compile with whatever Visual Studio version user has

df00fa81136d6f5e13c4c5be9852cfe165502b29 authored about 10 years ago
Fix from incorrect change left-over in a31e44b99afb54b3c9a3d531ace36bba0f229fb2

e835ef1d90cd0ca024897daad14ae35934630f02 authored about 10 years ago
Ignore list for new examples structure

ae75553ba14336547ce1afbdf48c513c04564226 authored about 10 years ago
Fix comments

2e576de9caf1ca711e0f38b391678bc0268cd10e authored about 10 years ago
Added DirectX11 example application (code is too long!)

9e1631738243654b3847baed58deb1578744d14b authored about 10 years ago
Examples: created single .sln solution for all example projects.

b5acb16378c3786ce924669500e0225ee507f1fe authored about 10 years ago
ImStrnicmp tweak

38164a410d754b96b588f051445b062776b19a67 authored about 10 years ago
Example code: warning fix + comments.

214c967df8154d58ed969006dd2e97c30a4dc89c authored about 10 years ago
Merge pull request #92 from memononen/master

Smoother mouse wheel scrolling

31654958f9cb340b5cfc9226bbf15ffe8e24d303 authored about 10 years ago
Fixed Clang -Weverything warnings + TODO list entries

a31e44b99afb54b3c9a3d531ace36bba0f229fb2 authored about 10 years ago
Updated example code.

54ea49520723c5fe562ecd82c2a947b9bf741a7d authored about 10 years ago
Smoother scrolling

- changed IO.MouseWheel to float, allows smoother scrolling

eb789c02882adda08268ab4f37b799502c67e1c2 authored about 10 years ago
Remove unneeded extra parameter from ImFont::FindGlyph()

e9aead09cb09db09864b24f40172f312f262caaf authored about 10 years ago
Moved IO.Font*** options to inside the IO.Font-> structure.. Added IO.FontGlobalScale setting (vs Font->Scale)

e4a79e9fc8564f826bc7f58b36164014f6842a68 authored about 10 years ago
Grammar fix + ocd alignment

e27eddfbd26da341f241e337998c49bc3d7d255a authored about 10 years ago
New version of IMGUI_ONCE_UPON_A_FRAME helper macro

311a2f8328f390e05f5e6e5ad52065fed38396c6 authored about 10 years ago
Renamed ImBitmapFont -> ImFont, removed abstraction-pretend typedef

df2ad5e8995c2a5d9c047a345949e838241c18c8 authored about 10 years ago
Merge branch 'master' of https://github.com/ocornut/imgui

07a6ba8aaf5e8c238304ba12f728be18d3f06c09 authored about 10 years ago
Increased visibility of check box and radio button with smaller size. + comments

16d6561abacad803c48bc452166e4af84de181ba authored about 10 years ago
Moved API Breaking Changes section of the documentation above the programmer's FAQ.

abe45e9976eaf05028c9e1971d08f32bb7816d7c authored about 10 years ago
Fixed move-by-word in InputText() - broken 2 days ago, sorry. stb_ expect a define.

c0999495e7284542ee775c6c5480920a9dd5381b authored about 10 years ago
Removed IMGUI_ONCE_UPON_A_FRAME in favor of ImGuiOnceUponAFrame which is supported by all compilers

b9118750ae5abf11c30f90f54b7f7f66f391b100 authored about 10 years ago
Update README.md

Grammar fix

7f6453ca709a06e6db8947f9a3cde41d3ed9c9e4 authored about 10 years ago
Update README.md

24a9d32531f6a26d478750124ef518e6401f5695 authored about 10 years ago
Minor tidying & comments

ec4b510775a11f7b39a2db10abb30ad4537061a5 authored about 10 years ago
Console example: fixing losing text selection when using TAB completion with no match

1484799b18a2e4f799fd2db46f57806a178689d2 authored about 10 years ago
Remove unused variables

895f93f694fa0576a49ec395237ef0932cf123ce authored about 10 years ago
InputText support for completion/history/custom callback + added fancy completion example in the console demo app

Unfortunately quite messy because of the UTF-8 <> wchar confusion going
around. Not well tested ...

49defcf083f082343d9accb0fce4057d9f6b2fa0 authored about 10 years ago
Not word-wrapping on apostrophes

e78c47961edcb8856c1a0638fa622a5fe5de3538 authored about 10 years ago
Added ImGuiWindowFlags_AlwaysAutoResize + example app. Calling SetWindowSize(0,0) force an autofit without zero-sizing first.

8c4fcf1359fbec3f5fcbca5fed894243ec89fd22 authored about 10 years ago
PopStyleVar() fix. OOPS

2322318cac411250056f656eed5d4ac2a8a17bc5 authored about 10 years ago
Version number

5f8175abaa8599a2728efbe2be22e0be56923b8e authored about 10 years ago
Update README.md

ab4f5e6862940bc580ce93a6ea2a80eac4712ad8 authored about 10 years ago
MouseWheel input is normalized

075fe0220e6d48bf9438ae874715d1f2e2b6e419 authored about 10 years ago
PushStyleColor/PushStyleVar can be used outside the scope of a window. Added 'count' parameter to PopStyleColor/PopStyleVar

cf037b4769650da319f8f6a039be1f394b30c7f2 authored about 10 years ago
Fixed Tab > space

97192606a68b75406d3693b823d92918f9c59384 authored about 10 years ago
Update README.md about performance

e90984f638ab938a326227ba606ddbaa4564fc70 authored about 10 years ago
Added "performance" screenshot

366516c1546de1d91d11fc955d737ca3f3d6c3f0 authored about 10 years ago
Added "performance" screenshot

a6e0d182b0298ed443aecbc402708551c9b97199 authored about 10 years ago
ShowTestWindow: fixed example app from not displaying when header is collaposed.

3572b04c699e004ea7135234b57db82672291e74 authored about 10 years ago
Style editor: colors list inside a scrolling region

fd8752df8db7d08195a3c475902c6c085eec7e45 authored about 10 years ago
General fixes of Columns() api. User has more flexibility in the way to fill cells.

f1dcd72e9f356c5a182d47b563a34761c296295c authored about 10 years ago
Fixed compatibility with std::vector if user decide to #define ImVector

2aee4419e37899d6daee71566a1dc19c1bf57cf5 authored about 10 years ago
Fixed comment

9f2545e6bb003845c34be627dc7e1fb477616556 authored about 10 years ago
More fixes for ultra pedantic Clang -Weverything

f3bd033b6d56fb7d4ea556b4e0c86182de41a240 authored about 10 years ago
Using sqrtf, cosf, sinf. Made STB_TEXTEDIT_ implemtations static. Tweaks.

b15532345b82b13d6c158f0bb60549c8e83207d4 authored about 10 years ago
Merge pull request #83 from emoon/master

Fixed Clang warnings

15436b46e8809f66b15062beea4b5a47dabbdcfb authored about 10 years ago
Fixed more Clang warnings

b01adf16de60b00fbf5ee3415803749eea53eae6 authored about 10 years ago
Fixed Clang warnings

428c4d4ece18b8fc3ae61e2b703a1dc87ff3fe50 authored about 10 years ago
Commenting unnecessary strlen calls that could be removed for speedup

172ff0a262b5a8f8e8360e9d1c97bf6c7c729260 authored about 10 years ago
Default 'text_end' parameter for low-level AddText/CalcTextSizeA functions

c6f3d0924ef6823cc54066f317ce0a506c14cb81 authored about 10 years ago
Fixed punctuation.

ac4028453601102d2139158c2e4436d35f0819af authored about 10 years ago
Added IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT

191e17eaf8f106ad198e6b739d83ccd9ee9103bd authored about 10 years ago
OpenGL example: uses offsetof() macros for vertice definition instead of hardcoded offsets

616668dac3c67ff22c1463aeb9dd06c59dd235c8 authored about 10 years ago
OpenGL example: made the render function save/restore OpenGL state properly-ish

36e52167da399a2f811f72adc7bea5141e6bcb3f authored about 10 years ago
Cleanup and TODO list items

3f85fe2fe70fbb101aa26580c1de55912fb1f433 authored about 10 years ago
Fixed unaligned memory access - fix font loading when building on Emscripten

447cc88e0498cf08bd8b7ce2afcc8c67f8434a70 authored about 10 years ago
Added assert to catch font data loading failure in a location that's easier to understand

9c707b6d8f2eed797f57cbe936d204964257b542 authored about 10 years ago
Added assert to catch users using Begin/End without a first NewFrame

9b5493d1d9d8ae6858c67f47a095ea9d62ac95b2 authored about 10 years ago
Warning fixes (now testing with Clang)

8a65d97bf025e9254705b13c7c8daa7866230bcc authored about 10 years ago
Merge pull request #77 from ybunyak/master

Fix namespaces for Value() and Color() functions.

be93b842c19d702b4b52168860e701dfddeb4f4b authored about 10 years ago
Fix namespaces for Value() and Color() functions.

7961c5314518a031444a5985e6c0663dac46ca7f authored about 10 years ago
Added INDEX to top of imgui.cpp

Explicit namespace prefix on all ImGui:: functions.
Fixed some typos.

d3bc92a674d178662063cf6acf9761b4807beea6 authored about 10 years ago
PushTextWrapPos() defaults to 0.0

4205241e860ed6d7ea45cd5884b130049fdc0ac6 authored about 10 years ago
Fixed lines clockwiseness to be consistent with other primitives.

c97636aef4aed0e36f214fbe94067ba8377bc58d authored about 10 years ago
Version number

ee3355fe8e2d51c8e88b169c7275dcf3048734f8 authored about 10 years ago
Added PushStyleVar(),PopStyleVar() helpers.

BeginChild() allows to specify negative sizes to specify "use remaining minus xx".
Added a simple...

1e30400f806beeabc2204ecb7fb28e9ea87ef1c1 authored about 10 years ago
Renamed IsHovered() to IsItemHovered()

3a64c77826a1d2b2dcdb35e8baa23065f982dc5e authored about 10 years ago
Added dummy IMGUI_API definition in front of entry-points for silly DLL action

e19f0d370ab492476d7c4f683a35b4a7d8066eb5 authored about 10 years ago