Historial de Commits

Autor SHA1 Mensaje Fecha
  Kamil Piechaczek bb8aaf2c05 Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci] hace 6 años
  Szymon Cofalik 374a1d686e Internal: Reworded docs and renamed `disable()` and `enable()` to `forceDisabled()` and `clearForceDisabled()`. hace 6 años
  Szymon Cofalik d84533126c Feature: Introduced `Command#disable()` and `Command#enable()`. hace 6 años
  Kamil Piechaczek 6daac3505b Internal: Bumped the year. [skip ci] hace 6 años
  Oskar Wróbel 3e4e666212 Internal: Changed `beforeChange` event to `set`. hace 7 años
  Oskar Wróbel adc4bb180e Tests: Checked which event is used for disabling commands. hace 7 años
  Piotr Jasiun 4ecc9c89bb Merge pull request #111 from ckeditor/t/ckeditor5-engine/1207 hace 8 años
  Piotrek Koszuliński 8e38d477dd Internal: Bumped the year. [skip ci] hace 8 años
  Szymon Cofalik 12eaeeec33 Changes: `core.Command` should listen to `model.Document#event:change`. hace 8 años
  Oskar Wróbel d50cf70362 Aligned tests to engine changes. hace 8 años
  Oskar Wróbel 01a12ea502 Changed the way of overriding Command#isEnabled. hace 8 años
  Oskar Wróbel 8faa94fc5f Renamed readOnly to isReadOnly. hace 8 años
  Oskar Wróbel 02f4e960b6 Bound Command#isEnabled with Editor#readOnly. hace 8 años
  Piotrek Koszuliński f8c8965d23 Changed the default value of isEnabled to false. It's set to true on first refresh(). hace 8 años
  Piotrek Koszuliński 13337998c3 Added default implementation of execute() because the constructor depends on that. hace 8 años
  Piotrek Koszuliński 2fa0959369 Implemented automatic command execution blocking and got rid of unnecesary CommandInterface. hace 8 años
  Piotrek Koszuliński 3c2423261d Provided Command with default implementation of refresh() and changed default values of command properties to better match how commands usually look. hace 8 años
  Piotrek Koszuliński ee817be05d Tests. hace 8 años