Commit graph

  • 1a19440e6d
    Merge pull request #36 from Calinou/add-splash Overloaded 2019-12-15 00:39:29 +02:00
  • c4ca26c013
    Fix compatibility with Godot 3.1 Hugo Locurcio 2019-12-14 23:19:58 +01:00
  • 0962d15174
    Add French localization Hugo Locurcio 2019-12-14 21:12:59 +01:00
  • b0c6fb5769
    Add a splash screen to replace the Godot logo Hugo Locurcio 2019-12-14 20:14:46 +01:00
  • a4b7fe2205 Implemented a fix for UndoRedo leak (#34) - Thanks to qarmin! OverloadedOrama 2019-12-13 00:19:28 +02:00
  • 634c459d08 v0.5 - The UI update v0.5 OverloadedOrama 2019-12-12 17:20:17 +02:00
  • 87cddbce06 Fixed LightenDarken drawing bugs OverloadedOrama 2019-12-11 02:47:54 +02:00
  • 719d29526f Updated custom tool cursors & changed rectangle selection tool OverloadedOrama 2019-12-11 01:00:26 +02:00
  • 1bd8ec4ae0 Added 2 small sprites below the cursor for the selected tools OverloadedOrama 2019-12-10 19:56:16 +02:00
  • e26fd5077d Made guides thicker so they won't disappear on certain zoom levels OverloadedOrama 2019-12-10 18:31:55 +02:00
  • e157b33e1d Fixed bug where if Pixelorama started with Greek and went to English, the menu items would remain in Greek OverloadedOrama 2019-12-10 14:28:19 +02:00
  • 92e841f20d Added some experimental UI for the future palettes but it's going to be kept invisible since they won't be a part of v0.5 OverloadedOrama 2019-12-10 14:22:21 +02:00
  • da13b94138 Added shortcuts for the 6 timeline buttons OverloadedOrama 2019-12-09 02:06:24 +02:00
  • 704dcf90c0 Retain the zoom factor when adding a new frame OverloadedOrama 2019-12-09 01:39:59 +02:00
  • 31a67fcbc2 Fixed preview camera zooming issues on large images OverloadedOrama 2019-12-09 00:17:05 +02:00
  • 2a086a41d8 Custom canvas images for all tools OverloadedOrama 2019-12-08 03:32:58 +02:00
  • bf4052ad84 Full Greek support and minor UI changes OverloadedOrama 2019-12-08 03:12:34 +02:00
  • d81d7ee5ef Grid size and color in preferences, update_texture optimization OverloadedOrama 2019-12-07 19:34:54 +02:00
  • ade2d05a1b Partial localization support - Greek Language OverloadedOrama 2019-12-07 17:45:48 +02:00
  • 2369243cfc Merging layer & saving sprite now uses custom blend_rect method OverloadedOrama 2019-12-07 01:08:23 +02:00
  • 5613c3d7ef Overall code re-organizing & layer renaming changes OverloadedOrama 2019-12-06 01:48:29 +02:00
  • da61234b13 Added custom cursor images for bucket & color picker OverloadedOrama 2019-12-06 00:27:47 +02:00
  • 340af88eb4 Added a mini-canvas preview window OverloadedOrama 2019-12-05 16:49:27 +02:00
  • 8b913553aa Fixed bug when drawing custom brushes OverloadedOrama 2019-12-05 01:38:10 +02:00
  • 0982cc7408 Made a theme and changed font to Roboto OverloadedOrama 2019-12-05 00:26:05 +02:00
  • c35a8a6854 Added quit dialog OverloadedOrama 2019-12-04 19:16:18 +02:00
  • f63d0105d3 Minor UI changes OverloadedOrama 2019-12-04 17:54:10 +02:00
  • 5f72e970c6 Added a custom color picker tool, which allows you to select a color from the canvas OverloadedOrama 2019-12-04 17:22:21 +02:00
  • dd60f0fc7e Added lighten/darken option and amount for the LightenDarken tool OverloadedOrama 2019-12-04 01:01:37 +02:00
  • 700f287edc Added fill area option for the bucket tool - this restores the old "paint all pixels of the same color" tool's functionality OverloadedOrama 2019-12-04 00:14:14 +02:00
  • 532f6c75ed Custom brush appears as cursor only in Pencil and Eraser tools OverloadedOrama 2019-12-03 21:51:13 +02:00
  • 2a57ec5f57
    Merge pull request #33 from azagaya/master Overloaded 2019-12-03 18:42:03 +02:00
  • 9102614a0c Tool options now hide and appear depending on selected tool OverloadedOrama 2019-12-03 18:36:28 +02:00
  • 74ca33ed35 "Brush color from" doesn't appear when Pencil isn't selected OverloadedOrama 2019-12-03 17:59:50 +02:00
  • ea09dfddfb Added custom blend function to workarround godot's blend rect issue azagaya 2019-12-03 12:53:42 -03:00
  • 70bd1dde43 Added show rulers & guides in the View menu OverloadedOrama 2019-12-03 02:30:38 +02:00
  • 5ffd0ecf6a "Brush color from" now invisible when pixel brush is selected OverloadedOrama 2019-12-03 00:25:22 +02:00
  • a2fdf7c4a5 Changed split screen button icon OverloadedOrama 2019-12-02 02:04:46 +02:00
  • bc1d16c14c Added color switch and defaults button OverloadedOrama 2019-12-01 00:52:58 +02:00
  • 1623f9ccb7
    Merge pull request #31 from azagaya/master Overloaded 2019-11-30 16:16:31 +02:00
  • d246df042a Another attemt to workarround flood_fill bug azagaya 2019-11-30 09:26:58 -03:00
  • f10bf4c96f Possible fix of #10 - thanks azagaya! OverloadedOrama 2019-11-30 03:22:56 +02:00
  • 3312b8064f Removed left and right brush arrows OverloadedOrama 2019-11-30 02:45:45 +02:00
  • 4721a01f2e More UI changes OverloadedOrama 2019-11-30 00:41:34 +02:00
  • 3fd2df11e8
    Merge pull request #29 from azagaya/master Overloaded 2019-11-29 19:32:24 +02:00
  • 70dfd856fe Don't draw blue rectangle arround selected pixel when picking color azagaya 2019-11-29 11:13:11 -03:00
  • d027923a0e Fixed bug when using a non-pixel brush with Lighten/Darken OverloadedOrama 2019-11-27 01:13:02 +02:00
  • 8132c8dcc5 Added hint_tooltip to file brushes OverloadedOrama 2019-11-25 18:56:53 +02:00
  • e940029979 Fixed crash when choosing "no loop" after looping with 1 frame OverloadedOrama 2019-11-24 00:52:17 +02:00
  • 36b462c30a Guides get saved in .pxo files OverloadedOrama 2019-11-23 22:20:03 +02:00
  • 122f42b361 UndoRedo v12 - Guide support OverloadedOrama 2019-11-23 01:02:53 +02:00
  • 66f3e8b00d
    Merge pull request #23 from Calinou/improve-window-title Overloaded 2019-11-22 00:02:52 +02:00
  • ce4b3b97aa
    Merge pull request #22 from Calinou/improve-status-bar-display Overloaded 2019-11-22 00:02:13 +02:00
  • 74dc59fc80
    Merge pull request #21 from Calinou/add-linux-integration-files Overloaded 2019-11-22 00:00:33 +02:00
  • 0ffb2a6cf9
    Display the name of the currently open file in the window title Hugo Locurcio 2019-11-21 20:13:15 +01:00
  • 9bdc0e16b6
    Improve the status bar display Hugo Locurcio 2019-11-21 18:10:03 +01:00
  • 6032d8de0a
    Add .desktop and AppStream metadata files for Linux integration Hugo Locurcio 2019-11-21 17:36:37 +01:00
  • 224316256c Added guides OverloadedOrama 2019-11-21 00:11:21 +02:00
  • 8b5ee21d01 Merge branch 'master' of https://github.com/OverloadedOrama/Pixelorama OverloadedOrama 2019-11-20 14:43:00 +02:00
  • d44b31b5a8 Merge pull request #20 with previous commit OverloadedOrama 2019-11-20 14:42:52 +02:00
  • e895e82a95 Added a seconds ruler for the timeline & changed brushes position OverloadedOrama 2019-11-20 14:41:02 +02:00
  • 05fdb06348
    Merge pull request #20 from Calinou/fix-variable-shadowing-warning Overloaded 2019-11-20 00:04:17 +02:00
  • d70c1e5714
    Merge pull request #19 from Calinou/remember-window-position-size Overloaded 2019-11-20 00:03:04 +02:00
  • 6fe9f0c0f1
    Merge pull request #18 from Calinou/add-fullscreen-toggle Overloaded 2019-11-20 00:02:11 +02:00
  • f1eb6de1d0
    Fix a variable shadowing warning Hugo Locurcio 2019-11-19 22:40:34 +01:00
  • 199589924b
    Remember the window position and size across restarts Hugo Locurcio 2019-11-19 22:36:37 +01:00
  • cfeb4213f5
    Implement fullscreen toggle by pressing F11 or Alt + Enter Hugo Locurcio 2019-11-19 22:33:37 +01:00
  • 7318db30ab Major UI changes - including new icons! OverloadedOrama 2019-11-19 23:23:43 +02:00
  • 22c57a1b36 Backend for rulers OverloadedOrama 2019-11-19 03:52:04 +02:00
  • d66c501b5c v0.4 - Undo/Redo, mirrored drawing, lighten/darken tool and more! v0.4 OverloadedOrama 2019-11-13 15:45:55 +02:00
  • 17d117a0b1 Finalized Lighten/Darken tool OverloadedOrama 2019-11-12 02:51:47 +02:00
  • e6bd897d1f UndoRedo vol 11 - Remove custom brush has UndoRedo OverloadedOrama 2019-11-11 18:41:43 +02:00
  • 5896d1f06d Remove custom brushes OverloadedOrama 2019-11-11 15:55:28 +02:00
  • b1e8bde3ac Import brushes from folder OverloadedOrama 2019-11-11 04:20:09 +02:00
  • e825cc03e5 UndoRedo vol 10 - Add/Remove/Clone/Move Frames now have UndoRedo OverloadedOrama 2019-11-10 03:25:25 +02:00
  • ec7b2129ff UndoRedo vol 9 - Add/Remove/Clone/Move/Merge Layers now have UndoRedo OverloadedOrama 2019-11-07 00:12:40 +02:00
  • c535ec801a Rename layers, layers & frames are now toggle-able buttons OverloadedOrama 2019-11-06 18:39:23 +02:00
  • 79ceced483 WILL BREAK BACKWARDS COMPATIBILITY WITH .pxo FILES - Layer names get saved in .pxo files now OverloadedOrama 2019-11-06 00:08:57 +02:00
  • 40e0978b3f UndoRedo vol 8 - Draw while animating should now work with UndoRedo OverloadedOrama 2019-11-05 18:19:41 +02:00
  • 8bc0879814 UndoRedo vol 7 - New/Open/Import clear history, Crop has undo/redo OverloadedOrama 2019-11-05 03:14:03 +02:00
  • 18d109f959 UndoRedo vol 6 - Scale Image now has undo/redo OverloadedOrama 2019-11-04 21:54:39 +02:00
  • 4ba2f3280a UndoRedo vol 5 - Added undo/redo for clear selection & flip h/v edit menu options OverloadedOrama 2019-11-04 19:12:35 +02:00
  • 8fadacdf12 UndoRedo vol 4 - Fixed bug when user drew and the cursor was outside the canvas OverloadedOrama 2019-11-03 23:07:57 +02:00
  • 04c3173c4c UndoRedo vol 3 - Fixed bug when user clicked both mouse buttons OverloadedOrama 2019-11-01 01:41:02 +02:00
  • 0d69e45cab UndoRedo - Should work with multiple layers and frames OverloadedOrama 2019-10-31 21:34:42 +02:00
  • 513637605c Merge branch 'master' of https://github.com/OverloadedOrama/Pixelorama OverloadedOrama 2019-10-29 23:25:00 +02:00
  • 7b8c6bbf00 UndoRedo - Unstable with bugs OverloadedOrama 2019-10-29 23:22:38 +02:00
  • df750c4d10
    Merge pull request #15 from Calinou/add-svg-image-format Overloaded 2019-10-27 12:47:19 +02:00
  • ccce588777
    Add support for importing SVG images Hugo Locurcio 2019-10-27 11:37:35 +01:00
  • e7976bcbb6
    Merge pull request #14 from Calinou/remove-trailing-whitespace Overloaded 2019-10-25 23:24:37 +03:00
  • a856460358
    Merge pull request #13 from Calinou/add-more-image-formats Overloaded 2019-10-25 23:23:48 +03:00
  • f407de234b
    Remove trailing whitespace and ensure newlines at end of files Hugo Locurcio 2019-10-25 16:38:38 +02:00
  • c08561b92b
    Add support for loading additional image formats Hugo Locurcio 2019-10-25 16:33:37 +02:00
  • 6350995385 Merge branch 'master' of https://github.com/OverloadedOrama/Pixelorama OverloadedOrama 2019-10-24 00:37:59 +03:00
  • 2b64031786 Merge mirrored drawing and flip OverloadedOrama 2019-10-24 00:36:22 +03:00
  • 38377e1633 Mirrored drawing OverloadedOrama 2019-10-24 00:34:08 +03:00
  • f05fbc89f3
    Merge pull request #12 from danielnaoexiste/master Overloaded 2019-10-24 00:27:22 +03:00
  • 5d8ba381fe Added flip horizontal/vertical danielnaoexiste 2019-10-23 18:06:42 -03:00
  • 918eec30ce git push origin master --force Added flip Horizontal/Vertical danielnaoexiste 2019-10-23 18:01:52 -03:00
  • 7838ea6ad9 FAdded flip Horizontal/Vertical danielnaoexiste 2019-10-23 18:01:52 -03:00