omar
|
52334ad8df
|
Internals: Minor ordering/comments of ImGuiWindowTempData.
|
2020-01-13 15:04:28 +01:00 |
|
omar
|
f56962cb9a
|
ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x' + both with/without alpha when available.
|
2020-01-13 14:09:42 +01:00 |
|
omar
|
ff5299e0e0
|
Docs: FAQ, Comments.
|
2020-01-12 22:09:18 +01:00 |
|
omar
|
4b3c5ff5f1
|
Comments + minor moving
|
2020-01-11 16:08:17 +01:00 |
|
Rokas Kupstys
|
f03c00bc89
|
Added imgui_single_file.h, We use this to validate compiling all *.cpp in same compilation unit.
Removed Unity builds stuff from example_null/. CI builds a temporary .cpp file.
|
2020-01-10 19:04:35 +01:00 |
|
Rokas Kupstys
|
97a8dc6514
|
CI: Added PVS-Studio static analysis on the continuous-integration server.
|
2020-01-10 16:58:39 +01:00 |
|
Rokas Kupstys
|
ae1e3619f6
|
Disable some PVS studio warnings.
V1048: While they are technically correct we want to emphasize assigned values must remain same.
|
2020-01-10 15:20:08 +01:00 |
|
omar
|
4ee7aa72e9
|
ButtonBehavior: Default assignment of pressed behavior now also test for ImGuiButtonFlags_PressedOnDragDropHold which wasn't the case before.
|
2020-01-10 14:35:03 +01:00 |
|
omar
|
1eb71fc72b
|
ButtonBehavior: Added ImGuiButtonFlags_PressedOnClickReleaseAnywhere behavior (#2971)
Rearranged flags. Added tests in 'widgets_button_press'
|
2020-01-10 14:34:15 +01:00 |
|
Rokas Kupstys
|
00c515f51a
|
Add glbinding build sample to Makefiles of GL3 examples. (#2870)
|
2020-01-09 16:26:42 +01:00 |
|
omar
|
f9630e60c5
|
Metrics: Fix not being able to expand "ParentWindow" when parent window is same as root window.
|
2020-01-07 21:32:00 +01:00 |
|
omar
|
1db78b8ca7
|
Renaming + missing initialization + missing Changelog update.
|
2020-01-07 21:26:16 +01:00 |
|
Rokas Kupstys
|
32c33c6659
|
ColorEdit: Preserve last saturation value when V=0. Disable Hue editing lock.
This workaround is no longer necessary because preserving hue value prevents it from resetting when it is edited in said condition.
|
2020-01-07 21:26:15 +01:00 |
|
Rokas Kupstys
|
5e2329b98e
|
Backends: GL3: Implement glbinding opengl loader support. (#2870)
|
2020-01-07 21:06:37 +01:00 |
|
Rokas Kupstys
|
e254167afd
|
ColorEdit: Fix label alignment when using ImGuiColorEditFlags_NoInputs. (#2955)
|
2020-01-06 16:26:14 +01:00 |
|
omar
|
d581939387
|
Removed trailing spaces.
|
2020-01-06 15:24:16 +01:00 |
|
omar
|
22d7f26e06
|
Tweak wording
Remove Patreon
|
2020-01-06 12:55:01 +01:00 |
|
omar
|
0dd02dd90d
|
Happy new year!
Comments, Replaced pictures, Removed Patreon
|
2020-01-06 12:41:37 +01:00 |
|
Zlatan Vasović
|
2b10e06555
|
Fix a typo
|
2020-01-04 17:29:51 +01:00 |
|
omar
|
dc66f83db8
|
Additional duplicated comments about usage of std::string and input text resize callback (#2006, #1443, #1008)
|
2019-12-25 17:46:35 +01:00 |
|
omar
|
854fc08194
|
Amend f70204f2 to facilitate merges.
|
2019-12-20 16:34:07 +01:00 |
|
omar
|
061650bd2a
|
Update Readme
|
2019-12-19 22:14:28 +01:00 |
|
omar
|
f70204f2f4
|
Minor bits, placeholder aimed at facilitating merging of Tables branch into Docking
|
2019-12-19 16:53:44 +01:00 |
|
omar
|
e01fb5462d
|
Internals: Separator: Simplify duplicated code.
|
2019-12-18 18:26:28 +01:00 |
|
omar
|
a610f1da52
|
Bezier Tweaks, fixed parameter order of 3831d50
|
2019-12-17 16:43:05 +01:00 |
|
Rokas Kupstys
|
3831d50ab9
|
Add ImBezierClosestPoint() function which returns a point on bezier curve which is closed to a specified point.
|
2019-12-17 16:22:02 +01:00 |
|
omar
|
0f7105e156
|
Backends: SDL: Wayland: Use SDL_GetMouseState (amend 78ff147 ) (#2800, 2802)
|
2019-12-17 14:35:45 +01:00 |
|
NeroBurner-tux
|
78ff147181
|
SDL: On wayland use SDL_GetMouseState (#2802)
When the SDL Video backend is set to wayland the function
`SDL_GetGlobalMouseState` does not work. Most probably a security measure
for programs to not grab everything the user does
https://wiki.libsdl.org/SDL_GetGlobalMouseState
using SDL_GetMouseState https://wiki.libsdl.org/SDL_GetMouseState works
on wayland
|
2019-12-17 14:33:36 +01:00 |
|
omar
|
9d444062f9
|
Limiting Columns()/BeginColumns() api to 64 columns (#125)
While the current code technically supports it, future code may not so we're putting the restriction ahead.
|
2019-12-17 13:25:46 +01:00 |
|
omar
|
10fdc03a46
|
Clarification about Im helpers + moving GetColorXXX functions outside of that block.
|
2019-12-17 13:19:36 +01:00 |
|
omar
|
3a800f2dc9
|
DragFloat: Mention usage of FLT_MAX, INT_MAX etc. explicitly. (#2931)
|
2019-12-13 11:56:51 +01:00 |
|
omar
|
43bd80a40d
|
Internals: Breaking: ImRect() default constructor initializes all fields with 0.0f
Instead of (FLT_MAX,FLT_MAX,-FLT_MAX,-FLT_MAX). Previous behavior was designed for adding into a bounding box but rarely relied on and not worth it.
|
2019-12-13 11:56:00 +01:00 |
|
omar
|
6fdde67be2
|
Documentation, FAQ, todo tweaks
|
2019-12-10 13:37:29 +01:00 |
|
Ben Carter
|
0e74103659
|
ImDrawList: Add AddNgon(), AddNgonFilled() API.
|
2019-12-09 11:23:06 +01:00 |
|
omar
|
f9c26d23de
|
Removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017).
Comments
|
2019-12-08 16:38:27 +01:00 |
|
omar
|
e42c1e1668
|
Exposed IMGUI_DEBUG_PARANOID in imconfig.h + using a #define with no value to match other uses in imconfig.h
|
2019-12-08 16:12:44 +01:00 |
|
Ben Carter
|
697f15e339
|
Added PrimUnreserve() API. Obsoleted calling ImDrawList::PrimReserve() with a negative count.
|
2019-12-08 16:06:32 +01:00 |
|
omar
|
e4a59d0025
|
TabItem: honor ImGuiTabItemFlags_NoCloseButton passed as parameter (although undocumented and part of private api) (#2923)
|
2019-12-07 16:22:07 +01:00 |
|
omar
|
f656e7775e
|
Inputs: Added ImGuiMouseButton enum for convenience (e.g. ImGuiMouseButton_Right=1).
We forever guarantee that the existing value will not changes so existing code is free to use 0/1/2.
|
2019-12-06 16:29:36 +01:00 |
|
omar
|
6cbed03d4a
|
Comments, clarified mouse button ordering.
|
2019-12-06 16:29:32 +01:00 |
|
Rokas Kupstys
|
03b7170dac
|
Backends: GLFW: Added workaround for people who use development version of GLFW which is older than commit that added required cursor support. (#2922)
|
2019-12-06 15:12:26 +01:00 |
|
omar
|
7ff13f4ee1
|
Examples: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking settings
(otherwise if another loader such as Glew is accessible, the opengl3 backend might automatically use it). [#2919, #2798]
|
2019-12-06 10:43:27 +01:00 |
|
omar
|
b521cd357d
|
Removed implicit default parameter to IsMouseDragging(int button = 0) to be consistent with other mouse functions.
(none of the other functions have it).
|
2019-12-05 18:33:36 +01:00 |
|
Max Thrun
|
6d9a54a904
|
Examples: Metal: Wrap main event loop body in an @autoreleasepool block to ensure allocations get freed even if underlying system event loop gets paused due to app nap (#2910, #2917)
|
2019-12-05 15:50:33 +01:00 |
|
omar
|
8342e5b91a
|
Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4)
Amend b5cad20d79 , 945a509773
+ unrelated minor typos
|
2019-12-05 15:45:30 +01:00 |
|
Rokas Kupstys
|
945a509773
|
Implement ImGuiMouseCursor_NotAllowed mouse cursor.
|
2019-12-05 15:32:10 +01:00 |
|
Rokas Kupstys
|
b5cad20d79
|
Implement new GLFW 3.4 resizing cursors.
|
2019-12-05 15:27:09 +01:00 |
|
omar
|
abaf0256b8
|
Version 1.75 WIP
Added message to font file loading assert.
|
2019-11-28 20:58:16 +01:00 |
|
Rokas Kupstys
|
bf6d1ba3d1
|
CI: Add 32/64 bit build variations to builds with extra warnings.
|
2019-11-27 16:20:19 +01:00 |
|
Rokas Kupstys
|
1742ca45c5
|
CI: Add unity builds test. (#2893)
|
2019-11-27 16:18:52 +01:00 |
|