Commit Graph

8357 Commits

Author SHA1 Message Date
Sepehr Taghdisian 6d6ee4e1f1 revert back to original 2014-08-14 19:21:01 +04:30
ocornut f33eb89018 Fix tooltip data needlessly leaking into .ini file 2014-08-14 15:43:58 +01:00
Sepehr Taghdisian 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'
2014-08-14 18:59:08 +04:30
ocornut a8d3b045b7 Fix for doing multiple Begin()/End() during the same frame 2014-08-14 15:18:34 +01:00
ocornut a830037eab Default "local only" clipboard handler on non-Windows platforms 2014-08-14 15:03:10 +01:00
ocornut 309ff44579 Undo IsHovered > IsItemHovered, shorter name wins 2014-08-14 14:32:01 +01:00
ocornut f30d23a502 Tweaks, more consistent #define names 2014-08-14 14:31:13 +01:00
ocornut a905505cca Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered() 2014-08-14 12:43:30 +01:00
ocornut 46eee0cee4 Tidying up example applications so it looks easier to just grab code 2014-08-14 00:01:41 +01:00
ocornut 29863b55ef Fixed logarithmic sliders and HSV conversions on Mac/Linux
Tricky bug, I was calling abs() which resolve to abs(float) under
Windows with the include we have, but abs(int) under Mac/Linux
2014-08-13 23:25:42 +01:00
ocornut 530f103dfe Tweak MacOS X Makefile for likely scenario 2014-08-13 23:02:30 +01:00
ocornut 7a3e6aa38d Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE 2014-08-13 19:53:26 +01:00
ocornut cda3aecc6a Fixed combo box (bug introduced earlier today) + adding bit of vertical padding in combo. 2014-08-13 19:26:25 +01:00
ocornut b6d1d85d86 Fixed scissoring in OpenGL example 2014-08-13 19:12:50 +01:00
ocornut 9a426faf4f Added InputFloat2(), SliderFloat2() 2014-08-13 18:46:18 +01:00
omar b0d5600ffb Merge pull request #14 from Roflraging/constiteratorfix
Fix for gcc type qualifier warnings.
2014-08-13 18:40:18 +01:00
Dale Kim c52a54ef43 Fix for gcc type qualifier warnings.
With -Wall -Wextra -Werror, it is not possible to compile against
imgui.h due to const correctness violation in ImVector.
2014-08-13 11:57:37 -05:00
ocornut cc9d63b46a Fixed columns lines not being pixel aligned 2014-08-13 17:08:44 +01:00
omar d3ad5ce475 Update README.md 2014-08-13 13:23:37 +01:00
ocornut cb3d503941 OpenGL example now use the fixed function-pipeline. Code down by 120 lines. 2014-08-13 11:43:51 +01:00
ocornut ddc7f8b0b0 Simplified ImDrawList system (samples are 20 lines shorter) + merged title bar draw bar. 2014-08-13 11:34:08 +01:00
ocornut 57ac561ecb Minor warning fix + removed unused function parameter. 2014-08-12 20:05:10 +01:00
ocornut 2573ffb6fc Fixed warnings for more stringent compilation settings. Added various small helpers. 2014-08-12 19:57:46 +01:00
omar c938affcac Update README.md
Added References
2014-08-12 15:09:01 +01:00
ocornut a1e176fb07 Added Makefile for MacOS X (courtesy of djoshea) 2014-08-12 13:59:36 +01:00
ocornut 901e9890d4 Removed stray debug code 2014-08-12 13:55:43 +01:00
ocornut f4ee74b312 Renamed Makefile 2014-08-12 13:55:30 +01:00
omar 64e5c2f127 Merge pull request #11 from corpsmoderne/master
Add a quick and dirty makefile to build on linux
2014-08-12 13:53:06 +01:00
Marc Planard e2655d104e add a quick and dirty makefile to build on linux 2014-08-12 14:24:23 +02:00
ocornut 8825545653 Portability fixes to OpenGL example application (courtesy of djoshea) 2014-08-12 11:21:47 +01:00
ocornut 150ad95bd6 Missing assert + comments 2014-08-12 00:36:13 +01:00
ocornut ab8561e6fc Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor. 2014-08-12 00:04:13 +01:00
Omar C 2a1ba33263 Merge pull request #9 from mhristov/master
Checkbox & radio button improvements
2014-08-11 23:37:53 +01:00
ocornut 4fa623c43b Update README.md 2014-08-11 23:07:29 +01:00
ocornut 080eb69e68 Removed dependency on limits.h 2014-08-11 22:31:45 +01:00
Mirolyub Hristov 1b330f420e Checkboxes and radio buttons can be clicked on their labels as well as their icon 2014-08-11 21:43:48 +02:00
Mirolyub Hristov 28df6f39d9 Added ImGuiCol_CheckHovered to show hovered checkboxes and radio buttons 2014-08-11 21:35:27 +02:00
ocornut 98a000055e Tidying up example applications 2014-08-11 17:46:54 +01:00
Sepehr Taghdisian e3001fb986 project update 2014-08-11 20:43:24 +04:30
ocornut 4020ef7b58 Tidying up example applications 2014-08-11 16:17:59 +01:00
ocornut 86d2c9d232 Commented samples and shuffled bits of the initialisation based on user's feedback. 2014-08-11 15:02:33 +01:00
ocornut 8ab2942716 Added PixelCenterOffset for OpenGL/DirectX compatibility. 2014-08-11 14:51:22 +01:00
ocornut 680a5a9b54 Git ignore imgui.ini files 2014-08-11 14:46:04 +01:00
ocornut 900dd3bd0f Update README.md
Clarifying C++
Added item in todo list
2014-08-11 12:45:47 +01:00
ocornut 678f6d3a3d Missing includes for some platforms 2014-08-11 12:13:05 +01:00
ocornut 42419b59c0 Ignore list for Visual Studio output and temporaries 2014-08-11 11:10:50 +01:00
Omar C 38b02245fc Update README.md 2014-08-11 10:36:18 +01:00
Omar C 56bb993d63 Update README.md 2014-08-10 23:15:15 +01:00
Omar C 0031ca3d57 Update README.md 2014-08-10 23:14:00 +01:00
Omar C 02ebfa21bc Update README.md 2014-08-10 23:07:54 +01:00