cobrapitz
93610d2f9c
- fixed some null error relating to non existing pixels
...
- added layer highlighting (locked, selected, unselected)
- brush preview enhancements
- removed prints
- fixed color picker tool not picking and adding color
- fixed tool layer not clearing pixels if out of canvas
- added clear active canvas button
- disabled not implemented menu buttons
- workaround for png saving, when files exists
2020-11-08 19:53:33 +01:00
cobrapitz
a46eb96ca7
added pastecut tool
2020-11-03 19:24:15 +01:00
cobrapitz
52b5363c9a
update
2020-11-03 19:23:53 +01:00
cobrapitz
fd5907a8b4
fixed layer redo/undo, added redo, fixed duplicate layer
2020-11-02 03:59:25 +01:00
cobrapitz
fee893e07d
zoom behavior tweaked
2020-11-02 02:22:58 +01:00
cobrapitz
3b71355e7d
renamed paint to pixel paint
2020-11-01 14:46:39 +01:00
cobrapitz
8484a93eda
no echo when undo, added custom colors to grid on color change, when loading imgs bigger than canvas then canvas size increases
2020-10-31 18:35:52 +01:00
cobrapitz
d1e58f7c55
fix load image, fixed layer sort, added lock layer, added show current pixel color
2020-10-31 17:47:56 +01:00
cobrapitz
e51ae47bcf
added resize, toggle grid, fix mouse interacting with canvas outside of window, improved performance, only render when changed, using TextureRects' set_pixel instead of drawing rects, canvas size can be changed, load file added ( loadfile and save file might be broken due to change of layer rendering/data structure change)
2020-10-30 12:32:04 +01:00
cobrapitz
af82266561
reimplemented tools, implmemented undo, reimplemented layers
2020-10-27 20:18:11 +01:00
cobrapitz
f1787477fc
got action do/undo working, added brush'
2020-10-26 20:31:41 +01:00
cobrapitz
cfd5d9e6ba
reimplementd how pixels are drawn, not suing texture but hte draw_rect method which shouldn't take that much performance, also acxcessing the pxiels per idx (1D) with x_pos + y_pos * canvas_width = idx
2020-10-26 17:01:31 +01:00
cobrapitz
6ca768ee8e
changed editor to tab editor, ......
2020-10-25 18:39:10 +01:00
Flairieve
5d231a2153
Added notification system
2019-11-29 05:50:32 -06:00
Flairieve
996433f46d
Fixed color picker bug
2019-11-29 03:57:56 -06:00
Flairieve
7fdb3fc04c
Fixed some layer bugs and updated gitignore
2019-11-29 02:26:01 -06:00
Flairieve
7b08d9106f
Added info to camera script
2019-11-26 23:43:34 -06:00
Flairieve
779142601c
Remove used code
2019-11-26 23:33:20 -06:00
Flairieve
2b33048819
Updated settings and dialogs
2019-11-26 23:09:09 -06:00
Flairieve
f92049d2ae
Generate the navbar automatically
2019-11-24 13:12:55 -06:00
Flairieve
f239129542
Added colored background to the editor
2019-11-24 02:33:45 -06:00
Flairieve
b838e2383b
Added color rectangle for layer previews
2019-11-23 20:10:59 -06:00
Flairieve
a4228b4d29
Added layer preview
2019-11-23 17:55:30 -06:00
Flairieve
bd733fce12
Added layer visible hint
2019-11-23 17:51:49 -06:00
Flairieve
d2002543da
Huge update!
2019-11-23 05:33:43 -06:00
Flairieve
174a3aa450
Fixed ColorPicker and added time debug class
2019-08-08 03:49:17 -05:00
Flairieve
a08067aed1
Added grid settings
2019-08-06 00:36:52 -05:00
Flairieve
298988e174
Improved README.md!
2019-08-05 20:54:13 -05:00
Flairieve
42f7abf88a
Added more canvas outline settings
2019-08-05 20:19:40 -05:00
Flairieve
d8bcc2df3f
Removed self on a lot of lines
2019-08-04 19:16:14 -05:00
Flairieve
13c3a1716b
Updated license!
2019-08-04 02:59:37 -05:00
Flairieve
5168ed8193
First commit!
2019-08-04 02:57:42 -05:00
Flairieve
0a82366f7b
Initial commit
2019-08-04 02:53:25 -05:00