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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12,734 | GVariantSPtr.h | xournalpp_xournalpp/src/util/include/util/raii/GVariantSPtr.h | /*
* Xournal++
*
* RAII wrappers for C library classes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <utility>
#include <glib-object.h>
#include "util/GVariantTemplate.h"
#include "CLibrariesSPtr.h"
namespace xoj::util {
inli... | 1,009 | C++ | .h | 33 | 28.363636 | 87 | 0.724352 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,735 | CStringWrapper.h | xournalpp_xournalpp/src/util/include/util/raii/CStringWrapper.h | /*
* Xournal++
*
* C-type strings wrapper, taking ownership of the data.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string_view>
namespace xoj::util {
inline namespace raii {
class OwnedCStri... | 1,452 | C++ | .h | 49 | 25.755102 | 91 | 0.677905 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,736 | PangoSPtr.h | xournalpp_xournalpp/src/util/include/util/raii/PangoSPtr.h | /*
* Xournal++
*
* RAII wrappers for C library classes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <pango/pango-attributes.h> // for PangoAttrList, pango_attr_list_ref, pango_attr_list_unref
#include "CLibrariesSPtr.h"
#includ... | 810 | C++ | .h | 27 | 28 | 101 | 0.765766 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,737 | CLibrariesSPtr.h | xournalpp_xournalpp/src/util/include/util/raii/CLibrariesSPtr.h | /*
* Xournal++
*
* RAII smart pointers for C library classes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <utility>
namespace xoj::util {
/**
* @brief Placeholder type for C-lib smart pointer wrappers' contructors and reset met... | 3,473 | C++ | .h | 94 | 33.042553 | 116 | 0.647111 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,738 | Font.h | xournalpp_xournalpp/src/core/model/Font.h | /*
* Xournal++
*
* A font with a name and a size
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "util/serializing/Serializable.h" // for Serializable
class ObjectInputStream;
class ObjectOutputSt... | 1,486 | C++ | .h | 54 | 23.537037 | 63 | 0.688293 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,739 | StrokeStyle.h | xournalpp_xournalpp/src/core/model/StrokeStyle.h | /*
* Xournal++
*
* Definition for StrokeStyles
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "LineStyle.h" // for LineStyle
namespace StrokeStyle {
/** Parse LineStyle from string.
*
* @return... | 623 | C++ | .h | 26 | 22.192308 | 60 | 0.745363 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,740 | Point.h | xournalpp_xournalpp/src/core/model/Point.h | /*
* Xournal++
*
* A point of a stroke
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
namespace xoj::util {
template <class T>
class Rectangle;
} // namespace xoj::util
/**
* @class Point
* @brief Representation of a point.
*/
class P... | 2,472 | C++ | .h | 86 | 24.104651 | 88 | 0.64346 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,741 | ElementContainer.h | xournalpp_xournalpp/src/core/model/ElementContainer.h | /*
* Xournal++
*
* Interface for element containers like selection
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
class Element;
class ElementContainer {
public:
virtual void forEachElement(std::function<void(Ele... | 435 | C++ | .h | 20 | 19.45 | 75 | 0.731707 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,742 | LineStyle.h | xournalpp_xournalpp/src/core/model/LineStyle.h | /*
* Xournal++
*
* Dash definition of a stroke
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector>
#include "util/serializing/Serializable.h" // for Serializable
class ObjectInputStream;
class ObjectOutputStream;
class Lin... | 1,043 | C++ | .h | 43 | 20.395349 | 85 | 0.687247 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,743 | BackgroundConfig.h | xournalpp_xournalpp/src/core/model/BackgroundConfig.h | /*
* Xournal++
*
* Configuration data for generated backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstdint> // for uint32_t
#include <map> // for map
#include <string> // for string
// This class corres... | 1,387 | C++ | .h | 38 | 34.342105 | 75 | 0.731744 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,744 | PageListener.h | xournalpp_xournalpp/src/core/model/PageListener.h | /*
* Xournal++
*
* Page listener
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for shared_ptr, weak_ptr
#include <vector>
class Element;
class PageHandler;
class Range;
namespace xoj::util {
template <class T>
class ... | 900 | C++ | .h | 35 | 23.114286 | 94 | 0.731935 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,745 | Text.h | xournalpp_xournalpp/src/core/model/Text.h | /*
* Xournal++
*
* A text element
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector>
#include <pango/pango.h>
#include "model/Element.h"
#include "util/raii/GObjectSPtr.h"
#include "AudioEle... | 2,032 | C++ | .h | 60 | 30.35 | 108 | 0.730769 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,746 | DocumentHandler.h | xournalpp_xournalpp/src/core/model/DocumentHandler.h | /*
* Xournal++
*
* Document handler
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <list> // for list
#include "DocumentChangeType.h" // for DocumentChangeType
class DocumentListener;
class... | 913 | C++ | .h | 34 | 23.764706 | 58 | 0.743383 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,747 | FormatDefinitions.h | xournalpp_xournalpp/src/core/model/FormatDefinitions.h | /*
* Xournal++
*
* Abstract gui class, which loads the glade objcts
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
typedef struct {
const char* name;
const double scale;
} FormatUnits;
extern const FormatUnits XOJ_UNITS[];
extern c... | 345 | C++ | .h | 17 | 18.117647 | 51 | 0.729231 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,748 | AudioElement.h | xournalpp_xournalpp/src/core/model/AudioElement.h | /*
* Xournal++
*
* Element that is audio enabled
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include "Element.h" // for Element, ElementType
#include "filesystem.h" // for path
class ObjectInputS... | 1,122 | C++ | .h | 36 | 28 | 88 | 0.736253 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,749 | Image.h | xournalpp_xournalpp/src/core/model/Image.h | /*
* Xournal++
*
* An Image on the document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <string_view> // for string_view
#include <utility> // for... | 3,190 | C++ | .h | 78 | 36.820513 | 108 | 0.696596 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,750 | Compass.h | xournalpp_xournalpp/src/core/model/Compass.h | /*
* Xournal++
*
* A compass model
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "model/GeometryTool.h"
/**
* @brief A class that models a compass
*
* The compass has the shape of a circle and has a certain height (radius), ma... | 1,310 | C++ | .h | 39 | 30.384615 | 107 | 0.726408 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,751 | OverlayBase.h | xournalpp_xournalpp/src/core/model/OverlayBase.h | /*
* Xournal++
*
*
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
/**
* Empty base class for overlays: anything that is drawn over a document, but not in the document
* (e.g. active tools, selections, search results highlighting...).
*
... | 444 | C++ | .h | 21 | 19.190476 | 97 | 0.707838 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,752 | LinkDestination.h | xournalpp_xournalpp/src/core/model/LinkDestination.h | /*
* Xournal++
*
* A link destination in a PDF Document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <optional> // for optional
#include <string> // for string
#include <variant> // for va... | 2,631 | C++ | .h | 82 | 28.414634 | 107 | 0.708284 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,753 | Element.h | xournalpp_xournalpp/src/core/model/Element.h | /*
* Xournal++
*
* An element on the Document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for ptrdiff_t
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <gdk/gdk.h> // for GdkRecta... | 2,911 | C++ | .h | 87 | 29.643678 | 111 | 0.708602 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,754 | PageHandler.h | xournalpp_xournalpp/src/core/model/PageHandler.h | /*
* Xournal++
*
* Page handler
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <list> // for list
#include <vector>
#include "util/Range.h" // for Range
class Element;
class PageListener;
class Range;
namespace xoj::util {
temp... | 1,132 | C++ | .h | 43 | 23.325581 | 115 | 0.724074 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,755 | Layer.h | xournalpp_xournalpp/src/core/model/Layer.h | /*
* Xournal++
*
* A layer on a page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <optional> // for optional
#include <string> // for string
#include <... | 3,134 | C++ | .h | 98 | 27.285714 | 117 | 0.664675 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,756 | XojPage.h | xournalpp_xournalpp/src/core/model/XojPage.h | /*
* Xournal++
*
* A page (PDF or drawings or both)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <optional> // for optional
#include <string> // for string
#include <vector> // for vector... | 3,302 | C++ | .h | 108 | 26.018519 | 85 | 0.678041 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,757 | Snapping.h | xournalpp_xournalpp/src/core/model/Snapping.h | /*
* Xournal++
*
* Snapping methods
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "Point.h"
namespace Snapping {
/**
* @brief If a value is near enough to the y-coordinate of a grid point, it returns the nearest y-coordinate of ... | 3,014 | C++ | .h | 67 | 43.119403 | 115 | 0.757576 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,758 | DocumentChangeType.h | xournalpp_xournalpp/src/core/model/DocumentChangeType.h | /*
* Xournal++
*
* Enum which type of change is occurred
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
enum DocumentChangeType { DOCUMENT_CHANGE_CLEARED, DOCUMENT_CHANGE_COMPLETE, DOCUMENT_CHANGE_PDF_BOOKMARKS };
| 294 | C++ | .h | 12 | 22.583333 | 109 | 0.75 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,759 | GeometryTool.h | xournalpp_xournalpp/src/core/model/GeometryTool.h | /*
* Xournal++
*
* A geometry tool
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_matrix_t
#include "model/OverlayBase.h"
#include "model/Stroke.h"
#include "util/DispatchPool.h"
constexpr static double HA... | 3,281 | C++ | .h | 94 | 30.819149 | 115 | 0.715054 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,760 | PathParameter.h | xournalpp_xournalpp/src/core/model/PathParameter.h | /**
* Xournal++
*
* @brief Type for parameters of points on a path.
* Similar to std::pair<size_t, double>, but with named variables
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
struct PathParameter {
PathParameter() = default;
P... | 1,124 | C++ | .h | 26 | 39.846154 | 112 | 0.630713 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,761 | TexImage.h | xournalpp_xournalpp/src/core/model/TexImage.h | /*
* Xournal++
*
* A TexImage on the document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string> // for string
#include <cairo.h> // for cairo_surface_t, cairo_status_t
#include <glib.h> // for GErro... | 2,741 | C++ | .h | 89 | 26.382022 | 108 | 0.67225 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,762 | Stroke.h | xournalpp_xournalpp/src/core/model/Stroke.h | /*
* Xournal++
*
* A stroke on the document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <vector> // for vector
#include "model/Element.h"
#include "Audi... | 7,367 | C++ | .h | 179 | 35.905028 | 119 | 0.704004 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,763 | SplineSegment.h | xournalpp_xournalpp/src/core/model/SplineSegment.h | /*
* Xournal++
*
* A spline segment
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <list> // for list
#include <utility> // for pair
#include <cairo.h> // for cairo_t
#include "model/Point.h" // for Point
/**
* @brief A... | 3,377 | C++ | .h | 89 | 33.269663 | 117 | 0.691554 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,764 | PageType.h | xournalpp_xournalpp/src/core/model/PageType.h | /*
* Xournal++
*
* Paper background type
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
enum class PageTypeFormat { Plain, Ruled, Lined, Staves, Graph, Dotted, IsoDotted, IsoGraph, Pdf, Image };
class Pag... | 966 | C++ | .h | 48 | 16.041667 | 106 | 0.636163 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,765 | BackgroundImage.h | xournalpp_xournalpp/src/core/model/BackgroundImage.h | /*
* Xournal++
*
* A background image of a page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for shared_ptr
#include <gdk-pixbuf/gdk-pixbuf.h> // for GdkPixbuf
#include <gio/gio.h> // for GInputStrea... | 1,283 | C++ | .h | 40 | 28.325 | 82 | 0.692496 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,766 | DocumentListener.h | xournalpp_xournalpp/src/core/model/DocumentListener.h | /*
* Xournal++
*
* Document listener
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include "DocumentChangeType.h" // for DocumentChangeType
class DocumentHandler;
class DocumentListener {
public:
... | 800 | C++ | .h | 30 | 23.633333 | 58 | 0.753281 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,767 | ElementInsertionPosition.h | xournalpp_xournalpp/src/core/model/ElementInsertionPosition.h | /*
* Xournal++
*
* The position (depth) of an element
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <limits>
#include <vector>
#include "Element.h"
struct InsertionPositionRef {
constexpr InsertionPositionRef() = default;
... | 1,948 | C++ | .h | 47 | 36.680851 | 117 | 0.694547 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,768 | Document.h | xournalpp_xournalpp/src/core/model/Document.h | /*
* Xournal++
*
* The document
*
* All methods are unlocked, you need to lock the document before you change something and unlock after.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <mem... | 4,622 | C++ | .h | 134 | 29.985075 | 127 | 0.695369 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,770 | Setsquare.h | xournalpp_xournalpp/src/core/model/Setsquare.h | /*
* Xournal++
*
* A setsquare model
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cmath>
#include "model/GeometryTool.h"
/**
* @brief A class that models a setsquare
*
* The setsquare has the shape of a right-angled isoscel... | 1,671 | C++ | .h | 45 | 33.644444 | 112 | 0.736059 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,771 | PaddedBox.h | xournalpp_xournalpp/src/core/model/eraser/PaddedBox.h | /**
* Xournal++
*
* @brief Small structure for a square with a padding
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "model/Point.h"
#include "util/Rectangle.h"
struct PaddedBox {
Point center;
double halfSize;
double... | 939 | C++ | .h | 29 | 28 | 104 | 0.698343 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,772 | ErasableStroke.h | xournalpp_xournalpp/src/core/model/eraser/ErasableStroke.h | /*
* Xournal++
*
* A stroke which is temporary used if you erase a part
* This class remembers which sections of a stroke have not yet been erased, until the eraser sequence is concluded
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#incl... | 5,103 | C++ | .h | 127 | 35.732283 | 119 | 0.712381 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,773 | ErasableStrokeOverlapTree.h | xournalpp_xournalpp/src/core/model/eraser/ErasableStrokeOverlapTree.h | /*
* Xournal++
*
* A stroke which is temporary used if you erase a part
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <utility> // for pair
#include <vector> // for vector, vector<>::iterator
... | 6,032 | C++ | .h | 139 | 36.446043 | 120 | 0.656841 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,774 | FillUndoAction.h | xournalpp_xournalpp/src/core/undo/FillUndoAction.h | /*
* Xournal++
*
* Undo action resize
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // for UndoAction
... | 795 | C++ | .h | 32 | 22.25 | 61 | 0.734396 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,775 | TextBoxUndoAction.h | xournalpp_xournalpp/src/core/undo/TextBoxUndoAction.h | /*
* Xournal++
*
* Undo action for insert (write text, draw stroke...)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // for UndoAction
... | 831 | C++ | .h | 31 | 24.16129 | 98 | 0.729114 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,776 | MoveSelectionToLayerUndoAction.h | xournalpp_xournalpp/src/core/undo/MoveSelectionToLayerUndoAction.h | /*
* Xournal++
*
* Undo action for moving selection between layers
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <set> // for multiset
#include <string> // for string
#include "model/Element.h" // for Element
#include "mode... | 1,133 | C++ | .h | 35 | 29.685714 | 145 | 0.752757 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,777 | MoveUndoAction.h | xournalpp_xournalpp/src/core/undo/MoveUndoAction.h | /*
* Xournal++
*
* Undo move action (EditSelection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // fo... | 1,154 | C++ | .h | 41 | 24.609756 | 119 | 0.707539 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,778 | EmergencySaveRestore.h | xournalpp_xournalpp/src/core/undo/EmergencySaveRestore.h | /*
* Xournal++
*
* Element used to mark the document as changed, so it is changed after restore.
* Without this, it's unchanged and does not ask for save
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#inc... | 642 | C++ | .h | 25 | 23.12 | 80 | 0.740132 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,779 | GroupUndoAction.h | xournalpp_xournalpp/src/core/undo/GroupUndoAction.h | /*
* Xournal++
*
* Undo action to group a list of undo actions of the same type
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <vector> // for vector
#include ... | 837 | C++ | .h | 32 | 23.1875 | 63 | 0.708701 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,780 | SwapUndoAction.h | xournalpp_xournalpp/src/core/undo/SwapUndoAction.h | /*
* Xournal++
*
* Undo page swap action
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#incl... | 875 | C++ | .h | 34 | 22.882353 | 101 | 0.722022 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,781 | LineStyleUndoAction.h | xournalpp_xournalpp/src/core/undo/LineStyleUndoAction.h | /*
* Xournal++
*
* Undo action for line style changes (Edit selection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/LineStyle.h" // for LineStyle
#include... | 1,394 | C++ | .h | 43 | 29.209302 | 80 | 0.747204 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,782 | PageBackgroundChangedUndoAction.h | xournalpp_xournalpp/src/core/undo/PageBackgroundChangedUndoAction.h | /*
* Xournal++
*
* Undo action for background change
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/BackgroundImage.h" // for BackgroundImage
#include "model/PageRef.h" // for Page... | 1,209 | C++ | .h | 39 | 27.025641 | 102 | 0.710958 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,783 | InsertUndoAction.h | xournalpp_xournalpp/src/core/undo/InsertUndoAction.h | /*
* Xournal++
*
* Undo action for insert (write text, draw stroke...)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/Element.h"
#include "model/PageRef.h" ... | 1,258 | C++ | .h | 46 | 24.456522 | 89 | 0.734558 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,784 | DeleteUndoAction.h | xournalpp_xournalpp/src/core/undo/DeleteUndoAction.h | /*
* Xournal++
*
* Undo action for delete (eraser, delete)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <set> // for multiset
#include <string> // for string
#include "model/Element.h" // for Element, Element::Index
#inclu... | 967 | C++ | .h | 32 | 27.625 | 68 | 0.723243 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,785 | MoveLayerUndoAction.h | xournalpp_xournalpp/src/core/undo/MoveLayerUndoAction.h | /*
* Xournal++
*
* Undo action for insert layer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/Layer.h" // for Layer, Layer::Index
#include "model/PageRef.h" // for PageRef
#include "U... | 913 | C++ | .h | 32 | 25.09375 | 118 | 0.724771 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,786 | EraseUndoAction.h | xournalpp_xournalpp/src/core/undo/EraseUndoAction.h | /*
* Xournal++
*
* Undo action for eraser
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <set> // for multiset
#include <string> // for string
#include "model/PageRef.h" // for PageRef
#include "model/Stroke.h" // for Stro... | 1,033 | C++ | .h | 34 | 27.617647 | 72 | 0.722672 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,787 | RemoveLayerUndoAction.h | xournalpp_xournalpp/src/core/undo/RemoveLayerUndoAction.h | /*
* Xournal++
*
* Undo action for remove layer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/Layer.h" // for Layer, Layer::Index
#include "model/PageRef.h" // for PageRef
#include "Un... | 832 | C++ | .h | 30 | 25.066667 | 118 | 0.74401 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,788 | AddUndoAction.h | xournalpp_xournalpp/src/core/undo/AddUndoAction.h | /*
* Xournal++
*
* Undo action for delete (eraser, delete)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <set> // for multiset
#include <string> // for string
#include "model/Element.h" // for Element
#include "model/PageRe... | 875 | C++ | .h | 31 | 25.709677 | 66 | 0.720624 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,789 | InsertLayerUndoAction.h | xournalpp_xournalpp/src/core/undo/InsertLayerUndoAction.h | /*
* Xournal++
*
* Undo action for insert layer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/Layer.h" // for Layer, Layer::Index
#include "model/PageRef.h" // for PageRef
#include "U... | 869 | C++ | .h | 31 | 24.580645 | 94 | 0.723764 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,790 | SizeUndoAction.h | xournalpp_xournalpp/src/core/undo/SizeUndoAction.h | /*
* Xournal++
*
* Undo action resize
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // for UndoAction
... | 979 | C++ | .h | 35 | 24.828571 | 106 | 0.729904 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,791 | UndoRedoHandler.h | xournalpp_xournalpp/src/core/undo/UndoRedoHandler.h | /*
* Xournal++
*
* Handles Undo and Redo
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <deque> // for deque
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include ... | 1,432 | C++ | .h | 52 | 23.903846 | 70 | 0.722059 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,792 | PageLayerPosEntry.h | xournalpp_xournalpp/src/core/undo/PageLayerPosEntry.h | /*
* Xournal++
*
* Position entry for undo / redo handling
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <utility>
#include "model/Element.h"
class Layer;
template <class T>
struct PageLayerPosEntry {
// T... | 1,047 | C++ | .h | 36 | 24.416667 | 100 | 0.654382 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,793 | MissingPdfUndoAction.h | xournalpp_xournalpp/src/core/undo/MissingPdfUndoAction.h | /*
* Xournal++
*
* Undo action for replacing a missing PDF file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "UndoAction.h" // for UndoAction
#include "filesystem.h" // for path
class Control;
class MissingPdfUndoAction: publ... | 642 | C++ | .h | 26 | 22 | 73 | 0.738916 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,794 | RotateUndoAction.h | xournalpp_xournalpp/src/core/undo/RotateUndoAction.h | /*
* Xournal++
*
* Undo action for rotate (EditSelection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" ... | 888 | C++ | .h | 34 | 23.382353 | 114 | 0.729858 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,795 | InsertDeletePageUndoAction.h | xournalpp_xournalpp/src/core/undo/InsertDeletePageUndoAction.h | /*
* Xournal++
*
* Undo action for insert page / delete page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // for UndoAction
class Cont... | 787 | C++ | .h | 30 | 23.366667 | 83 | 0.741287 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,796 | FontUndoAction.h | xournalpp_xournalpp/src/core/undo/FontUndoAction.h | /*
* Xournal++
*
* Undo action for font changes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h" // for Un... | 833 | C++ | .h | 33 | 22.69697 | 76 | 0.736709 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,797 | ArrangeUndoAction.h | xournalpp_xournalpp/src/core/undo/ArrangeUndoAction.h | /*
* Xournal++
*
* Undo move action (EditSelection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <deque> // for deque
#include <string> // for string
#include <utility> // for pair
#include <vector> // for vector
#includ... | 1,197 | C++ | .h | 40 | 26.675 | 102 | 0.725131 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,798 | LayerRenameUndoAction.h | xournalpp_xournalpp/src/core/undo/LayerRenameUndoAction.h | /*
* Xournal++
*
* Rename undo action for layer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "UndoAction.h" // for UndoAction
class Layer;
class Control;
class LayerController;
class LayerRena... | 806 | C++ | .h | 31 | 22.483871 | 101 | 0.723958 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,799 | UndoAction.h | xournalpp_xournalpp/src/core/undo/UndoAction.h | /*
* Xournal++
*
* Abstract undo action
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
class... | 919 | C++ | .h | 36 | 22.361111 | 52 | 0.688073 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,800 | ScaleUndoAction.h | xournalpp_xournalpp/src/core/undo/ScaleUndoAction.h | /*
* Xournal++
*
* Undo action for rescale (EditSelection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "UndoAction.h"... | 1,029 | C++ | .h | 38 | 23.684211 | 117 | 0.717635 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,801 | RecognizerUndoAction.h | xournalpp_xournalpp/src/core/undo/RecognizerUndoAction.h | /*
* Xournal++
*
* Undo action for stroke recognizer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for P... | 940 | C++ | .h | 35 | 24.2 | 116 | 0.738839 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,802 | MergeLayerDownUndoAction.h | xournalpp_xournalpp/src/core/undo/MergeLayerDownUndoAction.h | /*
* Xournal++
*
* Undo action for merging layer down
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include "model/Layer.h" // for Layer, Layer::Index
#include "model... | 1,133 | C++ | .h | 37 | 26.837838 | 102 | 0.728532 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,803 | ColorUndoAction.h | xournalpp_xournalpp/src/core/undo/ColorUndoAction.h | /*
* Xournal++
*
* Undo action for color changes (Edit selection)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include "model/PageRef.h" // for PageRef
#include "util/Co... | 876 | C++ | .h | 33 | 24.030303 | 68 | 0.735012 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,804 | AudioRecorder.h | xournalpp_xournalpp/src/core/audio/AudioRecorder.h | /*
* Xournal++
*
* Class to record audio and store it as MP3-file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for make_unique, unique_ptr
#include <vector> // for vector
#include "filesystem.h" // for path
templ... | 1,098 | C++ | .h | 37 | 26.837838 | 68 | 0.739089 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,805 | VorbisProducer.h | xournalpp_xournalpp/src/core/audio/VorbisProducer.h | /*
* Xournal++
*
* Class to read audio data from an mp3 file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <atomic> // for atomic
#include <thread> // for thread
#include "filesystem.h" // for path
template <typename T>
class... | 746 | C++ | .h | 29 | 22.896552 | 85 | 0.715092 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,806 | VorbisConsumer.h | xournalpp_xournalpp/src/core/audio/VorbisConsumer.h | /*
* Xournal++
*
* Class to save audio data in an opus file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <atomic> // for atomic
#include <thread> // for thread
#include "filesystem.h" // for path
class Settings;
template <ty... | 755 | C++ | .h | 31 | 21.387097 | 79 | 0.712291 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,807 | PortAudioProducer.h | xournalpp_xournalpp/src/core/audio/PortAudioProducer.h | /*
* Xournal++
*
* Class to record audio using libportaudio
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <portaudiocpp/PortAudioCpp.hxx> // for MemFunCallbac... | 1,228 | C++ | .h | 35 | 31.314286 | 119 | 0.753401 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,808 | DeviceInfo.h | xournalpp_xournalpp/src/core/audio/DeviceInfo.h | /*
* Xournal++
*
* Class storing information about an audio device
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <portaudiocpp/PortAudioCpp.hxx> // for PaDeviceIndex
class DeviceInfo {
public:
... | 668 | C++ | .h | 27 | 21.851852 | 62 | 0.729134 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,809 | AudioPlayer.h | xournalpp_xournalpp/src/core/audio/AudioPlayer.h | /*
* Xournal++
*
* Class to play audio from a MP3-file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for make_unique, unique_ptr
#include <vector> // for vector
#include "filesystem.h" // for path
template <typena... | 1,281 | C++ | .h | 45 | 25.244444 | 65 | 0.726531 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,810 | PortAudioConsumer.h | xournalpp_xournalpp/src/core/audio/PortAudioConsumer.h | /*
* Xournal++
*
* Class to play audio using libportaudio
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <portaudiocpp/PortAudioCpp.hxx> // for MemFunCallbackS... | 1,261 | C++ | .h | 36 | 31.25 | 98 | 0.752263 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,811 | SNDFileCpp.h | xournalpp_xournalpp/src/core/audio/SNDFileCpp.h | /*
* Xournal++
*
* Helper functions for libsndfile
* platform dependent code to open std::filesystem::paths
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#ifdef _WIN32
#include <windows.h>
#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
#endi... | 1,454 | C++ | .h | 49 | 27.714286 | 85 | 0.731707 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,812 | AudioQueue.h | xournalpp_xournalpp/src/core/audio/AudioQueue.h | /*
* Xournal++
*
* Queue to connect an audio producer and an audio consumer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <algorithm>
#include <condition_variable>
#include <deque>
#include <limits>
#include <mutex>
#include "uti... | 4,368 | C++ | .h | 119 | 30.184874 | 101 | 0.647714 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,813 | PopplerGlibDocument.h | xournalpp_xournalpp/src/core/pdf/popplerapi/PopplerGlibDocument.h | /*
* Xournal++
*
* Poppler GLib Implementation
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <glib.h> // for GError, gpointer, gsize
#include <poppler.h> //... | 1,419 | C++ | .h | 39 | 33.435897 | 96 | 0.747261 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,814 | PopplerGlibAction.h | xournalpp_xournalpp/src/core/pdf/popplerapi/PopplerGlibAction.h | /*
* Xournal++
*
* PDF Action Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for shared_ptr
#include <string> // for string
#include <poppler.h> // for PopplerAction, PopplerDocument
#include ... | 1,061 | C++ | .h | 32 | 30.4375 | 89 | 0.766438 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,815 | PopplerGlibPage.h | xournalpp_xournalpp/src/core/pdf/popplerapi/PopplerGlibPage.h | /*
* Xournal++
*
* PDF Page GLib Implementation
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include <cairo.h> // for cairo_t, cairo_region_t
#include <poppler.h> // ... | 1,461 | C++ | .h | 38 | 35 | 107 | 0.756219 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,816 | PopplerGlibPageBookmarkIterator.h | xournalpp_xournalpp/src/core/pdf/popplerapi/PopplerGlibPageBookmarkIterator.h | /*
* Xournal++
*
* PDF Bookmark iterator interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <poppler.h> // for PopplerDocument, Popple...
#include "pdf/base/XojPdfBookmarkIterator.h" // for XojPdfBookmarkIterator
class Xo... | 778 | C++ | .h | 27 | 26 | 87 | 0.777927 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,817 | XojPdfDocumentInterface.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfDocumentInterface.h | /*
* Xournal++
*
* PDF Document Container Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <glib.h> // for GError, gpointer, gsize
#include "XojPdfPage.... | 1,178 | C++ | .h | 35 | 30.742857 | 99 | 0.724625 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,818 | XojPdfExport.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfExport.h | /*
* Xournal++
*
* PDF Document Export Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string>
#include "control/jobs/BaseExportJob.h"
#include "util/ElementRange.h"
#include "filesystem.h"
class XojPdfExpo... | 948 | C++ | .h | 34 | 24.558824 | 105 | 0.723757 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,819 | XojPdfPage.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfPage.h | /*
* Xournal++
*
* PDF Page Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstdint> // for uint8_t
#include <memory> // for shared_ptr
#include <string> // for string
#include <vector> // for vector
#... | 3,479 | C++ | .h | 91 | 34.021978 | 119 | 0.705882 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,820 | XojPdfExportFactory.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfExportFactory.h | /*
* Xournal++
*
* PDF Document Export Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
class Document;
class ProgressListener;
class XojPdfExport;
class XojPdfExportFactory {
priva... | 507 | C++ | .h | 23 | 19.869565 | 97 | 0.767782 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,821 | XojCairoPdfExport.h | xournalpp_xournalpp/src/core/pdf/base/XojCairoPdfExport.h | /*
* Xournal++
*
* PDF Document Export Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <cairo.h> // for CAIRO_VERSION, CAIRO_VERSION...
#i... | 2,187 | C++ | .h | 64 | 30.40625 | 102 | 0.72093 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,822 | XojPdfDocument.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfDocument.h | /*
* Xournal++
*
* PDF Document Container
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <optional>
#include <string>
#include <vector>
#include <glib.h> // for ... | 1,476 | C++ | .h | 43 | 31.372093 | 96 | 0.736287 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,823 | XojPdfBookmarkIterator.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfBookmarkIterator.h | /*
* Xournal++
*
* PDF Bookmark iterator interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class XojPdfAction;
class XojPdfBookmarkIterator {
public:
XojPdfBookmarkIterator();
virtual ~XojPdfBookmarkIterator();
public:
... | 489 | C++ | .h | 23 | 18.565217 | 55 | 0.728261 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,824 | XojPdfAction.h | xournalpp_xournalpp/src/core/pdf/base/XojPdfAction.h | /*
* Xournal++
*
* PDF Action Abstraction Interface
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <memory>
#include <vector>
#include "model/LinkDestination.h" // for XojLinkDest
class XojPdfAc... | 519 | C++ | .h | 24 | 19.291667 | 72 | 0.723361 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,825 | luapi_application.h | xournalpp_xournalpp/src/core/plugin/luapi_application.h | /*
* Xournal++
*
* Lua API, application library
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstring>
#include <limits> // for numeric_limits
#include <memory>
#include <sstream>
#include <gtk/gtk.h>
#include <stdint.h>
#inclu... | 111,419 | C++ | .h | 2,630 | 35.957414 | 120 | 0.604156 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,826 | ActionBackwardCompatibilityLayer.h | xournalpp_xournalpp/src/core/plugin/ActionBackwardCompatibilityLayer.h | /*
* Xournal++
*
* Compat. layer for mapping old plugin action triggers to new actions
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "config-features.h" // for ENABLE_PLUGINS
#ifdef ENABLE_PLUGINS
#include <string_view>
class ... | 637 | C++ | .h | 23 | 25.913043 | 74 | 0.769737 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,827 | Plugin.h | xournalpp_xournalpp/src/core/plugin/Plugin.h | /*
* Xournal++
*
* A single Xournal++ Plugin
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <limits> // for numeric_limits
#include <memory> // for unique_ptr
#include "config-features.h" // ... | 6,774 | C++ | .h | 152 | 39.467105 | 119 | 0.654758 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,828 | PluginController.h | xournalpp_xournalpp/src/core/plugin/PluginController.h | /*
* Xournal++
*
* Plugin main controller
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string>
#include <vector>
#include <gtk/gtk.h> // for GtkApplicationWindow
#include "Plugin.h"
#include "filesystem.h"
... | 1,223 | C++ | .h | 51 | 20.176471 | 77 | 0.686207 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,829 | Control.h | xournalpp_xournalpp/src/core/control/Control.h | /*
* Xournal++
*
* The main Control
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <optional> // for optional
#include <string> // for string, allocator
... | 17,764 | C++ | .h | 444 | 34.923423 | 120 | 0.712775 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,830 | Tool.h | xournalpp_xournalpp/src/core/control/Tool.h | /*
* Xournal++
*
* A tool
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <array> // for array
#include <optional> // for optional
#include <string> // for string
#include "control/ToolEnums.h" // for ToolType, ToolCapabil... | 1,778 | C++ | .h | 60 | 25.433333 | 81 | 0.678824 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,831 | PrintHandler.h | xournalpp_xournalpp/src/core/control/PrintHandler.h | /*
* Xournal++
*
* Prints a document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <gtk/gtk.h> // for GtkWindow
class Document;
namespace PrintHandler {
void print(Document* doc, size_t curren... | 349 | C++ | .h | 17 | 18.705882 | 65 | 0.721713 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,832 | RecentManager.h | xournalpp_xournalpp/src/core/control/RecentManager.h | /*
* Xournal++
*
* The recent opened files
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkRecentInfo
#include "util/TinyVector.h"
#include "util/raii/CLibrariesSPtr.h"
#include "filesystem.h" // for path
... | 1,668 | C++ | .h | 58 | 26.758621 | 89 | 0.758448 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,833 | LatexController.h | xournalpp_xournalpp/src/core/control/LatexController.h | /*
* Xournal++
*
* Controller for Latex stuff
*
* @author W Brenna
* http://wbrenna.ca
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <gio/gio.h> // for GAs... | 5,197 | C++ | .h | 186 | 22.978495 | 116 | 0.658753 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,834 | PageBackgroundChangeController.h | xournalpp_xournalpp/src/core/control/PageBackgroundChangeController.h | /*
* Xournal++
*
* Handle page background change and all other PageBackground stuff
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <functional>
#include <memory> // for unique_ptr
#include <option... | 2,925 | C++ | .h | 71 | 37.366197 | 109 | 0.735656 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | 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.