1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Commit graph

  • 91698cd8da Made changes to Main.tscn, Dark Theme is the default theme (for now) OverloadedOrama 2019-12-18 02:43:49 +0200
  • 329e89451a Added more graphics for the buttons & dark theme OverloadedOrama 2019-12-18 02:05:23 +0200
  • aac6a0f25b Dark Theme Erevoid 2019-12-18 01:16:40 +0200
  • 6220ad82bc Frame number labels change color when selected OverloadedOrama 2019-12-18 00:53:06 +0200
  • a8119ea392
    Merge pull request #71 from Calinou/simplify-cmd-key-mask Overloaded 2019-12-17 22:48:33 +0200
  • 5d912d27f6
    Simplify the Command key mask binding Hugo Locurcio 2019-12-17 21:45:34 +0100
  • b9267b51fc
    Merge pull request #70 from Calinou/fix-appdata-identifier Overloaded 2019-12-17 22:44:01 +0200
  • 9e54b71059
    Fix application identifier in the AppStream metadata Hugo Locurcio 2019-12-17 21:40:34 +0100
  • 9289cb350d Replaced sub_key_mask with KEY_MASK_CTRL because it lead to a crash OverloadedOrama 2019-12-17 22:35:16 +0200
  • f3c77e30d0
    Merge pull request #69 from AndreevAndrei/master Overloaded 2019-12-17 22:28:48 +0200
  • 545aaf97c1 [hotkeys] Add cmd-key supporting for macOS, closes #67 Andreev Andrei 2019-12-17 23:23:55 +0300
  • 7fce473e76
    Merge pull request #6 from Orama-Interactive/master greusser 2019-12-17 15:23:13 -0500
  • d2760c0629 Merge branch 'master' of https://github.com/Orama-Interactive/Pixelorama OverloadedOrama 2019-12-17 19:52:56 +0200
  • 7dd67e7130 Put Traditional Chinese to Preferences and changes font when choosing Chinese OverloadedOrama 2019-12-17 19:52:09 +0200
  • 2debadaf77
    Merge pull request #66 from JunYouIntrovert/patch-2 Overloaded 2019-12-17 17:17:48 +0200
  • 2cba0afafb
    Added the rest of the languages that were missing Overloaded 2019-12-17 17:17:19 +0200
  • 90f1cebdf3
    Update #Translations.csv JunYouIntrovert 2019-12-17 22:31:47 +0800
  • bfcb52a2f0 Put Russian in preferences & in Project Settings OverloadedOrama 2019-12-17 13:10:42 +0200
  • 588bce2992
    Merge pull request #64 from AndreevAndrei/master Overloaded 2019-12-17 13:03:07 +0200
  • c32ad873a6
    Merge branch 'master' into master Overloaded 2019-12-17 13:02:41 +0200
  • cda19952f5 [languages] Add Russian language, closes #63 Andreev Andrei 2019-12-17 12:05:40 +0300
  • 3a29a729e9 Re-added Polish in Preferences and in Main.gd's loaded_locales OverloadedOrama 2019-12-17 04:22:39 +0200
  • dfc632e8f6
    Re-added polish translation and description in project.godot Overloaded 2019-12-17 04:12:54 +0200
  • 2d96ed278d
    Merge pull request #62 from greusser/palette_updates Overloaded 2019-12-17 04:07:57 +0200
  • 329099fed4
    Merge branch 'master' into palette_updates Overloaded 2019-12-17 04:07:44 +0200
  • c9071f30eb Changed brush color interpolation and LightenDarken amount's range from 0-100, instead of 0-1 OverloadedOrama 2019-12-17 04:01:38 +0200
  • 73830832ce Update PaletteContainer.gd CheetoHead 2019-12-16 20:47:19 -0500
  • 6bd4f57903 Merged with 58f47d0 CheetoHead 2019-12-16 20:37:42 -0500
  • 97efa20055 Merge branch 'master' into palette_updates CheetoHead 2019-12-16 20:36:06 -0500
  • 95f6f29b9c
    Merge pull request #5 from Orama-Interactive/master greusser 2019-12-16 20:28:12 -0500
  • 58f47d0eee
    Merge pull request #60 from Erevoid/Theme-Changes Overloaded 2019-12-17 03:27:58 +0200
  • b094c6595f Added edit palette menu and custom file saving CheetoHead 2019-12-16 20:23:18 -0500
  • fd7acd62d4 Fixed theme inconsistencies Erevoid 2019-12-17 02:39:59 +0200
  • 1ee38494e3 Changed default cursor shape for the rulers, because they were in the wrong direction OverloadedOrama 2019-12-17 00:04:25 +0200
  • 388352467b Updated remove button to be disabled for default palettes CheetoHead 2019-12-16 10:48:23 -0500
  • 5ba89fddbd Updated default palettes to include 'editable' flag CheetoHead 2019-12-16 10:35:17 -0500
  • b40f8f0513 Merge branch 'master' into palette_updates CheetoHead 2019-12-16 10:23:46 -0500
  • b57e2c3c74 Palette switching bug fix CheetoHead 2019-12-16 10:14:16 -0500
  • 1390a8bbf9
    Merge pull request #4 from Orama-Interactive/master greusser 2019-12-16 10:13:32 -0500
  • 9f1779893d Changed default cursor shape for the rulers, to indicate that they are interactive OverloadedOrama 2019-12-16 16:00:02 +0200
  • 8bfd7db4d9 Changed color switch shortcut from Ctrl-X to just X OverloadedOrama 2019-12-16 15:40:10 +0200
  • 0570fc7351 Moved color preview under color picker OverloadedOrama 2019-12-16 15:36:33 +0200
  • b377dfa98b Shortcut for color switching - Ctrl-X OverloadedOrama 2019-12-16 15:30:45 +0200
  • 9be2e74fdb
    Merge pull request #58 from Calinou/rename-appdata-file Overloaded 2019-12-16 15:20:40 +0200
  • 5d6f9cfe63
    Merge pull request #57 from Calinou/no-translate-language-names Overloaded 2019-12-16 15:20:32 +0200
  • f88303b6e7
    Rename AppStream metadata file to match the standard Hugo Locurcio 2019-12-16 14:18:14 +0100
  • 35b14b0e6c
    Write each language name in the target language Hugo Locurcio 2019-12-16 14:13:53 +0100
  • 7c290a13d8
    Merge pull request #52 from tiritto/master Overloaded 2019-12-16 14:14:14 +0200
  • 7c7ff5ad75
    Added Greek translation of "Polish [pl]" Overloaded 2019-12-16 14:13:56 +0200
  • 6c826b4217
    Added polish row Dawid Niedźwiedzki 2019-12-16 02:50:20 +0100
  • bea101041b
    Polish translation Dawid Niedźwiedzki 2019-12-16 02:34:26 +0100
  • 442fb998c7
    Polish translation Dawid Niedźwiedzki 2019-12-16 02:32:59 +0100
  • e1fd98e887
    Polish translation Dawid Niedźwiedzki 2019-12-16 02:29:43 +0100
  • 7cbc498df7
    Fixing columns Dawid Niedźwiedzki 2019-12-16 02:28:16 +0100
  • c41336caad
    Translation fix Dawid Niedźwiedzki 2019-12-16 02:25:10 +0100
  • 239da8a04f
    Polish translation Dawid Niedźwiedzki 2019-12-16 02:23:20 +0100
  • 6c14a7d5e2 Fixed issue where the brush type select popup window chose brush type for the right tool instead of the left OverloadedOrama 2019-12-16 02:02:49 +0200
  • ed42cdaef1 Fixed palette issue where, when you changed palette, you would still select colors from the Default palette OverloadedOrama 2019-12-16 00:14:17 +0200
  • 5301131670
    Merge pull request #50 from Calinou/darken-ui-when-exiting Overloaded 2019-12-15 22:51:41 +0200
  • 8fc6279995
    Merge pull request #49 from Calinou/remove-imported-translations Overloaded 2019-12-15 22:51:07 +0200
  • 24db79fdc8
    Merge pull request #48 from Calinou/add-project-description Overloaded 2019-12-15 22:50:41 +0200
  • fd9bf26695
    Darken the UI when exiting the application Hugo Locurcio 2019-12-15 21:47:01 +0100
  • 3ab7fc09d8
    Remove imported translations from the repository Hugo Locurcio 2019-12-15 21:42:35 +0100
  • 0d1641fc64
    Add a project description Hugo Locurcio 2019-12-15 21:40:17 +0100
  • 5013fe2d4c
    Merge pull request #3 from Orama-Interactive/master greusser 2019-12-15 13:31:18 -0500
  • 4ef0370d6c
    Merge pull request #47 from SbNanduri/line-tool Overloaded 2019-12-15 17:49:55 +0200
  • f97818d134
    Merge branch 'master' into line-tool Overloaded 2019-12-15 17:49:47 +0200
  • 396f32735c Fixed some translation issues OverloadedOrama 2019-12-15 17:40:38 +0200
  • 632a0c8dd3 Fix for crashes that occur when using selection tool and line tool Subhang Nanduri 2019-12-15 10:19:58 -0500
  • df44353e99
    Merge pull request #45 from YeldhamDev/menu_bar_switch_hover Overloaded 2019-12-15 15:48:01 +0200
  • 470c6d2620 Enable switching between menus in menu bar on hover Michael Alexsander 2019-12-15 10:12:08 -0300
  • 00ef80e932 Fixed problem with drawing and filling gaps, created "shift" in Input Map OverloadedOrama 2019-12-15 14:07:28 +0200
  • f3ab5960ba Imported German translation in the Project Settings OverloadedOrama 2019-12-15 13:44:53 +0200
  • 2d97bb6e65
    Merge pull request #41 from greusser/palette_updates Overloaded 2019-12-15 13:37:00 +0200
  • 52f9683223
    Merge branch 'master' into palette_updates Overloaded 2019-12-15 13:36:46 +0200
  • d6acda8e87
    Merge pull request #43 from SbNanduri/line-tool Overloaded 2019-12-15 13:33:48 +0200
  • 9218576c26
    Merge pull request #44 from Schweini07/master Overloaded 2019-12-15 13:33:31 +0200
  • 1e1909fa7a
    Optimization for PR Schweini07 2019-12-15 11:54:17 +0100
  • 9b3aad4fe7
    German localization Schweini07 2019-12-15 11:43:34 +0100
  • 40dfe544d8 Changed line tool so it activates by pressing shift after last draw Subhang Nanduri 2019-12-15 01:59:19 -0500
  • f2e858866e Added another palette option and got the selector button working CheetoHead 2019-12-15 00:06:04 -0500
  • 582ee8e790 Additional changes w/ merge from master CheetoHead 2019-12-14 22:35:31 -0500
  • 4c3b43d350 Merge branch 'master' into palette_updates CheetoHead 2019-12-14 22:19:17 -0500
  • 51e26f6efa Loading palettes from json file in user folder CheetoHead 2019-12-14 22:11:32 -0500
  • a235d06e15
    Merge pull request #2 from Orama-Interactive/master greusser 2019-12-14 22:06:41 -0500
  • 482c06753e Made color palette buttons work for the right mouse button too OverloadedOrama 2019-12-15 03:15:01 +0200
  • 2a2a187ace
    Merge pull request #1 from Orama-Interactive/master greusser 2019-12-14 19:01:25 -0500
  • 002491febe
    Merge pull request #40 from greusser/master Overloaded 2019-12-15 01:43:53 +0200
  • f085768d15 Added default palette CheetoHead 2019-12-14 18:23:20 -0500
  • 8da50296a2 Added Palette CheetoHead 2019-12-14 18:18:45 -0500
  • 14df6ced91
    Merge pull request #39 from Calinou/fix-3.1-compatibility Overloaded 2019-12-15 00:44:23 +0200
  • 9453ac194c
    Merge pull request #37 from Calinou/add-french-localization Overloaded 2019-12-15 00:40:55 +0200
  • 1a19440e6d
    Merge pull request #36 from Calinou/add-splash Overloaded 2019-12-15 00:39:29 +0200
  • c4ca26c013
    Fix compatibility with Godot 3.1 Hugo Locurcio 2019-12-14 23:19:58 +0100
  • 0962d15174
    Add French localization Hugo Locurcio 2019-12-14 21:12:59 +0100
  • b0c6fb5769
    Add a splash screen to replace the Godot logo Hugo Locurcio 2019-12-14 20:14:46 +0100
  • a4b7fe2205 Implemented a fix for UndoRedo leak (#34) - Thanks to qarmin! OverloadedOrama 2019-12-13 00:19:28 +0200
  • 634c459d08 v0.5 - The UI update v0.5 OverloadedOrama 2019-12-12 17:20:17 +0200
  • 87cddbce06 Fixed LightenDarken drawing bugs OverloadedOrama 2019-12-11 02:47:54 +0200
  • 719d29526f Updated custom tool cursors & changed rectangle selection tool OverloadedOrama 2019-12-11 01:00:26 +0200