id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43,038 | image_buffer.h | LibreSprite_LibreSprite/src/doc/image_buffer.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/ints.h"
#include "base/shared_ptr.h"
#include <vector>
#include <cstddef>
namespace doc {
class ImageBuffer {... | 746 | C++ | .h | 26 | 25.307692 | 60 | 0.685915 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,039 | image_bits.h | LibreSprite_LibreSprite/src/doc/image_bits.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Image;
template<typename ImageTraits> class ImageIterator;
template<typename ImageTraits> class Imag... | 4,449 | C++ | .h | 124 | 30.379032 | 94 | 0.647346 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,040 | anidir.h | LibreSprite_LibreSprite/src/doc/anidir.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <string>
namespace doc {
enum class AniDir {
FORWARD = 0,
REVERSE = 1,
PING_PONG = 2,
};
std::strin... | 376 | C++ | .h | 15 | 22.466667 | 60 | 0.715493 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,041 | image_impl.h | LibreSprite_LibreSprite/src/doc/image_impl.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include "doc/blend_funcs.h"
#include "doc/image.h"
#include "doc/ima... | 7,625 | C++ | .h | 227 | 27.154185 | 109 | 0.559216 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,042 | layer_io.h | LibreSprite_LibreSprite/src/doc/layer_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/exception.h"
#include <iosfwd>
namespace doc {
class Layer;
class SubObjectsFromSprite;
// Thrown when a ... | 657 | C++ | .h | 19 | 32.157895 | 72 | 0.749604 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,043 | blend_mode.h | LibreSprite_LibreSprite/src/doc/blend_mode.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <string>
namespace doc {
enum class BlendMode {
// Special internal/undocumented alpha compositing and blend mod... | 1,041 | C++ | .h | 36 | 24.888889 | 70 | 0.544088 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,044 | brush.h | LibreSprite_LibreSprite/src/doc/brush.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/brush_pattern.h"
#include "doc/brush_type.h"
#include "doc/color.h"
#include "doc/image_ref.h"
#include "gfx/point.... | 2,471 | C++ | .h | 64 | 34.390625 | 103 | 0.662903 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,045 | primitives_fast.h | LibreSprite_LibreSprite/src/doc/primitives_fast.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
namespace doc {
class Image;
template<typename ImageTraits> class ImageImpl;
template<class Traits... | 1,819 | C++ | .h | 46 | 35.73913 | 101 | 0.602958 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,046 | pixel_format.h | LibreSprite_LibreSprite/src/doc/pixel_format.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
enum PixelFormat {
IMAGE_RGB,
IMAGE_GRAYSCALE,
IMAGE_INDEXED,
IMAGE_BITMAP
};
} // namespac... | 326 | C++ | .h | 14 | 20.571429 | 60 | 0.730519 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,047 | user_data.h | LibreSprite_LibreSprite/src/doc/user_data.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include <string>
namespace doc {
class UserData {
public:
UserData() : m_color(0) {
}
... | 987 | C++ | .h | 33 | 25.515152 | 60 | 0.636943 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,048 | mask.h | LibreSprite_LibreSprite/src/doc/mask.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/image.h"
#include "doc/image_buffer.h"
#include "doc/image_ref.h"
#include "doc/object.h"
#include "doc/primitives.... | 3,173 | C++ | .h | 83 | 33.289157 | 80 | 0.659484 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,049 | sprite_position.h | LibreSprite_LibreSprite/src/doc/sprite_position.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/frame.h"
#include "doc/layer_index.h"
namespace doc {
class Sprite;
class SpritePosition {
public:
Spr... | 1,076 | C++ | .h | 31 | 30.741935 | 117 | 0.687923 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,050 | brush_type.h | LibreSprite_LibreSprite/src/doc/brush_type.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <string>
namespace doc {
enum BrushType {
kCircleBrushType = 0,
kSquareBrushType = 1,
kLineBrushType = 2... | 571 | C++ | .h | 19 | 27 | 60 | 0.743119 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,051 | test_context.h | LibreSprite_LibreSprite/src/doc/test_context.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/context.h"
#include "doc/document.h"
#include "doc/layer.h"
#include "doc/site.h"
#include "doc/sprite.h"
namespac... | 1,141 | C++ | .h | 42 | 22.690476 | 60 | 0.671573 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,052 | object_id.h | LibreSprite_LibreSprite/src/doc/object_id.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/ints.h"
namespace doc {
typedef uint32_t ObjectId;
const ObjectId NullId = 0;
} // namespace doc
| 311 | C++ | .h | 11 | 26.363636 | 60 | 0.758503 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,053 | cel.h | LibreSprite_LibreSprite/src/doc/cel.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "doc/cel_data.h"
#include "doc/frame.h"
#include "doc/image_ref.h"
#include "doc/objec... | 2,196 | C++ | .h | 60 | 32.616667 | 77 | 0.680811 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,054 | sprites_observer.h | LibreSprite_LibreSprite/src/doc/sprites_observer.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/sprite.h"
namespace doc {
class SpritesObserver {
public:
virtual ~SpritesObserver() { }
virtual void... | 424 | C++ | .h | 15 | 25.733333 | 60 | 0.730198 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,055 | image_io.h | LibreSprite_LibreSprite/src/doc/image_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class Image;
void write_image(std::ostream& os, const Image* image);
Image* read_image... | 379 | C++ | .h | 12 | 29.583333 | 60 | 0.742382 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,056 | document_observer.h | LibreSprite_LibreSprite/src/doc/document_observer.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Document;
class DocumentEvent;
class DocumentObserver {
public:
virtual ~DocumentObserver() { ... | 2,455 | C++ | .h | 50 | 44.56 | 77 | 0.744761 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,058 | sprites.h | LibreSprite_LibreSprite/src/doc/sprites.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "base/observable.h"
#include "doc/color_mode.h"
#include "doc/object_id.h"
#include "d... | 1,569 | C++ | .h | 42 | 33.666667 | 91 | 0.693783 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,059 | doc.h | LibreSprite_LibreSprite/src/doc/doc.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/blend_funcs.h"
#include "doc/blend_mode.h"
#include "doc/brush.h"
#include "doc/cel.h"
#include "doc/cels_range.h"
... | 864 | C++ | .h | 32 | 25.9375 | 60 | 0.748193 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,060 | palette_io.h | LibreSprite_LibreSprite/src/doc/palette_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
#include <memory>
namespace doc {
class Palette;
void write_palette(std::ostream& os, const Palette& pal... | 406 | C++ | .h | 13 | 29.307692 | 63 | 0.754522 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,061 | mask_io.h | LibreSprite_LibreSprite/src/doc/mask_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class Mask;
void write_mask(std::ostream& os, const Mask* mask);
Mask* read_mask(std::... | 354 | C++ | .h | 12 | 27.5 | 60 | 0.741071 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,062 | color.h | LibreSprite_LibreSprite/src/doc/color.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/ints.h"
namespace doc {
// The greatest int type to storage a color for an image in the
// available pixel f... | 2,183 | C++ | .h | 66 | 29.075758 | 72 | 0.598091 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,063 | cels_range.h | LibreSprite_LibreSprite/src/doc/cels_range.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/frame.h"
#include "doc/object_id.h"
#include <set>
#include <memory>
namespace doc {
class Cel;
class Sprite;... | 1,218 | C++ | .h | 47 | 20.93617 | 79 | 0.633218 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,064 | image.h | LibreSprite_LibreSprite/src/doc/image.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include "doc/image_buffer.h"
#include "doc/object.h"
#include "doc/pixel_format.h"
#include "gfx/clip.h"
... | 3,618 | C++ | .h | 87 | 36.793103 | 91 | 0.691541 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,065 | image_iterator.h | LibreSprite_LibreSprite/src/doc/image_iterator.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include "doc/image_traits.h"
#include "doc/primitives_fast.h"
#include "gfx/point.h"
#include "gfx/rect.h... | 11,049 | C++ | .h | 347 | 24.357349 | 109 | 0.569184 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,066 | object_type.h | LibreSprite_LibreSprite/src/doc/object_type.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
enum class ObjectType {
Unknown,
Image,
Palette,
RgbMap,
Path,
Mask,
Cel,
CelD... | 423 | C++ | .h | 23 | 14.782609 | 60 | 0.681818 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,067 | object.h | LibreSprite_LibreSprite/src/doc/object.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
// LibreSprite - Copyright (C) 2023 LibreSprite contributors
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/with_handle.h"
#include "doc/object_id.h"
#include "... | 1,408 | C++ | .h | 44 | 28.181818 | 89 | 0.712908 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,068 | cel_data.h | LibreSprite_LibreSprite/src/doc/cel_data.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/shared_ptr.h"
#include "doc/image_ref.h"
#include "doc/object.h"
#include "doc/with_user_data.h"
namespace doc {
... | 1,274 | C++ | .h | 37 | 30.513514 | 71 | 0.676447 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,069 | context.h | LibreSprite_LibreSprite/src/doc/context.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "base/observable.h"
#include "doc/context_observer.h"
#include "doc/documents.h"
#incl... | 1,109 | C++ | .h | 36 | 27.055556 | 60 | 0.731638 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,070 | cel_io.h | LibreSprite_LibreSprite/src/doc/cel_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class Cel;
class SubObjectsIO;
void write_cel(std::ostream& os, const Cel* cel);
Cel... | 415 | C++ | .h | 13 | 29.846154 | 79 | 0.744949 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,071 | sprite.h | LibreSprite_LibreSprite/src/doc/sprite.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "doc/cel_data.h"
#include "doc/cel_list.h"
#include "doc/color.h"
#include "doc/frame.... | 5,243 | C++ | .h | 132 | 35.242424 | 93 | 0.652586 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,072 | with_user_data.h | LibreSprite_LibreSprite/src/doc/with_user_data.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/object.h"
#include "doc/user_data.h"
namespace doc {
class WithUserData : public Object {
public:
WithUse... | 574 | C++ | .h | 21 | 24.142857 | 60 | 0.715596 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,073 | layer.h | LibreSprite_LibreSprite/src/doc/layer.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/blend_mode.h"
#include "doc/cel_list.h"
#include "doc/frame.h"
#include "doc/layer_list.h"
#include "doc/object.h"
... | 6,127 | C++ | .h | 141 | 38.808511 | 82 | 0.660269 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,074 | rgbmap.h | LibreSprite_LibreSprite/src/doc/rgbmap.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/debug.h"
#include "base/disable_copying.h"
#include "doc/object.h"
#include <vector>
namespace doc {
class Pa... | 1,333 | C++ | .h | 40 | 29.075 | 70 | 0.631744 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,075 | cel_list.h | LibreSprite_LibreSprite/src/doc/cel_list.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <vector>
#include <memory>
namespace doc {
class Cel;
typedef std::vector<std::shared_ptr<Cel>> CelList;
typede... | 425 | C++ | .h | 14 | 28.357143 | 60 | 0.77284 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,076 | context_observer.h | LibreSprite_LibreSprite/src/doc/context_observer.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Document;
class Site;
class ContextObserver {
public:
virtual ~ContextObserver() { }
virt... | 395 | C++ | .h | 15 | 23.8 | 60 | 0.738667 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,077 | handle_anidir.h | LibreSprite_LibreSprite/src/doc/handle_anidir.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/frame.h"
namespace doc {
class FrameTag;
class Sprite;
frame_t calculate_next_frame(
const Sprite* spr... | 441 | C++ | .h | 17 | 23.058824 | 60 | 0.736842 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,078 | subobjects_io.h | LibreSprite_LibreSprite/src/doc/subobjects_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/cel_data.h"
#include "doc/image_ref.h"
#include <iosfwd>
#include <map>
namespace doc {
class Sprite;
class ... | 1,267 | C++ | .h | 37 | 30.675676 | 69 | 0.733772 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,079 | cel_data_io.h | LibreSprite_LibreSprite/src/doc/cel_data_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class CelData;
class SubObjectsIO;
void write_celdata(std::ostream& os, const CelData*... | 435 | C++ | .h | 13 | 31.384615 | 87 | 0.757212 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,080 | primitives.h | LibreSprite_LibreSprite/src/doc/primitives.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include "doc/image_buffer.h"
#include "gfx/fwd.h"
namespace doc {
class Brush;
class Image;
class ... | 1,748 | C++ | .h | 34 | 48.764706 | 129 | 0.704812 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,081 | user_data_io.h | LibreSprite_LibreSprite/src/doc/user_data_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class UserData;
void write_user_data(std::ostream& os, const UserData& userData);
User... | 379 | C++ | .h | 12 | 29.583333 | 67 | 0.756233 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,082 | documents_observer.h | LibreSprite_LibreSprite/src/doc/documents_observer.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Document;
class CreateDocumentArgs {
public:
CreateDocumentArgs() : m_doc(NULL) { }
Document... | 709 | C++ | .h | 24 | 26.333333 | 63 | 0.713235 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,083 | dithering_method.h | LibreSprite_LibreSprite/src/doc/dithering_method.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
// Dithering methods
enum class DitheringMethod {
NONE,
ORDERED,
};
} // namespace doc
| 310 | C++ | .h | 13 | 21.461538 | 60 | 0.737201 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,084 | layers_range.h | LibreSprite_LibreSprite/src/doc/layers_range.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/layer_index.h"
#include "doc/object_id.h"
#include <set>
namespace doc {
class Layer;
class Sprite;
class ... | 1,096 | C++ | .h | 40 | 22.55 | 73 | 0.65643 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,086 | compressed_image.h | LibreSprite_LibreSprite/src/doc/compressed_image.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include "doc/image.h"
#include <vector>
namespace doc {
class CompressedImage {
public:
struct... | 1,199 | C++ | .h | 34 | 31.294118 | 70 | 0.689775 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,087 | layer_index.h | LibreSprite_LibreSprite/src/doc/layer_index.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class LayerIndex {
public:
static const LayerIndex NoLayer;
LayerIndex() : m_value(0) { }
expli... | 1,916 | C++ | .h | 39 | 45.076923 | 87 | 0.672562 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,088 | frame_tags.h | LibreSprite_LibreSprite/src/doc/frame_tags.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "doc/frame.h"
#include "doc/object_id.h"
#include <string>
#include <vector>
namespa... | 1,298 | C++ | .h | 40 | 28.625 | 60 | 0.695407 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,089 | color_scales.h | LibreSprite_LibreSprite/src/doc/color_scales.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/debug.h"
#include "doc/frame.h"
#include "doc/object.h"
#include <vector>
namespace doc {
inline int scale_2b... | 1,984 | C++ | .h | 66 | 25.363636 | 60 | 0.59434 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,090 | image_ref.h | LibreSprite_LibreSprite/src/doc/image_ref.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <memory>
#include "doc/image.h"
namespace doc {
typedef std::shared_ptr<Image> ImageRef;
} // namespace doc
| 313 | C++ | .h | 11 | 26.818182 | 60 | 0.760943 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,091 | brush_pattern.h | LibreSprite_LibreSprite/src/doc/brush_pattern.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
enum class BrushPattern {
DEFAULT = 0,
ALIGNED_TO_SRC = 0,
ALIGNED_TO_DST = 1,
PAINT_BRUSH = 2... | 347 | C++ | .h | 14 | 22.071429 | 60 | 0.702128 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,092 | image_traits.h | LibreSprite_LibreSprite/src/doc/image_traits.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/blend_funcs.h"
#include "doc/pixel_format.h"
namespace doc {
struct RgbTraits {
static const PixelFormat pi... | 2,805 | C++ | .h | 91 | 25.549451 | 63 | 0.668031 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,093 | frame_tag_io.h | LibreSprite_LibreSprite/src/doc/frame_tag_io.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include <iosfwd>
namespace doc {
class FrameTag;
void write_frame_tag(std::ostream& os, const FrameTag* tag);
FrameTag*... | 394 | C++ | .h | 12 | 30.833333 | 64 | 0.74734 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,094 | frame.h | LibreSprite_LibreSprite/src/doc/frame.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
typedef int frame_t;
} // namespace doc
| 251 | C++ | .h | 9 | 26.222222 | 60 | 0.760504 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,095 | documents.h | LibreSprite_LibreSprite/src/doc/documents.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "base/disable_copying.h"
#include "base/observable.h"
#include "doc/color_mode.h"
#include "doc/documents_observer.h"
#i... | 2,099 | C++ | .h | 52 | 36.346154 | 93 | 0.69803 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,096 | algo.h | LibreSprite_LibreSprite/src/doc/algo.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "gfx/fwd.h"
#include "doc/algorithm/hline.h"
namespace doc {
class Image;
typedef void (*AlgoPixel)(int x, int y,... | 2,620 | C++ | .h | 58 | 38.87931 | 99 | 0.616261 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,097 | color_mode.h | LibreSprite_LibreSprite/src/doc/color_mode.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
enum class ColorMode {
RGB,
GRAYSCALE,
INDEXED,
BITMAP
};
} // namespace doc
| 306 | C++ | .h | 14 | 19.142857 | 60 | 0.722222 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,098 | brushes.h | LibreSprite_LibreSprite/src/doc/brushes.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/brush.h"
#include <vector>
namespace doc {
typedef std::vector<BrushRef> Brushes;
} // namespace doc
| 312 | C++ | .h | 11 | 26.636364 | 60 | 0.762712 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,099 | col_file.h | LibreSprite_LibreSprite/src/doc/file/col_file.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Palette;
namespace file {
std::shared_ptr<Palette> load_col_file(const char* filename);
bool... | 421 | C++ | .h | 13 | 29.769231 | 65 | 0.740648 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,100 | pal_file.h | LibreSprite_LibreSprite/src/doc/file/pal_file.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Palette;
namespace file {
std::shared_ptr<Palette> load_pal_file(const char* filename);
bool... | 420 | C++ | .h | 13 | 29.769231 | 65 | 0.740648 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,101 | gpl_file.h | LibreSprite_LibreSprite/src/doc/file/gpl_file.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Palette;
namespace file {
std::shared_ptr<Palette> load_gpl_file(const char* filename);
bool... | 420 | C++ | .h | 13 | 29.769231 | 65 | 0.740648 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,102 | resize_image.h | LibreSprite_LibreSprite/src/doc/algorithm/resize_image.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/color.h"
#include "gfx/fwd.h"
namespace doc {
class Image;
class Palette;
class RgbMap;
namespace algorit... | 1,248 | C++ | .h | 33 | 33.363636 | 118 | 0.710025 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,103 | shift_image.h | LibreSprite_LibreSprite/src/doc/algorithm/shift_image.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Image;
class Mask;
namespace algorithm {
void shift_image_with_mask(Image* image, const Mask* m... | 349 | C++ | .h | 13 | 24.538462 | 79 | 0.740181 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,104 | shrink_bounds.h | LibreSprite_LibreSprite/src/doc/algorithm/shrink_bounds.h | // Aseprite Document Library
// Copyright (c) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "gfx/fwd.h"
#include "doc/algorithm/flip_type.h"
#include "doc/color.h"
namespace doc {
class Image;
namespace alg... | 846 | C++ | .h | 25 | 24.32 | 60 | 0.571956 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,105 | floodfill.h | LibreSprite_LibreSprite/src/doc/algorithm/floodfill.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/algorithm/hline.h"
#include "gfx/fwd.h"
namespace doc {
class Image;
class Mask;
namespace algorithm {
... | 596 | C++ | .h | 21 | 21.047619 | 60 | 0.603873 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,106 | rotsprite.h | LibreSprite_LibreSprite/src/doc/algorithm/rotsprite.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Image;
namespace algorithm {
void rotsprite_image(Image* dst, const Image* src, const Image* mask... | 446 | C++ | .h | 14 | 28.928571 | 73 | 0.711944 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,107 | flip_type.h | LibreSprite_LibreSprite/src/doc/algorithm/flip_type.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
namespace algorithm {
enum FlipType {
FlipHorizontal,
FlipVertical,
};
}
}
| 308 | C++ | .h | 14 | 19 | 60 | 0.72069 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,108 | rotate.h | LibreSprite_LibreSprite/src/doc/algorithm/rotate.h | // Aseprite Document Library
// Copyright (c) 2001-2015 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
class Image;
namespace algorithm {
void scale_image(Image* dst, const Image* src,
... | 751 | C++ | .h | 20 | 32 | 71 | 0.645028 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,109 | hline.h | LibreSprite_LibreSprite/src/doc/algorithm/hline.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
namespace doc {
typedef void (*AlgoHLine)(int x1, int y, int x2, void *data);
} // namespace doc
| 292 | C++ | .h | 9 | 30.777778 | 63 | 0.741935 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,110 | flip_image.h | LibreSprite_LibreSprite/src/doc/algorithm/flip_image.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "gfx/fwd.h"
#include "doc/algorithm/flip_type.h"
namespace doc {
class Image;
class Mask;
namespace algorithm {
... | 726 | C++ | .h | 20 | 33.35 | 94 | 0.733906 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,111 | polygon.h | LibreSprite_LibreSprite/src/doc/algorithm/polygon.h | // Aseprite Document Library
// Copyright (c) 2001-2014 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#pragma once
#include "doc/algorithm/hline.h"
#include "gfx/fwd.h"
namespace doc {
namespace algorithm {
void polygon(int vertices, co... | 734 | C++ | .h | 20 | 31.9 | 100 | 0.668079 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,112 | document_range_ops.h | LibreSprite_LibreSprite/src/app/document_range_ops.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <vector>
namespace app {
class Document;
class ... | 948 | C++ | .h | 22 | 40.5 | 120 | 0.772579 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,113 | sprite_sheet_type.h | LibreSprite_LibreSprite/src/app/sprite_sheet_type.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
namespace app {
enum class SpriteSheetType {
None,
... | 406 | C++ | .h | 17 | 21 | 71 | 0.727273 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,114 | resource_finder.h | LibreSprite_LibreSprite/src/app/resource_finder.h | // Aseprite | Copyright (C) 2001-2016 David Capello
// LibreSprite | Copyright (C) 2018-2020 LibreSprite contributors
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragm... | 2,216 | C++ | .h | 53 | 37.698113 | 72 | 0.716015 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,115 | app_options.h | LibreSprite_LibreSprite/src/app/app_options.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <stdexcept>
#include <string>
#include <vector>
#in... | 3,330 | C++ | .h | 100 | 30.38 | 74 | 0.724159 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,116 | app_menus.h | LibreSprite_LibreSprite/src/app/app_menus.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
// Copyright (C) 2021 LibreSprite contributors
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <uno... | 2,485 | C++ | .h | 63 | 35.47619 | 107 | 0.726027 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,117 | document.h | LibreSprite_LibreSprite/src/app/document.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/extra_cel.h"
#include "app/file/format_options.... | 6,771 | C++ | .h | 159 | 38.106918 | 95 | 0.639982 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,118 | load_widget.h | LibreSprite_LibreSprite/src/app/load_widget.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/widget_loader.h"
namespace app {
template<c... | 527 | C++ | .h | 15 | 32.866667 | 87 | 0.749507 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,119 | app.h | LibreSprite_LibreSprite/src/app/app.h | // Aseprite | Copyright (C) 2001-2016 David Capello
// LibreSprite | Copyright (C) 2021 LibreSprite contributors
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragm... | 2,877 | C++ | .h | 94 | 26.691489 | 71 | 0.719101 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,120 | recent_files.h | LibreSprite_LibreSprite/src/app/recent_files.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "base/recent_items.h"
#include "base/signal.h"
#inc... | 1,122 | C++ | .h | 33 | 30.30303 | 71 | 0.714684 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,121 | project_event.h | LibreSprite_LibreSprite/src/app/project_event.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
namespace app {
class Document;
class ProjectEvent {
p... | 519 | C++ | .h | 19 | 24.315789 | 71 | 0.724696 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,122 | app_render.h | LibreSprite_LibreSprite/src/app/app_render.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "doc/pixel_format.h"
#include "render/render.h"
nam... | 590 | C++ | .h | 18 | 30.333333 | 75 | 0.750883 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,123 | modules.h | LibreSprite_LibreSprite/src/app/modules.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "ui/base.h"
#define REQUIRE_INTERFACE 1
namespa... | 605 | C++ | .h | 22 | 24.818182 | 72 | 0.72617 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,124 | context_access.h | LibreSprite_LibreSprite/src/app/context_access.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/document_access.h"
#include "doc/site.h"
names... | 2,747 | C++ | .h | 73 | 33.178082 | 93 | 0.689616 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,125 | app_brushes.h | LibreSprite_LibreSprite/src/app/app_brushes.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/brush_slot.h"
#include "base/signal.h"
#include... | 1,482 | C++ | .h | 41 | 32.317073 | 71 | 0.729181 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,126 | flatten.h | LibreSprite_LibreSprite/src/app/flatten.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "gfx/rect.h"
#include "doc/frame.h"
namespace doc {... | 1,000 | C++ | .h | 26 | 33.307692 | 81 | 0.679752 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,127 | send_crash.h | LibreSprite_LibreSprite/src/app/send_crash.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/notification_delegate.h"
#include <string>
na... | 684 | C++ | .h | 22 | 28.090909 | 71 | 0.753067 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,128 | console.h | LibreSprite_LibreSprite/src/app/console.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <exception>
namespace app {
class Context;
cla... | 552 | C++ | .h | 20 | 24.7 | 71 | 0.721374 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,129 | transformation.h | LibreSprite_LibreSprite/src/app/transformation.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "gfx/point.h"
#include "gfx/rect.h"
#include <vector... | 3,442 | C++ | .h | 82 | 36.073171 | 81 | 0.64979 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,130 | document_undo_observer.h | LibreSprite_LibreSprite/src/app/document_undo_observer.h | // Aseprite
// Copyright (C) 2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
namespace undo {
class UndoState;
}
namespace app {
class Docu... | 668 | C++ | .h | 21 | 29.190476 | 71 | 0.75819 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,131 | document_range.h | LibreSprite_LibreSprite/src/app/document_range.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "doc/frame.h"
#include "doc/layer_index.h"
#include... | 1,945 | C++ | .h | 52 | 33.269231 | 81 | 0.687966 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,132 | file_selector.h | LibreSprite_LibreSprite/src/app/file_selector.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <string>
namespace app {
enum class FileSelector... | 796 | C++ | .h | 24 | 29.958333 | 71 | 0.741176 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,133 | document_access.h | LibreSprite_LibreSprite/src/app/document_access.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "base/exception.h"
#include "app/context.h"
#include... | 5,224 | C++ | .h | 162 | 26.302469 | 81 | 0.659837 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,134 | thumbnail_generator.h | LibreSprite_LibreSprite/src/app/thumbnail_generator.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "base/mutex.h"
#include <memory>
#include <vector>
... | 1,618 | C++ | .h | 43 | 33.883721 | 77 | 0.741192 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,135 | shell.h | LibreSprite_LibreSprite/src/app/shell.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
namespace app {
class AppScripting;
class Shell {
publ... | 413 | C++ | .h | 16 | 23.25 | 71 | 0.727041 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,136 | cmd_sequence.h | LibreSprite_LibreSprite/src/app/cmd_sequence.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/cmd.h"
#include <vector>
namespace app {
c... | 754 | C++ | .h | 27 | 24.555556 | 71 | 0.708508 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,137 | filename_formatter.h | LibreSprite_LibreSprite/src/app/filename_formatter.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <string>
namespace app {
class FilenameInfo {
... | 2,058 | C++ | .h | 64 | 27.46875 | 71 | 0.674924 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,138 | ini_file.h | LibreSprite_LibreSprite/src/app/ini_file.h | // Aseprite
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include "app/color.h"
#include "gfx/point.h"
#include "gfx/r... | 4,935 | C++ | .h | 99 | 46.30303 | 104 | 0.725208 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
43,139 | transaction.h | LibreSprite_LibreSprite/src/app/transaction.h | // Aseprite
// Copyright (C) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
#pragma once
#include <string>
namespace app {
class Cmd;
class CmdT... | 1,870 | C++ | .h | 54 | 31.092593 | 91 | 0.708033 | LibreSprite/LibreSprite | 4,823 | 282 | 41 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.