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

Natvis: Fix ImRect expanded height display being broken and dumb. (#1569)

8c57d8cc1e34c2cbf0529296cec8280876b58d9d authored about 7 years ago
Natvis: Made ImGuiWindow display shorter.

6f27d6b5b892a5a762c1d0db27434ccd46f75626 authored about 7 years ago
Added imgui.natvis helper for visual studio users. Added to examples projects.

c2e92ab61bf4ead7f1b219debbf993f3c6247818 authored about 7 years ago
Examples: Comments

277f6e7842e2a1464bde74457cce1ae21068cadd authored about 7 years ago
Nav: Added io.NavFlags to hold various options. Added ImGuiNavFlags_EnableGamepad and ImGuiNavFlags_EnableKeyboard for bindings to use (#787)

455989b8b1534947886d9650e9ae44386e311121 authored about 7 years ago
Nav: Renamed ImGuiNavInput_PadLeft / etc. to ImGuiNavInput_PadLStickLeft. Renamed ImGuiNavInput_PadScrollLeft to ImGuiNavInput_PadRStickLeft, aka removing trying-too-hard semantic from the enums. (#787)

c09016b12af8e4396c38f06a6cfee2c4e41a18b3 authored about 7 years ago
Nav: Internals: Moved some enums and functions to internals, renamed ImGuiNavReadMode to ImGuiInputReadMode as well. (#787)

28671aa821e37cddce8d0d7a94bd0e972d2f2392 authored about 7 years ago
Demo: Tweaked example menu with colors + menu items, was currently particularly inconvenient for Nav. Will rework later. (#787)

6f366fff6b130c994d366e479302baed06370598 authored about 7 years ago
Nav: Menus: Fix for using Left direction inside a menu with widgets layed out horizontally. Left to close is now handled as a fallback inside EndMenu(). (#787)

8227176c170ac3f1902f49bf22f433a67fb2a0a3 authored about 7 years ago
Nav: Added ImGuiNavInput_KeyLeft/Right/Up/Down set so we can differenciate gamepad/keyboard inputs. (#787)

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

680162eb32c00e69c54dac664e58b796eb47e04e authored about 7 years ago
Fixed old Begin() calling SetNextWindowBgAlpha() with negative values. (#1567, #1568)

5148937d4dbcad9e8564375dfb29dce5b8bb6a38 authored about 7 years ago
Clear BgAlphaCond properly after consuming it. Fixes 9a76fd30fd21d0c4f6403b27a235b883ece71f28 (#1567)

37ee99983fe94bc292d6c76c35a2bccf45c3d92e authored about 7 years ago
Nav: Reordered NavInput enums to match directional order of ImGuiDir_ and ImGuiKey_ + comments (#787)

823e1f0b94a05168d61dbbd0aa1b956c83341efd authored about 7 years ago
Nav: Tweak/fixed popup positioning when using nav without the io.NavMovesMouse flag (it was always assuming a mouse cursor and allocating space for it) (#787)

Note that this bit include badly hardcoded sizes, expecting an improvement later.

64b786c2aa5e157d846d889963d211385267f2f0 authored about 7 years ago
Nav: Update hovered logic, so IsItemHovered and ButtonBehavior are more consistent with each other. The known case this fixes is nav focusing on a color button, tooltip appears, mouse move: previously tooltip would stay up. (#787)

cea78cc576eae0380f9cf43333e3b7e89730b663 authored about 7 years ago
Nav: Tweak GetNavInputAmount(). Split debug defines.

eb7ec781dc88e4517f9abd4a65fa09a52cd8e17e authored about 7 years ago
Comments (#1567)

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

# Conflicts:
# imgui.cpp
# imgui_demo.cpp

d500113f1d39f9d175f476247fa38b23b6fd3918 authored about 7 years ago
Added SetNextWindowBgAlpha() helper. (#1567) particularly helpul with the marking of the old 5-parameters version of Begin() as obsolete.

9a76fd30fd21d0c4f6403b27a235b883ece71f28 authored about 7 years ago
Comments + added legacy renamed GetItemsLineHeightWithSpacing() as stated in the doc, fixes 6190ab008420087c6d0dbbb64e55d668e66a91c0

2645ab5f7f0be479abe45490e186db44e7083018 authored about 7 years ago
Nav: Comments, tweaks

13c407591ef340610a64b185c6b8aed80060ae20 authored about 7 years ago
Internals: Exposed SetCurrentFont() in imgui_internal.h

db2ba13154e9c87b189f90e66bf2afd099d59045 authored about 7 years ago
Style: Exposed ImGuiStyleVar_WindowTitleAlign, ImGuiStyleVar_ScrollbarSize, ImGuiStyleVar_ScrollbarRounding, ImGuiStyleVar_GrabRounding + added an assert to reduce accidental breakage. (#1181)

9076366c172f7375f4f869dc7e4b1d5a8667df25 authored about 7 years ago
Internals: Moved unnecessary MovingWindowMoveId field.

1acb1554191dfa2f2d28198f8124906eb9d77e4a authored about 7 years ago
Tweaked FAQ.

5097368bd519774f1d0faeff90ac6010954dfc57 authored about 7 years ago
Context: NewFrame() asserts (#1565)

2026e792cddaa8deba54b82bf93819034b937d78 authored about 7 years ago
Examples: Made the Win32 proc handlers not assert if there is no active context yet, to be more flexible with creation order. (#1565)

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

9edf211c0e153d58804a7461d7cd3b8bd6ee3cf9 authored about 7 years ago
Metrics: Removed context size display.

3ed2ddbfbe5c913fd5b3ff03c0f778e8e66747e0 authored about 7 years ago
Examples: Updated for reorganized context functions. Calling CreateContext(), DestroyContext() in example code. Removed Shutdown() from binding code. (#1565, #586, #992, #1007, #1558)

d3e826c247378c2b1f26e3d9a62980f3a9e96e11 authored about 7 years ago
Context: Removed allocator parameters from CreateContext(), they are now setup with SetMemoryAllocators() and shared by all contexts. (#1565, #586, #992, #1007, #1558)

5a301c29dc1c334e2469783f57d1aa40889c270a authored about 7 years ago
Reorganized context handling to be more explicit,

- YOU NOW NEED TO CALL ImGui::CreateContext() AT THE BEGINNING OF YOUR APP, AND CALL ImGui::Destr...

5e2aa6185ccacbdd93cc2d79c8e46c7fbc8a0ee3 authored about 7 years ago
Context: Added IMGUI_DISABLE_DEFAULT_ALLOCATORS to disable linking with malloc/free. (#1565, #586, #992, #1007, #1558)

e45d7a7060454a9cd80db56772ac5ce0891fa95d authored about 7 years ago
Context: Renamed SetMemoryAllocators() to SetAllocatorFunctions(). Tweaked comments. (#1565, #586, #992, #1007, #1558)

7e4d28a49d457ee6dce520bca16453ea8c3e9d49 authored about 7 years ago
Comments

ac5b7a1bdf2e7fa40fc467c90d58b5cf0fed3928 authored about 7 years ago
Merge pull request #1564 from PanosK92/master

Simplified return of ImGui::IsKeyReleased().

8b64d50cc486c840d7dd417cfea13d836ebe0058 authored about 7 years ago
Simplified return of ImGui::IsKeyReleased()

7c8a19978d52384d277e67b77e61f24a00b9ea23 authored about 7 years ago
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)

5eb293c87970b37f7890c89b9e21250e1fd24450 authored about 7 years ago
ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple context. Also remove the last remaining undesirable dependency on GImGui in imgui_draw.cpp, finishing the work recently done with ImDrawListSharedData. Hurra! (#939)

cd1409f4bf411fe63eaf5bf4de47f137a3aa388d authored about 7 years ago
Examples: Simplified mouse wheel handling. (#1463)

7e7c017b7556d1c2bcc2eccd92f6572b75af059f authored about 7 years ago
Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)

7dea158175615dc8939c57a06641bac911e33e8c authored about 7 years ago
Horizontal mouse wheel: renamed io.MouseHorizWheel to io.MouseWheelH. Reorganized the code in NewFrame(). Examples: Updated GLFW+GL and SDL+GL accordingly. (#1463)

0b1fecb792ffe00313b43a01f4dadb41e69850e7 authored about 7 years ago
Merge branch 'tseeker/20171127-feature-horiz-wheel' of https://github.com/tseeker/imgui into tseeker-tseeker/20171127-feature-horiz-wheel

# Conflicts:
# examples/sdl_opengl2_example/imgui_impl_sdl_gl2.cpp
# examples/sdl_opengl3_exampl...

6f6b6194b21b2a0b338032fbee8cf7ea778bfa6c authored about 7 years ago
Renaming for consistency.

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

# Conflicts:
# imgui.cpp

8877622fa893d06114b23b513b4367e7ea290ed3 authored about 7 years ago
Basic undocumented/unsupported combination of Child+Tooltip. The full feature needs substancially more work but this is enough for simplest cases. (#1345)

e5a6e85f6d24da8506f8141f258c9f4f0c9d3281 authored about 7 years ago
Begin: Removed asserts that got in the way of some flags combination. (#1345)

42a612d7c9fa69fc87e0fd37eef800e7b875add1 authored about 7 years ago
MovingWindow: Track click offset based on root window (undo 514d30d8cdd659b6af3c93512583a00ee18ecbaf). This should not affect the patch used for #1345 as the RootWindow for Child+Tooltip window points to itself now.

0978f00911df253196b0a013b77adc4c8202fdcb authored about 7 years ago
Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragging. (#1559)

Digging into sdl window/mouse stuff will also be useful for multi-viewport work.

f3e510a9bf508337244433f8c1dcc6c120dcc990 authored about 7 years ago
Examples: SDL: Minor renaming.

00351ee2ab7562e07aaec70c3923a58385b6f760 authored about 7 years ago
Examples: GLFW+GL2: Renamed imgui_impl_glfw.* to imgui_impl_glfw_gl2.* for consistency and to emphasis on GL2-ness.

ba99900023000e6c7bb6001100744549f869f53b authored about 7 years ago
Examples: SDL+GL2: Renamed imgui_impl_sdl.* to imgui_impl_sdl_gl2.* for consistency and to emphasis on GL2-ness.

79dca9d5e6f127f6dd236ca7146f28b55550489f authored about 7 years ago
Examples: SDL: Minor renaming.

15fd5b6c4c77e8f168d854118dd80d7a49808410 authored about 7 years ago
Examples: SDL: Using SDL_WINDOW_INPUT_FOCUS instead of SDL_WINDOW_MOUSE_FOCUS (which is ~~hovered). We should use SDL_CaptureMouse + SDL_WINDOW_MOUSE_CAPTURE_FLAG which requires SDL 2.0.4 will give it a try shortly. (#1559)

ce17e0f27496ad09dcfc2ca8f605ed2494ed909d authored about 7 years ago
DragFloat: Fix/workaround for backends which do not preserve a valid mouse position when dragged out of bounds. (#1559)

74dc70c543107c14ddd9e635908958c90524abef authored about 7 years ago
Drag and Drop: Fix comment. Removed IMGUI_PAYLOAD_TYPE_DOCKABLE from master branch. (#143)

c2ffce3e5aef30d17fdc89c3afa3ee55ed9376b6 authored about 7 years ago
Drag and Drop: Increased payload type string to 12 characters instead of 8.(#143)

63d47e8328db78784c99685ee3b9f1e57e6a1aff authored about 7 years ago
NewFrame(): Added an assert to detect incorrect filling of the io.KeyMap[] array earlier. (#1555) + comments.

932d3f01988276e5a9ee969b3faaf443c21c118d authored about 7 years ago
Examples: SDL: Fixed mapping of Insert key (#1555, fix bug introduced in #1541)

60d5dc79029e4d9c778c9635987c1f11260ce87e authored about 7 years ago
Comments about Begin/End pair and handling of return value.

d1f726cd9db6445e18090e488c8ee8ca4fe6e09c authored about 7 years ago
InputText: Minor tweak.

cc15512bfc2a3abb88d7c8969ecf6d67611e1b96 authored about 7 years ago
InputText: Cursor X position not lost when clicking outside on an item that's submitted after the InputText(). It was only noticeable when restoring focus programmatically. (#1418, #1554)

7ccbb765e2c0acc84b3e5d7335050e0af8bb555f authored about 7 years ago
Nav: Fixed popup wrap-around logic for windows with scrolling. (#787)

2f15cc085599db9a6e4d799a45b015574d76fc78 authored about 7 years ago
Merge fix.

05885b2e6df95d7c044f60581ddcef4b7c59c831 authored about 7 years ago
Nav: Comment.

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

# Conflicts:
# imgui.cpp

472ba1394cf56e3ebc4e4c130facaa7edbb398c3 authored about 7 years ago
Internal: DrawData: Tidying, renaming.

28a76af185b180a3cc8fa210635746a93941a9a8 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp
# imgui_internal.h

a77913054fed5f7f5191af77aa46f6a1dc6f4500 authored about 7 years ago
Internals: DrawData: We don't need an intermediate layer for popups.

1182174d818802e2c2692b515f0710224a53ffb6 authored about 7 years ago
Metrics: Tweaks to hover-window-drawlist to see window bounding box.

0c06b43e6b5b0cb01a31c1985bd5009cf61ebc71 authored about 7 years ago
MIssing IMGUI_API for a type with non-inline methods.

061d8df0336589ffee5061cec356496088f1fd8e authored about 7 years ago
Internals: DrawData: renamed fields only (committing separately so that next commit is less nosiy).

06eef2ce6fe3e41fec1a60eb37dbb8f97a0a89c9 authored about 7 years ago
Internals: DrawData: Refactored chunks into a ImDrawDataBuilder we can reuse.

038453258e0dc03b159d9e8c16a98b092aedbc5f authored about 7 years ago
Revert "Nav: Fixed RenderNavHighlight() clipping, essentially revert 6ea90af6b76f2b9f7b86c12813bafd6f0408bdc0. (#787)"

This reverts commit 03f5cd6ca128090f71df7959e0f92c6b40076184.

6eff21ee5e33bc6daab915020915fa8d94459812 authored about 7 years ago
MovingWindow: Track click offset based on MovingWindow and not its RootWindow. Followup to 3849bb4470aebb4ff276113170f26cc82f990f49. Comments + adding a local to ease patch #1345.

514d30d8cdd659b6af3c93512583a00ee18ecbaf authored about 7 years ago
Merge pull request #1551 from Crunkle/master

Fix incorrect header name on Linux MinGW systems.

8b432cf59088c3fab430c1ad446b4549a13930fb authored about 7 years ago
Fix cross compilers

daa38f2ad0c8cbb7582a833051ab60055a54d0c6 authored about 7 years ago
Internals: Exposed SetCurrentFont() in imgui_internal.h

db63e71f13eac9fa9350baedaaef6552ecae7ed5 authored about 7 years ago
Internals: Merge of harmless stuff from Navigation stuff. Added GetHoveredID() internal helper.

1493de4f8173a54e2aa726a2b9a654aa43a735a3 authored about 7 years ago
Nav: Remove GetItemID(), hide ActivateItem() before this feature is unfinished and has issue (full feature is on hold). Undo part of 59c6f35bf6b8919000d7deacc0a7b1c1428a2519 (#787)

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

# Conflicts:
# imgui.cpp
# imgui_internal.h

c9be7d72541a437e0aaf6818d7d191f7013a8422 authored about 7 years ago
Nav: Standardized FIXME-NAV marker.

0a982027140c01121cf214c18efcd4f5444d364e authored about 7 years ago
Internals: Initializing fields in same order as declaration order + fixed uninitialized DragDropAcceptIdCurrRectSurface (was harmless)

16285603f272ea565653652e51fb49573054776f authored about 7 years ago
Begin: FIx previous commit - no need to call on collapsed window. Handle manual resize (grip, border, gamepad) before setting up window DrawList main clipping rectangle. Sane (and required for viewport code). (#822, #1542)

cc173d7619180cfaf211dcc338b02c7938e0d221 authored about 7 years ago
Begin: Handle manual resize (grip, border, gamepad) before setting up window DrawList main clipping rectangle. Sane (and required for viewport code). (#822, #1542)

5e9ae92ae978081ed200ec7914248d5767d66321 authored about 7 years ago
Merge branch 'master' into navigation

# Conflicts:
# imgui.cpp

f7b10fc954b4b9ccf7690870b6bf2eff3cfa113d authored about 7 years ago
MovingWindow: Proper fix for 651538e attempt, without altering MovingWindow which has side-effects. Clicking on a window with the ImGuiWIndowFlags_NoMove flags takes an ActiveId so we can't hover something else. (ref #1381, #1337)

6a1011cf53dfea417e82eee5c84a137b39a7eebd authored about 7 years ago
Revert "Clicking on a window with the ImGuiWIndowFlags_NoMove flags takes an ActiveId so we can't hover something else. (ref #1381, #1337)"

This reverts commit 651538e13bef974e5cc7db3fbd0e78fe78f98f63.

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

1c95dea88cf72774f9fc9b3e49b203c4080120c3 authored about 7 years ago
Begin: Shuffling bits of code around.

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

# Conflicts:
# imgui.cpp

cd7e178eac492457f8bf3e1b7346e9c35645fab7 authored about 7 years ago
Clicking on a window with the ImGuiWIndowFlags_NoMove flags takes an ActiveId so we can't hover something else. (ref #1381, #1337)

651538e13bef974e5cc7db3fbd0e78fe78f98f63 authored about 7 years ago
Demo: Using IM_COL32() instead of ImColor() in ImDrawList centric contexts.

a8bbb0b7ddc13e71b075f02db069d7a66041abda authored about 7 years ago
Demo: Tweaks format.

12aa3cb09ed83aa478a0bfa6afbbb8b0c003bbf6 authored about 7 years ago
Made obsolete IsAnyWindowHovered()/IsAnyWindowFocused() static inline. static only tends to trigger warnings. (#1382)

398a4e1865db8225f7e1367dba17223ca57e1291 authored about 7 years ago
Added ImGuiHoveredFlags_AnyWindow, ImGuiFocusedFlags_AnyWindow. Obsoleted IsAnyWindowHovered()/IsAnyWindowFocused() in favor of IsWindowHovered(ImGuiHoveredFlags_AnyWindow)/IsWindowFocused(ImGuiFocusedFlags_AnyWindow). Added to demo. (#1382)

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

# Conflicts:
# imgui.cpp

67671c0ab5d446b8b7f9871196caf32d102dd7c6 authored about 7 years ago
Internals: Begin: Refactor some code into an UpdateManualResize() function.

1eee10778be403a9942727e89eaf22c5c0a7b0c5 authored about 7 years ago
Internals: Begin: Moved DrawList setup code below, the viewport system will need to push the outer clipping rectangle as late as possible.

483f9b0d07f3688911bd3e0d0500771103e44624 authored about 7 years ago