Commit Graph

  • 6c3ab6fc9b ImFont: fixed minor bug with CPU-side vertical clipping of text. ocornut 2015-07-15 13:34:59 -0600
  • a56768463a Examples: moved demo bits around. ocornut 2015-07-15 13:16:35 -0600
  • d750df9189 Fix for Shutdown() ocornut 2015-07-15 12:37:42 -0600
  • baa2328b99 Tweak to RenderCheckMark() ocornut 2015-07-15 12:31:37 -0600
  • d7a2a23457 Updated to stb_truetype 1.06 (#133) ocornut 2015-07-15 12:12:36 -0600
  • 8081e81e55 Fixed warnings + label ocornut 2015-07-15 11:56:07 -0600
  • 1a3ef63132 Fixed parameters array size declaration (wouldn't have a side-effect but weird and misleading) ocornut 2015-07-15 09:36:39 -0600
  • 368d2c3568 OverlayDrawList readier for pushing elements (not exposed yet) ocornut 2015-07-15 09:26:03 -0600
  • 0224d29a35 Examples: comments. ocornut 2015-07-15 09:05:17 -0600
  • 035ff302d2 ImFontAtlas: moved application of FontDataOwnedByAtlas to AddFont() ocornut 2015-07-15 08:45:10 -0600
  • 95f489ac1f Merged AA branch in master! (#133) ocornut 2015-07-15 08:00:12 -0600
  • 3e3d9f9a69 ImFontAtlas: allow AddFontDefault to take a config ocornut 2015-07-15 07:58:33 -0600
  • 7ad4843f57 Fixed comments ocornut 2015-07-15 07:52:20 -0600
  • 99a92ee7c5 Comments (fixed old comments) ocornut 2015-07-15 07:46:31 -0600
  • 8952b93b2f Include for alloca() ocornut 2015-07-15 07:31:32 -0600
  • fcec337061 Examples: Simplified font examples comments. ocornut 2015-07-15 07:05:34 -0600
  • 815168c7ef ImFontAtlas: new AddFont() API, oversampling, subpositiong, merging fonts, etc. (#182, #220, #232, #242) ocornut 2015-07-15 07:01:21 -0600
  • 6ae8062ca0 ImFont: comments, minor bits ocornut 2015-07-14 15:51:19 -0600
  • c02f9b58ef ImFont: Cleanup to be compatible with over-sampling (not enabled) ocornut 2015-07-14 12:41:02 -0600
  • fc6545830b Examples: displaying more font information. ocornut 2015-07-14 10:28:55 -0600
  • faec745438 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-14 09:23:50 -0600
  • 8cfd963fda Popups: removed an apparently unnecessary test in CloseInactivePopups() that broke Combo boxes inside menus (#272) ocornut 2015-07-14 09:21:41 -0600
  • 355cbf6326 Examples: added tests for Combo box in sub-menu test and MenuItem in a normal window (#272) ocornut 2015-07-14 09:10:31 -0600
  • 52c820e7b0 Metrics: more details in popup stack (#272) ocornut 2015-07-14 09:09:52 -0600
  • ba9317b924 ImFont: storing offsets as X0/Y0/X1/Y1 analoguous to examples for stb_truetype ocornut 2015-07-13 16:08:49 -0600
  • 5b053dd350 Fix for OverlayDrawList being ready to append commands (not exposed publicly yet anyway) ocornut 2015-07-13 15:52:57 -0600
  • 7eca4e2a7f Merge bits ocornut 2015-07-12 11:05:30 -0600
  • fbb9113118 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-12 11:02:46 -0600
  • 4565bf9813 Demo: custom rendering example uses AddRectFilledMultiColor() ocornut 2015-07-12 10:52:20 -0600
  • 6520b6c458 ImDrawList: added AddRectFilledMultiColor() helper + minor optimisation. ocornut 2015-07-12 10:48:06 -0600
  • 7a0004eb86 Revert ocornut 2015-07-11 18:15:34 -0600
  • d10d0343b2 Plot() function can take 0.0f for both scale_min/scale_max to calculate scale ocornut 2015-07-11 18:10:43 -0600
  • e681937f66 Delete merging artefact that survived for a day ocornut 2015-07-11 08:41:11 -0600
  • fd44b9440b Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-10 21:45:25 -0600
  • b67593a4b1 Changed SameLine() parameters from int to float. ocornut 2015-07-10 19:36:34 -0600
  • 8094aa78d2 Fixed incorrect assert triggering when code steal ActiveID move user moving window by calling e.g. SetKeyboardFocusHere() ocornut 2015-07-10 18:54:26 -0600
  • 827ff970cd InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag ocornut 2015-07-10 18:47:55 -0600
  • d2701727b9 InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification. ocornut 2015-07-10 18:17:46 -0600
  • f2bed00d80 Examples: README ocornut 2015-07-09 08:39:44 -0600
  • 5ab23ab1c0 Allegro 5 example: removed public domain mark, MIT as the rest, with @bggd approval ocornut 2015-07-08 17:25:56 -0600
  • 398ef1a212 Comments ocornut 2015-07-08 17:10:14 -0600
  • 245cf36522 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-08 17:09:47 -0600
  • 890585cde8 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-07-08 17:08:51 -0600
  • 08b1dd1035 Version number 1.43 WIP ocornut 2015-07-08 17:08:37 -0600
  • fec09e37ab Disable warnings, undo f4aae6b9ec (#265 #266) ocornut 2015-07-08 17:05:24 -0600
  • 7d45c84f21 Merge pull request #266 from Extrawurst/patch-4 omar 2015-07-08 17:02:28 -0600
  • f4aae6b9ec fix minor clang-x64 warnings Stephan Dilly 2015-07-09 00:00:28 +0200
  • 09e8c4ec11 AA branch: Re-added PrimVtx() + PrimWriteVtx, PrimWriteIdx for finer control (#133) ocornut 2015-07-08 14:03:27 -0600
  • d81ba432ec New demo binaries omar 2015-07-08 13:22:34 -0600
  • e5bea65582 Version number 1.42 v1.42 ocornut 2015-07-08 12:59:26 -0600
  • 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
  • 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