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

Merge pull request #29 from Roflraging/master

Disable client state in OpenGL example after rendering.

710b9b68b16b5c93f9e339a50ae3fa94afcb3507 authored over 10 years ago
Merge pull request #31 from orbitcowboy/master

Fixed file descriptor leak on LoadSettings() failure

29ba288ea0a50b3d80d050bfd264c35796680a9d authored over 10 years ago
Do not update a variable, which is not used.

addfa75eb03cecea3a5640f50e40e2fa471ee8aa authored over 10 years ago
Fixed resource leaks

882072cf30c902030dcc00252c791950a104fd79 authored over 10 years ago
Disable client state in OpenGL example after rendering.

Using the example code in another application that has other rendering
code can cause rendering ...

7bd507d266044e3052a1bce4b0abe89c8645cb98 authored over 10 years ago
Web FAQ

1ff104641abd0e29f5ad67a9a927e86b5d7d7f92 authored over 10 years ago
Update README.md - skinning

3b8d1ec207088c993cabea330d67b58288fcb451 authored over 10 years ago
Added screenshot for web

e9e1fd2b3c63439e490b22257569a68f1ebf1d88 authored over 10 years ago
Added basic sizes edition in the style editor

6062d18cf91489c8ab101f008db749fd3c7d9f7c authored over 10 years ago
stb_textedit 1.4 fix signed/unsigned warnings

05f0993616f19210f2e3fba15266318d2af6ba94 authored over 10 years ago
Merge branch 'Dadeos-compilation_warnings'

6dd2b13220045416f64c531682f18e74dc6c3e26 authored over 10 years ago
Fix type conversion compiler warnings (from dadeos)

5864c45fe383f85b0e86271761b031f50bc97511 authored over 10 years ago
Todo list

4bc3642bdb96ab2d58b8cd87ac722dabc98eb1ee authored over 10 years ago
Fix mismatched static declaration warning

a3f32381c48a3e83af30b78c0695f36588996450 authored over 10 years ago
Converted all Tabs to Spaces

Argh

67f17a644c7e638d9a58071dabe2c6eda791aa5d authored over 10 years ago
Exposed CalcTextSize(), GetCursorScreenPos() for more advanced fiddling

e807d970899636e797a3d49103b90d54c9b2ff0c authored over 10 years ago
Added an assertion

23d156908d4afb437d645245fa06d10a3216dd31 authored over 10 years ago
Converted all Tabs to Spaces (git diff -w shows an empty diff)

42d4b4be6aa8d70b5093d07bf19befd1b60ed43f authored over 10 years ago
Todo list

efc473df985db6a1e9322bf5f9988c8ac66bf3f4 authored over 10 years ago
Removed unused parameter in demo window code

bbda8998013f8ced0ef325bbdf1147f86a04ada1 authored over 10 years ago
Fixed tooltip size (broken earlier today) + added todo items

a17885f470381059e8d7a83bf4b55dd88563c6b6 authored over 10 years ago
Removing line from Todo list

7de89e0da305e760cc0d63f465340173b5f6bf08 authored over 10 years ago
Skip most logic is alpha is 0.0, Begin() also return false to allow user to early out

7c61822d26add61485a28b0920ab74850e27acf8 authored over 10 years ago
Skip rendering if alpha is 0.0

ca027e1754e9d4c1c836b0c89b876f52cb8f8520 authored over 10 years ago
Undo Begin() return false with Alpha==0.0, misleading at the moment

c5dacee3a7a4b996d393205c43ecff01257cc52d authored over 10 years ago
Initialised window->Accessed in constructor. Begin() return false with Alpha==0.0

d6f6afabb36282937969de735f3fb849bf694cfa authored over 10 years ago
Added global Alpha in ImGuiStyle + commented ImGuiStyle fields in .h

76a39ad224d5396708a95b34735d2d5592f21d91 authored over 10 years ago
removed malloc/free proxy fwd declares

aa7fc37b37dd0181b88971b661b89f9831a1d973 authored over 10 years ago
removed libimgui.pro

c13c2449bb68e053868a667dffa683f3b7e32d74 authored over 10 years ago
memory override attempt #2

c2cb727ac900cc0315014919663a649e0fed4c93 authored over 10 years ago
minor fixes

47fd8431c10e94c2d7e6b34096f3b70a7333f464 authored over 10 years ago
Added InputFloat4(), SliderFloat4() helpers.

926f7bfcc504d08764b85e7c58e691c407c164e0 authored over 10 years ago
Invisible child windows gets clipped earlier in the pipeline.

f6414f2011554d905c4230be327d74504dce22ae authored over 10 years ago
Renamed ImVector<> members.

931a4c5b49d175ec94e7bbe8fbd831a967e10243 authored over 10 years ago
Child window with inverted clip rectangles are marked as collapsed.

