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

Fixed style.WindowMinSize not honored properly.

f0b493c217ada01479f654a0d5b06b4e01d3d455 authored about 10 years ago
Fix missing glyph handling in modified stb_truetype.h

6c6d1746d449917f86068a2eca70663f8601c86f authored about 10 years ago
Typos and comments

f061884dea12060f844e73f2f9cdb9d6983b39cf authored about 10 years ago
Fixed temporary glyph rectangle allocation using size much too big.

0f89e0615259dbf925af7d75234abe7f9b50e1d6 authored about 10 years ago
Tweak default texture width for large amount of characters.

e5d0d8334ffe1406d4a264bb151b322291fa215a authored about 10 years ago
Documentation on new font / texture get api

d27b295f4cb4be3fe5a55774964907dab5c96e3f authored about 10 years ago
ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font

Examples: OpenGL3 and DirectX11 back to using 32-bits texture solely for
ease of integration.

0f4d74d6147ee66c6bef2aa97ce48d139b58f7e0 authored about 10 years ago
Mde it optional to new() io.Font - however it stills needs to be loaded.

241e8086fa9f92542314ff3e39cd6e707c7e7a39 authored about 10 years ago
Examples' Says "OpenGL2" vs "OpenGL3" in title bar.

51df5874a631a15fc2fa1f8cab129fcdcd4e4577 authored about 10 years ago
TAB to spaces

a09f426b891550362ed99731a5d00af6e665988d authored about 10 years ago
Speculative fix for warnings for GCC/Clang

5ca563b5a5f19ae08461acd037068107783764e5 authored about 10 years ago
Examples: all supports TextureID in renderer, added LoadFontTexture() function.

20bb6270bca6ac82f768c2b95ac46cd773ad6231 authored about 10 years ago
ImDrawList::AddText() allows changing font

40f7b67ef18dd7971b1a761b99c82f7c3c9910f1 authored about 10 years ago
Added first-pass of Image() based on #73 + demo

cc79b85c2841de499d638b1e2518f2a453c896a3 authored about 10 years ago
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds

+ fixed typos

