2016-03-29
@ocornut
Examples: Links
ocornut committed on 29 Mar 2016
2016-03-27
@omar
Update README.md
omar committed on 27 Mar 2016
@omar
Update README.md
omar committed on 27 Mar 2016
@ocornut
Comments and moved EndFrame() for imgui_internal.h (for clarity? or extra confusion?)
ocornut committed on 27 Mar 2016
2016-03-26
@omar
Merge pull request #563 from mneumann/fix_dragonfly ...
omar committed on 26 Mar 2016
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
2016-03-25
@ocornut
Combo: display popup above if there's isn't enough space below / or select largest side (#505)
ocornut committed on 25 Mar 2016
@ocornut
Combo: Right-most button stays highlight when popup is open.
ocornut committed on 25 Mar 2016
@ocornut
Merge branch 'brushfiregames-master'
ocornut committed on 25 Mar 2016
@ocornut
Examples: SDL: Made ImGui_ImplSdlGL3_NewFrame() signature match GL2 one
ocornut committed on 25 Mar 2016
@ocornut
Examples: SDL: Minor fixes to follow syntax of other examples (#495)
ocornut committed on 25 Mar 2016
@Nick Gravelyn
Applying same fix to OpenGL 3 example. Fixing spaces/tabs.
Nick Gravelyn authored on 20 Jan 2016 ocornut committed on 25 Mar 2016
@Nick Gravelyn
Automatically updating DisplayFrameBufferScale by reading the OpenGL drawable size and comparing with the window size. This fixed dear imgui which was rendering only to 1/4 of my window.
Nick Gravelyn authored on 20 Jan 2016 ocornut committed on 25 Mar 2016
@ocornut
DragFloat(), SliderFloat(), InputFloat(): fixed cases of erroneously returning true repeatedly after a text input modification (#564)
ocornut committed on 25 Mar 2016
2016-03-24
@Michael Neumann
Fix compilation on DragonFly BSD
Michael Neumann committed on 24 Mar 2016
@ocornut
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475)
ocornut committed on 24 Mar 2016
@ocornut
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
ocornut committed on 24 Mar 2016
2016-03-22
@ocornut
Metrics: inspect individual triangles in drawcall
ocornut committed on 22 Mar 2016
@ocornut
ImDrawList: Added AddTriangle() function
ocornut committed on 22 Mar 2016
2016-03-21
@ocornut
Comments
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: Allow AddText(ImFont* font, float font_size, ...) to take NULL/0.0f as default
ocornut committed on 21 Mar 2016
@ocornut
Added GetFontTexUvWhitePixel() helper.
ocornut committed on 21 Mar 2016
@ocornut
Renamed GetWindowFont()->GetFont(), GetWindowFontSize()->GetFontSize() (related to #340)
ocornut committed on 21 Mar 2016
@ocornut
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddCircle() takes optional thickness parameter
ocornut committed on 21 Mar 2016
@omar
Merge pull request #555 from DMartinek/patch-1 ...
omar committed on 21 Mar 2016
@ocornut
Merge branch 'kylawl-master'
ocornut committed on 21 Mar 2016
@ocornut
Merge branch 'master' of https://github.com/kylawl/imgui into kylawl-master
ocornut committed on 21 Mar 2016