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

Added GetContentRegionMax() supporting columns. Some bug fixes with using columns.

6c192f32213f12d17e8587f5a94588fda38229e7 authored over 10 years ago
Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos()

Added word-wrapping sample in the test window.
Added IsItemFocused() to tell if last widget is be...

78645a7dbab53bb9953d7ef98480dd1de0f0a8dd authored over 10 years ago
Fixed column using a "funny scale factor" (non power of two) #67

74363c5a43da2f0b82aeda508b7e98d698677279 authored over 10 years ago
Fixed some typos in comments

0b10cf4bd7f9b3199aedac6171a80d6e3a86dc99 authored over 10 years ago
Made with the NoResize flag can still use auto-fitting. Added SetWindowSize().

3d848587555b02a35b2f63b6420eb8b98e4d8d14 authored over 10 years ago
Minor tweaks

fad5e45d2c0f79b51881f584ca88beadc21467f3 authored over 10 years ago
Merge pull request #66 from JarrettBillingsley/master

Added callback versions of PlotLines/PlotHistogram

05a3a9b962633fdc022d3d058c41a5f2128258c9 authored over 10 years ago
Added overloads of ImGui::PlotLines and ImGui::PlotHistogram which take a value getter function instead of raw value data, and changed the implementation of the original overloads to use this new implementation.

85eee4a4c5dcda12775c4f8e62eebfb4ac297e8d authored over 10 years ago
Merge pull request #1 from ocornut/master

GCC warning fix

4c4798546ea5b15a3c5e32eb598e1e53ddf41f8a authored over 10 years ago
GCC warning fix

f768579377521b0b1d1b25120780043df29761e7 authored over 10 years ago
Fixed warnings for GCC -Wpedantic

e6eafd6fa8394c3fd41f34d0d4b6ffea771e46ca authored over 10 years ago
Version number

1037bacc4b6d7205b55718efd4d78bbbdb61e0a3 authored over 10 years ago
Added comment on return value of Begin()

89a412690ca7ed11c32ce62007468741c3d8fcb0 authored over 10 years ago
Added GetWindowFont(), GetWindowFontSize() + comments following user's feedback

af37fb1ee76c9dac3c2c0f5d0e16bd06b07f0eab authored over 10 years ago
Fixed unlikely buffer overrun in InputCharacters (thanks Daniel Collin)

9f05a2bb1621877976acf7870f9a192178f54458 authored over 10 years ago
Moved UserData

48a944813cd24d65d11b8892418d4efaa983d903 authored over 10 years ago
Added a UserData void *pointer so that the callback functions can access user state

"Just in case a project has adverse reactions to adding globals or
statics in their own code."

1d9a4748de2eda0cdd25f0e2ae92d2915abd8e07 authored over 10 years ago
Merge pull request #56 from seanmiddleditch/master

64-bit fixes

36212b9ad9a2d1a52fb543a9d646199edbb7cf22 authored over 10 years ago
64-bit fixes

`int` values are not the same thing as `size_t` nor `ptrdiff_t`. Convert incorrect uses of `int`...

bebadb9012ec88526b925059bdbe13d04fdaeaec authored over 10 years ago
Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL (more IDE friendly)

530e746daa6427bfe84f0b45135f9cf7faa62545 authored over 10 years ago
SetKeyboardFocusHere() allow for an offset to access sub components + comments

ce481ec7029b413d87fdb7bafed1d7f02ccf1958 authored over 10 years ago
SetKeyboardFocusHere() sets focus on next widget instead of previous + works on tabbing-disabled widgets

f1ea630dd0f3dc69609139b78451d2172c3bc1ad authored over 10 years ago
Added SetKeyboardFocusHere() to set focus from code. Fixed tabbing through tab-disabled fields.

ffc8264e9dead72d7b38f78f67e0acce859e1e23 authored over 10 years ago
OpenGL/DirextX examples: comments and tweaks.

ec625b7c4951fa730ddfe12bccb52b1c94685af2 authored over 10 years ago
OpenGL example: Tentative fix for missed tap-to-click events on MacBook trackpad

f86286548ef248a60e9a3d815cfa9c10628cecd9 authored over 10 years ago
Merge pull request #51 from TS-RTX1911/master

opengl_example shared makefile for Linux and MacOSX

7751ce0a6983dbd1aee97ecd6fd3787e05309121 authored over 10 years ago
opengl_example makefile cross platform supported.

9bb95db68a8bfe2acdd862113dbb38d39d6f8f09 authored over 10 years ago
Update README.md

0a8acf241c865a146c01034be44f2b8221747182 authored over 10 years ago
Update README.md

c388c7e6ebd5b920043d56eba810eb4f5e35c7e2 authored over 10 years ago
Update README.md

088df3d1bac2b1aba4d0df7e875e4f373f20554f authored over 10 years ago
Update README.md

09fae1c209c3bbffed035bffff9b18285aedcdf2 authored over 10 years ago
Added screenshot for website

016dbb7472bff0229d91b7d66f9ff4c9f6da9915 authored over 10 years ago
Added M+ font extra_fonts/ for Japanese text

