485 Commits (d16c87a5b19e82b922e7a400b897f83d62c8715c)

Author SHA1 Message Date
omar 26d177bc03 Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. + tweaks ago%!(EXTRA string=6 years)
omar bbe0409942 Metrics: Show wire-frame mesh and approximate surface area when hovering ImDrawCmd. Amend aeb5795. ago%!(EXTRA string=6 years)
omar 51a02b319c Added IM_UNICODE_CODEPOINT_MAX. Changed specs of ImFontAtlas::AddCustomRectRegular() (breaking change). ago%!(EXTRA string=6 years)
omar ca63349eb4 Renamed XX-bits -> XX-bit in comments to match what the world appears to be using. ago%!(EXTRA string=6 years)
omar ecbedc8c26 Tweaks, ammend 93efa54, rename to IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS (#1038) ago%!(EXTRA string=6 years)
omar 4e90906b04 Added IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS / IMGUI_DISABLE_FILE_FUNCTIONS #2734) ago%!(EXTRA string=6 years)
omar 93efa5415f Renamed IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS to IMGUI_DISABLE_DEFAULT_FORMAT_STRING_FUNCTIONS. (#1038) ago%!(EXTRA string=6 years)
omar 9efaf2828b Doc comments. Removed .ini parsing code from 1.53 that parsed entries without the [Window] tag (which enabled importing an old .ini file) ago%!(EXTRA string=6 years)
Tracy Ma 8f40020ca6 Disable Win32 clipboard and IME functions when build target UWP (#2892, #2895) ago%!(EXTRA string=6 years)
omar be05e12e21 Misc: Using static_assert() when using C++11, instead of our own construct (avoid zealous Clang warnings). ago%!(EXTRA string=6 years)
omar 25eee91542 Error handling: Assert if user mistakenly calls End() instead of EndChild() on a child window. (#1651) ago%!(EXTRA string=6 years)
omar 6e8e2c0fa9 Scrollbar: Fixed an issue where scrollbars wouldn't display on the frame following a frame where all child window contents would be culled. ago%!(EXTRA string=6 years)
omar 57dc34f4e8 TreeNode: Added IsItemToggledOpen() to explicitly query if item was just open/closed, facilitating interactions with custom multi-selections patterns. (#1896, #1861) ago%!(EXTRA string=6 years)
omar 011d475532 TreeNode: The collapsing arrow accepts click even if modifier keys are being held, facilitating interactions with multi-select patterns. (#2886, #1896, #1861) ago%!(EXTRA string=6 years)
omar 4c13807b7d Misc: Optimized storage of window settings data (reducing allocation count). ago%!(EXTRA string=6 years)
omar 3929255b77 Examples: Emscripten: Removed BINARYEN_TRAP_MODE=clamp from Makefile which was removed in Emscripten 1.39.0 but required prior to 1.39.0, making life easier for absolutely no-one. (#2877, #2878) [@podsvirov] ago%!(EXTRA string=6 years)
omar bff2d5d5e2
Update README.md ago%!(EXTRA string=6 years)
omar 792a8631aa Metrics: Expose basic details of each window key/value state storage. ago%!(EXTRA string=6 years)
omar d62a413476 Misc: Windows: Do not use _wfopen() if IMGUI_DISABLE_WIN32_FUNCTIONS is defined. (#2815) ago%!(EXTRA string=6 years)
omar 4e56de757c Doc: Promote Discord over Discourse. Obsoleting Discourse server. ago%!(EXTRA string=6 years)
omar f002a11898 Backends: OpenGL3: Fix building with pre-3.2 GL bindings which do not expose glDrawElementsBaseVertex(), using runtime GL version to decide if we set ImGuiBackendFlags_RendererHasVtxOffset. (#2866, #2852) [@dpilawa] ago%!(EXTRA string=6 years)
omar 3c238ecae3 Move issue_template and pull_request_template to .github folder. ago%!(EXTRA string=6 years)
Rokas Kupstys d5b5a81946 GitHub Actions CI script for Windows/Linux/MacOS/iOS/Emscripten builds. ago%!(EXTRA string=6 years)
omar ec0e953cca Fixed a couple of subtle bounding box vertical positioning issues relating to text baseline alignment. ago%!(EXTRA string=6 years)
Alexey be9f1e8f00 ColorPicker: Fixed SV triangle gradient to block (broken in 1.73). (#2864, #2711). [@lewa-j] ago%!(EXTRA string=6 years)
omar 23c1ff4907 Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017). ago%!(EXTRA string=6 years)
omar 7dbae8a198
Doc: Simplified Readme, removed FAQ index ago%!(EXTRA string=6 years)
omar 6ffee0e75e Backends: DX12: Added extra ID3D12DescriptorHeap parameter to ImGui_ImplDX12_Init() function. The value is unused in master branch but will be used by the multi-viewport features (docking branch). (#2851) ago%!(EXTRA string=6 years)
omar eedc8f993f Examples: DX12: Using IDXGIDebug1::ReportLiveObjects() when DX12_ENABLE_DEBUG_LAYER is enabled. ago%!(EXTRA string=6 years)
malte-v 4de32cc87e Backends: GLFW: Restore previously installed user callbacks in ImplGlfw when ImGui shuts down (#2836) ago%!(EXTRA string=6 years)
omar 53278be61f FAQ, Readme. Use = {} instead of = { 0 }, wasn't problematic because they were all static variables or one stack array not read. But hey. ago%!(EXTRA string=6 years)
omar 9994f5bcbe Fixed more FAQ links, oops.. (#2848) ago%!(EXTRA string=6 years)
omar 3bbc27ebd9 Fixed more FAQ links. (#2848) ago%!(EXTRA string=6 years)
omar 5fc427a49e Improved and moved FAQ to docs/FAQ.md so it can be readable on the web. (#2848) ago%!(EXTRA string=6 years)
omar c21fdabb43 Doc: Readme: moving contents to FAQ. ago%!(EXTRA string=6 years)
omar a41f0b2df4 Inputs: Fixed a miscalculation in the keyboard/mouse "typematic" repeat delay/rate calculation, used by keys and e.g. repeating mouse buttons as well as the GetKeyPressedAmount() function. ago%!(EXTRA string=6 years)
omar 67e4cd5cc6 Comments, some logging for NavInitRequest debugging Moved OpenPopupOnItemClick() next to BeginPopupContextItem() ago%!(EXTRA string=6 years)
omar 8c4dcbfa45
Diligent Engine ago%!(EXTRA string=6 years)
omar 23eabd5991
Emscripten ago%!(EXTRA string=6 years)
omar 58411033e2
Bindings ago%!(EXTRA string=6 years)
omar 1c73a0c17e
Bindings ago%!(EXTRA string=6 years)
omar cba84df7b5
Update README.md ago%!(EXTRA string=6 years)
omar aeb6481499 InputText: Filter out Ascii 127 (DEL) emitted by low-level OSX layer, as we are using the Key value. (#2578) ago%!(EXTRA string=6 years)
omar fc10ba8d24 Amend f0238ece9cba67ecabef438008fea53682bd6bc7 (#2817, #2818) ago%!(EXTRA string=6 years)
omar bf746c4215 DragScalar, SliderScalar, InputScalar: Added p_ prefix to parameter that are pointers to the datato clarify how they are used, and more comments redirecting to the demo code. (#2844) ago%!(EXTRA string=6 years)
omar 3b271b1847 Demo: Added simple item reordering demo in Widgets -> Drag and Drop section. (#2823, #143) [@rokups] ago%!(EXTRA string=6 years)
omar f1f321d3f6
Update README.md ago%!(EXTRA string=6 years)
omar ee3373d067 TreeNode: Fixed combination of ImGuiTreeNodeFlags_SpanFullWidth and ImGuiTreeNodeFlags_OpenOnArrow incorrectly locating the arrow hit position to the left of the frame. (#2451, #2438, #1897) ago%!(EXTRA string=6 years)
omar 892dfb1dea InputText, Nav: Fixed Home/End key broken when activating Keyboard Navigation. (#787) ago%!(EXTRA string=6 years)
omar a2f3dcfc97 Added comment about SDL and SDL_INIT_GAMECONTROLLER. (#2809) ago%!(EXTRA string=6 years)