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

Demo: Added "No close" option.

20ba79aa56dd27fd9f52fd59f36bbd92d3ac23a4 authored about 7 years ago
Fix for border under title bar when WindowBorderSize == 0 and FrameBorderSize > 0

b75acc21b09fdcb3a8f9d7a84ba6cc197519f09d authored about 7 years ago
Comments

0872020c5c64cec0cfe5eaf060532865cb080dc2 authored about 7 years ago
Removed SetNextWindowContentWidth(), prefer using SetNextWindowContentSize(). Kept redirection function (will obsolete). (#246, #519, #1444)

f72b002da876d783d72c63e0a4c41d2c7b519677 authored about 7 years ago
Fixed warning: logical ‘and’ of equal expressions

e23083a080909042d8eda880d14299080116c9d0 authored about 7 years ago
ColorPicker4: Fixed returning true when holding mouse button on the sat/value/alpha locations. (#1489)

0365c524a2f4641538ea3b9e5bde7c8342eec158 authored about 7 years ago
ColorEdit4: Made IsItemActive() return true when picker popup is active. (#1489)

a8c7b1a2a2fdd9119ae72a815171a9ab25df61bc authored about 7 years ago
Merge branch 'master' into navigation

871a5cecc1b1315b8f70c452553c33cf4b8310b6 authored about 7 years ago
Combo: Removed ImGuiWindowFlags_ComboBox flag. Moved internal window flags.

c9f0275e2270fa39f631e47c67b35524b230a9d0 authored about 7 years ago
Mouse wheel scrolling doesn't change speed inside Combo box (uses to slow down from 5 to 3) but instead slow down on window that are smaller than the scroll speed.

457011660eb47c6d0b87dc0e6b5ab700caf5b770 authored about 7 years ago
Combo: Cleanup. Removed unrequired uses of the _ComboBox flag (the test in EndChild() is from commit no 1!). We could remove ImGuiWindowFlags_ComboBox soonish.

a263dce2f29f07074b031159259cd1e4b432ad49 authored about 7 years ago
Fix bad merge

9ce51ad9f6c39a3b21799e39991484debf95fb5a authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp

a6f37287d8d71145fa5601524f4227f25c656f91 authored about 7 years ago
Standardizing the casing/format of internal window names + Misc comments.

7ac5f11b292a6627a454c95dee0e9e2a1430ee90 authored about 7 years ago
Combo: Recycling windows by using a stack number instead of a unique id, wasitng less windows.

befc58771c0c2b95df6b84b667b2ccd7fc11b768 authored about 7 years ago
Combo: Moved functions (untouched).

e998c7d3e3270d60459424d65bed705f22fb2447 authored about 7 years ago
Combo: Added flags to BeginCombo() new api, removed explicit height, default to 8 instead of 7 items, allow popup height constraints via SetNextWindowSizeConstraints(), width expand if contents doesn't fit, popup reposition policy if it doesn't fit.

a5e93921404fcf2c94e2e245f0ff8569eef3baae authored about 7 years ago
Internals: Renamed CalcSizeFullWithConstraint() to CalcSizeAfterConstraint() which is more appropriate + added explicit parameter to CalcSizeAutoFit() so it can be used externally.

d9d231dc6b42f994640bcc9357131ab4fe5e52d2 authored about 7 years ago
Fixed scrollbar issue, source size when explicit was read before applying custom size constraints (followup to cc2c0238808eb626bf613e1a920bd9b9e5f83299 etc.)

74f42baf3ebb89b9be08593bb27123e0a80328a3 authored about 7 years ago
Combo: Comments + fixed missing lower window padding.

541dfd790168e235d70b81136fd61b794168cc31 authored about 7 years ago
Internals: Renamed FindBestPopupWindowPos() to FindBestWindowPosForPopup()

9872297a84bcbca7f5bb872b71a0f38cb599edd6 authored about 7 years ago
Demo: Picker with palette demo supports drag and drop. (#143, #346)

a4863e8084e4b80a38e2b76a9dd724c971ee5e7d authored about 7 years ago
Drag and drop: Added COL3F payload for color without alpha overwrite. Exposed standard color payload types in imgui.h (#143)

7bf85db6c451163133a1197457a7a1dd7ff6fbdb authored about 7 years ago
Merge branch 'master' into navigation + removed extraneous g.NavDisableMouseHover test in IsItemHovered()

# Conflicts:
# imgui.cpp

b6b940c8ee2b2949d5df142769cdbe1be493e39a authored about 7 years ago
IsItemHovered() comments (#1382)

e118239f6909527f5fb1fa7ef83c2c5ba1e8f132 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp

553b0fcf8fce96f0f7b63f7795309e228ff44396 authored about 7 years ago
Begin: Factored out a bit of code to CalcSizeContents()

ca0bb000ad5c400e13509e1d3a6a6e4fe8e23e53 authored about 7 years ago
Begin: Remove unnecessary usage of window_is_new flag, as both fields are zero on window creation.

f658edc72a2029b9a0524cc0eae2550b8a826cc5 authored about 7 years ago
Internals: BeginCombo() added dummy ImGuiComboFlags.

45466a8cf99c16a7b9493da0b835a5e09e97a850 authored about 7 years ago
Indent(), Unindent(): Allow passing negative values.

97edd42fc040c68cc8985b93b99408e2783b27a0 authored about 7 years ago
Begin: Minor refactor following fcf652f8ee7267055e331bf7a0133ed477816f27. Merging the if (Collapsed) block with the main one.

7f2b9ea4c0fcbb2f9c2d14150441a4187c0c1c71 authored about 7 years ago
Begin: Sizing fixes regarding uses SetNextWindowSize() on individual axises.

8dcc1a8a209b9151e7a4003d01e02cf54ee9eb6d authored about 7 years ago
Minor tweaks. Using ImGuiAxis defines.

e045eddd776e30b997d7a493b444e51f1821ec1e authored about 7 years ago
Fixed 64-bit warnings.

92f7bd3605dae216ee7aecf7f91c0d43b41ac358 authored about 7 years ago
Fixed scrollbar issue, followup to beda5fc5a0252b80ee16293afb80701807a33150 and 2df8fa95dfe3463ece78c56b02dc815c3e71331a.

cc2c0238808eb626bf613e1a920bd9b9e5f83299 authored about 7 years ago
Merge branch 'master' into navigation + merge fix

# Conflicts:
# imgui.cpp

e6215b6ca0924690741c548d49ce81a1f9f36a7a authored about 7 years ago
Internals: Cleanup FindBestPopupWindowPos() to be more digestible, since we are bounds to rework the logic there. No functional changes intended. FIXED TYPO.

3c9f9a455e7d3e81cd42421dab837597d8e52911 authored about 7 years ago
Internals: Cleanup FindBestPopupWindowPos() to be more digestible, since we are bounds to rework the logic there. No functional changes intended

8959c64b335a73528fa939a16e197a40c2eeca82 authored about 7 years ago
Demo: Added display for IsMouseDragging() function.

abe5ad3c7a9fc2546642af7218285a95f59c4629 authored about 7 years ago
Demo: Display better mouse cursor info for debugging backends.

94bf12f14b69393fa8f471fc90dcdd370fb91566 authored about 7 years ago
Exposed GetOverlayDrawList(). (~#545, ~#530)

20c7aab60c5beec1d1a5f353ab4385988d6e9abd authored about 7 years ago
Nav: Merge fix.

6deb865f78c377004aae03658c88e0d8dee89f04 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp
# imgui.h

2fc6a82665019d65f19eb43b042fe7660323980c authored about 7 years ago
Begin: Move the code that update the Appearing flag above the BeginDocked() branch.

8f41508c5269479881eadbba96a821d1eb44cd54 authored about 7 years ago
Fixed nav branch merge issue.

2fc9a2e6e7f36a2b36dc0359ea3316558795c22f authored about 7 years ago
Comments about ImGuiWindowFlags_ResizeFromAnySide. Removed hovering color. May need its own color. (#822)

3b7e4eaf384e7f5a299e5e411bc5289217545ce5 authored about 7 years ago
Fixed scrollbar enable/disable calculation when size is modified programmatically. This is the generalization of the fix in 2df8fa95dfe3463ece78c56b02dc815c3e71331a.

beda5fc5a0252b80ee16293afb80701807a33150 authored about 7 years ago
Lower-right resize grip only appears when hovered. (#822)

ecacaf7f2d678c17acd8503c38f084be2fd7cfd8 authored about 7 years ago
Windows can be resized from their borders when ImGuiWindowFlags_ResizeFromAnySide is set. (#822) The interaction is currently unsatisfying because we can only reach a window from its inner rectangle (because of HoveredWindow filtering).

531e559e49a3cdf988de6ea2dac904536da9c6a0 authored about 7 years ago
Tweak four-corners resize grip code. Added ImRect::FixInverted() helper. (#822)

e103fe8c1f0951c1045f9ffe3ae24273cd44ab28 authored about 7 years ago
Added ImGuiWindowFlags_ResizeFromAnySide flag and code to resize from any of the 4 corners (only 2 corners enabled). (#822)

90ae1c59c4fc9d13210fbf6dbc6ad9508f7b06fa authored about 7 years ago
Update README.md

fe2cf231a8cf3b91c04d8c4ec2b684eca63424a8 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp
# imgui.h

729333293cc18fe7e3a6d3f78a4c731ee56c7690 authored about 7 years ago
Comments about ImGuiWindowFlags_ResizeFromAnySide. Removed hovering color. May need its own color. (#822)

0f119865a67cd5d92e89a2da49656d3a9e6c4873 authored about 7 years ago
Windows can be resized from their borders when ImGuiWindowFlags_ResizeFromAnySide is set. (#822) The interaction is currently unsatisfying because we can only reach a window from its inner rectangle (because of HoveredWindow filtering).

5686c72bbdb01c120e3eae4c8271c534c92c6c94 authored about 7 years ago
Tweak four-corners resize grip code. Added ImRect::FixInverted() helper. (#822)

b9dc0caee339e8b661e7ebf511138f68bfb0ee43 authored about 7 years ago
Added ImGuiWindowFlags_ResizeFromAnySide flag and code to resize from any of the 4 corners (only 2 corners enabled). (#822)

2ca4f9e862fcd4076fb5693b9cc343c92e2564ea authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp

364251146bc7726bbecfdcdfc1ead3b57ce264b9 authored about 7 years ago
Fixed a one frame glitch, when window claiming focus themselves on appear, the title bar wouldn't use the focused color on that frame.

77d1a4b6369943064a8faf9025ef211c0473ab4c authored about 7 years ago
Merge branch 'master' into drag_and_drop

16d9fa30b2b671b106e6ce8e297d5bea36574005 authored about 7 years ago
Internals: Splitter Behavior doesn't show a border. (#319)

5f7cd7fb1c0793e5581e9914a39c53f327262a64 authored about 7 years ago
Style: Tweaked default WindowRounding value from 9 to 7 (#707)

be6384eb2a85aaaba0b152a464b6d2d949eddee3 authored about 7 years ago
Internals: ImRect: Added IsFinite() helper.

c860a0a85cc6f5264dc1774568ea965df0ff027e authored about 7 years ago
Style: Tweaks Dark and Light styles. (#707)

aea3fe41b9a3dea659b92f50215be2b6b104bb68 authored about 7 years ago
Drag and Drop: Added DragSource from color square. Added DragTarget on ColorEdit4 widget. (#143)

6ea744d8f42cd8b5bd89562126712ddd79700721 authored about 7 years ago
Merge branch 'master' into navigation

81cbaef8068fdcbd1d4b4cb1cea23f1dacc3ab0e authored about 7 years ago
Style, Scrolling: Fixed padding and scrolling asymetry where lower/right sides of a window wouldn't use WindowPadding properly + causing minor scrolling glitches.

c36e586cce1279b419ab4b443ca6ce63b03ce7cc authored about 7 years ago
Demo: Layout: Removed unnecessary BeginChild/EndChild calls

a20fe279c5b022a2df2510081b1f32605d9f4dce authored about 7 years ago
Scrolling: SetScrollFromPosY() tweak to match change in a0d53fee81084a547bf21f46e736ea89f79fffb5 with similar desirable jump/discontinuity at each limit to skip the (ItemSpacing>WindowPadding) difference (followup to 0e5b64ecd2e291eac3475e10ab8aa1fa773a3a03, #150)

b513fdce481a950cc27b90b8284eb5765922ee7b authored about 7 years ago
Demo: Console: Fixed incorrect positioning which was hidden by a minor scroll issue (this would affect people who copied the console code as is)

0d53c8d4809bdfcacb0ad52d695fa257007ad4ad authored about 7 years ago
Internals: Removed unnecessary duplicate scrolling code + added extra infos to Metrics window.

25c159fac8c36411395871b7c41c2cd4cdd562fa authored about 7 years ago
Settings: Internals: Renaming.

52e475230f7abcfb79a2a90f4954da1976223615 authored about 7 years ago
Settings: Internals: Simplifying code a bit. Creating Settings structure during first save. Windows where ImGuiWindowFlags_NoSavedSettings was late toggled will save settings correctly. (#1000)

2e1013a0c62f949a16082cfc9a2a2750fc38d506 authored about 7 years ago
Settings: Internals: Added FindSettingsHandler()

7ae71e4984bf5aed6ca17f933ff1a1e0c8428d35 authored about 7 years ago
Settings: Internals: Renamed ImGuiSettingsWindow to ImGuiWindowSettings.

963259d128c9d8b1f0b9dcdbc07d32cb64c0a1f5 authored about 7 years ago
Settings: Internals: Exposed FindWindowSettings(). Simplified some code.

35eb5c5c998d1f55f2f3c23365f9228fd188d82a authored about 7 years ago
Merge branch 'master' into drag_and_drop

63712d5f5c9a81afba1c837d59b23c702c8e92de authored about 7 years ago
Merge branch 'master' into navigation

9191b17218a3e8b5074edd8f5b53988389b8600d authored about 7 years ago
Build fix

4a43632163b49744455e04ca9654e045708dccab authored about 7 years ago
Settings: Import old style .ini file

1a8a7c9d170a49e9c3170df59674eab74810bab6 authored about 7 years ago
Examples: DirectX9: Call EndFrame(), fix for assert added in 9a44d447cd29096c74e38bec917015c0ee1ffaea

c8b5b569dacd25abc45cda1bf70bff53b15ac945 authored about 7 years ago
ImVector: Added ImVector::push_front helper.

4c4f1b0224adcfbd35e6d83577ba12f95067f5ab authored about 7 years ago
Settings: Initializing ImGuiSettingsWindow so external users don't end up with uncleared data. Exposed MarkIniSettingsDirty() in imgui_internal.h

f3ec608c19462e4829ca2bf5833511290ea770b0 authored about 7 years ago
Settings: Make ImGuiWindow settings always first in the list.

e5ebe42207225d5f6e2165f90bbae79b283994c0 authored about 7 years ago
Examples: DirectX9: Handle loss of D3D9 device (D3DERR_DEVICELOST). (#1464)

e000ee01169f735b0ddc91553b42ff3a857e9b9b authored about 7 years ago
Settings: basic refactor so that additional data structures can be loaded/saved. Parser/saver is still the minimum viable poor-man parsing.

7e2d0d734c477e033fd57a875705dc5ad8571687 authored about 7 years ago
Settings: Internal renaming of structure and fields names.

d552cabd15017f61a291787935985b97d2e0380c authored about 7 years ago
Horizontal mouse wheel support

This patch adds support for the horizontal mouse wheel in ImGui. It
affects windows that can be ...

77a310736dfbd79c9d0cf8f52835ed5f4d859441 authored about 7 years ago
Settings: Basic internal refactor to have functions for saving from/to memory (not exposed)

ade09b9e3c7bbc3e46256fea10b64ce992eec331 authored about 7 years ago
ImGuiTextBuffer: Renamed append() helper to appendf(), appendv() to appendfv(). Added reserve().

532f564fd325421d11991c21a5e8bdfbb2b1bc26 authored about 7 years ago
Fixed DroidSans font link (#1460)

0f955b818d729805300f9e0aed936fa794d71b5b authored about 7 years ago
ImGuiStorage: Added BuildSortByKey() helper to rebuild storage from stratch.

d9c5d72962b4f88491cf570aaaa2b0ce8e2b6fb9 authored about 7 years ago
Nav: Do not clear last navigation id stored in a hidden child window. (#787)

46e994de4e9b334e5bf56a9f6f33bf618c72cb9a authored about 7 years ago
Nav: Exposed NavInitWindow() in imgui_internal (#787)

4e3c7f1557af3627f3882ab27bbaecd7cc559427 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp

f5c47faee8e4aef9ea2c3ebd9ba495bfa2898de9 authored about 7 years ago
Sisyphus says: tweaked comments about not using old-style OpenGL examples (#1459, #1394 etc.)

ef5dd30625913d8aef7083d4bc2f711131f7a86c authored about 7 years ago
Sisyphus says: tweaked comments about not using old-style OpenGL examples (#1459, #1394 etc.)

6bd3b45b34476b77e95874db1934b95e910db189 authored about 7 years ago
Menu bar: better software clipping to handle small windows, in particular child window don't have the minimum constraint added in e9a7e73bbaacec886f9b39130428b81b7f95bf16 so we need to render clipped menus better.

7763ab3fcc1f728f35919aae2225c05b084f16c4 authored about 7 years ago
Merge pull request #1455 from elect86/patch-3

Update imgui_draw.cpp, fixed light colors order

06a32a2b00b8d974c773d3b5f7abcd811de5d0b5 authored about 7 years ago
Update imgui_draw.cpp

1b2ec35b8ded8399cc3d47642121e090ef353f65 authored about 7 years ago