c32221fa206b13deb9eb8fb5c5ed6f49ed5c6720 authored over 10 years ago
Reduce inner window clipping to take account for the extend of CollapsingHeader

from arikwestbrook

a165954a692823b9acd98624d471f02cfbe21cf7 authored over 10 years ago
Allowing the user to call NewFrame() multiple times without calling Render()

Note that this is never a good idea. But, allowing it reduce confusion
in the initial stage of s...

ddf8b280e9a6bacb8c6347c52516a4a83f54ba26 authored over 10 years ago
Fix clipping of title bar text.

969b1e0563d2452f7948d3a4cf0d1623561ecef2 authored over 10 years ago
Minor todo/readme changes

6e15b71663f15aeff557f8e2d6040b56a14bb9e7 authored over 10 years ago
argh, removed redundent defines

ef628a0a9dbbd3b60b9ce8d355939e6b3958edab authored over 10 years ago
removed memory pools, they dont apply well

df5a06f1199e3b0fa86116d17e1b6a001d6683a3 authored over 10 years ago
fixed a typo

e9b697698a95529fb9594c35c6f53429109b6dc0 authored over 10 years ago
merge with upstream

5240013c905e9c76588204b36156313e2f3c75d6 authored over 10 years ago
First attempt at memory management

1956703c42c1f1dfb04de45b3925ba8323329ab4 authored over 10 years ago
Fixed floating-point precision issue making the right-side value of a plot sometimes wrap to the left-side value.

f5dbb0a97340b3b342c7fbc6b543bbf00b155b32 authored over 10 years ago
PlotLines(), PlotHistogram(): added a stride parameter.

ade21a1ad512d2e956378a83571666f799702304 authored over 10 years ago
Slowed down mouse wheel scrolling speed in combo boxes

868ba05a13c3144fe3eb6f17523932a0ee73dc79 authored over 10 years ago
TreeNode/CollapsingHeader ignore clicks when CTRL or SHFIT are held + make default button hover brighter

152878571e4b090c81d54d0dae2716277873117d authored over 10 years ago
Added storage for up to 5 mouse buttons for convenience (even though ImGui itself only uses 1)

fa0aa5ace64612e28969f55d1d29659a0ec15aa4 authored over 10 years ago
Added BeginTooltip()/EndTooltip() helpers to create tooltips with custom widgets

6267905a1749862625c1f389aac1722736d4262c authored over 10 years ago
Added TODO list items from users feedback

1509b8f63411eeebe75837fce7a888f62446468e authored over 10 years ago
Added TextColored() helper. Changed some parameters to const references (still allows implicit casting)

2bc6346b48bbacfb383f099f69a86ede82cc85be authored over 10 years ago
Fixed trailing \n reporting extra text height

9169b2911c28ea2080c56885a2b0f8aa6e8f1f9f authored over 10 years ago
Fix typo and speculative warning

a4b96445e879ab3671913da5fea105db31256f89 authored over 10 years ago
Fix invalid .ini file data persistently saving back on next save

6c11d7623e304875b198345fc381f32ab794bded authored over 10 years ago
revert back to original

6d6ee4e1f1ae049e0a818761cbecde515a4e66c9 authored over 10 years ago
Fix tooltip data needlessly leaking into .ini file

f33eb890180f75ac2f7faf8a2dd8290f924a35b2 authored over 10 years ago
:w

a
A
A
A
A
A
A
B
B
B
B
B
B
B
B
B
B
D
D
merged with upste
Merge remote-tracking branch 'upstream/ma...

e9b0a61f482280c566f9423d78cad37da2487cbe authored over 10 years ago
Fix for doing multiple Begin()/End() during the same frame

a8d3b045b739f9090887844d52d34f795a2d642d authored over 10 years ago
Default "local only" clipboard handler on non-Windows platforms

a830037eab0fbe617658b16423cd0d33563996a4 authored over 10 years ago
Undo IsHovered > IsItemHovered, shorter name wins

309ff44579c652388a0ac2e2c5da77da3a0cb1ba authored over 10 years ago
Tweaks, more consistent #define names

f30d23a502b415e139119274dcff5aa135ca2d0b authored over 10 years ago
Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered()

a905505ccaa4d9ea047aac657d85873993bcddd9 authored over 10 years ago
Tidying up example applications so it looks easier to just grab code

46eee0cee479adc2de442a51eadfe695b8dfd95b authored over 10 years ago
Fixed logarithmic sliders and HSV conversions on Mac/Linux

Tricky bug, I was calling abs() which resolve to abs(float) under
Windows with the include we ha...

29863b55efe60be734c266e198481de480f77a1e authored over 10 years ago
Tweak MacOS X Makefile for likely scenario

