Commit Graph

  • d9aa49dbc3 Implement window titles, add default tasks window feature/core Sven Slootweg 2018-11-13 11:15:23 +0100
  • 000acb7cb6 Misc. style changes to increase density Sven Slootweg 2018-11-13 10:55:57 +0100
  • 1751fb2f86 Add todo item Sven Slootweg 2018-11-13 10:23:11 +0100
  • 79fc14a78e Implement sidebar docking Sven Slootweg 2018-11-13 10:10:06 +0100
  • 4efe0c0ad0 Extract out drag handling code, add dock sidebars Sven Slootweg 2018-11-13 04:13:32 +0100
  • 2016c0dc44 Initial port to React Sven Slootweg 2018-11-12 08:50:21 +0100
  • 4dd5bf7d59 Intermediate commit before switching to React Sven Slootweg 2018-05-08 14:54:29 +0200
  • 48073c0a0c More reorganization and initial form interception implementation Sven Slootweg 2017-04-16 23:02:56 +0200
  • cd0238c86b Clean up gitignore Sven Slootweg 2017-04-16 18:55:35 +0200
  • 84a351c88d Reorganization Sven Slootweg 2017-04-16 18:54:22 +0200
  • 62e95a3309 Add generated bundle to .gitignore Sven Slootweg 2016-06-06 15:32:38 +0200
  • 0ad61bd2c5 Update node-sass Sven Slootweg 2016-06-06 15:32:03 +0200
  • ba2b937d4f Remove old cruft Sven Slootweg 2016-05-10 23:44:01 +0200
  • 28931e03a8 Update and clean up dependencies Sven Slootweg 2016-05-10 23:43:27 +0200
  • c0738b01db Cleaning up build dependencies Sven Slootweg 2016-05-10 23:25:50 +0200
  • a108735c4b Rewriting with Riot.js and Babel Sven Slootweg 2016-05-10 21:54:28 +0200
  • ce10940e06 Incomplete attempt at converting to Polymer Sven Slootweg 2015-07-04 13:34:58 +0200
  • 500afa8b18 Large reorganization; switched from Browserify to Webpack, cleaner gulpfile, preparations for Polymer stack, moved old code aside, etc. Sven Slootweg 2015-02-24 07:25:38 +0100
  • a00294188d Monster commit Sven Slootweg 2014-09-21 05:32:59 +0200
  • 807a4edb18 More things and stuff... Sven Slootweg 2014-08-04 02:22:27 +0200
  • 5120379027 Things and stuff Sven Slootweg 2014-08-04 02:20:14 +0200
  • cfc03e3fd4 Changes for Angular version of JSDE Sven Slootweg 2014-02-09 22:18:09 +0100
  • f29cb952ea Makre sure to pass through tab key presses if the autocompletion data is outdated Sven Slootweg 2013-10-10 15:30:44 +0200
  • e8331783aa Workaround for disappearing autocompleter bug Sven Slootweg 2013-10-10 14:48:20 +0200
  • 5a0f4106ef Automatically remove the autocompleter when the attached-to form field loses focus Sven Slootweg 2013-10-09 17:08:45 +0200
  • d0980cecc5 Autocompletion for property names Sven Slootweg 2013-10-09 17:02:33 +0200
  • 9c7ba13659 Move autocompleter source instantiation to autocompleter code rather than application code Sven Slootweg 2013-10-09 16:34:24 +0200
  • 9d88eee04a Code so far for property name autocompletion Sven Slootweg 2013-10-09 16:32:33 +0200
  • b1d629f303 Some proper node lookup display Sven Slootweg 2013-10-09 16:23:11 +0200
  • a93d16c9dc Start using SASS Sven Slootweg 2013-10-09 15:41:56 +0200
  • cd0e813442 First bits of node lookup Sven Slootweg 2013-10-09 15:38:30 +0200
  • a30bb1ef33 Improve style for unfocused windows Sven Slootweg 2013-10-09 14:36:41 +0200
  • 1c0c847137 Convert line endings Sven Slootweg 2013-10-08 16:09:07 +0200
  • c0d37550d5 Add focused window styles Sven Slootweg 2013-10-08 16:08:51 +0200
  • 228f6dc3d2 Autocompleter fixes and application keybindings Sven Slootweg 2013-10-08 15:04:04 +0200
  • 3a3aeb9ad3 Proper autocomplete search and keybinding handling Sven Slootweg 2013-10-08 14:42:00 +0200
  • aca2f4543c Implement an actual search for the search autocomplete Sven Slootweg 2013-10-08 14:17:44 +0200
  • b6d0d9eb14 Cancel previous search autocompletion requests when a new one is sent Sven Slootweg 2013-10-08 14:02:52 +0200
  • 0599bc2531 Implement search autocompleter callback Sven Slootweg 2013-10-08 01:24:47 +0200
  • 46be134177 Cleanup Sven Slootweg 2013-10-08 01:20:49 +0200
  • e730534218 Make $.autoComplete a persistent hook Sven Slootweg 2013-10-08 01:20:23 +0200
  • 03b9786f3f Fix and test callbacks for autocompleters Sven Slootweg 2013-10-08 01:16:07 +0200
  • 7403edbfd9 Implement auto-complete Sven Slootweg 2013-10-08 01:10:00 +0200
  • ac0017ef44 This doesn't belong here Sven Slootweg 2013-10-08 01:09:32 +0200
  • c17f288e7a Mark invalid fields in the UI after form submission Sven Slootweg 2013-10-05 23:27:10 +0200
  • b528536b7e UUID support Sven Slootweg 2013-10-05 20:03:12 +0200
  • 6a03a11c1e Auto-create new property fields when existing fields are filled in Sven Slootweg 2013-10-05 18:19:23 +0200
  • 59761e6412 Node creation, required form field styling, notification and error popups, JSDE hooks and window-contained form hooking, bugfix in form hooking, icon replacement for form submission, improve form hooking callback signature, include jQuery timing plugin Sven Slootweg 2013-08-15 01:28:29 +0200
  • e73e5d970e Add toolbar with 'create' button to 'Create node' window, improve visual style of form, and fix scrolling/resizing of windows Sven Slootweg 2013-08-14 19:57:41 +0200
  • 74aa2409b1 Reorganize form structure Sven Slootweg 2013-08-14 05:28:12 +0200
  • 430c3a1627 Node creation window Sven Slootweg 2013-08-14 04:57:26 +0200
  • 7025e34054 Fix up UI and assorted fixes Sven Slootweg 2013-08-14 01:55:15 +0200
  • 90dc19c748 Add functionality for loading window contents via AJAX Sven Slootweg 2013-08-14 01:55:01 +0200
  • 1b50c941bc Fix table names and add more attributes for tags Sven Slootweg 2013-08-14 01:35:15 +0200
  • 451c80b605 Add JSDE Sven Slootweg 2013-07-07 22:16:00 +0200
  • 10217bf4cb Add jQuery Sven Slootweg 2013-07-07 17:32:53 +0200
  • 0aca27fac5 Add Tag to the class map Sven Slootweg 2013-07-07 17:24:27 +0200
  • a2fcca15d2 Add classes Sven Slootweg 2013-07-07 17:20:33 +0200
  • 4de7766cb0 Bootstrap stuff Sven Slootweg 2013-07-07 01:40:21 +0200
  • e30b8f4be9 Add example configuration Sven Slootweg 2013-07-07 01:27:10 +0200
  • ea5b09bebf Add CPHP Sven Slootweg 2013-07-07 01:24:44 +0200
  • fb88abe23c Initial commit master develop Sven Slootweg 2013-07-07 01:23:01 +0200