Commit Graph

  • 0a6d6da732 Demo: Log: removed unnecessary style change, ocornut 2015-08-13 22:11:32 -0600
  • 67b2b5f3a9 Demo: Log: removed broken clipping, tweaks. ocornut 2015-08-13 22:04:31 -0600
  • 07de0448f9 ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values ocornut 2015-08-13 21:51:34 -0600
  • 307ed78006 ImGuITextBuffer: shallow tweak. ocornut 2015-08-13 21:48:08 -0600
  • b770f3ffaf Demo: Add filtering to log with better-than-none storage of line offsets. ocornut 2015-08-13 21:47:50 -0600
  • 42567a9516 ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer. ocornut 2015-08-13 21:25:32 -0600
  • 72d3fca52f Demo: added simple Log demo ocornut 2015-08-13 20:59:37 -0600
  • d36a634ac8 Demo: Fixed incorrectly formed string passed to Combo (#298) ocornut 2015-08-13 11:55:48 -0600
  • c98318a914 Renaming some argument to clarify the local vs screen coordinates ocornut 2015-08-12 22:46:39 -0600
  • f421f2f47e IsWindowHovered() takes account of window hoverability (may be disabled because of a popup) + comment ocornut 2015-08-12 22:30:07 -0600
  • bcb83ed24e Fixed minor typo in example ocornut 2015-08-12 12:29:51 -0600
  • 4630815fb0 Links ocornut 2015-08-11 14:45:42 -0600
  • f1f4d68f7f Prevent imgui_internal.h from being included without imgui.h (piles of errors) ocornut 2015-08-10 10:26:39 -0600
  • 0c9fcdbe71 Allow to override ImDrawIdx type (#292) ocornut 2015-08-09 11:11:39 -0600
  • 915b46f1c1 Added assert on index overflow (#292) ocornut 2015-08-09 11:05:38 -0600
  • 48ed0a10d7 Minor code compaction (following #296) ocornut 2015-08-09 10:54:28 -0600
  • 8f3b043773 Makefile tweaks Thomas Pöchtrager 2015-08-09 17:40:58 +0200
  • 9a97ef673e Merge pull request #296 from tpoechtrager/master omar 2015-08-09 10:49:06 -0600
  • 6a90ac2094 Tentative GCC/Clang warning fixes with unused functions (cf #296) ocornut 2015-08-09 10:45:58 -0600
  • 3604aecf8f Minor Windows adjustments Thomas Pöchtrager 2015-08-09 17:24:10 +0200
  • b1e7a51ece Merge dd85f647eb into 23e7bdebcf Usagi Ito 2015-08-08 20:57:09 +0000
  • 23e7bdebcf Warnings for clang (#295) ocornut 2015-08-08 12:30:56 -0600
  • 32f15b9c9a Merge branch 'tpoechtrager-master' ocornut 2015-08-08 12:26:44 -0600
  • aa3c26fd30 IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295) ocornut 2015-08-08 12:26:22 -0600
  • b637850260 Merge branch 'master' of https://github.com/tpoechtrager/imgui into tpoechtrager-master ocornut 2015-08-08 12:18:59 -0600
  • 14822609bd Version number 1.45 WIP ocornut 2015-08-08 12:18:37 -0600
  • 947cf3434f Added printf attribute to printf like text formatting functions Thomas Pöchtrager 2015-08-08 19:29:11 +0200
  • a99ba42a39 Version number 1.44 v1.44 ocornut 2015-08-08 07:57:29 -0600
  • 20cc65788d Build fix for Orbis / PS4 ocornut 2015-08-07 21:52:57 -0600
  • dd85f647eb fix #293 support stateful user functions Usagi Ito 2015-08-07 18:28:06 +0900
  • 27961401c6 Cleanup (#219) ocornut 2015-08-06 08:37:51 -0600
  • 88a00f77e9 Cleanup - using ImRect more consistently for ImGui-side cliprect data ocornut 2015-08-06 08:23:05 -0600
  • f1fb62fa6d Cleanup - shuffle functions around (#219) ocornut 2015-08-06 08:11:33 -0600
  • b6313577bb Merge pull request #291 from twoscomplement/surplus_inlines omar 2015-08-06 07:33:12 -0600
  • 0911597550 Remove inline qualifiers inside .cpp Jonathan Adamczewski 2015-08-07 15:41:22 -0700
  • 80fc576d07 Update README.md omar 2015-08-05 22:17:10 -0600
  • 96a7873622 Update documentation ocornut 2015-08-05 22:00:27 -0600
  • 470200ee5c Update documentation ocornut 2015-08-05 21:59:07 -0600
  • 85dab1a680 Fixed documentation ocornut 2015-08-05 19:19:12 -0600
  • 15cfa63e97 Comments ocornut 2015-08-05 19:09:13 -0600
  • 692a38c0fc Merge branch 'master' into 2015-07-cleanup ocornut 2015-08-05 17:41:43 -0600
  • f2b652a39e Comments ocornut 2015-08-05 17:38:17 -0600
  • e7f1e28b6b Merge branch 'master' into 2015-07-cleanup ocornut 2015-08-05 17:27:47 -0600
  • 4b4f6d78ee InputFloat() fixed 0 decimal_precision ocornut 2015-08-05 17:26:04 -0600
  • a54995eace RoundScalar() fallback use powf(10.f, -x) instead of 1.0f/powf(10.0f,x) ocornut 2015-08-05 17:11:20 -0600
  • 9b19f8c19d Merge branch 'master' into 2015-07-cleanup ocornut 2015-08-05 16:57:31 -0600
  • 12d941a42a Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-08-05 16:51:17 -0600
  • f6e21b7ab7 InputInt() also hexadecimal input (awkwardly via ImGuiInputTextFlags_CharsHexadecimal but we will allow fmt string in InputInt* later) ocornut 2015-08-05 16:47:46 -0600
  • cc8ff4c8d1 RoundScalar() use a lookup table to avoid calling powf(10.0f, x); ocornut 2015-08-05 16:17:11 -0600
  • f0f2afa87d InputInt() doesn't cast to float, fix handling lost of precision with large integer. Added primitives to support more data types. ocornut 2015-08-05 16:08:53 -0600
  • a793ad682d Merge branch 'master' into 2015-07-cleanup ocornut 2015-08-05 15:29:38 -0600
  • ebd25cf1a3 Minor comments ocornut 2015-08-05 15:13:13 -0600
  • 7fea3eacfe Minor comments ocornut 2015-08-05 12:50:13 -0600
  • e20b90154c Comments ocornut 2015-08-05 11:04:13 -0600
  • 3ee2fac892 Slider: fixed using FramePadding between frame and grab visual. Scaling that spacing would look odd. ocornut 2015-08-05 11:00:00 -0600
  • e42bec5ba2 Fixed scaling of checkbox and radio button for the filling of "active" visual ocornut 2015-08-05 10:50:20 -0600
  • 155873a6b0 Added GetContentRegionAvail() helper ocornut 2015-08-05 10:43:12 -0600
  • 1b0a8f9ac3 Comments ocornut 2015-08-05 10:00:05 -0600
  • 60b46cc712 Comment (#219) ocornut 2015-08-05 09:34:07 -0600
  • 8be4d41540 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-08-05 09:32:29 -0600
  • 1befd21b37 Moved ShowUserGuide() after ShowTestWindow() (#219) ocornut 2015-08-05 09:31:03 -0600
  • 3658314638 imgui_demo.cpp doesn't redefine functions from imgui_internal.h so all files can be unity-built (#219) ocornut 2015-08-05 09:28:19 -0600
  • d66339c67b Merge b86d7395b4 into a526b423e8 Alex Evans 2015-08-05 07:00:54 +0000
  • a526b423e8 Merge pull request #290 from cmaughan/master omar 2015-08-04 07:48:31 -0600
  • d667de9490 Clear font texture view to ensure Release() doesn't get called twice Chris Maughan 2015-08-04 14:03:36 +0100
  • 815d1d9be4 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-08-03 08:12:57 -0600
  • 3aca446817 Added ImFontAtlas::AddFontFromMemoryCompressedBase85TTF() ocornut 2015-08-03 08:10:10 -0600
  • da3baebd43 Fixed lower-right resize grip hit box not scaling along with its rendered size (#287) ocornut 2015-08-02 09:15:36 -0600
  • e099798c97 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-08-01 22:12:51 -0600
  • 3ccbdc8423 Unnecessary .gitignore in root folder ocornut 2015-08-01 22:12:18 -0600
  • 4b29cc9e10 Exposed relevant functions in imgui_internal.h (#219) ocornut 2015-08-01 21:57:24 -0600
  • e47bf041bf Clang warning fixes ocornut 2015-08-01 21:37:32 -0600
  • 11d91a27a4 Carriage return (#289) ocornut 2015-08-01 17:18:01 -0600
  • 040e427dad Merge pull request #289 from twoscomplement/sdl_error_out omar 2015-08-01 17:07:05 -0600
  • f158617551 Show SDL error message on init failure Jonathan Adamczewski 2015-08-02 01:35:43 -0700
  • 1e76c63bb6 Fixed comment ocornut 2015-08-01 08:07:16 -0600
  • 2d8c134747 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-08-01 07:26:09 -0600
  • 26a992c6f6 Updated to stb_truetype 1.07 (back to vanilla version as our minor changes are now in master & fix #280) ocornut 2015-08-01 07:22:52 -0600
  • 6c63d80aa4 Tidying up InputTextApplyArithmeticOp() ocornut 2015-07-30 23:59:51 -0600
  • f63beeae86 Internal version of LogText() -> LogRenderedText() + shallow tidying up ocornut 2015-07-30 23:48:59 -0600
  • faa609a43c Internal cleanup ParseFormatPrecision() doesn't take a reference ocornut 2015-07-30 23:14:29 -0600
  • f8646338c3 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-07-30 23:00:11 -0600
  • 7650d4cc67 Internal SliderFloatAsInputText() -> InputFloatReplaceWidget() ocornut 2015-07-30 22:59:30 -0600
  • abf823c6f6 Tidying up ocornut 2015-07-30 22:49:10 -0600
  • 58ee08f214 Todo list notes ocornut 2015-07-30 22:18:07 -0600
  • 040f3950a3 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-07-30 21:54:07 -0600
  • e6b29b70b4 Make internal SliderFloatAsInputText() take a size to match the calling widget ocornut 2015-07-30 21:51:55 -0600
  • a7e5945206 Merge ocornut 2015-07-30 21:37:59 -0600
  • c639f65eb7 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-07-30 21:37:47 -0600
  • 02fbb36918 ImDrawList: Add missing support for anti-aliased thick-lines (#133, also ref #288) ocornut 2015-07-30 21:11:07 -0600
  • a79ee94fc4 Removed unnecessary assignment + added comment ocornut 2015-07-30 20:59:41 -0600
  • 709c4c3168 Merge remote-tracking branch 'origin' into 2015-07-cleanup ocornut 2015-07-30 20:42:12 -0600
  • 527208ad7c Default font encoded as base85 saves ~100 lines / 26 KB of source code (from @mmalex) ocornut 2015-07-30 19:36:55 -0600
  • fddc871870 Columns: never assume horizontal space for scrollbar if NoScrollbar flag is set. ocornut 2015-07-30 12:32:20 -0600
  • fc9ee2bc9b Merge pull request #286 from GHF/cleanup omar 2015-07-30 12:14:01 -0600
  • b86d7395b4 add sharing of edges Alex Evans 2015-07-29 13:40:09 +0100
  • 11774b5911 tentative fix for gaps in fat line strokes Alex Evans 2015-07-29 13:15:08 +0100
  • 5bc4610e38 Add high DPI support to GLFW example Xo Wang 2015-07-26 20:02:10 -0700
  • 8d45c89352 Remove non-text character at start of imgui.cpp Xo Wang 2015-07-26 19:18:04 -0700
  • 4468ec001e Fixed warning in console example (we're iterating chars) ocornut 2015-07-22 06:38:19 -0600