c569676a7b
ImVector: Added a const
omar2017-08-17 11:37:07 +08:00
0be4f66d89
ImFontAtlas: Shuffling some code inside Build() to make upcoming diffs less confusing (nb: we might break compat with forks of Build() like #618)
omar2017-08-16 18:56:26 +08:00
fd9460a087
added missing IMGUI_API to ImGuiTextFilter methods implemented in imgui.cpp
Viktor KirilovandGitHub2017-08-16 17:52:11 +03:00
68bf5ecbc1
Marked the weird IMGUI_ONCE_UPON_A_FRAME helper macro as obsolete. prefer using the more explicit ImGuiOnceUponAFrame. Removed the broken __LINE__ from IMGUI_ONCE_UPON_A_FRAME
omar2017-08-16 17:51:44 +08:00
a85a14370b
OpenPopupEx() internal tweaks to receive an ImGuiID, BeginPopupContextXXX shortening unnecessarily long identifier.
omar2017-08-16 15:47:10 +08:00
a9915681eb
PushID()/PopID() to not need to mark parent window as Accessed (needlessly waking up the root "Debug" window) (#747)
omar2017-08-16 14:37:54 +08:00
5ea1865fdb
(api breaking) changed parameter order for BeginPopupContextWindow(), note that most uses relied on default parameters completely.
omar2017-08-16 14:24:41 +08:00
c26b29b254
Style: Moving code in a function to make incoming diff easier to parse.
omar2017-08-14 15:14:46 +08:00
2b7fe73a08
Window size can be loaded from .ini data even if ImGuiWindowFlags_NoResize flag is set (#1048, #1056)
omar2017-08-14 13:27:19 +08:00
c1e1e015c4
Style: Tweaked default border (which is off by default) to be less noticeable (#707, #1019)
omar2017-08-14 13:07:55 +08:00
97fccbdb73
Demo: Fixed conflicting id introduced in be9628494a . Added tooltip.
omar2017-08-14 13:05:03 +08:00
648f75b245
Style: renamed ImGuiCol_Columns_*** to ImGuiCol_Separator_*** (BREAKING), Separator() uses this color as well. (#707, #1019)
omar2017-08-14 13:04:32 +08:00
6a4064e5f2
PathArcToFast: Minor renaming for clarification. Comments.
omar2017-08-14 12:25:35 +08:00
8c61a4eb4c
Fonts: Adding references to the fact that .OTF fonts are supported (but haven't renamed the entry points)
omar2017-08-14 11:29:54 +08:00
8352d43a0c
Fix broken ImGuiColorEditFlags_NoAlpha flag check
LuK13372017-08-11 22:52:33 +02:00
908b025c3c
Fixed (unlikely) Ini saving crash if the ImGuiWindowFlags_NoSavedSettings gets removed from a window after its creation (#1000) + minor FAQ tweaks
omar2017-08-12 01:23:39 +08:00
73f9c9d80c
Merge branch 'master' into navigation
omar2017-08-11 13:44:25 +08:00
7e452ec737
Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar2017-08-11 13:36:28 +08:00
53d1b1e929
ColorPicker: Fixes for when ImGuiColorEditFlags_NoOptions flag is set: always read a default picker type + forward flag to sub ColorEdit widgets. (#346)
omar2017-08-10 10:25:50 +08:00
fed18d3203
Removed old ValueColor() helpers. (#346)
omar2017-08-09 23:04:26 +08:00
fc5ab0cb8d
RenderCheckMark() tidying up
omar2017-08-09 22:56:01 +08:00
942cb0e1f2
Added SetColorEditOptions(). ColorPicker4: context menu to select picker type and alpha bar. Reorganized flags (again!). (#346)
omar2017-08-08 15:54:20 +08:00
d952a8d3bf
Demo: Color widget demo tweaks (#346)
omar2017-08-08 14:49:45 +08:00
a4012fd5b2
Merge branch 'master' into 2016-02-colorpicker
omar2017-08-08 11:30:10 +08:00
23fae61109
Merge branch 'master' into 2016-07-navigation
omar2017-08-08 11:29:54 +08:00
b5ad88627d
Merge various documentation tweaks, comments, todos from the Navigation Branch to reduce drift a little
omar2017-08-08 11:27:48 +08:00
f4c0134f9f
Moved ColorEdit, ColorPicker declaration in their own section of imgui.h, minor comments adjustment (#346)
omar2017-08-06 18:08:58 +08:00
cdea8ca94f
Demo: Comment about 'static' and some tweaks (#1267)
omar2017-08-06 11:07:52 +08:00
46c73cccff
Popups window can be moved (if they don't have explicit positions provided by user, or e.g. sub-menu popup) (#1252)
omar2017-08-05 19:47:52 +08:00
d762f1dbfb
Comments, clarification about io.WantCaptureMouse, io.WantCaptureKeyboard flags timing and NewFrame(). (#1262)
omar2017-08-05 19:15:03 +08:00
95f2706d1c
Clipboard: [windows] Fixed not closing win32 clipboard on early return. (#1264)
omar2017-08-05 16:05:48 +08:00
40ac84d701
DataTypeApplyOpFromText: renamed local variables + comments to avoid confusion about the fact that int and float paths are not totally symetrical. (#671)
omar2017-08-03 16:41:29 +08:00
f6460970c5
ColorPicker: Hue wheel + SV triangle picker mode (mode selection flags still wip, missing context menu and persistent options). (#346)
omar2017-07-31 21:20:42 +08:00