mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 01:13:40 +00:00
Renamed filedata to format_options
This commit is contained in:
parent
eb26972a11
commit
c090bde1ee
@ -1,5 +1,7 @@
|
||||
2008-03-29 David A. Capello <dacap@users.sourceforge.net>
|
||||
|
||||
* src/file/format_options.c: Renamed filedata to format_options.
|
||||
|
||||
* src/file/jpeg_format.c (getdata_JPEG): Added from configure_jpeg.
|
||||
|
||||
* src/file/filedata.h (JpegData): Added.
|
||||
|
3
TODO.txt
3
TODO.txt
@ -9,8 +9,7 @@ Next beta
|
||||
+ quick_copy
|
||||
+ quick_swap
|
||||
- search for "TODO remove me"
|
||||
- add the progress bar for effects and save-file.
|
||||
- fix colors
|
||||
- fix colors (Background layer never with alpha < 255)
|
||||
- tooltips for color-bar.
|
||||
+ agregar soporte para UNDO al cambiar los colores de la paleta.
|
||||
|
||||
|
@ -106,9 +106,9 @@ COMMON_SOURCES = \
|
||||
src/file/ase_format.c \
|
||||
src/file/bmp_format.c \
|
||||
src/file/file.c \
|
||||
src/file/filedata.c \
|
||||
src/file/fli/fli.c \
|
||||
src/file/fli_format.c \
|
||||
src/file/format_options.c \
|
||||
src/file/gif/format.c \
|
||||
src/file/gif/lzw.c \
|
||||
src/file/gif_format.c \
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <allegro/color.h>
|
||||
|
||||
#include "file/file.h"
|
||||
#include "file/filedata.h"
|
||||
#include "file/format_options.h"
|
||||
#include "raster/raster.h"
|
||||
|
||||
static bool load_BMP(FileOp *fop);
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "core/app.h"
|
||||
#include "core/core.h"
|
||||
#include "file/file.h"
|
||||
#include "file/filedata.h"
|
||||
#include "file/format_options.h"
|
||||
#include "modules/gui.h"
|
||||
#include "modules/palettes.h"
|
||||
#include "raster/raster.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "jinete/jbase.h"
|
||||
|
||||
#include "file/filedata.h"
|
||||
#include "file/format_options.h"
|
||||
|
||||
FormatOptions *format_options_new(int type, int size)
|
||||
{
|
@ -28,7 +28,7 @@
|
||||
#include "core/cfg.h"
|
||||
#include "core/core.h"
|
||||
#include "file/file.h"
|
||||
#include "file/filedata.h"
|
||||
#include "file/format_options.h"
|
||||
#include "modules/gui.h"
|
||||
#include "raster/raster.h"
|
||||
#include "script/script.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "jinete/jlist.h"
|
||||
#include "jinete/jmutex.h"
|
||||
|
||||
#include "file/filedata.h"
|
||||
#include "file/format_options.h"
|
||||
#include "modules/palettes.h"
|
||||
#include "raster/raster.h"
|
||||
#include "util/boundary.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user