Commit Graph

  • 153454a0fb Example console keeps focus on input box at all times ocornut 2015-03-13 12:28:23 +0000
  • 1c1a55f6b1 Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused() ocornut 2015-03-13 12:25:43 +0000
  • e2734d23ef Child window don't take focus when they first appear (focus left to parent) ocornut 2015-03-13 11:16:11 +0000
  • 0911526424 Added io.KeyAlt + support in examples apps ocornut 2015-03-13 09:49:38 +0000
  • 58dc3f97c5 WIP marker in uppercase.. (#127) ocornut 2015-03-11 16:45:58 +0000
  • 5d1c381509 Update version number, added IMGUI_VERSION, ImGui::GetVersion() (#127) ocornut 2015-03-11 16:44:54 +0000
  • 4b1a18c2c9 Fixed more warnings from @bkaradzic ocornut 2015-03-09 18:36:03 +0000
  • dac9266f6f Fixed warnings ocornut 2015-03-09 18:26:48 +0000
  • 378eee490b Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-03-09 18:06:39 +0000
  • d440a13b7e Version number v1.35 ocornut 2015-03-09 17:30:22 +0000
  • d5b7b8398f Examples: reference implementations honors drawlist user callbacks. ocornut 2015-03-09 15:26:58 +0000
  • db5fc8a265 Examples: README direct the user to the opengl_example ocornut 2015-03-09 15:09:24 +0000
  • 5879f3f5ac Examples: OpenGL 2/3 examples cleanup to match DirectX9/11 structure. ocornut 2015-03-09 15:02:22 +0000
  • f9c833b4a5 Examples: DirectX9 example cleanup to match DirectX11 structure. ocornut 2015-03-09 14:55:46 +0000
  • 66a5837ba8 Examples: DirectX11 example application handles window resizing. ocornut 2015-03-09 14:51:10 +0000
  • 866fa95aaa Examples: DirectX9 example application handle window resizing. ocornut 2015-03-09 14:13:29 +0000
  • 25765e4bfc Examples: Fixed readme file. ocornut 2015-03-09 13:49:52 +0000
  • b4165c43ff Examples: Refactored directx11_example to be easier to copy & paste into user application. ocornut 2015-03-09 13:45:23 +0000
  • 567184dc9f Examples: Clang warning fix. ocornut 2015-03-09 13:38:23 +0000
  • 3f86554457 Examples: Makefile fixes. ocornut 2015-03-09 13:22:32 +0000
  • 2dd92e3eed Examples: Clang/Linux warning fixes. ocornut 2015-03-09 13:08:27 +0000
  • a3f3793cb6 Examples: Tweaks. ocornut 2015-03-09 13:05:18 +0000
  • 7397425097 Examples: Refactored directx9_example to be eaasier to copy & paste into user application. ocornut 2015-03-09 13:03:46 +0000
  • b87ec205a9 Examples: shallow tweaks to match upcoming other examples. ocornut 2015-03-09 13:02:32 +0000
  • b227b0f8cd Examples: Rename globals again ocornut 2015-03-09 12:16:29 +0000
  • 4f27bd6ed3 Examples: Moved gl3w to opengl3_example directory + fixed msvc project paths ocornut 2015-03-09 12:11:24 +0000
  • 4da432bd7b Examples: Makefile ocornut 2015-03-09 12:03:09 +0000
  • 99ed567577 Examples: Rename global to be more consistent ocornut 2015-03-09 12:02:34 +0000
  • d829852391 Examples: Refactored opengl3_exapmle into a glfw specific file that can be copied and pasted ocornut 2015-03-09 11:59:23 +0000
  • 545a57d253 Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted. ocornut 2015-03-09 11:25:15 +0000
  • 91b4b8a0fc InputText() handles buffer limit correctly for multi-byte UTF-8 characters (fix #158) ocornut 2015-03-08 20:21:19 +0000
  • 6cd3ed58ce Fixed UTF-8 decoding errors leading into infnite loops (#158) ocornut 2015-03-08 17:55:56 +0000
  • 0eeb6228b9 Default clipboard handlers for Windows handle UTF-8 (the glfw ones already did that) ocornut 2015-03-08 17:23:24 +0000
  • 6e12d31417 Scrollbar: moved from Begin() into its own Scrollbar() function + tidying up ocornut 2015-03-08 16:37:03 +0000
  • f021080851 Scrollbar: Clicking inside the grab box doesn't modify scroll. Subsequent movement always relative. (#150). ocornut 2015-03-08 16:24:11 +0000
  • 32312e538e Renamed style.ScrollBarWidth to style.ScrollbarWidth to be consistent with other casing. ocornut 2015-03-08 15:03:55 +0000
  • 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