Commit Graph

  • afc23a5617 Tidying up & Chinese glyph range includes missing punctuation. ocornut 2015-03-08 13:28:44 +0000
  • 79ddddd910 Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-03-08 13:26:14 +0000
  • 830d9f4183 Merge pull request #157 from usagi/master omar 2015-03-08 13:26:02 +0000
  • c9bfd71e1a Fix the Japanese glyph range; include Punctuations Usagi Ito 2015-03-08 22:23:52 +0900
  • a579d6f521 Scrollbar tidying up variable names ocornut 2015-03-08 12:39:50 +0000
  • d251204564 ShowTestWindow: fixed "undo" button of custom rendering applet + default size ocornut 2015-03-08 12:09:57 +0000
  • 2af8e0238c Added GetScrollPosY(), GetScrollMaxY() (mentioned in #150) ocornut 2015-03-08 12:04:38 +0000
  • a5daea9408 Added style.GrabSizeMin ocornut 2015-03-08 11:43:57 +0000
  • 849c72c5c3 Forward declare struct in imgui.cpp. Removed two forward declarations leaking in imgui.h ocornut 2015-03-08 11:32:39 +0000
  • ede45389f4 Scrollbar grab have a minimum size (mentioned in #150) ocornut 2015-03-08 11:24:02 +0000
  • e843539aab ShowTestWindow: example apps showing even if main window is collaposed. ocornut 2015-03-08 10:38:13 +0000
  • 92c35e2772 Rename ImCrc32() -> ImHash() ocornut 2015-03-07 23:53:03 +0000
  • a691a245b7 GetID() doesn't need to account for empty IDStack ocornut 2015-03-07 23:52:26 +0000
  • 62c900606d Fixed .ini saving for windows using ### marker. FindWindowSettings() uses ID compares (#107) ocornut 2015-03-07 23:35:36 +0000
  • f9473b807b Fixed comments ocornut 2015-03-07 22:49:16 +0000
  • 3c225bbf88 Fixed typo in comments ocornut 2015-03-07 22:24:45 +0000
  • 45a35c24c8 ShowTestWindow(): Added "Manipulating Window Title" example. ocornut 2015-03-07 22:20:34 +0000
  • a8c58c7a35 Minor tweaks. ocornut 2015-03-07 22:01:06 +0000
  • fbbde3a7c0 Updated documentation, better FAQ on ids and usage of "##" and "###" (#107) ocornut 2015-03-07 21:54:46 +0000
  • 81a742bf54 Added "###" syntax to specify label that isn't part of the hashed ID (#107) ocornut 2015-03-07 21:53:33 +0000
  • 3cac434737 Minor FindTextDisplayEnd() optimisation ocornut 2015-03-07 19:36:18 +0000
  • e01500f046 Added comments on columns function; Added GetColumnIndex(), GetColumnsCount(), #154 ocornut 2015-03-07 12:18:01 +0000
  • 6db6c0c8c0 Collapse triangle uses text color (not border color) ocornut 2015-03-07 00:35:47 +0000
  • 8dd3f854fe AA branch: fixed columns separators. ocornut 2015-03-07 00:32:52 +0000
  • 470a8499fe AA branch: fixed input cursor. ocornut 2015-03-07 00:28:10 +0000
  • af1f41dc6a AA branch: disabled border shadow by default. ocornut 2015-03-07 00:26:53 +0000
  • f5c2f8c60d AA branch: fixed separators, borders, input cursor. - not really sure about this. ocornut 2015-03-07 00:24:21 +0000
  • cf1554ebb5 AA branch: fixed frame rounding clamping glitch. ocornut 2015-03-07 00:06:48 +0000
  • 2b032004a9 AA branch: Fixed resize grip to scale better with non-default window rounding settings. ocornut 2015-03-07 00:01:02 +0000
  • d69df3065f AA primitives: using a single vector for storage and accessing via raw pointers. ocornut 2015-03-06 23:47:26 +0000
  • 8ca3dc8e41 Merge: First pass on AA rendered primitives from https://github.com/memononen/imgui ocornut 2015-03-06 23:39:38 +0000
  • 1f272785f1 ShowTestWindow() minor tweak ocornut 2015-03-06 22:43:42 +0000
  • 4ab2db73e5 Fixed ListBox() label not included in declared size (fix #151), fixed ListBoxHeader() incorrect handling of SkipItems, Added Exemple ocornut 2015-03-06 22:40:21 +0000
  • eaab61f08b Fixed using IsItemHovered() after EndChild() (#151) ocornut 2015-03-06 22:05:01 +0000
  • 9c486ce4f4 Minor tidying up (more consistently using 'label_size' as a variable name) ocornut 2015-03-06 21:58:12 +0000
  • bf88d6a329 Minor tweak ocornut 2015-03-06 21:52:48 +0000
  • be9fe9489c Examples: DirectX examples uses WM_KEYDOWN/WM_KEYUP ocornut 2015-03-06 21:39:50 +0000
  • 315e9941f0 Update README.md omar 2015-03-06 21:14:40 +0000
  • e269125c3a Windows: setup a default handler for ImeSetInputScreenPosFn so IME (Japanese/Chinese) inputs are positioned correctly. ocornut 2015-03-06 21:11:14 +0000
  • 0ffd99d319 Font: fix for fallback character width. ocornut 2015-03-06 19:17:20 +0000
  • 386cfada83 Examples: Windows examples don't link with imm32.lib by default. ocornut 2015-03-06 18:19:21 +0000
  • b361c44ef4 Handle double-width space (0x3000) in various places, for Japanese users. ocornut 2015-03-06 17:51:25 +0000
  • 8691c5ca42 Version number + commented failing test case ocornut 2015-03-03 15:52:56 +0000
  • cfe6dac5a3 Fixed Combo() label not included in declared size (fix #149, relate to #145) ocornut 2015-03-02 16:04:36 +0000
  • f4458f7571 Version number v1.34 ocornut 2015-03-02 10:10:46 +0000
  • 0faf0e6948 FindWindowByName() comparing hashes. ocornut 2015-03-02 10:04:35 +0000
  • 4cdcbbff8c Merge pull request #148 from Roflraging/master omar 2015-03-01 20:05:20 +0000
  • 85c71170af Defined bool ImGui::GetWindowCollapsed(). Dale Kim 2015-02-28 14:47:59 -0600
  • f18febca11 window->RootWindow persist across frames. Fix calling SetWindowFocus(const char* name) on a child window (last fix for #147) ocornut 2015-02-28 10:29:00 +0000
  • 4535644fcb Clicking on empty space in a child window set keyboard focus on the child window and move parent to front (#147) ocornut 2015-02-28 10:25:04 +0000
  • 9b6fa29022 Clicking on a widget in a child window focus the parent window (#147) ocornut 2015-02-28 09:54:14 +0000
  • b911f96a56 Examples: Speculative Makefile fix. I should get a Linux box instead on relying on Jenkins, this is pretty embarrassing. ocornut 2015-02-27 11:19:50 +0000
  • dc7cdb3025 Examples: Fix Makefile ocornut 2015-02-27 11:07:23 +0000
  • 6fecf90e32 Unused variables fixes. ocornut 2015-02-27 11:01:34 +0000
  • 5aaf0cd2dc Examples: Fix OpenGL3 example Makefile ocornut 2015-02-27 11:00:31 +0000
  • 3ed38f3313 Replaced dependency on glew (inc. prebuilt one for Windows) by gl3w in source form ocornut 2015-02-27 10:53:17 +0000
  • 00270b837f Examples: Desperate attempts removing link warnings under Windows. Screw standard librairies. ocornut 2015-02-27 10:14:20 +0000
  • 37d8d5c5be Examples: OpenGL2 example doesn't need Glew ocornut 2015-02-27 10:05:06 +0000
  • 40b04a3701 Renamed ImGuiSetCondition_*** to ImGuiSetCond_*** and ImGuiCondition_FirstUseThisSession to ImGuiCond_Once ocornut 2015-02-27 09:51:11 +0000
  • 2177b11682 Added SetNextTreeNodeOpened() with optional condition flag in replacement of OpenNextNode() ocornut 2015-02-27 09:38:22 +0000
  • ea17240b96 Spacing ocornut 2015-02-27 09:16:12 +0000
  • d369e6b333 Fix ocornut 2015-02-27 09:13:23 +0000
  • ebe363c951 Added SetWindowPos(), SetWindowSize(), SetWindowCollaposed() given a wnidow name. ocornut 2015-02-27 09:07:25 +0000
  • 6927d5872e Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-02-27 09:01:20 +0000
  • 6d89285f59 Added SetWindowFocus(), SetWindowFocus(const char*), SetNextWindowFocus() (#146) ocornut 2015-02-27 09:01:12 +0000
  • 0ece471a71 Update README.md omar 2015-02-26 19:15:04 +0000
  • 1d7b0084cb Update README.md omar 2015-02-26 19:14:37 +0000
  • 819c114c34 Update README.md omar 2015-02-26 19:13:32 +0000
  • 7591252607 Web: Japanese shot ocornut 2015-02-26 19:10:53 +0000
  • 037ec09ffe Fixed unpackaging of Japanese glyphs ranges ocornut 2015-02-26 19:06:54 +0000
  • 168a811d11 Added codepoint U+3000 (Ideographic space) and Katakana Phonetic Extensions to GetGlyphRangesChinese/GetGlyphRangesJapanese ocornut 2015-02-26 19:00:39 +0000
  • 441679d9d4 Fixed GetGlyphRangesJapanese() actually missing Katakanas glyphs. ocornut 2015-02-26 18:51:51 +0000
  • fe48562171 Comments for IMGUI_API ocornut 2015-02-25 23:10:17 +0000
  • 8bcf2f25f2 Fixed IsItemHovered() behaving differently on Combo() (pointed out by #145) ocornut 2015-02-25 12:28:28 +0000
  • 3220471237 ColumnOffsets honor SetStateStorage() modifications ocornut 2015-02-24 23:29:15 +0000
  • 9c4972ee9d Examples: msvc: output .exe in project directory (not in solution directory). ocornut 2015-02-24 10:06:13 +0000
  • fc322fde0f Examples: added README file ocornut 2015-02-24 09:59:56 +0000
  • 546460cd26 Examples: Removed unused file ocornut 2015-02-24 09:49:26 +0000
  • c2a68bb413 Made some internal parameters names more consistent ocornut 2015-02-23 21:02:04 +0000
  • c51be42f28 Added Bullet() + usage examples ocornut 2015-02-23 20:59:22 +0000
  • 0df8ff6931 Version number ocornut 2015-02-23 20:52:33 +0000
  • fd6d6692cf Merge pull request #142 from Roflraging/master v1.33b omar 2015-02-23 20:46:19 +0000
  • 72d10d3baa Fix SetColumnOffset() subtracting a bool value instead of scrollbar width. Dale Kim 2015-02-23 13:35:55 -0600
  • 3f4924ee2b Merge branch 'master' of https://github.com/ocornut/imgui v1.33 ocornut 2015-02-22 18:16:29 +0000
  • e022e5cff6 Version number 1.33 ocornut 2015-02-22 18:16:25 +0000
  • 99ceadbf31 Update README.md omar 2015-02-22 17:55:45 +0000
  • cb3c1da77a GetColumnOffset() / SetColumnOffset() fixes. (cf #125) ocornut 2015-02-22 17:02:17 +0000
  • 18a9c799aa Tweaking Columns() examples. ocornut 2015-02-22 16:45:55 +0000
  • 358d41ba8e GetColumnOffset() / SetColumnOffset() takes account of window padding properly (cf. #125) ocornut 2015-02-22 16:27:34 +0000
  • b9457a2c02 Reworked Columns() examples. ocornut 2015-02-22 16:26:37 +0000
  • 5b59f228ed Separator() within column correctly vertical offset all columns content (pointed out in #125) ocornut 2015-02-22 14:43:52 +0000
  • 2e9dea0619 Removed extraneous (1,1) padding on child window (pointed out in #125) ocornut 2015-02-22 14:34:34 +0000
  • 19079a58d9 Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-02-22 13:45:15 +0000
  • 0d63e0ce60 Examples: DirectX examples applications all have a Console for debugging. ocornut 2015-02-22 13:45:07 +0000
  • c060463981 Update README.me (fix #139) omar 2015-02-22 13:14:43 +0000
  • bab81318a9 Comments and changed ImVec2 parameters to const ImVec2& ocornut 2015-02-22 12:38:46 +0000
  • 4229b7e60b Fix hovering of child window extending past their parent not taking account of parent clipping rectangle (Fix #137) ocornut 2015-02-22 12:05:38 +0000
  • 835a46effb Comments ocornut 2015-02-21 16:50:34 +0000
  • 00e281bef1 Version number ocornut 2015-02-21 16:39:21 +0000
  • 0a1e67a787 InputText: cursor/selection/undo stack persist when using other widgets and getting back to same (#134) ocornut 2015-02-21 16:30:40 +0000