mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-28 16:11:35 +00:00
Add information about patches for resize support in Allegro source code.
This commit is contained in:
parent
51c04f9d8c
commit
60cb43d18c
3
NEWS.txt
3
NEWS.txt
@ -5,6 +5,9 @@ NEWS
|
||||
0.8.2 beta
|
||||
----------
|
||||
|
||||
+ Added support to resize the window in X11, Mac OS X, and Windows
|
||||
platforms.
|
||||
|
||||
0.8.1 beta
|
||||
----------
|
||||
|
||||
|
@ -6,3 +6,4 @@ Changes:
|
||||
DirectInput (like in Allegro 5).
|
||||
- Keyboard driver for Windows was modified to use WM_KEYDOWN/UP messages
|
||||
instead of DirectInput (like in Allegro 5).
|
||||
- Added resize support for Windows, X11, and Mac OS X ports.
|
||||
|
@ -12,6 +12,8 @@
|
||||
*
|
||||
* By Angelo Mottola.
|
||||
*
|
||||
* Added resize support by David Capello.
|
||||
*
|
||||
* See readme.txt for copyright information.
|
||||
*/
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
||||
*
|
||||
* General overhaul by Eric Botcazou.
|
||||
*
|
||||
* Added resize support by David Capello.
|
||||
*
|
||||
* See readme.txt for copyright information.
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Mouse driver for ASE
|
||||
Keyboard driver for ASE
|
||||
by David Capello
|
||||
|
||||
Based on code of Stefan Schimanski, Peter Wang, Elias Pschernig,
|
||||
|
@ -12,6 +12,8 @@
|
||||
*
|
||||
* By Stefan Schimanski.
|
||||
*
|
||||
* Added resize support by David Capello.
|
||||
*
|
||||
* See readme.txt for copyright information.
|
||||
*/
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
*
|
||||
* X icon selection by Evert Glebbeek
|
||||
*
|
||||
* Added resize support by David Capello.
|
||||
*
|
||||
* See readme.txt for copyright information.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user