std::string
has changed again with Visual Studio
2012. Handled it.fontscaling
parameter, may be
useful for high density display (Suggested by Eric RH.).TwGraphAPI
parameter of the TwInit
function
to TW_OPENGL_CORE
(Thanks to Oystein E. and Arnaud M. for their contribution).TwGLCoreSDL.c
.TwEventX11
to handle native X11 events (Thanks to
Greg P. for the code).fontstyle
bar parameter; it is not resizable
(Thanks to Jay D. for the font).std::string
that occurs between Visual Studio 2008 and 2010.overlap
.GLFW_CDECL
before including AntTweakBar.h if needed.WM_KEYUP
and WM_KEYDOWN
in TwEventWin
(Thanks to Ryan DB. for reporting it).buttonalign
to center or left-align buttons
(Suggested by Michael R.).valueswidth=fit
(Requested by Koshmaar and
Michael R.). The user can also click in the left or right area near the
value width slider to fit column content.gcc -O3
(Thanks to Ares L. for reporting this).SDLK_RETURN
handling after a bar is minimized (Thanks
to Sean M. for reporting this).SDL_ShowCursor
(Thanks to Hugues M. for reporting it).GL_TEXTURE_COORD_ARRAY
state (Thanks to Jerry J. for
reporting this).enum
is set using TwDefine
or TwSetParam
(Following Carsten W. and Sulaiman remarks).TwEvenWin
(Thanks to H. Seungho for this).TW_TYPE_QUAT*
and
TW_TYPE_DIR*
allowing for the interactive
tweaking of rotations (through quaternions) and 3D vectors (directions).alpha=n
text=dark/light
.TwDefine(”GLOBAL colorscheme=0”)
before creating bars.resizable
,
movable
, iconifiable
,
fontresizable
, alwaystop
,
alwaysbottom
, visible
,
iconified
(following Jeppe F. B. feedback).TwSetBottomBar
and TwGetBottomBar
.arrow
, arrowcolor
,
axisx
, axisy
,
axisz
and showval
added for quaternion and direction types.GL_TEXTURE_RECTANGLE_ARB/EXT
state is now saved and restored by
TwDraw
(thanks to Cyril C. for suggesting this).glBlendFunc
and glBlendEquationEXT
are now saved and restored by
TwDraw
(thanks to Sebastion B. for reporting the problem).TwInit(TW_DIRECT3D10, d3d10Device)
.TwHandleErrors
documented.order
renamed to colororder
, and its values become
rgba
and argb
(order=ogl
and order=dx
still exist but are deprecated).GLOBAL
has been added for ''TwDefine'' parameters
that don’t apply to a specific tweak bar (suggested by Koshmaar).TwEventWin
(a #define
has been added to keep
compatibility with previous applications).TwWindowSize(0,0)
now releases graphics resources allocated
by AntTweakBar (may be useful for Direct3D applications, before resizing for instance).TwMgr.cpp
(thanks to Chris W. for reporting it).