1a6e7f25e0dbb6f315ed947735ab140a7df5258b authored about 10 years ago
Fixed GetStyleColName() not matching the enum strings for 3 values (#111)

c1fe6fe14d4165db164c5bd93f994cef3a851288 authored about 10 years ago
Build fix for GCC/Clang, cannot foward declare a static array?

5dff478dc04847d0c2b9deefddd721e1f4e26738 authored about 10 years ago
Comments

2757e3573a1942a019014426aea565ed9a3b36e7 authored about 10 years ago
Cleanup extra_fonts/ folder

f77490cb2d9c522bfd4c58c139e782c64b59d2e1 authored about 10 years ago
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.

b3a208901a089b0930ff1d265a024da8832e7df0 authored about 10 years ago
Fixed DirectX11 example.

dd8a7655f5f6069147c6312263080b88d3215618 authored about 10 years ago
Version number

b0ea57e5183139cf971fd8f47db0d6c84db22f8d authored about 10 years ago
Revert "Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters"

Correct but cause problems because many people don't have 1 BPP PNG loaders

This reverts commit ...

4260195159c5c01495ddc861b306f711a7e9c107 authored about 10 years ago
Fixed leak on shutdown (fixes #110) + possible uninitialized member.

26fdf1655c031eb9ac44940648d08f052c4ad913 authored about 10 years ago
Examples: Fixed warnings for Clang

c1251d299416500e37af0bcab4ab28b1ff1281e9 authored about 10 years ago
Examples: Added STB_IMAGE_STATIC in examples to avoid conflicting implementation. Relate to #109

1c657564acb32961d0a835da33d9e5bdd98bae56 authored about 10 years ago
Compile fixes

fdc8c0722fd914eea311882d86ac03d5677e8aaf authored about 10 years ago
Merge upstream

91684a428bfc7efc95a7ae77020ca6f89c7d9178 authored about 10 years ago
First pass on AA rendered primitives

d9757bb583cc11ed8ed03a71c3db6ad38d5e2660 authored about 10 years ago
Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters

98a38e24ab7036522a28964cd6983bd0c683742b authored about 10 years ago
Very minor code/comments tweaks.

0505995193dcf25ce7521d5223f6d82d690dec44 authored about 10 years ago
Fixed hovering of child windows / combo boxes that extend beyond the root window limits.

4905ec46f17c36d01761050c19a1a3f896762e5f authored about 10 years ago
Failure in LogToFile() treated at an error (assert) in the absence of another type of error handling.

3fe669f547f9af4cb972510eae9c68772b094ea6 authored about 10 years ago
Renamed some color enums

22c1d7ededb8662f54a494f129ac75214da09457 authored about 10 years ago
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI

39373b563b1fdc3ef957bedce6c4dc5068481f78 authored about 10 years ago
Fix clipboard pasting into an InputText box not filtering the characters according to input box semantic (number, etc.)

97d34271f8da8f0ec9af2c74ecce10209db287e0 authored about 10 years ago
Activating widget bring parent window to front

a5f4108781cb937f89549ff7560b68f39916990f authored about 10 years ago
Fixed clicking on Combo box label.

3674d30e90ad9a8cd7c0a967d5b163d145c3e678 authored about 10 years ago
Avoid marking settings as dirty when window is marked unsaved + minor FocusWindow() optimisation

2268b098e031a0a71fede76ed37c67b8185a931f authored about 10 years ago
Dragging outside area of a widget while it is active doesn't trigger hover on other widgets.

4bccc06933c75d1dc30ef7e5039f86637541888c authored about 10 years ago
Todo items.

ee49c2288d532f55115cd6a8b5a2e606836e1cbb authored about 10 years ago
InputText() consume input characters immediately (fixes #105)

34664dc28ca9b8c9c6602cd498b58cba0a8fa1e5 authored about 10 years ago
Update README.md

e4f96147de71f786c74c2b8b28879c2cd3c3605f authored about 10 years ago
Version number (fix)

12225abfe22eef70476f4be681bc22f9228d304b authored about 10 years ago
Fixed text input filtering for character in the 128-255 range.

505bd1a66dec39aae7e27ddb55ced4376f1a1769 authored about 10 years ago
Update README.md

c9002620c66f0b857b6201317a3586314aa4d31e authored about 10 years ago
Fix for Clang

f8c58fe3286feb2ca006804c91d9bd0bbc736885 authored about 10 years ago
Examples: Console:: added support for History callbacks + cleanup to be self contained.

74ab55555869541fec1f7ca79dc73d9de25fa02f authored about 10 years ago
Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h

da5227fa28ef394ccea7779596cfe96a601779f4 authored about 10 years ago
Fixed InputInt() InputFloat() label not declaring their width, breaking SameLine (bug #100)

+ shallow cleanups

3b028c7ebf302c105e7a2c1eb50135fdec56cf04 authored about 10 years ago
crc32 on strings is performed in one pass - removed the strlen() call.

2d111ccb555e038c3149d571691b6bcf6a8ed542 authored about 10 years ago
Version number

691ca4697828eaa71766a69556af40f13a41ebf5 authored about 10 years ago
Version number

209be54e499aae2ad031d83293280582017b57f1 authored about 10 years ago
Style editor: added an Output button to output colors to clipboard/tty

aa750d538d0b26c5afc60da57142db3f01c5826f authored about 10 years ago
Added SliderInt2(), SliderInt3(), SliderInt4() for consistency

929f127d065cc34a4c1906272d188137b2340ab5 authored about 10 years ago
Empty label consistently remove the inner-padding normally preceeding the label.

60b4389ac170697e0fa8024178b8e1e0e4c31916 authored about 10 years ago
Tightening default style (saving -2 pixels on each axis per widget)

a950df6655b5d1eb49b98e7de4dca2d678a1447e authored about 10 years ago
Log output \r\n under Windows so files are readable with Notepad

409b1ac6b5d256e0114dcb5fc062910eb445994c authored about 10 years ago
Log depth padding relative to start depth. Tree node and headers looking better when logged to text. Added LogText().

036a153cf4e4628792c1e156e64accda4a2dabb8 authored about 10 years ago
GetStyleColorName -> GetStyleColName for consistency with type name. Removed ImGuiStyleVar_ColumnsMinSpacing

886d954e3df5041e0cf96cc0ae6835bd21d7ea06 authored about 10 years ago
Renamed GetTreeStateStorage() to GetStateStorage(). Columns storing floats instead of fixed point integers

39952d2362591421b3ed9a07b7f6417c858095de authored about 10 years ago
Added LogFinish() to stop logging at an arbitrary point.

1b25fa8169e3aee023ba9fbc3b0dc82bffc36119 authored about 10 years ago
Minor fix for cases of malformed .ini file (zero-terminating text file like it was before previous commit).

0796dc0dc1577fc97097e5827ba96c5d1da82d43 authored about 10 years ago
Cleanup. Removed unnecessary calls to sqrtf(). Factoring bits into ImLoadFileToMemory(). Added index of static helpers.

8994f2f1e4d1b20366c98e8088f639c429025412 authored about 10 years ago
Factoring bits out of Begin() into a private CreateNewWindow() funciton

(Hopefully to ease a bit the merging work for ProDBG)

e2fbbe02744a8974d03e80341f8faba3ad6b2fdc authored about 10 years ago
CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it)

5b7ed5432e3b7b059e7e1e9e4577971cc8f26b4e authored about 10 years ago
Taking notes of issues/todo

bf3212c681e3926ca579233d6e1040b26346842f authored about 10 years ago
Fixed clipped ImGui::Combo not registering its size properly (was flickering when scrolling with combo on the edge of clipping region)

34728394ec9b5b38f08fef9157da4787c23e74f0 authored about 10 years ago
Renamed second parameter to Begin() to 'bool* p_opened' to be more self-explanatory. Added more comments on the use of Begin().

90351298d164814a49c1ae8c9aeaa2fa65c8a59f authored about 10 years ago
Preserve windows position on zero-sized display (minimized).

69f3d67d184d412a76754f3912c50222631d2c3f authored about 10 years ago
Update README.md - tweaks

d6c13128b95101a4eec5b0881415ea90bb88a827 authored about 10 years ago
OpenGL3 example: fix growing of VBO

b3febabc30fe0333efa185bba5aeabb3965f77c6 authored about 10 years ago
Support zero-sized display, now sets default as -1,-1 and assert if display size is negative.

ac29859f70ce747b8d8d92b839051b7d3c779dff authored about 10 years ago
Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API

a3af51fd4eec1405457c602b10d8c03f2b90d366 authored about 10 years ago
Update README.md minor fixes

b09c49180ffad008479e045fa6dd74a2e945b1de authored about 10 years ago
Cleanup todo list, removed 3 done items + added 1 new

7e868e28424d212b1e990365d69101df0940b803 authored about 10 years ago
Version number

0056ccce262dd5429b836f095c3249f58d04eb00 authored about 10 years ago
Update README.md

486506e37fa755141f1b52c06d8cb7ba836c8a1c authored about 10 years ago
New and better Set[Next]Window(Pos|Size|Collapsed) API.

Removed rarely useful SetNewWindowDefaultPos() in favor of new API.

e9e0e36f988a12e0719b1e3b109dafac9fb4471f authored about 10 years ago
Added ImGuiWindowFlags_NoSavedSettings flag + Fixed overlay example app.

3399890a8499813162454c2d86706bb93c854892 authored about 10 years ago
Comments

2a3bff9a828185c3d37bb0de0a5b311c73c596c1 authored about 10 years ago
OpenGL example: allow resizing window.

09bacfbe18700d9dea00fbd4218aefa5e9a16d56 authored about 10 years ago
Clarified comment

cca5f473ca6bd296b40d8150c55a1a0ae5d49396 authored about 10 years ago
OpenGL3 example: fixed mouse handling.

6523fb263dae6368372a1bd905047750198f30aa authored about 10 years ago
ImGuiStorage helper can store float + added functions to get pointer to data. Exposed ImGui::GetId() - may be misleading?

bdb2344db0587e65c03d220dfc907157369060b4 authored about 10 years ago
Added Travis CI build banner.

0a0769227d7c317cc35a51badbf0f6fd65f59954 authored about 10 years ago
Update README.md

6252b26af26621a240076865acf3cf5a59ddf648 authored about 10 years ago
Fix Clang warning with offsetof() macro? Added -Wall in OpenGL 3 example.

987188d437efb14e65e5b90b467aac5c23940d05 authored about 10 years ago
Setup Travis CI integration with Clang + -Wall in Makefiles

71e20680dbe7686c9bb306399c50d73def316c1f authored about 10 years ago
Setup Travis CI integration

Getting there!

bb20065be0c94a1bbd17873302ee662fad0a7228 authored about 10 years ago
Setup Travis CI integration

More libs needed

fec067d033c3bd101f8d06eec85e3d1cf5aa3f96 authored about 10 years ago
Setup Travis CI integration

Different PPA source

2eb837ea8614d05d485aa072f0bbba0416dc54e9 authored about 10 years ago
Setup Travis CI integration

Yes please

857a4e364c786b2cfa73e0235f0293053f9e11bf authored about 10 years ago
Setup Travis CI integration

Trying again with a PPA for glfw3-dev

2599849e9c70e9a856f9d93bbf6e8bc2a28ca71c authored about 10 years ago
Setup Travis CI integration

Argh.

da1b8f7e468750336b5366906eb4f15dcd67cc39 authored about 10 years ago
Setup Travis CI integration

Failing to get glfw3 for ubuntu, trying osx/gcc

0687af2ce53ceeecc22332f8fbf0d013b834fd25 authored about 10 years ago
Setup Travis CI integration

Argh.

1d454786371160e0f25fd0562d54aeb3d156617f authored about 10 years ago
Setup Travis CI integration

Apt-get update needed..

1bfb59174a83f1e91f4cb9d2607fa8af85cf60c8 authored about 10 years ago
Setup Travis CI integration

Forgot sudo. Removing apt-get update, probably works without.

83575a464fc821e42531cc446b680fff10448807 authored about 10 years ago
Setup Travis CI integration

3e83de58b5f78841400be5abf30b06331c00d272 authored about 10 years ago