Commit Graph

  • 2f574ef952 Allegro 5 example: converted for indexed rendering. ocornut 2015-07-08 12:55:40 -0600
  • 60dd221737 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-08 12:49:18 -0600
  • bbaaab7537 Allegro 5 example: fixed uv coordinate of non-default texture. ocornut 2015-07-08 12:41:09 -0600
  • 4d2d0ce5cd Allegro 5 example: handling of hardware and software mouse cursor rendering. ocornut 2015-07-08 12:16:50 -0600
  • 8db229b96f Allegro 5 example: fixed key modifiers, keyboard input, clipping, added pagedown/pageup. ocornut 2015-07-08 12:04:13 -0600
  • c58d61dfd1 Allegro 5 example: formatting, match other example structure, fixed mouse buttons. ocornut 2015-07-08 11:53:30 -0600
  • 489e28ec11 Allegro 5 example: main.cpp matches other examples. added window title. ocornut 2015-07-08 11:46:18 -0600
  • 1845ff4690 SDL example: tweaks (#233 #226) ocornut 2015-07-08 11:42:43 -0600
  • 19e3c1506f Allegro5 example: added example from https://github.com/bggd/a5imgui_example ocornut 2015-07-08 11:34:36 -0600
  • e49977a913 SDL example: hasty readme. ocornut 2015-07-08 11:08:58 -0600
  • d041ebc6d4 Merge branch '2015-03-antialiased-primitives' of https://github.com/ocornut/imgui into 2015-03-antialiased-primitives ocornut 2015-07-08 10:33:25 -0600
  • b7e63c163c SDL example: update for indexed rendering. ocornut 2015-07-08 10:32:55 -0600
  • b36ff2fec3 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-08 10:30:30 -0600
  • 12aba576fb Merge pull request #264 from joeld42/antialias-ios-fix omar 2015-07-08 10:29:39 -0600
  • a14f6696a3 SDL example: more cleanup to match other examples (#233 #226) ocornut 2015-07-08 10:27:25 -0600
  • 22e099366f SDL example: further cleanup to match other examples (#233 #226) ocornut 2015-07-08 10:20:08 -0600
  • 4167528001 SDL example: moved event loop to main.cpp , adding page up/page down. (#226) ocornut 2015-07-08 10:10:54 -0600
  • 81cebb9c85 Simplified to not combine vert buffers like the opengl3 example Joel Davis 2015-07-08 09:01:10 -0700
  • b7a2a6b23f SDL example: renamed folder, added in README ocornut 2015-07-08 09:49:32 -0600
  • 44c23e0eed Allowing DeltaTime==0.0f to not assert ocornut 2015-07-08 09:48:10 -0600
  • b3ae2976c5 SDL example: tweaks and fixes. ocornut 2015-07-08 09:46:55 -0600
  • 046dbf502c Merge branch 'SampleSDL2' of https://github.com/CedricGuillemet/imgui into CedricGuillemet-SampleSDL2 ocornut 2015-07-08 09:01:04 -0600
  • e3b9a61883 Examples: OpenGL3: simplified code. Upload each vertex array separately. (cf #264) ocornut 2015-07-08 08:27:36 -0600
  • ca042134ae Update ios example for API changes and index rendering Joel Davis 2015-07-07 23:43:27 -0700
  • 1cd391146d Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-07 21:48:28 -0600
  • 67d93156df Fixed clang/gcc warnings (#133) ocornut 2015-07-07 21:47:33 -0600
  • 5f039e7098 Merge branch 'ios_example_merge' ocornut 2015-07-07 21:39:05 -0600
  • 7d144eb899 iOS Example: Optimise PNG files size ocornut 2015-07-07 21:37:50 -0600
  • fb27360ea8 iOS example: shallow tweaks and fixes (untested) ocornut 2015-07-07 21:35:09 -0600
  • eee6dab226 iOS example working based on modified OpenGL3 example + Synergy Joel Davis 2015-06-15 09:23:57 -0700
  • 0866c3db71 Merge 3c0daa6953 into f4fc008a2a Joel Davis 2015-07-08 03:04:27 +0000
  • 54c2665032 AA branch: undo d35c1a9e66, thickness is back but goes through non-AA path (#133) ocornut 2015-07-07 20:56:58 -0600
  • 439040bb25 AA branch: more comments on breaking changes (#133) ocornut 2015-07-07 20:30:46 -0600
  • d03b046ef4 AA branch: Agressively renamed all fields of ImDrawList, ImDrawCmd, ImDrawData to match the rest of our coding convention (#133) ocornut 2015-07-07 20:17:07 -0600
  • d35c1a9e66 AA branch: removed the 'thickness' parameter from ImDrawList::AddLine() ocornut 2015-07-07 18:34:29 -0600
  • ac56e4e209 AA branch: API breaking change documentation ocornut 2015-07-07 18:31:41 -0600
  • af7f35d7c2 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-07 18:22:18 -0600
  • 87ebe95fd6 Columns/ImDrawList: dispatch render of each column in a sub-draw list and merge on closure, saving draw calls (#125) ocornut 2015-07-07 18:19:01 -0600
  • 3e4841765d ImDrawList: winodw draw lists destructed properly on Shutdown() ocornut 2015-07-07 18:00:19 -0600
  • f4fc008a2a Fixed ListBoxHeader() not honoring negative sizes the same way as BeginChild() or BeginChildFrame() (#263) ocornut 2015-07-07 16:53:09 -0600
  • acf58c6223 More debug-build friendly ImVector<> use micro optimisations for the most bottle-neck bunchs ocornut 2015-07-07 13:54:06 -0600
  • bfa7d86070 AA branch: further use of ImVector<> Data/Size ocornut 2015-07-07 12:58:36 -0600
  • c3ced1bd71 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-07 12:42:29 -0600
  • 3869e10574 ImVector<> access to Size/Capacity/Data (#262) ocornut 2015-07-07 12:39:08 -0600
  • 25882c47a3 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-07 12:15:35 -0600
  • 502e360ee5 Removed the majority of size_t from the code. ImVector<> now uses int. (#262) ocornut 2015-07-07 12:09:25 -0600
  • aeae03f4ac Fixed minor zealous Clang warning (demo code intentionally uses strdup() to be copiable) ocornut 2015-07-07 12:05:15 -0600
  • 02dbcf5405 ImVector<> cannot be re-defined (#262) ocornut 2015-07-07 11:27:22 -0600
  • 4d42760c0b Metrics window: "Show clipping rectangles when hovering ImDrawList" enabled by default ocornut 2015-07-06 22:10:44 -0600
  • de6dfe8c5d ImRect (internal) fixed ImVec4 constructor, argh (broken e7e2fcdd19) ocornut 2015-07-06 22:05:27 -0600
  • 92b61d2ee4 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-06 21:47:09 -0600
  • b92396b46a Optimisation, removed the duplicate ClipRectStack in ImGuiWindow, storing single value ocornut 2015-07-06 21:46:12 -0600
  • 6a22835f63 AA branch: ImDrawList: rename commands to cmd_buffer ocornut 2015-07-06 21:09:05 -0600
  • e7e2fcdd19 ImRect (internal) made constructors more non-optimised compilation friendly ocornut 2015-07-06 20:59:01 -0600
  • a17e47fe14 ImDrawList: fixed non-merged commands when equal clip rectangles are in the two first commands ocornut 2015-07-06 20:38:06 -0600
  • 5782c69c2a Metrics window: calculate bounding box of actual vertices when hovering a draw list. ocornut 2015-07-06 16:34:41 -0600
  • 9db4b35168 Fixed ImRect.Add(ImVec2&) which was broken and somehow unused ocornut 2015-07-06 11:13:05 -0600
  • 0ff2a6ff64 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-06 10:56:50 -0600
  • d6987d1586 ImDrawList store pointer to their owner name for easier auditing/debugging. Metrics windows render clip rectangle when hovering. ocornut 2015-07-06 10:52:49 -0600
  • c52cefa2c2 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-05 22:27:50 -0600
  • 0d5e6e125c Documentation (#133 #254) ocornut 2015-07-05 22:26:01 -0600
  • 0676efd37f AA branch: added ImDrawData::DeIndexAllBuffers() helper (#254) ocornut 2015-07-05 22:09:55 -0600
  • b2b616be00 AA branch: ImDrawCmd idx_count -> elem_count ocornut 2015-07-05 22:09:15 -0600
  • f3303fa84f AA branch: io.RenderDrawListsFn signature changed to take ImDrawData, neater and future proof breaking of the render API (#133 #254) ocornut 2015-07-05 22:03:46 -0600
  • 2633325b9f Comments ocornut 2015-07-05 21:55:24 -0600
  • 562aecdaa5 Removed obsolete GetDefaultFontData() function that would assert anyway (obsoleted 2015/01/11) ocornut 2015-07-05 20:56:01 -0600
  • 3fa4451936 PlotLines(), PlotHistogram(): fixed incorrect hovering test (would trigger tooltip when menu is open) ocornut 2015-07-05 20:47:25 -0600
  • 1c160adbba Comments ocornut 2015-07-05 20:38:18 -0600
  • c9676554b9 MenuItem() can be activated on release (#245) ocornut 2015-07-05 20:27:06 -0600
  • 8b4a470e1d Examples: DirectX9: fixed size passed to vertex and index buffer Lock() + readjust default buffer sizes. ocornut 2015-07-05 19:24:26 -0600
  • 56553f33b8 AA branch: added style.AntiAliasedLines, style.AntiAliasedShapes (#133) ocornut 2015-07-05 19:09:53 -0600
  • 19e59421e5 AA branch: comments, inlining minor ops ocornut 2015-07-05 18:42:41 -0600
  • 46c440d186 AA branch: AddPolyline() stores normals on stack ocornut 2015-07-05 18:19:22 -0600
  • c09af38804 AA branch: AddConvexPolyFilled() store normals on stack ocornut 2015-07-05 18:05:55 -0600
  • a74ca9025f AA branch: oops, ImInvLengthSqr() is ImInvLength() ocornut 2015-07-05 17:37:55 -0600
  • a8b5f77591 AA branch: AddPolyline(), AddConvexPolyFilled() a little more readable with more consistent naming ocornut 2015-07-05 17:36:07 -0600
  • 0292c82b9c AA branch: fix lower-right bound of frame outlines ocornut 2015-07-05 16:52:06 -0600
  • 2f21347803 CollapsingHeader() fixed label rendering outside in columns context where cliprect max isn't aligned with header ocornut 2015-07-05 16:37:49 -0600
  • 7959fbe992 AA branch: CollapsingHeader() rounding down half window padding ocornut 2015-07-05 16:35:41 -0600
  • f04c2002d6 AA branch: fixed column offsets not always aligned to the pixel causing CollapsingHeader() border to incorrectly anti-alias ocornut 2015-07-05 16:32:26 -0600
  • 0d7ca3da24 AA branch: AddLine() api adds the 0.5f offset (unsure about that yet) ocornut 2015-07-05 16:24:55 -0600
  • 18fa8e1c7e Fixed IsMouseDragging() (fix #260) ocornut 2015-07-04 16:46:30 -0600
  • 61e551e0ee AA branch: fixed warning ocornut 2015-07-04 13:41:51 -0600
  • 3b94c37efc AA branch: minor tweaks + disabled debug code that disable AA when holding Ctrl ocornut 2015-07-04 12:59:55 -0600
  • f435e42561 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-04 12:44:25 -0600
  • d76bc3434e Added DragFloatRange2() DragIntRange2() helpers (#76) ocornut 2015-07-04 12:17:04 -0600
  • a33810d652 Update README.md omar 2015-07-03 16:08:00 -0600
  • e9b81dd5ab Comments ocornut 2015-07-03 15:32:10 -0600
  • fd3c6067bf Add conditional #ifdef prior to imconfig.h to facilitate inclusion in build systems (#255) ocornut 2015-07-03 15:31:54 -0600
  • 9c48bc6ad2 Merge 613c4d01b6 into 7437b43b2d Daniel Collin 2015-07-03 14:16:14 +0000
  • 7437b43b2d Fixed warnings for more pedantic settings (#258) ocornut 2015-07-03 08:15:56 -0600
  • 613c4d01b6 Disabled clang warning -Wunused-macros Daniel Collin 2015-07-03 08:48:16 +0200
  • e5b0e15b21 Disabled clang warning -Wint-to-void-pointer-cast Daniel Collin 2015-07-03 08:45:59 +0200
  • b69d7d9df3 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-02 21:47:48 -0600
  • 2f03511062 Added ImGuiKey_PageUp, ImGuiKey_PageDown for user. ocornut 2015-07-02 21:43:07 -0600
  • 6826ab3ffd Added GetKeyIndex() helper. ocornut 2015-07-02 21:32:29 -0600
  • 0f9e2f8173 Tweaked scrolling example code (#150) ocornut 2015-07-02 21:22:16 -0600
  • 42efc29def SetScrollFromCursorPos() -> SetScrollHere() (#150) final call ! ocornut 2015-07-02 21:03:15 -0600
  • 4eba6cd470 Added SetScrollY(), SetScrollFromPosY(). Renamed SetScrollPosHere() to SetScrollFromCursorPos(). (#150) ocornut 2015-07-02 20:53:45 -0600
  • b54cb1c24c Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-07-02 20:49:36 -0600