6ec65c46aa86b36c6d939a0763b1c19977f9bb3a authored over 10 years ago
Version number and font documentation

0fa3d6e25f1453127aefd6b9b206113c7b9ea1ad authored over 10 years ago
Added IO.FontFallbackGlyph (default to '?') + UTF-8 test in demo window

f898e658bbf528bc98976786091a2fdcb54e15af authored over 10 years ago
OpenGL example: minor tweak for non-default font.

22fe7f23b109e6428cd05e9c1820dc26d14f0ab4 authored over 10 years ago
Fix stb_image to load 1/2/4 bpp PNG (unofficial fix, submitted as PR)

b756510f21850eea2d65023af7bcd623bccceb15 authored over 10 years ago
Warning fix

b6ac37149627d945ed6ab46e47bd6d084b6635f2 authored over 10 years ago
Speculative warning fixes

81b94804134d98e500980986d09395c4f639ad67 authored over 10 years ago
OpenGL example: updated stb_image to 1.46

b9d9f62ae33e4660cbbf6857e754e7d85b7c41aa authored over 10 years ago
OpenGL/DirectX examples: support for international text input in UTF-8 + implement ImeSetInputScreenPosFn on Windows.

4b94454fb477107e793545bde17f5649cf02c98f authored over 10 years ago
Support for international text input in UTF-8. Added ImeSetInputScreenPosFn(). Removed text_end parameter from SetClipboardTextF

b86505bf2f4e2b0c0e0a189cc8344258f27408f8 authored over 10 years ago
OpenGL example: added commented code to load custom font from filesystem

df1c056c88c5aa12a2331801254e544166bf927c authored over 10 years ago
Revert erroneous commit

eb1b9d452147849e48d05071706f2cc9549ed730 authored over 10 years ago
OpenGL example: added commented code to load custom font from filesystem

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

a61b92f362802ec5267da39ef613c697e918bcfa authored over 10 years ago
Handle UTF-8 decoding for rendering and text size calculation

51bbe1d9616337785a92d682e2e5164a718efca4 authored over 10 years ago
Merge pull request #49 from ybunyak/master

Fix build errors

e4d4dae3bf7d0089d7d7f18d4d0a9e6c1b07b8c2 authored over 10 years ago
Fix build errors.

bd3c53754dbb58d969f5df32d29545104c00076b authored over 10 years ago
Tab to spaces

a1162ac00139db241417d27c9ec14cd2a0c92002 authored over 10 years ago
Renamed section in documentation

618a42acf81d3bb026458a21592d676c009db193 authored over 10 years ago
Update version number in sources

3cd1b8a37bfb8f89fcdc7d8753e132129e0d84f6 authored over 10 years ago
Added va_list variations of all functions taking ... parameters (from Andrea Pessino)

746951691ad0feea307c4591dce3954e5a738f41 authored over 10 years ago
Warning fixes (from Andrea Pessino)

8eafb373f7ebe8cc63ed2d5e88c2fc441eff95b7 authored over 10 years ago
Moved IM_MALLOC/IM_FREE/etc. to IO structure members one can set at runtime.

fec4232c797f5088aacb75425aa42efa83315aab authored over 10 years ago
Added IsPosHoveringAnyWindow()

85672fec2e5a7d52c58fb4d8caaee89f10604e84 authored over 10 years ago
Added IsMouseHoveringWindow(), IsMouseHoveringAnyWindow()

d5ed586d70eb9bd2e6b887f3e6fe4b6ea4cdff06 authored over 10 years ago
Tweak comments following feedbacks.

d58a0292852476f170dee0bff94a279dee884c3f authored over 10 years ago
Doc formatting + adding 'API changes' section

6e039c8b7d5e27464196ade9371fc4dd3a1aa02a authored over 10 years ago
Added IO.FontBaseScale for global rescale. Renamed SetFontScale to SetWindowFontScale

05a42ba3a6d4b371f5fab7bb279ac739178e54b4 authored over 10 years ago
OpenGL example: comments on glfw window size vs frame buffer size.

da2ccf0a78112a7d39ae7945fa63f4ee40e4ac74 authored over 10 years ago
Merge pull request #47 from ybunyak/master

MacOS X examples fixes

3e647d86aacab0f654a2ed6a3bfd610669830727 authored over 10 years ago
Add support for Retina displays on MacOSX.

0e0cd5e705166206835fbc081a819b18308ee186 authored over 10 years ago
Add missing framework for MacOSX builds.

8d32fcb7d44a036442f45d1f692ecc5c06b39636 authored over 10 years ago
Fixed wrong array size in header file (apessino)

4ea2af7ea58f38e8b0160291fd465f3f974b91de authored over 10 years ago
Update README.md

3773fb41171126f00a28319529f20152c0eb0320 authored over 10 years ago
Added version number in sources

24028911e350c1ac81bfd715f2357cdc56b1c9d2 authored over 10 years ago
Fixed file-descriptor leak if ImBitmapFont::LoadFromFile() calls to seek/tell fails.

