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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13,036 | InputEvents.h | xournalpp_xournalpp/src/core/gui/inputdevices/InputEvents.h | /*
* Xournal++
*
* [Header description]
*
* @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 <gdk/gdk.h> // for GdkEvent, gdk_event_free, gdk_event_copy
#include <gl... | 2,760 | C++ | .h | 85 | 28.411765 | 116 | 0.720921 | 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 |
13,037 | CompassInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/CompassInputHandler.h | /*
* Xournal++
*
* Input handler for the compass.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "GeometryToolInputHandler.h"
class Stroke;
class GeometryToolController;
struct InputEvent;
/**
* @brief Input handler for the comp... | 930 | C++ | .h | 34 | 24.588235 | 95 | 0.760135 | 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 |
13,038 | SetsquareInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/SetsquareInputHandler.h | /*
* Xournal++
*
* Input handler for the setsquare.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "GeometryToolInputHandler.h"
class Stroke;
class GeometryToolController;
struct InputEvent;
/**
* @brief Input handler for the se... | 919 | C++ | .h | 33 | 25.181818 | 97 | 0.767918 | 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 |
13,039 | AbstractInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/AbstractInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "PositionInputData.h" // for PositionInputData
class InputContext;
class XojPageView;
struct InputEvent;
/**
* Abstract class for a specific... | 996 | C++ | .h | 37 | 24 | 106 | 0.763407 | 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 |
13,040 | KeyboardInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/KeyboardInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class InputContext;
struct KeyEvent;
class KeyboardInputHandler final {
private:
public:
explicit KeyboardInputHandler(InputContext* inputContext);
... | 473 | C++ | .h | 23 | 18.130435 | 62 | 0.76009 | 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 |
13,041 | TouchDrawingInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/TouchDrawingInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkEventSequence
#include "PenInputHandler.h" // for PenInputHandler
class InputContext;
struct InputEvent;
class TouchD... | 998 | C++ | .h | 35 | 25.228571 | 66 | 0.754717 | 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 |
13,042 | PositionInputData.h | xournalpp_xournalpp/src/core/gui/inputdevices/PositionInputData.h | /*
* Xournal++
*
* Base class for device input handling
* Data to do an input
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkModifierType
#include <glib.h> // for guint32
#include "DeviceId.h"
class Po... | 638 | C++ | .h | 31 | 17.451613 | 50 | 0.685524 | 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 |
13,043 | InputContext.h | xournalpp_xournalpp/src/core/gui/inputdevices/InputContext.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <set> // for set
#include <string> // for string
#include <gdk/gdk.h> // for GdkEvent, GdkModifierT... | 2,700 | C++ | .h | 89 | 26.303371 | 88 | 0.736497 | 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 |
13,044 | GeometryToolInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/GeometryToolInputHandler.h | /*
* Xournal++
*
* Input handler for the geometry tool.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <map> // for map
#include <vector> // for vector
#include <gdk/gdk.h> // for GdkEventSequence
#include "util/DispatchPoo... | 5,332 | C++ | .h | 145 | 31.813793 | 120 | 0.697575 | 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 |
13,045 | TouchDisableInterface.h | xournalpp_xournalpp/src/core/gui/inputdevices/touchdisable/TouchDisableInterface.h | /*
* Xournal++
*
* Interface for touch disable implementations
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class TouchDisableInterface {
public:
TouchDisableInterface();
virtual ~TouchDisableInterface();
public:
virtual voi... | 416 | C++ | .h | 21 | 17.190476 | 46 | 0.725641 | 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 |
13,046 | TouchDisableCustom.h | xournalpp_xournalpp/src/core/gui/inputdevices/touchdisable/TouchDisableCustom.h | /*
* Xournal++
*
* Interface for touch disable implementations
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "TouchDisableInterface.h" // for TouchDisableInterface
class TouchDisableCustom: pub... | 623 | C++ | .h | 24 | 23.291667 | 78 | 0.763514 | 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 |
13,047 | TouchDisableX11.h | xournalpp_xournalpp/src/core/gui/inputdevices/touchdisable/TouchDisableX11.h | /*
* Xournal++
*
* Interface for touch disable implementations
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#ifdef X11_ENABLED
#include <X11/X.h> // for Atom, None
#include <X11/Xlib.h> // for Display
#incl... | 1,024 | C++ | .h | 47 | 17.978723 | 64 | 0.639004 | 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 |
13,048 | SetsquareView.h | xournalpp_xournalpp/src/core/view/SetsquareView.h | /*
* Xournal++
*
* A setsquare view
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cmath>
#include <cairo.h> // for cairo_t
#include "model/Setsquare.h" // for Setsquare
#include "util/DispatchPool.h"
#include "view/overlays/B... | 2,972 | C++ | .h | 90 | 29.166667 | 120 | 0.709339 | 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 |
13,049 | TexImageView.h | xournalpp_xournalpp/src/core/view/TexImageView.h | /*
* Xournal++
*
* Displays a TexImage Element
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "View.h"
class TexImage;
class xoj::view::TexImageView: public xoj::view::ElementView {
public:
TexImageView(const TexImage* texIma... | 494 | C++ | .h | 24 | 17.708333 | 62 | 0.702586 | 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 |
13,050 | ImageView.h | xournalpp_xournalpp/src/core/view/ImageView.h | /*
* Xournal++
*
* Displays a Image Element
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "View.h"
class Image;
class xoj::view::ImageView: public xoj::view::ElementView {
public:
ImageView(const Image* image);
virtual ~... | 467 | C++ | .h | 24 | 16.583333 | 59 | 0.684211 | 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 |
13,051 | CompassView.h | xournalpp_xournalpp/src/core/view/CompassView.h | /*
* Xournal++
*
* A Compass view
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "model/Compass.h" // for Compass
#include "util/DispatchPool.h"
#include "util/safe_casts.h" // for floor_cast
#... | 2,756 | C++ | .h | 84 | 29.047619 | 97 | 0.709921 | 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 |
13,052 | TextView.h | xournalpp_xournalpp/src/core/view/TextView.h | /*
* Xournal++
*
* Displays a text Element
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include <pango/pangocairo.h> // for PangoLayout, cairo_t
#include "util/raii/GOb... | 789 | C++ | .h | 32 | 21.5625 | 85 | 0.682731 | 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 |
13,053 | StrokeViewHelper.h | xournalpp_xournalpp/src/core/view/StrokeViewHelper.h | /*
* Xournal++
*
* Draw stroke
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector>
#include <cairo.h>
class LineStyle;
class Point;
namespace xoj::view::StrokeViewHelper {
/**
* @brief Simply adds the points to a cairo con... | 1,108 | C++ | .h | 32 | 32.21875 | 119 | 0.727528 | 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 |
13,054 | GeometryToolView.h | xournalpp_xournalpp/src/core/view/GeometryToolView.h | /*
* Xournal++
*
* A GeometryTool view
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cmath>
#include <cairo.h> // for cairo_t
#include "control/zoom/ZoomListener.h"
#include "model/GeometryTool.h" // for GeometryTool
#include... | 3,595 | C++ | .h | 106 | 29.622642 | 119 | 0.697171 | 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 |
13,055 | ElementContainerView.h | xournalpp_xournalpp/src/core/view/ElementContainerView.h | /*
* Xournal++
*
* Displays the content of a selection
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class ElementContainer;
namespace xoj::view {
class Context;
class ElementContainerView {
public:
ElementContainerView(const Element... | 535 | C++ | .h | 25 | 18.76 | 60 | 0.730159 | 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 |
13,056 | Mask.h | xournalpp_xournalpp/src/core/view/Mask.h | /*
* Xournal++
*
* Virtual class for showing overlays (e.g. active tools, selections and so on)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h>
#include <gdk/gdk.h>
#include "util/raii/CairoWrappers.h"
class Range;
name... | 2,622 | C++ | .h | 74 | 31.108108 | 119 | 0.683629 | 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 |
13,057 | DocumentView.h | xournalpp_xournalpp/src/core/view/DocumentView.h | /*
* Xournal++
*
* Paints a page to a cairo context
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "model/PageRef.h" // for PageRef
#include "util/ElementRange.h"
#include "view/background/Backg... | 2,551 | C++ | .h | 76 | 28.736842 | 118 | 0.699065 | 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 |
13,058 | View.h | xournalpp_xournalpp/src/core/view/View.h | /*
* Xournal++
*
* Namespace for view related classes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <gtk/gtk.h>
class Element;
namespace xoj {
namespace view {
enum NonAudioTreatment : bool { FADE_OUT_NON_AUD... | 1,270 | C++ | .h | 41 | 28.609756 | 117 | 0.745484 | 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 |
13,059 | LayerView.h | xournalpp_xournalpp/src/core/view/LayerView.h | /*
* Xournal++
*
* Displays a Layer
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class Layer;
namespace xoj::view {
class Context;
class LayerView {
public:
LayerView(const Layer* layer);
/**
* @brief Draws the entire Layer... | 470 | C++ | .h | 26 | 15.346154 | 41 | 0.678082 | 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 |
13,060 | Repaintable.h | xournalpp_xournalpp/src/core/view/Repaintable.h | /*
* Xournal++
*
*
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class Range;
class ZoomControl;
namespace xoj::util {
template <typename T>
class Rectangle;
};
namespace xoj::view {
class OverlayView;
class ToolView;
class Repaintable {... | 1,885 | C++ | .h | 56 | 29.785714 | 120 | 0.700605 | 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 |
13,061 | StrokeView.h | xournalpp_xournalpp/src/core/view/StrokeView.h | /*
* Xournal++
*
* Draw stroke
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t, CAIRO_LINE_CAP_BUTT, CAIRO_LINE_CAP_ROUND
#include "View.h" // for ElementView
class Stroke;
class xoj::view::StrokeView: ... | 1,340 | C++ | .h | 36 | 32.277778 | 120 | 0.685714 | 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 |
13,062 | ErasableStrokeView.h | xournalpp_xournalpp/src/core/view/ErasableStrokeView.h | /*
* Xournal++
*
* Draw stroke
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <utility> // for pair
#include <cairo.h> // for cairo_t
class ErasableStroke;
class Range;
namespace xoj {
namespace view {
class Mask;
class Erasa... | 1,532 | C++ | .h | 51 | 26.313725 | 120 | 0.698639 | 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 |
13,063 | DebugShowRepaintBounds.h | xournalpp_xournalpp/src/core/view/DebugShowRepaintBounds.h | #pragma once
#include "config-debug.h"
#ifdef DEBUG_SHOW_REPAINT_BOUNDS
#define IF_DEBUG_REPAINT(f) f
#else
#define IF_DEBUG_REPAINT(f)
#endif
| 145 | C++ | .h | 7 | 19.428571 | 32 | 0.794118 | 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 |
13,064 | LinedBackgroundView.h | xournalpp_xournalpp/src/core/view/background/LinedBackgroundView.h | /*
* Xournal++
*
* Class for lined backgrounds (= ruled + vertical margin line)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "model/BackgroundConfig.h" // for BackgroundConfig
#include "util/C... | 1,040 | C++ | .h | 28 | 34.535714 | 116 | 0.741036 | 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 |
13,065 | GraphBackgroundView.h | xournalpp_xournalpp/src/core/view/background/GraphBackgroundView.h | /*
* Xournal++
*
* Class for graph backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "OneColorBackgroundView.h" // for OneColorBackgroundView
cla... | 988 | C++ | .h | 30 | 30.133333 | 116 | 0.750263 | 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 |
13,066 | BackgroundView.h | xournalpp_xournalpp/src/core/view/background/BackgroundView.h | /*
* Xournal++
*
* Displays a background
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <cairo.h> // for cairo_t
#include "model/PageRef.h" // for PageRef
#include "util/Color.h" // for ... | 1,415 | C++ | .h | 40 | 29.075 | 120 | 0.656158 | 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 |
13,067 | OneColorBackgroundView.h | xournalpp_xournalpp/src/core/view/background/OneColorBackgroundView.h | /*
* Xournal++
*
* Class for backgrounds with lineWidth and a line color
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include "util/Color.h" // for Color
#include "PlainBackgroundView.h" // for PlainB... | 1,161 | C++ | .h | 33 | 31.515152 | 118 | 0.747096 | 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 |
13,068 | IsoDottedBackgroundView.h | xournalpp_xournalpp/src/core/view/background/IsoDottedBackgroundView.h | /*
* Xournal++
*
* Class for isometric graph backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "BaseIsometricBackgroundView.h" // for BaseIsometri... | 902 | C++ | .h | 27 | 30.185185 | 120 | 0.750865 | 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 |
13,069 | ImageBackgroundView.h | xournalpp_xournalpp/src/core/view/background/ImageBackgroundView.h | /*
* Xournal++
*
* Displays a background image
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "BackgroundView.h" // for BackgroundView
struct BackgroundImage;
namespace xoj::view {
class Image... | 696 | C++ | .h | 26 | 24.153846 | 93 | 0.739065 | 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 |
13,070 | BaseIsometricBackgroundView.h | xournalpp_xournalpp/src/core/view/background/BaseIsometricBackgroundView.h | /*
* Xournal++
*
* Base class for isometric backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "OneColorBackgroundView.h" // for OneColorBackground... | 1,139 | C++ | .h | 31 | 32.322581 | 103 | 0.726776 | 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 |
13,071 | StavesBackgroundView.h | xournalpp_xournalpp/src/core/view/background/StavesBackgroundView.h | /*
* Xournal++
*
* Class for staves backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "OneColorBackgroundView.h" // for OneColorBackgroundView
cl... | 1,178 | C++ | .h | 32 | 33.875 | 117 | 0.75022 | 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 |
13,072 | TransparentCheckerboardBackgroundView.h | xournalpp_xournalpp/src/core/view/background/TransparentCheckerboardBackgroundView.h | /*
* Xournal++
*
* Class for transparent backgrounds (checkerboard pattern)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_pattern_t, cairo_t
#include "util/Color.h" // for Color
#include "BackgroundView.... | 920 | C++ | .h | 29 | 29.034483 | 79 | 0.757644 | 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 |
13,073 | PlainBackgroundView.h | xournalpp_xournalpp/src/core/view/background/PlainBackgroundView.h | /*
* Xournal++
*
* Class for plain backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <utility> // for pair
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "BackgroundView.h" // for Ba... | 782 | C++ | .h | 26 | 27.615385 | 113 | 0.741633 | 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 |
13,074 | PdfBackgroundView.h | xournalpp_xournalpp/src/core/view/background/PdfBackgroundView.h | /*
* Xournal++
*
* Displays a pdf background
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <cairo.h> // for cairo_t
#include "BackgroundView.h" // for BackgroundView
class PdfCache;
namespac... | 812 | C++ | .h | 31 | 23.483871 | 104 | 0.719844 | 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 |
13,075 | IsoGraphBackgroundView.h | xournalpp_xournalpp/src/core/view/background/IsoGraphBackgroundView.h | /*
* Xournal++
*
* Class for isometric graph backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "BaseIsometricBackgroundView.h" // for BaseIsometri... | 899 | C++ | .h | 27 | 30.074074 | 119 | 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 |
13,076 | RuledBackgroundView.h | xournalpp_xournalpp/src/core/view/background/RuledBackgroundView.h | /*
* Xournal++
*
* Class for ruled backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "OneColorBackgroundView.h" // for OneColorBackgroundView
cla... | 1,061 | C++ | .h | 30 | 32.533333 | 116 | 0.756121 | 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 |
13,077 | DottedBackgroundView.h | xournalpp_xournalpp/src/core/view/background/DottedBackgroundView.h | /*
* Xournal++
*
* Class for graph backgrounds
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h" // for Color
#include "OneColorBackgroundView.h" // for OneColorBackgroundView
cla... | 934 | C++ | .h | 28 | 30.714286 | 117 | 0.756968 | 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 |
13,078 | BackgroundFlags.h | xournalpp_xournalpp/src/core/view/background/BackgroundFlags.h | /*
* Xournal++
*
* Flags for background painting
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
namespace xoj::view {
enum PDFBackgroundTreatment : bool { SHOW_PDF_BACKGROUND = true, HIDE_PDF_BACKGROUND = false };
enum ImageBackgroundTreat... | 1,537 | C++ | .h | 31 | 43.322581 | 117 | 0.727333 | 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 |
13,079 | ShapeToolView.h | xournalpp_xournalpp/src/core/view/overlays/ShapeToolView.h | /*
* Xournal++
*
* View active shape tools (rectangle, ellipse and so on)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/DispatchPool.h" // for Listener
#include "BaseShapeOrSplineToolView... | 1,378 | C++ | .h | 45 | 27.111111 | 104 | 0.731818 | 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 |
13,080 | SplineToolView.h | xournalpp_xournalpp/src/core/view/overlays/SplineToolView.h | /*
* Xournal++
*
* View active spline tool
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h>
#include "control/zoom/ZoomListener.h"
#include "util/Color.h"
#include "util/DispatchPool.h"
#include "BaseShapeOrSplineToolView.... | 2,057 | C++ | .h | 64 | 28.25 | 104 | 0.733064 | 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 |
13,081 | ImageSizeSelectionView.h | xournalpp_xournalpp/src/core/view/overlays/ImageSizeSelectionView.h | /*
* Xournal++
*
* Displays a Rectangle to see while selecting space for an image
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <array> // for std::array
#include "util/Color.h" // for Color
#include "util/DispatchPool.h"... | 1,512 | C++ | .h | 43 | 31.860465 | 116 | 0.740563 | 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 |
13,082 | PdfElementSelectionView.h | xournalpp_xournalpp/src/core/view/overlays/PdfElementSelectionView.h | /*
* Xournal++
*
* View pdf selections
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h"
#include "util/DispatchPool.h" // for Listener
#include "view/overlays/OverlayView.h"
class O... | 1,415 | C++ | .h | 46 | 27.5 | 110 | 0.74595 | 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 |
13,083 | BaseShapeOrSplineToolView.h | xournalpp_xournalpp/src/core/view/overlays/BaseShapeOrSplineToolView.h | /*
* Xournal++
*
* Base view for shapes or spline tools
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h>
#include "util/Range.h"
#include "view/Mask.h"
#include "BaseStrokeToolView.h"
class InputHandler;
namespace xoj::v... | 1,038 | C++ | .h | 34 | 27.647059 | 100 | 0.755287 | 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 |
13,084 | OverlayView.h | xournalpp_xournalpp/src/core/view/overlays/OverlayView.h | /*
* Xournal++
*
* Virtual class for showing overlays (e.g. active tools, selections and so on)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h>
class OverlayBase;
namespace xoj::view {
class Repaintable;
class OverlayVie... | 973 | C++ | .h | 36 | 23.972222 | 94 | 0.705819 | 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 |
13,085 | SearchResultView.h | xournalpp_xournalpp/src/core/view/overlays/SearchResultView.h | /*
* Xournal++
*
* View highlighting search results
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/Color.h"
#include "util/DispatchPool.h" // for Listener
#include "view/overlays/OverlayVie... | 1,403 | C++ | .h | 46 | 26.782609 | 96 | 0.734027 | 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 |
13,086 | VerticalToolView.h | xournalpp_xournalpp/src/core/view/overlays/VerticalToolView.h | /*
* Xournal++
*
* View active VerticalTool (move elements up and down)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "control/tools/VerticalToolHandler.h" // for Side
#include "control/zoom/Zoo... | 2,091 | C++ | .h | 66 | 27.833333 | 114 | 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 |
13,087 | StrokeToolFilledHighlighterView.h | xournalpp_xournalpp/src/core/view/overlays/StrokeToolFilledHighlighterView.h | /*
* Xournal++
*
* View active stroke tool -- for filled highlighter only
* In this case, the mask needs to be wiped at every iteration, and repainted to avoid artefacts like in
* https://github.com/xournalpp/xournalpp/issues/3709
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp... | 754 | C++ | .h | 22 | 32.090909 | 115 | 0.759945 | 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 |
13,088 | StrokeToolFilledView.h | xournalpp_xournalpp/src/core/view/overlays/StrokeToolFilledView.h | /*
* Xournal++
*
* View active stroke tool -- filled strokes, but not filled highlighter.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector>
#include <cairo.h>
#include "model/Point.h"
#include "util/Point.h"
#include "Strok... | 1,502 | C++ | .h | 45 | 29.511111 | 104 | 0.715177 | 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 |
13,089 | BaseStrokeToolView.h | xournalpp_xournalpp/src/core/view/overlays/BaseStrokeToolView.h | /*
* Xournal++
*
* Virtual class for showing overlays (e.g. active tools, selections and so on)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h>
#include "model/LineStyle.h"
#include "util/Color.h"
#include "view/overlays/... | 1,287 | C++ | .h | 42 | 27.214286 | 107 | 0.718447 | 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 |
13,090 | StrokeToolView.h | xournalpp_xournalpp/src/core/view/overlays/StrokeToolView.h | /*
* Xournal++
*
* View active stroke tool - abstract base class
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector>
#include <cairo.h>
#include "util/DispatchPool.h"
#include "view/Mask.h"
#include "BaseStrokeToolView.h"
cl... | 2,983 | C++ | .h | 85 | 30.905882 | 109 | 0.716522 | 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 |
13,091 | SelectionView.h | xournalpp_xournalpp/src/core/view/overlays/SelectionView.h | /*
* Xournal++
*
* Displays the content of a selection
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "util/Color.h"
#include "util/DispatchPool.h"
#include "OverlayView.h"
#include "cairo.h"
class Selection;
class Range;
namespa... | 1,223 | C++ | .h | 41 | 26.658537 | 89 | 0.740614 | 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 |
13,092 | TextEditionView.h | xournalpp_xournalpp/src/core/view/overlays/TextEditionView.h | /*
* Xournal++
*
* View active text edition
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "util/DispatchPool.h" // for Listener
#include "view/overlays/OverlayView.h"
class OverlayBase;
class T... | 1,727 | C++ | .h | 54 | 28.62963 | 98 | 0.733574 | 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 |
13,093 | Action.enum.h | xournalpp_xournalpp/src/core/enums/Action.enum.h | /*
* Xournal++
*
* Enum for all actions
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string>
#include <glib.h> // for g_warning
#include "util/Assert.h"
#include "util/StringUtils.h"
#include "util/safe_casts.h" // for to_un... | 4,088 | C++ | .h | 161 | 20.776398 | 110 | 0.614674 | 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 |
13,094 | Action.NameMap.generated.h | xournalpp_xournalpp/src/core/enums/generated/Action.NameMap.generated.h | // ** THIS FILE IS GENERATED **
// ** use generateConvert.php to update this file **
#pragma once
constexpr const char* ACTION_NAMES[] = { // Action to string conversion map
"new-file",
"open",
"annotate-pdf",
"save",
"save-as",
"export-as-pdf",
"export-as",
... | 3,068 | C++ | .h | 115 | 17.930435 | 76 | 0.51322 | 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 |
13,095 | setup-env.h | xournalpp_xournalpp/src/exe/osx/setup-env.h | #pragma once
/**
* Sets up all environment variables.
*/
void setupEnvironment();
| 85 | C++ | .h | 5 | 15.4 | 37 | 0.746835 | 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 |
13,096 | console.h | xournalpp_xournalpp/src/exe/win32/console.h | #pragma once
/**
* Allocates a new (hidden) console and associates the standard input and output handles with it.
*/
void attachConsole();
| 142 | C++ | .h | 5 | 26.8 | 97 | 0.764706 | 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 |
13,101 | FileAppender.cpp | mltframework_shotcut/CuteLogger/src/FileAppender.cpp | /*
Copyright (c) 2010 Boris Moiseev (cyberbobs at gmail dot com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 2.1
as published by the Free Software Foundation and appearing in the file
LICENSE.LGPL included in the pac... | 3,662 | C++ | .cpp | 119 | 28.016807 | 119 | 0.738116 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | false |
13,105 | mltxmlchecker.cpp | mltframework_shotcut/src/mltxmlchecker.cpp | /*
* Copyright (c) 2014-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 31,284 | C++ | .cpp | 740 | 30.148649 | 134 | 0.537591 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,106 | jobqueue.cpp | mltframework_shotcut/src/jobqueue.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 6,915 | C++ | .cpp | 213 | 25.502347 | 103 | 0.598143 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,107 | openotherdialog.cpp | mltframework_shotcut/src/openotherdialog.cpp | /*
* Copyright (c) 2012-2023 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 11,846 | C++ | .cpp | 251 | 37.988048 | 103 | 0.611207 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,108 | util.cpp | mltframework_shotcut/src/util.cpp | /*
* Copyright (c) 2014-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 31,432 | C++ | .cpp | 833 | 30.048019 | 149 | 0.612632 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,109 | main.cpp | mltframework_shotcut/src/main.cpp | /*
* Copyright (c) 2011-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 19,734 | C++ | .cpp | 460 | 33.671739 | 140 | 0.611767 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,110 | sharedframe.cpp | mltframework_shotcut/src/sharedframe.cpp | /*
* Copyright (c) 2015-2023 Meltytech, LLC
* Author: Brian Matherly <code@brianmatherly.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | 7,748 | C++ | .cpp | 223 | 28.955157 | 97 | 0.632176 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,111 | settings.cpp | mltframework_shotcut/src/settings.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 36,623 | C++ | .cpp | 1,186 | 27.63575 | 116 | 0.748338 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,112 | actions.cpp | mltframework_shotcut/src/actions.cpp | /*
* Copyright (c) 2013-2023 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 5,397 | C++ | .cpp | 144 | 31.895833 | 89 | 0.67062 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,113 | mltcontroller.cpp | mltframework_shotcut/src/mltcontroller.cpp | /*
* Copyright (c) 2011-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 63,402 | C++ | .cpp | 1,621 | 29.926589 | 132 | 0.579862 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,114 | autosavefile.cpp | mltframework_shotcut/src/autosavefile.cpp | /*
* Copyright (c) 2011-2016 Meltytech, LLC
* Author: Dan Dennedy <dan@dennedy.org>
* Loosely based on ideas from KAutoSaveFile by Jacob R Rideout <kde@jacobrideout.net>
* and Kdenlive by Jean-Baptiste Mardelle.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the ... | 2,664 | C++ | .cpp | 80 | 28.95 | 96 | 0.707782 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
13,115 | mainwindow.cpp | mltframework_shotcut/src/mainwindow.cpp | /*
* Copyright (c) 2011-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 216,951 | C++ | .cpp | 5,059 | 34.987152 | 206 | 0.644925 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,116 | abstractproducerwidget.cpp | mltframework_shotcut/src/abstractproducerwidget.cpp | /*
* Copyright (c) 2012-2023 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 1,743 | C++ | .cpp | 45 | 34.6 | 82 | 0.693444 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,117 | proxymanager.cpp | mltframework_shotcut/src/proxymanager.cpp | /*
* Copyright (c) 2020-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 28,105 | C++ | .cpp | 689 | 31.94775 | 125 | 0.591409 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,119 | windowstools.cpp | mltframework_shotcut/src/windowstools.cpp | /*
* Copyright (c) 2012-2020 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 1,566 | C++ | .cpp | 47 | 30.170213 | 72 | 0.7462 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
13,120 | transcoder.cpp | mltframework_shotcut/src/transcoder.cpp | /*
* Copyright (c) 2023-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 11,553 | C++ | .cpp | 272 | 33.040441 | 160 | 0.569664 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,121 | player.cpp | mltframework_shotcut/src/player.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 56,797 | C++ | .cpp | 1,350 | 35.337037 | 111 | 0.648809 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,122 | database.cpp | mltframework_shotcut/src/database.cpp | /*
* Copyright (c) 2013-2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 4,665 | C++ | .cpp | 118 | 31.237288 | 119 | 0.615385 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,123 | videowidget.cpp | mltframework_shotcut/src/videowidget.cpp | /*
* Copyright (c) 2011-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 19,687 | C++ | .cpp | 563 | 28.619893 | 110 | 0.635363 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,124 | filtersdock.cpp | mltframework_shotcut/src/docks/filtersdock.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 8,889 | C++ | .cpp | 215 | 35.423256 | 98 | 0.673451 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,125 | jobsdock.cpp | mltframework_shotcut/src/docks/jobsdock.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 6,737 | C++ | .cpp | 190 | 30.068421 | 122 | 0.667637 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,126 | scopedock.cpp | mltframework_shotcut/src/docks/scopedock.cpp | /*
* Copyright (c) 2015-2023 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 2,274 | C++ | .cpp | 59 | 34.474576 | 91 | 0.724638 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,127 | subtitlesdock.cpp | mltframework_shotcut/src/docks/subtitlesdock.cpp | /*
* Copyright (c) 2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | 48,598 | C++ | .cpp | 1,132 | 35.337456 | 127 | 0.651844 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,128 | recentdock.cpp | mltframework_shotcut/src/docks/recentdock.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 4,701 | C++ | .cpp | 146 | 27.472603 | 78 | 0.673204 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,129 | notesdock.cpp | mltframework_shotcut/src/docks/notesdock.cpp | /*
* Copyright (c) 2022-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 3,619 | C++ | .cpp | 104 | 29.192308 | 97 | 0.652013 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,130 | timelinedock.cpp | mltframework_shotcut/src/docks/timelinedock.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 156,942 | C++ | .cpp | 3,660 | 34.083333 | 131 | 0.615926 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,131 | keyframesdock.cpp | mltframework_shotcut/src/docks/keyframesdock.cpp | /*
* Copyright (c) 2016-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 53,812 | C++ | .cpp | 1,088 | 40.837316 | 111 | 0.645921 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,132 | playlistdock.cpp | mltframework_shotcut/src/docks/playlistdock.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 62,896 | C++ | .cpp | 1,438 | 36.196106 | 135 | 0.646243 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,133 | encodedock.cpp | mltframework_shotcut/src/docks/encodedock.cpp | /*
* Copyright (c) 2012-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 119,353 | C++ | .cpp | 2,697 | 33.821283 | 213 | 0.577889 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,134 | markersdock.cpp | mltframework_shotcut/src/docks/markersdock.cpp | /*
* Copyright (c) 2021-2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 16,856 | C++ | .cpp | 404 | 35.069307 | 130 | 0.686665 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,135 | timelineitems.cpp | mltframework_shotcut/src/qmltypes/timelineitems.cpp | /*
* Copyright (c) 2015-2020 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 6,381 | C++ | .cpp | 200 | 26.275 | 88 | 0.66 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
13,136 | colorpickeritem.cpp | mltframework_shotcut/src/qmltypes/colorpickeritem.cpp | /*
* Copyright (c) 2014-2022 Meltytech, LLC
* Inspiration: KDENLIVE colorpickerwidget.cpp by Till Theato (root@ttill.de)
* Inspiration: QColorDialog.cpp
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softw... | 2,335 | C++ | .cpp | 60 | 34.25 | 93 | 0.684303 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,137 | qmleditmenu.cpp | mltframework_shotcut/src/qmltypes/qmleditmenu.cpp | /*
* Copyright (c) 2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | 3,112 | C++ | .cpp | 75 | 36.88 | 93 | 0.72327 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,138 | qmlapplication.cpp | mltframework_shotcut/src/qmltypes/qmlapplication.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 7,971 | C++ | .cpp | 254 | 26.311024 | 108 | 0.671564 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,141 | qmlfile.cpp | mltframework_shotcut/src/qmltypes/qmlfile.cpp | /*
* Copyright (c) 2014-2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 3,444 | C++ | .cpp | 119 | 24.890756 | 92 | 0.640545 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,142 | qmlmetadata.cpp | mltframework_shotcut/src/qmltypes/qmlmetadata.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 5,324 | C++ | .cpp | 201 | 22.781095 | 98 | 0.694739 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
13,143 | messagedialog.cpp | mltframework_shotcut/src/qmltypes/messagedialog.cpp | /*
* Copyright (c) 2023 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progra... | 2,396 | C++ | .cpp | 74 | 26.959459 | 76 | 0.67201 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,145 | qmlrichtextmenu.cpp | mltframework_shotcut/src/qmltypes/qmlrichtextmenu.cpp | /*
* Copyright (c) 2022 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | 3,106 | C++ | .cpp | 67 | 42.298507 | 97 | 0.745118 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,146 | qmlfilter.cpp | mltframework_shotcut/src/qmltypes/qmlfilter.cpp | /*
* Copyright (c) 2013-2024 Meltytech, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | 43,712 | C++ | .cpp | 1,158 | 29.682211 | 141 | 0.601347 | mltframework/shotcut | 10,796 | 1,118 | 50 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.