Remove unnecessary variables. |
|
More...
|
about 1 year ago
|
Check for a NULL `pLibsRoot` in `CreateObjectDlg()`. |
|
More...
|
about 1 year ago
|
Remove redundant function declarations for `FindBiggestInColExclude()`. |
|
More...
|
about 1 year ago
|
New functions `AG_InitVideoSDL2()` and `AG_SetVideoSurfaceSDL2()`. |
|
More...
|
over 1 year ago
|
Fix typo. |
|
More...
|
over 1 year ago
|
New constructor routine `AG_ComboNewFn()`. |
|
More...
|
over 1 year ago
|
With SDL2, include `<SDL.h>` instead of `<SDL2/SDL.h>`. |
|
More...
|
over 1 year ago
|
Include `SDL.h` instead of `SDL2/SDL.h`. Thanks Wally! |
|
More...
|
over 1 year ago
|
`AG_MouseButtonUpdate()` no longer exists. Thanks Wally! |
|
More...
|
over 1 year ago
|
`AG_Combo`: Restore compatibility pre-1.6. Thanks Wally! |
|
More...
|
over 1 year ago
|
`AG_FileDlg`: Add "Any File (*.*)" to Types filter. |
|
More...
|
over 1 year ago
|
Raise `combo-expanded` and `ucombo-expanded` before `ShowPanel()`. |
|
More...
|
over 1 year ago
|
Fix incorrect example (`AG_TlistAdd()` should use `com->list`). |
|
More...
|
over 1 year ago
|
Some versions of SDL2 don't seem to have `SDL_HINT_MOUSE_AUTO_CAPTURE`. |
|
More...
|
over 1 year ago
|
1.7.1 |
|
More...
|
over 1 year ago
|
`Agar Ideograms`: Fix bounding box errors in 14 and 16 px. |
|
More...
|
over 1 year ago
|
Import font `Fira Sans`. New `Agar Ideograms` sizes 14 and 16. |
|
More...
|
over 1 year ago
|
Fix cosmetic off-by-one pixel alignment errors. |
|
More...
|
over 1 year ago
|
`AG_Window`: Fix visual off-by-one pixel error in left-side resize control. |
|
More...
|
almost 2 years ago
|
`AG_Combo/AG_UCombo`: Make expansion windows detachable and resizable. |
|
More...
|
almost 2 years ago
|
Fix undersize rendering. Don't enable blending when drawing focus lines. |
|
More...
|
almost 2 years ago
|
Ignore any Y scrolling request if not `MULTILINE`. |
|
More...
|
almost 2 years ago
|
New Stylesheet Selector conditionals `width`, `height` and `zoom`. |
|
More...
|
almost 2 years ago
|
Adjust `agZoomValues[]` to fully utilize all available point sizes. |
|
More...
|
almost 2 years ago
|
Improve efficiency of `AG_FetchFont()`. |
|
More...
|
almost 2 years ago
|
New function `AG_TextRenderCropped()`. Crop surface to fit rendered contents. |
|
More...
|
almost 2 years ago
|
New CSS selectors `E > F` (child of class) and `E > "F"` (child named). |
|
More...
|
almost 2 years ago
|
Set the clipping rectangle after having drawn the label. |
|
More...
|
almost 2 years ago
|
`agsi.h`: Add `Geometric Shapes` (partial). |
|
More...
|
almost 2 years ago
|
Only apply `AG_OBJECT_NAME_ONATTACH` to anonymous objects. |
|
More...
|
almost 2 years ago
|