3fd68c3a31049e8bc9489c680dd6e65ab0631720 authored over 10 years ago
Update README.md

1cf4b313e2c815270a32eb462bbefd1e99ec6a24 authored over 10 years ago
Added #define IMGUI_INCLUDE_IMGUI_USER_CPP to optionally include imgui_user.cpp

2e85dce1ee3361c0a71d9ec76e7fdb42751bf1ac authored over 10 years ago
Added extra_flags parameters to InputInt(), InputFloat(). Used in example code. Commented out broken ImGuiInputTextFlags_AlignCenter.

62d233aaabaee87cb2b7d246585edd767a580a72 authored over 10 years ago
Merge pull request #44 from xythobuz/master

Added ImGuiInputTextFlags_EnterReturnsTrue

3cdb4fa45694acccad6d2d99653d6fece6fdbdf4 authored over 10 years ago
Added ImGuiInputTextFlags_EnterReturnsTrue

7439df0ba19c4050602f95c8757df087b05d5783 authored over 10 years ago
Made radio button render ascii when logged into tty/file/clipboard

ad42787543123ba5af45414496e91270f0859474 authored over 10 years ago
Added more comments in the code.

91059da1a5f541b40c77d508d7c5efb5b0d1745f authored over 10 years ago
Update README.md

Fixed typos, reworded sentence.

b420a515410e2f8e650864b2b215616e8e1f9494 authored over 10 years ago
Minor tweaks to "Memory override" pull request

c07ab1b56af4398037b738d64c89bedccb0c0362 authored over 10 years ago
Merge branch 'pr/40'

22a9555a9936f05bd0960f11f8e7bf8664e94c68 authored over 10 years ago
Memory override #3

25080d53e5bed0203fe5182e78907668e4080a77 authored over 10 years ago
Added FAQ/comments

43448d9c89eed20f2956e9819b58fa6ac50f2ca8 authored over 10 years ago
Using spaces instead of tab for web readability

e20077fbd0370697092c57184f5d5306fcf5a170 authored over 10 years ago
Added sample fonts data

2c677c45c736fea6ff445e536ba4c2cf2b22bacd authored over 10 years ago
Added IO.FontYOffset. Added asserts.

3b339efeb2ac8e1f8299213def138c197366079e authored over 10 years ago
Remove IO.FontHeight, cached automatically. Added assertions.

8fc50f5ed3cc31e62333ce53028e95d08a9e4847 authored over 10 years ago
Added SetCursorPosX, SetCursorPosY shortcuts

dd5d25127302b138df7b1555947f4fb9202e2739 authored over 10 years ago
Checkbox() return true when pressed

2fb63b6068264960707d3018fa57145a9f0ff415 authored over 10 years ago
Delete obsolete comments in imconfig.h

cd3d027df0adb0fd602928b089c9588124532288 authored over 10 years ago
Moved IMGUI_FONT_TEX_UV_FOR_WHITE define to a variable so font can be changed at runtime

7adad7104207c4958cda2503e1ef3d67bc705bf9 authored over 10 years ago
Fixes to allow clean 1-pixel thick lines in more use cases. PixelCenterOffset not the same as previously!

88c33ecc2926fa992a4a3e46907cd8daed60c45a authored over 10 years ago
Minor fixes to scrollbar rendering, close button and made checkbox/radio button padding more consistent.

1f63e01cc60461f0d5214547858259bd8938c3c5 authored over 10 years ago
Collapse triangle don't have a shadow unless borders are enabled.

Fixed cross that appears when hovering window close button to be perfectly 45 degrees.

bd26de062833c64efa3940e07c4abfd2f2ad190d authored over 10 years ago
Fixed collapsing header border (if borders are enabled) being off the clip rectangle.

Tweak demo window.

5a9639b423d2d1600fcc29c4df4fd07db593c156 authored over 10 years ago
Minor text alignment

b90d0c558d488003a552548a6bfb895bc589ed05 authored over 10 years ago
Added FAQ entry

51f8e33eb40d32659c894c356adb3d858567d8c7 authored over 10 years ago
Added comments

80dd1e1065cbbbc3f12ebe3bbaa38d7d843c6842 authored over 10 years ago
Fixed uninitialised fields in ImBitmapFont (were unused when uninitialised, but still dodgy)

5f6b261c9be5c83851a49fd88139adfa6389e500 authored over 10 years ago
Fixed size/padding of slider grab box for vertical symetry (was 1 pixel too high)

681ac5f777ce91952e5c02e33b51c5d8e6f15336 authored over 10 years ago
Merge pull request #34 from orbitcowboy/master

Do not update a variable, which is not used.

0d344e1f035c8478fe81afcb6942e22aff1c958c authored over 10 years ago
Updated URL to new ProggyFonts site

d2b43f31e3bf4107faf6dbd77adbaf304d613c9f authored over 10 years ago
Fixed ImGuiTextFilter triming of leading/trailing blanks. Documented "Filtering" section of demo better.

d17a5867389c0da39b248a7bb9dc00cdd23612b2 authored over 10 years ago