530f103dfebbeb4af28176e692ba197599c6f21a authored over 10 years ago
Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE

7a3e6aa38de83211e583b5bd604466bc1d0f99ee authored over 10 years ago
Fixed combo box (bug introduced earlier today) + adding bit of vertical padding in combo.

cda3aecc6ae11af70383d99a3ac013293daa5342 authored over 10 years ago
Fixed scissoring in OpenGL example

b6d1d85d86ccf7a61f025f474c1d664414b82490 authored over 10 years ago
Added InputFloat2(), SliderFloat2()

9a426faf4f27ef02b04e35e7da5494a8c374f93c authored over 10 years ago
Merge pull request #14 from Roflraging/constiteratorfix

Fix for gcc type qualifier warnings.

b0d5600ffb629f543956c21b8c0db715e8f98419 authored over 10 years ago
Fix for gcc type qualifier warnings.

With -Wall -Wextra -Werror, it is not possible to compile against
imgui.h due to const correctne...

c52a54ef4341c2435044d872aa3e1da61ca1d044 authored over 10 years ago
Fixed columns lines not being pixel aligned

cc9d63b46a666cdee74c62ca66c9f3a20ac0fc20 authored over 10 years ago
Update README.md

d3ad5ce4754b09a5b237f4743b861ad32ca6fe46 authored over 10 years ago
OpenGL example now use the fixed function-pipeline. Code down by 120 lines.

cb3d50394151b6e5fefcf4d0269940144dc675bb authored over 10 years ago
Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar.

ddc7f8b0b0dc22c6204078c986e6a6857047d287 authored over 10 years ago
Minor warning fix + removed unused function parameter.

57ac561ecb2131d050125b8c61c0e66fadc43d54 authored over 10 years ago
Fixed warnings for more stringent compilation settings. Added various small helpers.

2573ffb6fc2b1ad2136d6984f19440183337aa4e authored over 10 years ago
Update README.md

Added References

c938affcac2a5414c818137c2fbffa52d477e515 authored over 10 years ago
Added Makefile for MacOS X (courtesy of djoshea)

a1e176fb07b618e3a4daa127dfc3f92e71fe70d4 authored over 10 years ago
Removed stray debug code

901e9890d4427a26f45c51b442ddf2fc95639ed5 authored over 10 years ago
Renamed Makefile

f4ee74b3127347c16a25e3d21b02b6cf43879e12 authored over 10 years ago
Merge pull request #11 from corpsmoderne/master

Add a quick and dirty makefile to build on linux

64e5c2f12738b381778699ccf134354121431bcb authored over 10 years ago
add a quick and dirty makefile to build on linux

e2655d104e14f0523d63b0e6f11da0c368b0a487 authored over 10 years ago
Portability fixes to OpenGL example application (courtesy of djoshea)

882554565319321ab428338c5f04271e3820c80b authored over 10 years ago
Missing assert + comments

150ad95bd6dcc65589fd548f883d8d3121f58d32 authored over 10 years ago
Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor.

ab8561e6fc6f9a5fc9b346aeecfd0c03516604ab authored over 10 years ago
Merge pull request #9 from mhristov/master

Checkbox & radio button improvements

2a1ba332639312b0a4fd3a572e513af02a646a20 authored over 10 years ago
Update README.md

4fa623c43be07b3591916d6b077b26d62eb632f7 authored over 10 years ago
Removed dependency on limits.h

080eb69e68210facf4f94e91e059fb17b3d028b0 authored over 10 years ago
Checkboxes and radio buttons can be clicked on their labels as well as their icon

1b330f420e5138dbd24049daa4c115f3959e68ec authored over 10 years ago
Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons

28df6f39d9fc9e461c3000c9f9c4e5e52c8f0825 authored over 10 years ago
Tidying up example applications

98a000055e498e3a77d7ca348422d6652c9bd06d authored over 10 years ago
project update

e3001fb986f39c08c661213afa68608774d2a321 authored over 10 years ago
Tidying up example applications

4020ef7b58bd2ffb4779494ff2a29c7780d713bb authored over 10 years ago
Commented samples and shuffled bits of the initialisation based on user's feedback.

86d2c9d232de661212062ab7d184030465e1fbdf authored over 10 years ago
Added PixelCenterOffset for OpenGL/DirectX compatibility.

8ab2942716138c087a9e5b4621d93fc38ea31c11 authored over 10 years ago
Git ignore imgui.ini files

680a5a9b549733e7e05f887262f832fa5f9d5322 authored over 10 years ago
Update README.md

Clarifying C++
Added item in todo list

900dd3bd0fb8a04546dc7a62aa034f80c40527d3 authored over 10 years ago
Missing includes for some platforms

678f6d3a3db43df96db2f480bc074d6b92f04731 authored over 10 years ago