Commit Graph

  • 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
  • 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
  • 8b7668d24f Avoid negative clipping rectangle when collapsing windows, ImDrawList could still submit data #177 ocornut 2015-03-26 16:03:30 +0000
  • b04ee7e040 Added a more convenient three parameters version of Begin() which Flags more accessible. ocornut 2015-03-23 22:50:17 +0000
  • 9d4ba2e27d Using SetNextWindowSize() in examples to encourage its use ocornut 2015-03-23 22:45:05 +0000
  • c9430bb807 Fixed new windows auto-fitting bigger than their .ini saved size ocornut 2015-03-22 17:22:39 +0000
  • e176a8b93f OCD normalising function comments not ending with a comma ocornut 2015-03-22 16:26:48 +0000
  • b578e86971 Fixed SetWindowPos/SetNextWindowPos affectiving size computation (#175) ocornut 2015-03-22 16:08:42 +0000
  • 5737a79c8d Fixed new window from having an incorrect content size on their first frame (#175) ocornut 2015-03-22 15:58:44 +0000
  • 7e8f1f1062 Collapsed windows run initial auto-fit to resize the title bar #175 ocornut 2015-03-22 15:34:41 +0000
  • ed94edfd8e Examples: Terser code + added commented out glUseProgram(0( suggestion in OpenGL2 sample. ocornut 2015-03-22 14:14:23 +0000
  • 136dbdfd95 Merge pull request #174 from adamdmoss/glfwcursor omar 2015-03-22 14:10:27 +0000
  • c1766c95ed OpenGL/GLFW: hide system cursor if imgui is soft-rendering cursor Adam D. Moss 2015-03-22 13:49:36 +0000
  • efd927e300 ShowTestWindow: missing TreePop() call in Mouse Cursor section. ocornut 2015-03-22 00:00:49 +0000
  • fde991fbbb Update README.md omar 2015-03-21 23:56:23 +0000
  • dec73a8a8a Update README.md - demo binaries omar 2015-03-21 23:51:57 +0000
  • 99314dad73 Updated FAQ ocornut 2015-03-21 23:14:21 +0000
  • 072c57b0ca Setting io.LogFilename to NULL disable default LogToFile() (part of #175) ocornut 2015-03-21 19:30:46 +0000
  • 85f432dc8d Commented standard library include with the functions we use. Using ImFormatString in place of sprintf (part of #172) ocornut 2015-03-21 19:27:29 +0000
  • 7c8946b9b7 Hovering a column set the resize <> mouse cursor #155 ocornut 2015-03-21 17:48:03 +0000
  • b024ff85f7 Fixed comment ocornut 2015-03-21 15:15:16 +0000
  • dee2790133 Mouse cursor offset tweak #155 ocornut 2015-03-21 15:12:47 +0000
  • 9363e6c154 Prepacking mouse cursors to save on source code size, generally simpler #155 ocornut 2015-03-21 15:09:01 +0000
  • 810fcd8bcb Added mouse cursor types handling + embed mouse cursor data #155 ocornut 2015-03-21 13:59:19 +0000
  • ff1040a38d Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-03-21 10:55:31 +0000
  • 7f49ac0407 Disabled -Wmissing-noreturn warning for Clang a bit reluctantly - will put back when removing GetDefaultFontData() #173 ocornut 2015-03-21 10:14:10 +0000
  • bae32567c3 Fixed unused parameter warning with empty IME handler #173 ocornut 2015-03-21 10:04:10 +0000
  • 8f90238e53 Fixed IMGUI_DISABLE_TEST_WINDOWS #169 ocornut 2015-03-21 10:03:03 +0000
  • d77082af00 Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives ocornut 2015-03-21 00:54:31 +0000
  • 92a22ab35f Shutdown() freeing a few extra vectors so they don't have to freed by destruction #169 ocornut 2015-03-21 00:41:34 +0000
  • c0eab2a164 Moved draw list for io.MouseDrawCursor to state (#169) ocornut 2015-03-21 00:22:36 +0000
  • c18a409a97 Auto-filling child window feed their content size to parent - hopefully fix more problem than it causes? #170 ocornut 2015-03-20 23:34:03 +0000
  • f32d92f842 Merge branch 'mmozeiko-allow-to-disable-test-window' ocornut 2015-03-20 22:53:06 +0000
  • 6699ccfd1f Tweaked IMGUI_DISABLE_TEST_WINDOWS so it doesn't show in ImGui.h ocornut 2015-03-20 22:52:32 +0000
  • 5600ef9701 Merge branch 'allow-to-disable-test-window' of https://github.com/mmozeiko/imgui into mmozeiko-allow-to-disable-test-window ocornut 2015-03-20 22:50:07 +0000