1942 Commits (d1b4159b51d944be5258d48ad8dce6fdfe4f4d80)
 

Author SHA1 Message Date
ocornut d1b4159b51 TreeNode/CollapsingHeader: some minor cleanup of that horrible function. 9 years ago
ocornut 9dca2ca960 Comments & spacing 9 years ago
ocornut b7e1ae4bf9 Added comment on using PushFont() before building the font (#232) 9 years ago
ocornut a500c0daf7 Demo: some TreeNode layout examples (#414, #282) 9 years ago
ocornut 4006fb77bc TreeNode,CollapsingHeader: sizing fixes to support laying out item on same line before/after (#414, #282) 9 years ago
ocornut 546962351b Internal minor renaming 9 years ago
ocornut 6cee2fca94 Examples: Not clearing input data/tex data in atlas (will be required for dynamic atlas anyway). Effectively fix resizing in DX examples.
+ Standardized comments.
9 years ago
ocornut 6269859315 Replace OS IME (Input Method Editor) cursor on top-left when we are not text editing. 9 years ago
ocornut 3aebddc4ac Tweak GetGlyphRangesJapanese() to it is easier to modify 9 years ago
ocornut 94ec3d534e Examples: Header comments. 9 years ago
ocornut 6800939e73 Examples: Header comments. 9 years ago
ocornut 5c52e9ec0d Examples: Clarified comments. Removed font merging example from comments. 9 years ago
ocornut d673db3092 Examples: Added README into the Visual Studio solution to people are less likely to miss it. 9 years ago
ocornut 9735563b65 Additional comments for new users 9 years ago
ocornut eb6575508f Demo: Tweaked Clipping example. 9 years ago
ocornut b2b4bbe5ea Demo: Fixed variable shadowing warning. 9 years ago
ocornut 79b09e7d10 Fixed int>void* warnings for 64-bits architectures and fancy warnings 9 years ago
ocornut f505a372fd Speculative build fix for old versions of Visual Studio compiler 9 years ago
ocornut ba77166432 Demo: comments (#414) 9 years ago
ocornut 32d2768734 Demo: Moved property editor demo to its own mini example applet (#414) 9 years ago
ocornut d3df39fed1 Columns: Added Property Tree demo among tidying up demos (#125, #414) 9 years ago
ocornut 4ca34a879d Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125) 9 years ago
ocornut a9009b133c Columns: Undo accidental change from 807d4ff92c 9 years ago
ocornut 6e2e60ffad Merge branch 'master' of https://github.com/ocornut/imgui 9 years ago
ocornut e4ba6e525b Columns:: columns set with no implicit id include the columns count into the id to avoid collisions (#125) 9 years ago
ocornut 807d4ff92c Columns: minor tidying up while investigating severe issues with indenting within columns (#414) 9 years ago
omar c0ec9f4e63 Merge pull request #416 from zryan3/bugfix/sdl2_typos
Examples:SDL: fixed comment referencing GLFW.
9 years ago
zryan3 aa6cb32bd4 fixed text referencing GLFW library in SDL examples 9 years ago
omar b4556c404d Update README.md
Removed paragraph.
9 years ago
omar bfacd250df Update README.md 9 years ago
ocornut 58b23b4785 Columns: avoid growing ColumnsData vector when closing a window with no columns (#125)
(Will break calling GetColumnOffset() when there's no column but it
would only have worked after the first frame anyway, so basically it
didn't work)
9 years ago
ocornut 1aac69c937 Columns: tidying up, moving OffsetT to a ImGuiColumnData structure 9 years ago
ocornut 95138fa8d6 Merge branch 'master' of https://github.com/ocornut/imgui 9 years ago
ocornut 3102c0c97e Rename internal ColumnsStartX to IndentX, makes more sense 9 years ago
omar 60b75d78ea Update README.md 9 years ago
ocornut 10ba61f882 Added links 9 years ago
ocornut 5d84f4b450 Update README.md - faq 9 years ago
omar b959c74488 Update README.md - faq 9 years ago
ocornut 83e6cfbec0 Examples: DirectX9/11: Removed assumption about Unicode build in example main.cpp (#399) 9 years ago
ocornut dc86a8a0bf Examples: OpenGL3: Fixed gl3w.c for Linux when compiled with C++ compiler (#411) 9 years ago
ocornut 38cfdafbaf Examples: SDL/OpenGL3: Added -ldl to Linux command-line (#411) 9 years ago
omar 1e69a86d30 Update README.md 9 years ago
ocornut 92c518a420 InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374) 9 years ago
ocornut 6b03ddbcb1 Demo: Made the "menu inside a regular window" be in a different menuset. Added a comment (#409) 9 years ago
ocornut e2ecc02e02 Examples: Updated README 9 years ago
ocornut f96de74e05 Merge branch 'zach2good-SDL_OpenGL3_Implementation' 9 years ago
ocornut 899cb3b4e9 Examples: SDL+OpenGL3: Fixed readme (#356) 9 years ago
ocornut ab7e91b65e Examples: SDL+OpenGL3: Various fixes to example to make it matches current GL3 example (#356) 9 years ago
ocornut 9d0caa2e66 Examples: SDL+OpenGL3: Using glew like existing example + renaming (#356) 9 years ago
ocornut 624adb1b23 Tweak build batch files and readmes 9 years ago