Commit Graph

  • dd893ac4f5 Warning fix. ocornut 2015-04-09 21:43:42 +0100
  • 14ddb81f7a AA branch: remove code unnecessary for this branch. ocornut 2015-04-09 21:39:56 +0100
  • 39445cf23a Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-09 21:38:30 +0100
  • 7ab49f80ca Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering ocornut 2015-04-09 21:22:06 +0100
  • 4f51b77937 Examples: OpenGL3: Tweaks (argh, github ui) ocornut 2015-04-09 21:19:21 +0100
  • 90766141b3 Examples: OpenGL3: Tweaks. ocornut 2015-04-09 21:18:43 +0100
  • 37f1715bfa Examples: DirectX11: Removed unnecessary vertices conversion and CUSTOMVERTEX types. ocornut 2015-04-09 21:14:52 +0100
  • 1746b04065 Indexed rendering. Not in main branch because breaks rendering code too much. Will merge in trunk along with more major graphics changes lat ocornut 2015-04-09 21:05:35 +0100
  • 500a8a0e02 ImDrawList: bits of renaming. ocornut 2015-04-09 21:00:45 +0100
  • 4fa3eee84e Renamed io.MetricsVertices to io.MetricsRenderVertices ocornut 2015-04-09 19:47:41 +0100
  • aa1a96f907 ImDrawList: inline AddVtx() calls for profit in highly debug builds ocornut 2015-04-09 18:34:31 +0100
  • 334fba2f56 Spacing ocornut 2015-04-09 17:33:17 +0100
  • 707df6c7b7 ImDrawList: internal refactoring toward a following commit for indexed rendering. ocornut 2015-04-09 17:32:03 +0100
  • 742808d835 Tweaks. ocornut 2015-04-09 17:24:09 +0100
  • 15f82e0deb Fix rounded frames to follow previous change ocornut 2015-04-09 17:20:57 +0100
  • aa2935968e Renamed AddArcFast() parameter 'tris' to 'filled' ocornut 2015-04-09 16:47:20 +0100
  • f38cca09cf Merge branch 'master' of https://github.com/ocornut/imgui ocornut 2015-04-09 16:45:21 +0100
  • 0fc1f5b17f Revert AddArcFast()->AddArc(), removed modulo from function 200d3482dc ocornut 2015-04-09 16:45:14 +0100
  • ae1166a783 Merge pull request #191 from Extrawurst/patch-2 omar 2015-04-09 15:59:43 +0100
  • 2bb6e31520 fix unused variable warning by clang Stephan Dilly 2015-04-09 16:50:54 +0200
  • 200d3482dc Renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API, and changed 2*PI range from 0..12 to 0..16 ocornut 2015-04-09 00:49:21 +0100
  • 71cfa264d7 Merge pull request #188 from Extrawurst/patch-1 omar 2015-04-08 22:58:34 +0100
  • 5ba77928ba fix initialising ints with float literals Stephan Dilly 2015-04-08 22:56:25 +0200
  • 13fab08cdb Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-08 20:37:18 +0100
  • b9dd7c65ab Update README.md omar 2015-04-07 20:09:59 +0100
  • 241ccb46d5 Update README.txt + screenshot ocornut 2015-04-07 19:55:32 +0100
  • 3c6257b8b9 Fixed IsRootWindowOrAnyChildFocused() crashing if no window has focus (introduced yesterday in c38c54af52) ocornut 2015-04-07 14:04:43 +0100
  • 6e99688fa7 Fixed user-facing version of IsItemHovered() ignoring overlapping windows ocornut 2015-04-07 14:03:17 +0100
  • 323ae8326e Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-04-07 13:51:01 +0100
  • d692286862 Added ShowMetricsWindow() ocornut 2015-04-07 13:42:35 +0100
  • 8211081c54 Added (not exposed) DisableHideTextAfterDoubleHash to disable ## processing. ocornut 2015-04-07 13:37:30 +0100
  • 33ef3992f7 Added IO.MetricsVertices counter ocornut 2015-04-07 13:36:11 +0100
  • d9ff617ff8 Examples: Formatting #187 ocornut 2015-04-07 12:56:52 +0100
  • 7c9739c67f Merge pull request #187 from heroboy/patch-1 omar 2015-04-07 12:55:12 +0100
  • e09e2cbd28 set pixel shader and vertex shader to NULL heroboy 2015-04-07 19:36:58 +0800
  • 6e4d3dac1a Examples: Fixed ShowExampleAppManipulatingWindowTitle() not doing the right thing, broken in ff35d24bcc ocornut 2015-04-07 11:54:53 +0100
  • a8a5ba9d1e Update README.txt omar 2015-04-07 11:15:18 +0100
  • 46769406dc Update README.txt omar 2015-04-07 10:59:49 +0100
  • c38c54af52 Clicking on void loses keyboard-focus so application can use TAB back ocornut 2015-04-06 11:25:07 +0100
  • fe64da6197 Allow SetWindowFocus(NULL) to remove focus ocornut 2015-04-06 11:19:31 +0100
  • 73e2d56acc Examples: OpenGL fixed-pipeline: added glBindTexture(0), via Anton M ocornut 2015-04-06 10:45:10 +0100
  • f5310a2f2d Comments ocornut 2015-04-04 19:03:39 +0100
  • 28a45877aa DragFloat() comment examples, not ready for prime-time #180 ocornut 2015-04-03 16:21:24 +0100
  • c93f34238e DragFloat() examples #180 ocornut 2015-04-03 15:18:12 +0100
  • 962aa4c396 DragFloat() double-clicking turns into an input box (along with Ctrl+clicking) #180 ocornut 2015-04-03 15:15:12 +0100
  • 916a8955ec DragFloat(): passing min>=max (e.g. 0.0f) for range makes the drag unbound #180, removed extra APIs ocornut 2015-04-03 15:13:59 +0100
  • 61d886e14b SliderFloat() removed support for unbound/infinite slider, inconsistent. Use InputFloat()/DragFloat() ocornut 2015-04-03 15:10:07 +0100
  • 4b7be31197 Fixed modifier key state setting in GLFW callbacks. Dale Kim 2015-04-03 09:01:48 -0500
  • aac99819d6 Selectable() render into AutoFitPadding but do not extend it, fixing small visual gap ocornut 2015-04-03 14:40:15 +0100
  • f3967f1183 Combo() adding frame padding inside the combo box. ocornut 2015-04-03 14:32:46 +0100
  • dc52938627 InputInt2(), InputInt3(), InputInt4(): fixed label vertical alignment ocornut 2015-04-03 14:22:00 +0100
  • f7e35ce120 ShowTestWindow() renamed sliders examples to say "slider" ocornut 2015-04-03 14:20:04 +0100
  • 1247ce251f Added DragFloat(), DragInt() work in progress #180 ocornut 2015-04-03 14:07:52 +0100
  • d25578efd8 Examples: initializing float + missing comment. ocornut 2015-04-03 12:11:41 +0100
  • 6aed651f77 ColorEdit4(): tweak code to be a little less ugly (still not a beauty contest winner..) ocornut 2015-04-03 11:49:02 +0100
  • 2d157d3af0 ColorEdit4(): hide components prefix if there's no space for them. ocornut 2015-04-03 11:25:44 +0100
  • e6792f84d4 Comments and organization of imgui.h ocornut 2015-04-03 10:22:18 +0100
  • 153db91917 Slider: don't call RenderText() on empty label. ocornut 2015-04-02 22:39:37 +0100
  • 74f2e53b3b Slider: fix in the unlikely case that style.GrabMinSize is larger than a slider. ocornut 2015-04-02 22:38:37 +0100
  • 31fd72bde1 Internal renaming ocornut 2015-04-02 21:21:35 +0100
  • 503b8c20de Delete font clear pointer in ImGui state to get a clear crasah instead of a dangling pointer. #181 ocornut 2015-04-02 17:48:22 +0100
  • b61b311772 Fixed Begin() returning true on collapsed windows that loaded settings #176 ocornut 2015-04-02 10:56:59 +0100
  • e03d2b2900 ImVec2/ImVec4 no-parameters constructs init to 0.0f. Saner. Couldn't measure perf differences in a simple stress test compiled in Debug mode ocornut 2015-04-01 15:56:58 +0100
  • fc1b0b090c Update README.md omar 2015-04-01 15:26:36 +0100
  • a4cf50affe Fix uninitialized fields - MouseCursor set by first call to NewFrame() ocornut 2015-04-01 15:08:42 +0100
  • c0699958ce Fix for Coverity static analysis ocornut 2015-04-01 15:05:06 +0100
  • 2f8ca3a4d8 Merge fd04b836a0 into eb3e640fa6 Anton Kochkov 2015-03-31 12:38:57 +0000
  • fd04b836a0 Fix the hardcoded type length Anton Kochkov 2015-03-31 15:37:36 +0300
  • eb3e640fa6 Fixed style.DisplaySafeAreaPadding handling from being applied on window that never were auto-fit ocornut 2015-03-31 00:41:15 +0100
  • 468fcd7b30 Fixed mouse wheel scrolling (broken 2 commits ago 9d16b85ed2) ocornut 2015-03-31 00:15:23 +0100
  • 6ba7a74191 AA branch: fix. ocornut 2015-03-30 23:57:29 +0100
  • bb385fabd4 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-03-30 23:55:40 +0100
  • 0a31531f44 Warning fix in demo code ocornut 2015-03-30 21:16:24 +0100
  • 9d16b85ed2 Caching current Font, FontSize into state for quicker/simpler access. ocornut 2015-03-29 19:45:03 +0100
  • e16f2e898a Version number 1.38 WIP ocornut 2015-03-29 10:09:14 +0100
  • 3abfb85613 Comments on font loading, fixed commented out paths and added DroidSans in the list ocornut 2015-03-28 11:48:42 +0000
  • ff35d24bcc Comments ocornut 2015-03-27 19:34:01 +0000
  • 4ee5a792ff Fixed new collapsed auto-resizing window with saved .ini settings not calculating their initial width #176 ocornut 2015-03-27 15:18:45 +0000
  • 26991bb2ec Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-03-26 22:09:35 +0000
  • 2e26196aba Selectable() fixed misuage of GetContentRegionMax().x v1.37 ocornut 2015-03-26 21:13:03 +0000
  • a1582874d3 Changed new ImDrawList::AddLine() half_thickness to hickness, just in time for release ocornut 2015-03-26 20:24:55 +0000
  • 729e524955 Version number 1.37 ocornut 2015-03-26 20:16:53 +0000
  • bcd85e7cd6 Auto contents size aware of enforced vertical scrollbar if window is large than display height. ocornut 2015-03-26 20:14:15 +0000
  • e1de4908f6 Removed bool return value from BegniPopup() at the moment, it is meaningless. Tidying up. ocornut 2015-03-26 19:18:06 +0000
  • 4b7818dfc2 Bounding box tests exclude higher bound, so touching items (zero spacing) don't report double hover when cursor is on edge ocornut 2015-03-26 19:05:47 +0000
  • c6112550eb Added Haddock in the (popup) Aquarium ocornut 2015-03-26 19:02:54 +0000
  • f5ba64d8cd Sorting of windows for render doesn't do 3 pass stupidly. Made code a little closer to what it should become with a layering system ocornut 2015-03-26 18:51:45 +0000
  • 93c9777165 Fix for using tooltips within popup #126 - will need to rewrite the sorting/layering system shortly. ocornut 2015-03-26 18:17:55 +0000
  • a3086f40fe Renamed internal RenderSortedWindows -> WindowsSortBuffer + cleanup popup closing code ocornut 2015-03-26 18:01:40 +0000
  • fc25d71f84 Refactored duplicated code into an inline function & made more readable ocornut 2015-03-26 17:45:11 +0000
  • a4dc775339 Fixed hovering bug introduced in ac2da570 when popup is inactive #126 ocornut 2015-03-26 17:35:52 +0000
  • 5fe4ae62cb Popup: clicking on empty space also close popup #126 ocornut 2015-03-26 17:24:05 +0000
  • ac2da570f5 When a popup window is open it inhibit hovering on other windows #126 ocornut 2015-03-26 17:17:42 +0000
  • de7552047b Simplified example ocornut 2015-03-26 17:11:14 +0000
  • 91f8eb7b92 Added early version of BeginPopup/EndPopup() #126 ocornut 2015-03-26 17:09:17 +0000
  • d3e8e15e41 Added popup demo code (commented out because I expect to make popup menu proper citizens by next version) ocornut 2015-03-26 16:45:44 +0000
  • 7e334013a0 Selectable(const char*, bool) version has bool defaulting to false ocornut 2015-03-26 16:42:46 +0000
  • 325e292427 Selectable(): not specifying a width default to using max of label width and remaining width ocornut 2015-03-26 16:41:52 +0000
  • 3268646180 Fixed clipping rectangle's own clipping #177 ocornut 2015-03-26 16:28:41 +0000
  • 743c815821 Renamed IsItemHoveredRectOnly -> IsItemHoveredRect (introduced after previous release) ocornut 2015-03-26 16:18:01 +0000