Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.33b
reaimgui
Browse files
Feb 23, 2015
Merge pull request #142 from Roflraging/master
· fd6d6692
Omar
authored
Feb 23, 2015
View commits for tag v1.33b
v1.33b
fd6d6692
Fix SetColumnOffset() subtracting a bool value instead of scrollbar width.
· 72d10d3b
Dale Kim
authored
Feb 23, 2015
72d10d3b
Feb 22, 2015
Merge branch 'master' of
https://github.com/ocornut/imgui
· 3f4924ee
Omar
authored
Feb 22, 2015
3f4924ee
Version number 1.33
· e022e5cf
Omar
authored
Feb 22, 2015
e022e5cf
Update README.md
· 99ceadbf
Omar
authored
Feb 22, 2015
99ceadbf
GetColumnOffset() / SetColumnOffset() fixes. (cf #125)
· cb3c1da7
Omar
authored
Feb 22, 2015
cb3c1da7
Tweaking Columns() examples.
· 18a9c799
Omar
authored
Feb 22, 2015
18a9c799
GetColumnOffset() / SetColumnOffset() takes account of window padding properly (cf. #125)
· 358d41ba
Omar
authored
Feb 22, 2015
358d41ba
Reworked Columns() examples.
· b9457a2c
Omar
authored
Feb 22, 2015
b9457a2c
Separator() within column correctly vertical offset all columns content (pointed out in #125)
· 5b59f228
Omar
authored
Feb 22, 2015
5b59f228
Removed extraneous (1,1) padding on child window (pointed out in #125)
· 2e9dea06
Omar
authored
Feb 22, 2015
2e9dea06
Merge branch 'master' of
https://github.com/ocornut/imgui
· 19079a58
Omar
authored
Feb 22, 2015
19079a58
Examples: DirectX examples applications all have a Console for debugging.
· 0d63e0ce
Omar
authored
Feb 22, 2015
0d63e0ce
Update README.me (fix #139)
· c0604639
Omar
authored
Feb 22, 2015
c0604639
Comments and changed ImVec2 parameters to const ImVec2&
· bab81318
Omar
authored
Feb 22, 2015
bab81318
Fix hovering of child window extending past their parent not taking account of...
· 4229b7e6
Omar
authored
Feb 22, 2015
4229b7e6
Feb 21, 2015
Comments
· 835a46ef
Omar
authored
Feb 21, 2015
835a46ef
Version number
· 00e281be
Omar
authored
Feb 21, 2015
00e281be
InputText: cursor/selection/undo stack persist when using other widgets and...
· 0a1e67a7
Omar
authored
Feb 21, 2015
0a1e67a7
InputText: minor tidying up.
· 242a52ab
Omar
authored
Feb 21, 2015
242a52ab
Comments
· 2f9ef13b
Omar
authored
Feb 21, 2015
2f9ef13b
Having a InputText() active doesn't steal mouse inputs (relate to #134)
· 185744e6
Omar
authored
Feb 21, 2015
185744e6
Clearing ImGuiState, may switch back to memset(0) but that would put a...
· 87a3522e
Omar
authored
Feb 21, 2015
87a3522e
BeginChild() return a bool analoguous to Begin(). if true you can skip submitting content.
· 4deeaea9
Omar
authored
Feb 21, 2015
4deeaea9
Columns: doesn't incorrectly bail out when SkipItems is set (fix #136)
· 8f75cffc
Omar
authored
Feb 21, 2015
8f75cffc
BeginChild() variant goes after the main one
· 0e159aa2
Omar
authored
Feb 21, 2015
0e159aa2
Child window explicitly inherit collapse state from parent.
· 2ae0e667
Omar
authored
Feb 21, 2015
2ae0e667
Feb 18, 2015
Merge branch 'master' of
https://github.com/ocornut/imgui
· 364d4a1a
Omar
authored
Feb 18, 2015
364d4a1a
Added IsAnyItemActive()
· f2752584
Omar
authored
Feb 18, 2015
f2752584
Update README.md
· a0e93f41
Omar
authored
Feb 18, 2015
a0e93f41
Feb 15, 2015
ImGuiTextFilter() can take a default filter string
· c1f20f03
Omar
authored
Feb 15, 2015
c1f20f03
Feb 13, 2015
Sliders: value is clipped inside the frame when resizing sliders to be small.
· d58ded3a
Omar
authored
Feb 13, 2015
d58ded3a
InputText: size for allowed input size smaller than necessary by 1 byte.
· 9542f521
Omar
authored
Feb 13, 2015
9542f521
Fix ImFont::BuildLookupTable() potential dangling pointer dereference (fix #131)
· 1eef8696
Omar
authored
Feb 13, 2015
1eef8696
Feb 12, 2015
ImGuITextFilter::Draw() use regular width call.
· 941ef993
Omar
authored
Feb 12, 2015
941ef993
Feb 11, 2015
Version number + comment
· dbdbaec3
Omar
authored
Feb 11, 2015
dbdbaec3
Calculate frame-rate for the user, as a purely luxurious feature
· cb0a4db0
Omar
authored
Feb 11, 2015
cb0a4db0
Minor formatting tweaks, comments
· d65e051a
Omar
authored
Feb 11, 2015
d65e051a
Added ImGuiInputTextFlags_CharsNoBlank stock filter. Tweak examples.
· a5976646
Omar
authored
Feb 11, 2015
a5976646
ImGuiInputTextFlags_CallbackCharFilter can return 1 to filter character
· 2df47359
Omar
authored
Feb 11, 2015
2df47359
Loading