Commit Graph

  • b15532345b Using sqrtf, cosf, sinf. Made STB_TEXTEDIT_ implemtations static. Tweaks. ocornut 2014-11-18 07:51:55 +0000
  • 15436b46e8 Merge pull request #83 from emoon/master omar 2014-11-18 07:40:50 +0000
  • b01adf16de Fixed more Clang warnings #83 Daniel Collin 2014-11-17 20:37:22 +0100
  • 428c4d4ece Fixed Clang warnings Daniel Collin 2014-11-17 20:35:58 +0100
  • 172ff0a262 Commenting unnecessary strlen calls that could be removed for speedup omar 2014-11-17 02:27:26 +0900
  • c6f3d0924e Default 'text_end' parameter for low-level AddText/CalcTextSizeA functions omar 2014-11-17 02:18:37 +0900
  • ac40284536 Fixed punctuation. omar 2014-11-15 13:29:44 +0000
  • 191e17eaf8 Added IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT ocornut 2014-11-15 13:18:25 +0000
  • 616668dac3 OpenGL example: uses offsetof() macros for vertice definition instead of hardcoded offsets ocornut 2014-11-15 13:10:15 +0000
  • 36e52167da OpenGL example: made the render function save/restore OpenGL state properly-ish ocornut 2014-11-15 12:56:41 +0000
  • 3f85fe2fe7 Cleanup and TODO list items ocornut 2014-11-15 12:00:35 +0000
  • 447cc88e04 Fixed unaligned memory access - fix font loading when building on Emscripten ocornut 2014-11-15 11:41:03 +0000
  • 0463d6958b Fixed memory unaligned read while reading font from memory for Emscripten #80 Michel Courtine 2014-11-14 07:47:27 +0100
  • 5001e4ba80 Merge e4cb1d9d72 into 9c707b6d8f #58 David Adair 2014-11-14 04:13:32 +0000
  • 9c707b6d8f Added assert to catch font data loading failure in a location that's easier to understand omar 2014-11-14 11:22:35 +0900
  • 9b5493d1d9 Added assert to catch users using Begin/End without a first NewFrame omar 2014-11-14 11:17:59 +0900
  • 8bd15be809 Added the whole opengl_various_bindings directory with opengl bindings for glfw3 glut/freeglut SDL2 and WIndowsAPI #79 Flix 2014-11-12 12:04:40 +0100
  • 8a65d97bf0 Warning fixes (now testing with Clang) omar 2014-11-12 16:56:42 +0900
  • be93b842c1 Merge pull request #77 from ybunyak/master omar 2014-11-12 08:48:53 +0900
  • 7961c53145 Fix namespaces for Value() and Color() functions. #77 Yaroslav Bunyak 2014-11-12 01:36:34 +0200
  • d3bc92a674 Added INDEX to top of imgui.cpp Explicit namespace prefix on all ImGui:: functions. Fixed some typos. omar 2014-11-10 10:29:01 +0900
  • 4205241e86 PushTextWrapPos() defaults to 0.0 omar 2014-11-10 10:23:06 +0900
  • c97636aef4 Fixed lines clockwiseness to be consistent with other primitives. omar 2014-11-10 09:36:01 +0900
  • ee3355fe8e Version number v1.15 omar 2014-11-07 17:43:00 +0900
  • 1e30400f80 Added PushStyleVar(),PopStyleVar() helpers. BeginChild() allows to specify negative sizes to specify "use remaining minus xx". Added a simple example console into the demo window. omar 2014-11-07 17:22:38 +0900
  • 3a64c77826 Renamed IsHovered() to IsItemHovered() omar 2014-11-07 15:49:14 +0900
  • e19f0d370a Added dummy IMGUI_API definition in front of entry-points for silly DLL action omar 2014-11-07 15:40:58 +0900
  • 6c192f3221 Added GetContentRegionMax() supporting columns. Some bug fixes with using columns. omar 2014-11-07 15:17:04 +0900
  • 78645a7dba Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos() Added word-wrapping sample in the test window. Added IsItemFocused() to tell if last widget is being focused for keyboard input. omar 2014-11-07 14:45:56 +0900
  • 74363c5a43 Fixed column using a "funny scale factor" (non power of two) #67 ocornut 2014-10-26 21:33:34 +0000
  • 0b10cf4bd7 Fixed some typos in comments ocornut 2014-10-26 21:31:34 +0000
  • 3d84858755 Made with the NoResize flag can still use auto-fitting. Added SetWindowSize(). ocornut 2014-10-26 20:07:15 +0000
  • fad5e45d2c Minor tweaks ocornut 2014-10-26 19:56:57 +0000
  • 05a3a9b962 Merge pull request #66 from JarrettBillingsley/master omar 2014-10-26 20:53:40 +0100
  • 85eee4a4c5 Added overloads of ImGui::PlotLines and ImGui::PlotHistogram which take a value getter function instead of raw value data, and changed the implementation of the original overloads to use this new implementation. #66 Jarrett Billingsley 2014-10-26 12:25:00 -0700
  • 4c4798546e Merge pull request #1 from ocornut/master Jarrett Billingsley 2014-10-26 12:22:27 -0700
  • f768579377 GCC warning fix ocornut 2014-10-26 18:57:19 +0000
  • e6eafd6fa8 Fixed warnings for GCC -Wpedantic ocornut 2014-10-26 15:08:28 +0000
  • 1037bacc4b Version number v1.14 omar 2014-10-25 11:15:28 +0100
  • 89a412690c Added comment on return value of Begin() omar 2014-10-25 11:01:20 +0100
  • af37fb1ee7 Added GetWindowFont(), GetWindowFontSize() + comments following user's feedback omar 2014-10-25 11:00:24 +0100
  • 9f05a2bb16 Fixed unlikely buffer overrun in InputCharacters (thanks Daniel Collin) ocornut 2014-10-07 12:15:59 +0100
  • e4cb1d9d72 Added basic SDL2 example. #58 David Adair 2014-10-05 18:21:51 -0600
  • f4b55a1dc0 Merge c40dc84909 into 48a944813c #57 Sean Middleditch 2014-10-05 08:11:11 +0000
  • 48a944813c Moved UserData ocornut 2014-10-05 09:11:02 +0100
  • 1d9a4748de Added a UserData void *pointer so that the callback functions can access user state ocornut 2014-10-05 09:08:57 +0100
  • c40dc84909 Add a UserData pointer so that the callback functions can easily access user state. #57 Sean Middleditch 2014-10-04 21:59:18 -0700
  • 36212b9ad9 Merge pull request #56 from seanmiddleditch/master omar 2014-10-04 18:54:43 +0200
  • bebadb9012 64-bit fixes #56 Sean Middleditch 2014-10-03 20:24:04 -0700
  • 530e746daa Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL (more IDE friendly) ocornut 2014-10-02 11:56:40 +0100
  • 3bec9e782e Merge pull request #1 from ocornut/master #59 Tomoki "T_S" SHISHIKURA 2014-10-01 13:48:21 +0900
  • ce481ec702 SetKeyboardFocusHere() allow for an offset to access sub components + comments ocornut 2014-09-30 12:31:35 +0100
  • f1ea630dd0 SetKeyboardFocusHere() sets focus on next widget instead of previous + works on tabbing-disabled widgets ocornut 2014-09-30 12:22:58 +0100
  • ffc8264e9d Added SetKeyboardFocusHere() to set focus from code. Fixed tabbing through tab-disabled fields. ocornut 2014-09-30 11:57:37 +0100
  • ec625b7c49 OpenGL/DirextX examples: comments and tweaks. ocornut 2014-09-30 10:09:44 +0100
  • f86286548e OpenGL example: Tentative fix for missed tap-to-click events on MacBook trackpad ocornut 2014-09-30 09:57:44 +0100
  • 7751ce0a69 Merge pull request #51 from TS-RTX1911/master v1.13 omar 2014-09-30 09:58:03 +0200
  • 9bb95db68a opengl_example makefile cross platform supported. #51 Tomoki SHISHIKURA (RTX-M7) 2014-09-30 10:21:39 +0900
  • 0a8acf241c Update README.md omar 2014-09-29 19:27:21 +0100
  • c388c7e6eb Update README.md omar 2014-09-29 19:26:45 +0100
  • 088df3d1ba Update README.md omar 2014-09-29 19:25:36 +0100
  • 09fae1c209 Update README.md omar 2014-09-26 01:28:03 +0100
  • 016dbb7472 Added screenshot for website ocornut 2014-09-26 01:25:06 +0100
  • 6ec65c46aa Added M+ font extra_fonts/ for Japanese text ocornut 2014-09-26 01:21:43 +0100
  • 0fa3d6e25f Version number and font documentation ocornut 2014-09-26 01:20:56 +0100
  • f898e658bb Added IO.FontFallbackGlyph (default to '?') + UTF-8 test in demo window ocornut 2014-09-26 01:06:27 +0100
  • 22fe7f23b1 OpenGL example: minor tweak for non-default font. ocornut 2014-09-26 01:04:31 +0100
  • b756510f21 Fix stb_image to load 1/2/4 bpp PNG (unofficial fix, submitted as PR) ocornut 2014-09-26 01:02:03 +0100
  • b6ac371496 Warning fix ocornut 2014-09-25 20:55:48 +0100
  • 81b9480413 Speculative warning fixes ocornut 2014-09-25 20:08:08 +0100
  • b9d9f62ae3 OpenGL example: updated stb_image to 1.46 ocornut 2014-09-25 19:01:50 +0100
  • 4b94454fb4 OpenGL/DirectX examples: support for international text input in UTF-8 + implement ImeSetInputScreenPosFn on Windows. ocornut 2014-09-25 14:54:19 +0100
  • b86505bf2f Support for international text input in UTF-8. Added ImeSetInputScreenPosFn(). Removed text_end parameter from SetClipboardTextF ocornut 2014-09-25 14:51:06 +0100
  • df1c056c88 OpenGL example: added commented code to load custom font from filesystem ocornut 2014-09-25 11:41:18 +0100
  • eb1b9d4521 Revert erroneous commit ocornut 2014-09-25 11:38:45 +0100
  • d35ceb793e OpenGL example: added commented code to load custom font from filesystem ocornut 2014-09-25 11:35:23 +0100
  • a61b92f362 Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2014-09-25 11:30:07 +0100
  • 51bbe1d961 Handle UTF-8 decoding for rendering and text size calculation ocornut 2014-09-25 11:29:59 +0100
  • e4d4dae3bf Merge pull request #49 from ybunyak/master omar 2014-09-25 00:51:55 +0200
  • bd3c53754d Fix build errors. #49 Yaroslav Bunyak 2014-09-25 01:45:54 +0300
  • a1162ac001 Tab to spaces ocornut 2014-09-24 20:39:39 +0100
  • 618a42acf8 Renamed section in documentation v1.12 ocornut 2014-09-24 19:35:34 +0100
  • 3cd1b8a37b Update version number in sources ocornut 2014-09-24 19:34:03 +0100
  • 746951691a Added va_list variations of all functions taking ... parameters (from Andrea Pessino) ocornut 2014-09-24 19:27:29 +0100
  • 8eafb373f7 Warning fixes (from Andrea Pessino) ocornut 2014-09-24 18:57:52 +0100
  • fec4232c79 Moved IM_MALLOC/IM_FREE/etc. to IO structure members one can set at runtime. ocornut 2014-09-24 18:01:07 +0100
  • 85672fec2e Added IsPosHoveringAnyWindow() ocornut 2014-09-24 15:49:15 +0100
  • d5ed586d70 Added IsMouseHoveringWindow(), IsMouseHoveringAnyWindow() ocornut 2014-09-24 15:38:29 +0100
  • d58a029285 Tweak comments following feedbacks. ocornut 2014-09-24 14:12:51 +0100
  • 6e039c8b7d Doc formatting + adding 'API changes' section ocornut 2014-09-24 14:06:34 +0100
  • 05a42ba3a6 Added IO.FontBaseScale for global rescale. Renamed SetFontScale to SetWindowFontScale ocornut 2014-09-24 14:03:42 +0100
  • da2ccf0a78 OpenGL example: comments on glfw window size vs frame buffer size. ocornut 2014-09-24 13:47:55 +0100
  • 3e647d86aa Merge pull request #47 from ybunyak/master omar 2014-09-24 14:40:47 +0200
  • 0e0cd5e705 Add support for Retina displays on MacOSX. #47 Yaroslav Bunyak 2014-09-20 01:48:10 +0300
  • 8d32fcb7d4 Add missing framework for MacOSX builds. Yaroslav Bunyak 2014-09-20 00:28:44 +0300
  • 4ea2af7ea5 Fixed wrong array size in header file (apessino) ocornut 2014-09-17 22:42:58 +0100
  • 3773fb4117 Update README.md omar 2014-09-10 12:40:52 +0100
  • 24028911e3 Added version number in sources v1.11 ocornut 2014-09-10 12:26:12 +0100
  • 3fd68c3a31 Fixed file-descriptor leak if ImBitmapFont::LoadFromFile() calls to seek/tell fails. ocornut 2014-09-10 12:21:33 +0100
  • 1cf4b313e2 Update README.md omar 2014-09-10 11:35:34 +0100