This website requires JavaScript.
834085c90c
Examples: Updated to GLFW 3.1
ocornut
2015-03-14 10:00:11 +00:00
72855becab
Slider code syntax tweaks
ocornut
2015-03-14 09:36:15 +00:00
eff466d77d
Fixed parsing of decimal precision back from format string when using %%
ocornut
2015-03-13 13:38:58 +00:00
110d96034b
SliderFloat() fast-path when power=1.0f (no powf() calls) also makes code easier to read
ocornut
2015-03-13 13:28:30 +00:00
aaca73de15
Refactor SliderFloat() internals into a helper SliderFloatAsInputText() + some comments
ocornut
2015-03-13 13:23:03 +00:00
4d78c5c9ab
Comments and reduced ImGuiTextEditState.InitialText[] to 3 KB (assuming average use case of UTF-8 uses 3 bytes charracters)
ocornut
2015-03-13 13:15:01 +00:00
ceb4da2038
Comments
ocornut
2015-03-13 13:04:10 +00:00
55093ea8fe
Separator() logs itself as text
ocornut
2015-03-13 12:44:04 +00:00
153454a0fb
Example console keeps focus on input box at all times
ocornut
2015-03-13 12:28:23 +00:00
1c1a55f6b1
Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused()
ocornut
2015-03-13 12:25:43 +00:00
e2734d23ef
Child window don't take focus when they first appear (focus left to parent)
ocornut
2015-03-13 11:16:11 +00:00
0911526424
Added io.KeyAlt + support in examples apps
ocornut
2015-03-13 09:49:38 +00:00
58dc3f97c5
WIP marker in uppercase.. (#127 )
ocornut
2015-03-11 16:45:58 +00:00
5d1c381509
Update version number, added IMGUI_VERSION, ImGui::GetVersion() (#127 )
ocornut
2015-03-11 16:44:54 +00:00
4b1a18c2c9
Fixed more warnings from @bkaradzic
ocornut
2015-03-09 18:36:03 +00:00
dac9266f6f
Fixed warnings
ocornut
2015-03-09 18:26:48 +00:00
378eee490b
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-03-09 18:06:39 +00:00
d440a13b7e
Version number
ocornut
2015-03-09 17:30:22 +00:00
d5b7b8398f
Examples: reference implementations honors drawlist user callbacks.
ocornut
2015-03-09 15:26:58 +00:00
db5fc8a265
Examples: README direct the user to the opengl_example
ocornut
2015-03-09 15:09:24 +00:00
5879f3f5ac
Examples: OpenGL 2/3 examples cleanup to match DirectX9/11 structure.
ocornut
2015-03-09 15:02:22 +00:00
f9c833b4a5
Examples: DirectX9 example cleanup to match DirectX11 structure.
ocornut
2015-03-09 14:55:46 +00:00
66a5837ba8
Examples: DirectX11 example application handles window resizing.
ocornut
2015-03-09 14:51:10 +00:00
866fa95aaa
Examples: DirectX9 example application handle window resizing.
ocornut
2015-03-09 14:13:29 +00:00
25765e4bfc
Examples: Fixed readme file.
ocornut
2015-03-09 13:49:52 +00:00
b4165c43ff
Examples: Refactored directx11_example to be easier to copy & paste into user application.
ocornut
2015-03-09 13:45:23 +00:00
567184dc9f
Examples: Clang warning fix.
ocornut
2015-03-09 13:38:23 +00:00
3f86554457
Examples: Makefile fixes.
ocornut
2015-03-09 13:22:32 +00:00
2dd92e3eed
Examples: Clang/Linux warning fixes.
ocornut
2015-03-09 13:08:27 +00:00
a3f3793cb6
Examples: Tweaks.
ocornut
2015-03-09 13:05:18 +00:00
7397425097
Examples: Refactored directx9_example to be eaasier to copy & paste into user application.
ocornut
2015-03-09 13:03:46 +00:00
b87ec205a9
Examples: shallow tweaks to match upcoming other examples.
ocornut
2015-03-09 13:02:32 +00:00
b227b0f8cd
Examples: Rename globals again
ocornut
2015-03-09 12:16:29 +00:00
4f27bd6ed3
Examples: Moved gl3w to opengl3_example directory + fixed msvc project paths
ocornut
2015-03-09 12:11:24 +00:00
4da432bd7b
Examples: Makefile
ocornut
2015-03-09 12:03:09 +00:00
99ed567577
Examples: Rename global to be more consistent
ocornut
2015-03-09 12:02:34 +00:00
d829852391
Examples: Refactored opengl3_exapmle into a glfw specific file that can be copied and pasted
ocornut
2015-03-09 11:59:23 +00:00
545a57d253
Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted.
ocornut
2015-03-09 11:25:15 +00:00
91b4b8a0fc
InputText() handles buffer limit correctly for multi-byte UTF-8 characters (fix #158 )
ocornut
2015-03-08 20:21:19 +00:00
6cd3ed58ce
Fixed UTF-8 decoding errors leading into infnite loops (#158 )
ocornut
2015-03-08 17:55:56 +00:00
0eeb6228b9
Default clipboard handlers for Windows handle UTF-8 (the glfw ones already did that)
ocornut
2015-03-08 17:23:24 +00:00
6e12d31417
Scrollbar: moved from Begin() into its own Scrollbar() function + tidying up
ocornut
2015-03-08 16:37:03 +00:00
f021080851
Scrollbar: Clicking inside the grab box doesn't modify scroll. Subsequent movement always relative. (#150 ).
ocornut
2015-03-08 16:24:11 +00:00
32312e538e
Renamed style.ScrollBarWidth to style.ScrollbarWidth to be consistent with other casing.
ocornut
2015-03-08 15:03:55 +00:00
afc23a5617
Tidying up & Chinese glyph range includes missing punctuation.
ocornut
2015-03-08 13:28:44 +00:00
79ddddd910
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
2015-03-08 13:26:14 +00:00
830d9f4183
Merge pull request #157 from usagi/master
omar
2015-03-08 13:26:02 +00:00
c9bfd71e1a
Fix the Japanese glyph range; include Punctuations
Usagi Ito
2015-03-08 22:23:52 +09:00
a579d6f521
Scrollbar tidying up variable names
ocornut
2015-03-08 12:39:50 +00:00
d251204564
ShowTestWindow: fixed "undo" button of custom rendering applet + default size
ocornut
2015-03-08 12:09:57 +00:00
2af8e0238c
Added GetScrollPosY(), GetScrollMaxY() (mentioned in #150 )
ocornut
2015-03-08 12:04:38 +00:00
a5daea9408
Added style.GrabSizeMin
ocornut
2015-03-08 11:43:57 +00:00
849c72c5c3
Forward declare struct in imgui.cpp. Removed two forward declarations leaking in imgui.h
ocornut
2015-03-08 11:32:39 +00:00
ede45389f4
Scrollbar grab have a minimum size (mentioned in #150 )
ocornut
2015-03-08 11:24:02 +00:00
e843539aab
ShowTestWindow: example apps showing even if main window is collaposed.
ocornut
2015-03-08 10:38:13 +00:00
92c35e2772
Rename ImCrc32() -> ImHash()
ocornut
2015-03-07 23:53:03 +00:00
a691a245b7
GetID() doesn't need to account for empty IDStack
ocornut
2015-03-07 23:52:26 +00:00
62c900606d
Fixed .ini saving for windows using ### marker. FindWindowSettings() uses ID compares (#107 )
ocornut
2015-03-07 23:35:36 +00:00
f9473b807b
Fixed comments
ocornut
2015-03-07 22:49:16 +00:00
3c225bbf88
Fixed typo in comments
ocornut
2015-03-07 22:24:45 +00:00
45a35c24c8
ShowTestWindow(): Added "Manipulating Window Title" example.
ocornut
2015-03-07 22:20:34 +00:00
a8c58c7a35
Minor tweaks.
ocornut
2015-03-07 22:01:06 +00:00
fbbde3a7c0
Updated documentation, better FAQ on ids and usage of "##" and "###" (#107 )
ocornut
2015-03-07 21:54:46 +00:00
81a742bf54
Added "###" syntax to specify label that isn't part of the hashed ID (#107 )
ocornut
2015-03-07 21:53:33 +00:00
3cac434737
Minor FindTextDisplayEnd() optimisation
ocornut
2015-03-07 19:36:18 +00:00
e01500f046
Added comments on columns function; Added GetColumnIndex(), GetColumnsCount(), #154
ocornut
2015-03-07 12:18:01 +00:00
6db6c0c8c0
Collapse triangle uses text color (not border color)
ocornut
2015-03-07 00:35:47 +00:00
8dd3f854fe
AA branch: fixed columns separators.
ocornut
2015-03-07 00:32:52 +00:00
470a8499fe
AA branch: fixed input cursor.
ocornut
2015-03-07 00:28:10 +00:00
af1f41dc6a
AA branch: disabled border shadow by default.
ocornut
2015-03-07 00:26:53 +00:00
f5c2f8c60d
AA branch: fixed separators, borders, input cursor. - not really sure about this.
ocornut
2015-03-07 00:24:21 +00:00
cf1554ebb5
AA branch: fixed frame rounding clamping glitch.
ocornut
2015-03-07 00:06:48 +00:00
2b032004a9
AA branch: Fixed resize grip to scale better with non-default window rounding settings.
ocornut
2015-03-07 00:01:02 +00:00
d69df3065f
AA primitives: using a single vector for storage and accessing via raw pointers.
ocornut
2015-03-06 23:47:26 +00:00
8ca3dc8e41
Merge: First pass on AA rendered primitives from https://github.com/memononen/imgui
ocornut
2015-03-06 23:39:38 +00:00
1f272785f1
ShowTestWindow() minor tweak
ocornut
2015-03-06 22:43:42 +00:00
4ab2db73e5
Fixed ListBox() label not included in declared size (fix #151 ), fixed ListBoxHeader() incorrect handling of SkipItems, Added Exemple
ocornut
2015-03-06 22:40:21 +00:00
eaab61f08b
Fixed using IsItemHovered() after EndChild() (#151 )
ocornut
2015-03-06 22:05:01 +00:00
9c486ce4f4
Minor tidying up (more consistently using 'label_size' as a variable name)
ocornut
2015-03-06 21:58:12 +00:00
bf88d6a329
Minor tweak
ocornut
2015-03-06 21:52:48 +00:00
be9fe9489c
Examples: DirectX examples uses WM_KEYDOWN/WM_KEYUP
ocornut
2015-03-06 21:39:50 +00:00
315e9941f0
Update README.md
omar
2015-03-06 21:14:40 +00:00
e269125c3a
Windows: setup a default handler for ImeSetInputScreenPosFn so IME (Japanese/Chinese) inputs are positioned correctly.
ocornut
2015-03-06 21:11:14 +00:00
0ffd99d319
Font: fix for fallback character width.
ocornut
2015-03-06 19:17:20 +00:00
386cfada83
Examples: Windows examples don't link with imm32.lib by default.
ocornut
2015-03-06 18:19:21 +00:00
b361c44ef4
Handle double-width space (0x3000) in various places, for Japanese users.
ocornut
2015-03-06 17:51:25 +00:00
8691c5ca42
Version number + commented failing test case
ocornut
2015-03-03 15:52:56 +00:00
cfe6dac5a3
Fixed Combo() label not included in declared size (fix #149 , relate to #145 )
ocornut
2015-03-02 16:04:36 +00:00
f4458f7571
Version number
ocornut
2015-03-02 10:10:46 +00:00
0faf0e6948
FindWindowByName() comparing hashes.
ocornut
2015-03-02 10:04:35 +00:00
4cdcbbff8c
Merge pull request #148 from Roflraging/master
omar
2015-03-01 20:05:20 +00:00
85c71170af
Defined bool ImGui::GetWindowCollapsed().
Dale Kim
2015-02-28 14:47:59 -06:00
f18febca11
window->RootWindow persist across frames. Fix calling SetWindowFocus(const char* name) on a child window (last fix for #147 )
ocornut
2015-02-28 10:29:00 +00:00
4535644fcb
Clicking on empty space in a child window set keyboard focus on the child window and move parent to front (#147 )
ocornut
2015-02-28 10:25:04 +00:00
9b6fa29022
Clicking on a widget in a child window focus the parent window (#147 )
ocornut
2015-02-28 09:54:14 +00:00
b911f96a56
Examples: Speculative Makefile fix. I should get a Linux box instead on relying on Jenkins, this is pretty embarrassing.
ocornut
2015-02-27 11:19:50 +00:00
dc7cdb3025
Examples: Fix Makefile
ocornut
2015-02-27 11:07:23 +00:00
6fecf90e32
Unused variables fixes.
ocornut
2015-02-27 11:01:34 +00:00
5aaf0cd2dc
Examples: Fix OpenGL3 example Makefile
ocornut
2015-02-27 11:00:31 +00:00
3ed38f3313
Replaced dependency on glew (inc. prebuilt one for Windows) by gl3w in source form
ocornut
2015-02-27 10:53:17 +00:00