2019-07-21 |
OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental back-end. (#2546)
omar
committed
on 21 Jul 2019
|
---|---|
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
omar
committed
on 21 Jul 2019
|
|
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
Aaron Cooper
authored
on 18 Jul 2019
omar
committed
on 21 Jul 2019
|
|
2019-05-28 |
Changelog, minor tweaks. (#2585)
omar
committed
on 28 May 2019
|
Examples: imgui_impl_osx: Added mouse cursor support. (#2585, #1873)
actboy168
authored
on 28 May 2019
omar
committed
on 28 May 2019
|
|
2019-05-18 |
Update changelog, comments, made empty/no-text clipboard return NULL as with other implementation. Minor style tweaks. (#2546)
...
omar
committed
on 18 May 2019
|
Add native mac copy/paste support to match win32 (#2546)
Andrew Willmott
authored
on 18 May 2019
omar
committed
on 18 May 2019
|
|
2019-05-11 |
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
...
omar
committed
on 11 May 2019
|
2019-01-20 |
Removed trailing spaces (#2038, #2299)
omar
committed
on 20 Jan 2019
|
2018-11-30 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
2018-09-13 |
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar
committed
on 13 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar
committed
on 11 Sep 2018
|
2018-07-30 |
Examples: imgui_impl_osx: Fix for incorrect DeltaTime calculation on mac OS. (#1978)
Marcel Smit
authored
on 30 Jul 2018
omar
committed
on 30 Jul 2018
|
2018-07-08 |
Apple: Fixed example_osx_opengl2, renamed to example_apple_opengl2 + misc comments
Omar Cornut
committed
on 8 Jul 2018
|
2018-07-04 |
OSX: Various tweaks to imgui_impl_osx courtesy of @warrenm + fix NewFrame position which has been moved recently master. (#1873)
omar
committed
on 4 Jul 2018
|
2018-06-15 |
Examples: OSX: Added clipboard support. Fixed ignore list for xcode cruft. Comments about broken keys. (#1873)
Omar Cornut
committed
on 15 Jun 2018
|
2018-06-11 |
Examples: OSX: Fixed obsolete enums. Fixed keyboard mapping. Added missing keyboard modifiers. (#1873)
Omar Cornut
committed
on 11 Jun 2018
|
Examples: Added imgui_impl_osx.mm bindings (#1870, #281)
omar
committed
on 11 Jun 2018
|