Commit Graph

  • f33eb89018 Fix tooltip data needlessly leaking into .ini file ocornut 2014-08-14 15:43:58 +0100
  • e9b0a61f48 :w a A A A A A A B B B B B B B B B B D D merged with upste Merge remote-tracking branch 'upstream/master' Sepehr Taghdisian 2014-08-14 18:59:08 +0430
  • a8d3b045b7 Fix for doing multiple Begin()/End() during the same frame v1.05 ocornut 2014-08-14 15:18:34 +0100
  • a830037eab Default "local only" clipboard handler on non-Windows platforms ocornut 2014-08-14 15:03:10 +0100
  • 309ff44579 Undo IsHovered > IsItemHovered, shorter name wins ocornut 2014-08-14 14:32:01 +0100
  • f30d23a502 Tweaks, more consistent #define names ocornut 2014-08-14 14:31:13 +0100
  • a905505cca Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered() ocornut 2014-08-14 12:43:30 +0100
  • 46eee0cee4 Tidying up example applications so it looks easier to just grab code ocornut 2014-08-14 00:01:41 +0100
  • 29863b55ef Fixed logarithmic sliders and HSV conversions on Mac/Linux ocornut 2014-08-13 23:25:42 +0100
  • 530f103dfe Tweak MacOS X Makefile for likely scenario ocornut 2014-08-12 23:57:14 +0100
  • 7a3e6aa38d Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE ocornut 2014-08-13 19:53:26 +0100
  • 3911c977e9 Merge eaef343d01 into cda3aecc6a Dale Kim 2014-08-13 18:26:34 +0000
  • cda3aecc6a Fixed combo box (bug introduced earlier today) + adding bit of vertical padding in combo. v1.04 ocornut 2014-08-13 19:26:25 +0100
  • b6d1d85d86 Fixed scissoring in OpenGL example ocornut 2014-08-13 19:12:50 +0100
  • eaef343d01 Fix unchecked access to command buffer. Dale Kim 2014-08-13 13:09:11 -0500
  • 9a426faf4f Added InputFloat2(), SliderFloat2() ocornut 2014-08-13 18:38:24 +0100
  • b0d5600ffb Merge pull request #14 from Roflraging/constiteratorfix omar 2014-08-13 18:40:18 +0100
  • c52a54ef43 Fix for gcc type qualifier warnings. Dale Kim 2014-08-13 11:57:37 -0500
  • cc9d63b46a Fixed columns lines not being pixel aligned ocornut 2014-08-13 17:07:57 +0100
  • d3ad5ce475 Update README.md omar 2014-08-13 13:23:37 +0100
  • abd60ff8ec Merge 5ca4a9aa3c into cb3d503941 Patrick O'Leary 2014-08-13 10:46:11 +0000
  • cb3d503941 OpenGL example now use the fixed function-pipeline. Code down by 120 lines. v1.03 ocornut 2014-08-13 11:43:51 +0100
  • ddc7f8b0b0 Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar. ocornut 2014-08-13 11:34:08 +0100
  • 5ca4a9aa3c README: try to clarify purpose of library Patrick O'Leary 2014-08-12 22:26:46 -0500
  • 57ac561ecb Minor warning fix + removed unused function parameter. ocornut 2014-08-12 20:05:10 +0100
  • 2573ffb6fc Fixed warnings for more stringent compilation settings. Added various small helpers. ocornut 2014-08-12 19:57:46 +0100
  • c938affcac Update README.md omar 2014-08-12 15:09:01 +0100
  • a1e176fb07 Added Makefile for MacOS X (courtesy of djoshea) ocornut 2014-08-12 13:59:36 +0100
  • 901e9890d4 Removed stray debug code ocornut 2014-08-12 13:55:43 +0100
  • f4ee74b312 Renamed Makefile ocornut 2014-08-12 13:55:30 +0100
  • 64e5c2f127 Merge pull request #11 from corpsmoderne/master omar 2014-08-12 13:53:06 +0100
  • e2655d104e add a quick and dirty makefile to build on linux Marc Planard 2014-08-12 14:24:23 +0200
  • 8825545653 Portability fixes to OpenGL example application (courtesy of djoshea) v1.02 ocornut 2014-08-12 11:21:47 +0100
  • 096791d502 Merge d7b8d9f6d8 into 150ad95bd6 Dan O'Shea 2014-08-12 00:58:10 +0000
  • d7b8d9f6d8 Adding MacOS build instructions to README.md Dan O'Shea 2014-08-11 17:52:26 -0700
  • ac7474e36b OpenGL context 3.2 for MacOS Dan O'Shea 2014-08-11 17:51:49 -0700
  • e1bb27a385 Adding Makefile for MacOS Dan O'Shea 2014-08-11 17:51:27 -0700
  • 150ad95bd6 Missing assert + comments ocornut 2014-08-12 00:36:13 +0100
  • ab8561e6fc Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor. ocornut 2014-08-12 00:04:13 +0100
  • 2a1ba33263 Merge pull request #9 from mhristov/master Omar C 2014-08-11 23:37:53 +0100
  • 4fa623c43b Update README.md ocornut 2014-08-11 23:07:29 +0100
  • 080eb69e68 Removed dependency on limits.h ocornut 2014-08-11 22:31:45 +0100
  • 1b330f420e Checkboxes and radio buttons can be clicked on their labels as well as their icon Mirolyub Hristov 2014-08-11 21:43:48 +0200
  • 28df6f39d9 Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons Mirolyub Hristov 2014-08-11 21:35:27 +0200
  • 98a000055e Tidying up example applications ocornut 2014-08-11 17:46:54 +0100
  • e3001fb986 project update Sepehr Taghdisian 2014-08-11 20:43:24 +0430
  • 4020ef7b58 Tidying up example applications ocornut 2014-08-11 16:17:59 +0100
  • 86d2c9d232 Commented samples and shuffled bits of the initialisation based on user's feedback. v1.01 ocornut 2014-08-11 15:02:33 +0100
  • 8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility. ocornut 2014-08-11 14:51:22 +0100
  • 680a5a9b54 Git ignore imgui.ini files ocornut 2014-08-11 14:46:04 +0100
  • 58894943d0 Merge c977c68095 into 900dd3bd0f SimDietrich 2014-08-11 11:57:33 +0000
  • 900dd3bd0f Update README.md ocornut 2014-08-11 12:45:47 +0100
  • 678f6d3a3d Missing includes for some platforms ocornut 2014-08-11 12:13:05 +0100
  • 42419b59c0 Ignore list for Visual Studio output and temporaries ocornut 2014-08-11 11:10:50 +0100
  • 38b02245fc Update README.md v1.00 Omar C 2014-08-11 10:36:18 +0100
  • c977c68095 Merge branch 'master' of https://github.com/SimDietrich/imgui Sim Dietrich 2014-08-10 20:49:20 -0700
  • 5e9ecdb2d0 Fix 0.5 pixel offset, only needed for d3d <= 9. Defaults to 0.0f, which is correct for d3d10+ and ogl Sim Dietrich 2014-08-10 20:42:32 -0700
  • a541bffef0 Merge branch 'master' of https://github.com/SimDietrich/imgui Sim Dietrich 2014-08-10 20:42:32 -0700
  • a238a1dcc0 Fix 0.5 pixel offset, only needed for d3d <= 9 Sim Dietrich 2014-08-10 19:47:14 -0700
  • f9a19f243a Fix 0.5 pixel offset, only needed for d3d <= 9 Sim Dietrich 2014-08-10 19:47:14 -0700
  • 56bb993d63 Update README.md Omar C 2014-08-10 23:15:15 +0100
  • 0031ca3d57 Update README.md Omar C 2014-08-10 23:14:00 +0100
  • 02ebfa21bc Update README.md Omar C 2014-08-10 23:07:54 +0100
  • 33435a4112 Screeenshots for web ocornut 2014-08-10 23:05:17 +0100
  • 5fd640415b Update README.md Omar C 2014-08-10 22:50:15 +0100
  • 97a29e4903 Screenshots for web ocornut 2014-08-10 22:16:04 +0100
  • 26f54c7364 Added OpenGL and DirectX9 example applications ocornut 2014-08-10 22:02:33 +0100
  • dbd777232a Initial release ocornut 2014-08-10 21:58:11 +0100
  • 0fadcb49ef Update README.md Omar C 2014-07-21 15:30:22 +0100
  • fa1e09ec80 Initial commit Omar C 2014-07-21 15:29:48 +0100