Add configuration setting "NPOT (non power of two) textures". |
|
More...
|
over 4 years ago
|
Don't include <GL/glext.h> unless HAVE_GLEXT. |
|
More...
|
over 4 years ago
|
On darwin unwind the definition of _DARWIN_C_SOURCE (needed for dirfd()) |
|
More...
|
over 4 years ago
|
Add "Enable GL_DEBUG_OUTPUT" option to show OpenGL errors on the console. |
|
More...
|
over 4 years ago
|
Use AG_{Push,Pop}BlendingMode() wherever blending is needed. |
|
More...
|
over 4 years ago
|
Optimize OpenGL alpha-blending states & surface->texture conversion. |
|
More...
|
over 4 years ago
|
In REPEAT mode, don't raise a duplicate "button-pushed" on ButtonDown. |
|
More...
|
over 4 years ago
|
Remove "texture environment mode" attribute from AG_PushBlendingMode() stack. |
|
More...
|
over 4 years ago
|
Fix DUMMY_UpdateTexture(). |
|
More...
|
over 4 years ago
|
AG_HSVPal: Work around a rendering problem with GL on some platforms. |
|
More...
|
over 4 years ago
|
use Snprintf (aka AG_Snprintf) and not snprintf(). |
|
More...
|
over 4 years ago
|
Add project file targets "windows-debug", "windows-x64" & "windows-x64-debug". |
|
More...
|
over 4 years ago
|
wgl and cocoa also need the first clipping rectangle pushed in renderWindow(). |
|
More...
|
over 4 years ago
|
Enable GL_CLIP_PLANEx in AG_GL_InitContext() as opposed to renderWindow(). |
|
More...
|
over 4 years ago
|
Unlock agGlobalKeysLock before free() in AG_UnbindGlobalKey(). |
|
More...
|
over 4 years ago
|
Tweak keyboard navigation timings to allow greater precision. |
|
More...
|
over 4 years ago
|
In MULTILINE (and !WORDWRAP) mode create the horizontal scrollbar in constructor. |
|
More...
|
over 4 years ago
|
install-sdk.exe: Prompt for arch and install libs into lib\x32\ or lib\x64\. |
|
More...
|
over 4 years ago
|
Use core font "Courier Prime" instead of "Courier" which may not be available. |
|
More...
|
over 4 years ago
|
The undocumented AG_COMBO_TREE flag was removed. |
|
More...
|
over 4 years ago
|
Fix cosmetic off-by-one in rendering of selection BG. |
|
More...
|
over 4 years ago
|
use AG_NotebookSelect() |
|
More...
|
over 4 years ago
|
Fix a case where AG_Textbox & AG_Table scrollbars has uninitialized geometry. |
|
More...
|
over 4 years ago
|
Undersize rendering fixes. |
|
More...
|
over 4 years ago
|
Offload AG_Window's fade{in,out} & opacity fields to a separate structure. |
|
More...
|
over 4 years ago
|
Remove completely redundant SizeAlloc & UpdateCoords in {open,map}Window(). |
|
More...
|
over 4 years ago
|
In ProcessInputEvent(), check the window "visible" flag locklessly. |
|
More...
|
over 4 years ago
|
Add condensed version of platform-specific Installation Guides in INSTALL.md. |
|
More...
|
almost 5 years ago
|
AG_ReadSurface(): Initialize pf.mode correctly (fix an uninitialized read). |
|
More...
|
almost 5 years ago
|
Avoid nested function usage in ag_gui. |
|
More...
|
almost 5 years ago
|