Fix memory leak (label). |
|
More...
|
about 2 years ago
|
Fix a memory leak (`agErrorMsg` in threaded mode). |
|
More...
|
about 2 years ago
|
Remove unused legacy fields from `AG_Config` state; bump major to 11. |
|
More...
|
about 2 years ago
|
Allow `Key = val` entry format (in addition to `Key : val`). |
|
More...
|
about 2 years ago
|
Remove unnecessary SVN revision stuff. Cosmetic. |
|
More...
|
about 2 years ago
|
Introduce `AG_SetFn()` and new Variable type `AG_VARIABLE_FUNCTION`. |
|
More...
|
about 2 years ago
|
Add alias `AGSI_CODE` for `AGSI_COURIER_PRIME`. |
|
More...
|
about 2 years ago
|
Add ability to input new variables. |
|
More...
|
about 2 years ago
|
Make "detached" handler of `AG_Widget` forward events to its children. |
|
More...
|
about 2 years ago
|
tag fn _Nullable. |
|
More...
|
about 2 years ago
|
Increase the default size hint by 2 characters. |
|
More...
|
about 2 years ago
|
Fix a memory leak (`repeat` in `AG_Button` structure). |
|
More...
|
about 2 years ago
|
Fix a memory leak (`blendStates` in `AG_GL_Context`). |
|
More...
|
about 2 years ago
|
Add `AG_CheckboxSetFromFlagsFn()` variant to set a common `checkbox-changed`. |
|
More...
|
about 2 years ago
|
Make `AG_ObjectDestroy()` more efficient. Remove unneeded locking operations and `TAILQ_INIT()`. |
|
More...
|
about 2 years ago
|
`AG_ObjectCopyName()` guarantees that the returned path name begins/ends with `AG_PATHSEP`. |
|
More...
|
about 2 years ago
|
Improve wording. Explain polling more clearly. |
|
More...
|
over 2 years ago
|
Fix non-linear unit conversion. |
|
More...
|
over 2 years ago
|
Don't implement `window-detached`. |
|
More...
|
over 2 years ago
|
The main-window termination code in `AG_WindowProcessDetachQueue()` should be `#ifdef AG_EVENT_LOOP`. |
|
More...
|
over 2 years ago
|
Destroy the MAP subsystem after the GUI and not the other way around. |
|
More...
|
over 2 years ago
|
http:// -> https:// |
|
More...
|
over 2 years ago
|
http:// -> https://. |
|
More...
|
over 2 years ago
|
In AG_ObjectGenName(), convert the entire prefix (class name) to lowercase. |
|
More...
|
over 2 years ago
|
Strip ANSI attribute sequences when copying text to clipboard. |
|
More...
|
over 2 years ago
|
AG_Textbox: Don't forward buttondown events to the attached AG_Editable. |
|
More...
|
over 2 years ago
|
Run AG_GL_DestroyContext() before SDL_GL_DeleteContext() just to be safe. |
|
More...
|
over 2 years ago
|
Invoke SDL_GL_MakeCurrent() in CloseWindow(). |
|
More...
|
over 2 years ago
|
Disable sg, sk and vg libraries in micro build. |
|
More...
|
over 2 years ago
|
Fix GL context switching in sdl2mw. |
|
More...
|
over 2 years ago
|