pandemonium_engine/modules/paint
2022-09-10 04:18:55 +02:00
..
actions Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
dialogs Moved a few more core classes. 2022-08-17 17:43:49 +02:00
doc_classes Re-extracted class docs. 2022-09-10 04:18:55 +02:00
icons Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
shaders Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
bush_prefabs.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
bush_prefabs.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
config.py Fix doc class strings, and add missing ones. 2022-08-21 00:32:32 +02:00
LICENSE
paint_canvas_background.cpp Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
paint_canvas_background.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
paint_canvas_layer.cpp Fixed the tool layer. 2022-06-21 16:28:17 +02:00
paint_canvas_layer.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
paint_canvas_outline.cpp
paint_canvas_outline.h
paint_canvas.cpp Fix typo. 2022-06-21 23:05:26 +02:00
paint_canvas.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
paint_color_grid.cpp
paint_color_grid.h
paint_editor_plugin.cpp Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +02:00
paint_editor_plugin.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
paint_layer_button.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
paint_layer_button.h
paint_navbar.cpp Fixed resizing the canvas. Also now the new menu will clear all layers. 2022-06-21 22:58:54 +02:00
paint_navbar.h
paint_selection_box.cpp Also port the logic of the selection box and visual grid. 2022-04-17 18:14:06 +02:00
paint_selection_box.h Also port the logic of the selection box and visual grid. 2022-04-17 18:14:06 +02:00
paint_settings.cpp Also ported the settings dialog. 2022-04-17 17:23:58 +02:00
paint_settings.h Also ported the settings dialog. 2022-04-17 17:23:58 +02:00
paint_utilities.cpp
paint_utilities.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
paint_visual_grid.cpp Fix resizing PaintCanvas. 2022-06-21 22:27:44 +02:00
paint_visual_grid.h Fix resizing PaintCanvas. 2022-06-21 22:27:44 +02:00
paint_window.cpp Improved PaintWindow mouse emulation from touch support a bit more. 2022-09-01 01:56:59 +02:00
paint_window.h Fix PaintWindow with mouse emulation from touch. 2022-09-01 00:40:18 +02:00
register_types.cpp Register the actions to the classdb. 2022-06-21 17:12:03 +02:00
register_types.h
SCsub Properly ported PaintCanvasBackground. 2022-04-18 15:32:55 +02:00