0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Commit graph

  • 13c7b7c87b Added tests for Squire#makePreformatted() Gert K. Sønderby 2015-10-01 11:06:48 +0200
  • 857a3c2a78 Added Squire#removePreformatted(). Gert Sønderby 2015-09-29 16:18:34 +0200
  • 5d5d75e62f Pasting into PRE/CODE elements inserts as plaintext. Gert K. Sønderby 2015-09-28 10:43:07 +0200
  • a60ee8f902 Handle enter when within a preformatted tag. Gert K. Sønderby 2015-09-25 16:05:42 +0200
  • 230520645b Fix cleanup of white space Neil Jenkins 2016-03-28 10:14:55 +1100
  • bac7c5d2cc Restore selection on focus, unless explicit click Neil Jenkins 2016-03-28 09:43:14 +1100
  • 3ff9a46ea9 Check for null parent in getPath Neil Jenkins 2016-03-26 11:32:59 +1100
  • 923a0efd1a Fix delete/backspace removing content outside editor Neil Jenkins 2016-03-26 11:20:28 +1100
  • 3dca852630 Log errors from fixCursor to track down bug Neil Jenkins 2016-03-24 22:04:42 +1100
  • 4ca3b20b8a Handle old browsers w/o range.getBoundingClientRect Neil Jenkins 2016-03-24 21:25:14 +1100
  • 072a2d9fce Add getCursorPosition method, remove scrollRangeIntoView Neil Jenkins 2016-03-24 13:45:36 +1100
  • 3be9a7dea8 Workaround iOS clipboardData bug Neil Jenkins 2016-03-24 09:44:35 +1100
  • 6a348e084b Make Squire work without an iframe(!) Neil Jenkins 2016-03-22 17:57:00 +1100
  • e133f26db1 Fix getFontInfo iteration up tree Neil Jenkins 2016-03-18 18:55:21 +1100
  • 3afa14bf40 Release v1.5.1 v1.5.1 Neil Jenkins 2016-03-14 15:22:40 +1100
  • 349f391075 Fix typo in cut/copy handlers Neil Jenkins 2016-03-14 15:21:33 +1100
  • 41d7346283 Merge pull request #175 from wizvishak/bower_name Neil Jenkins 2016-03-13 10:27:00 +1100
  • 9aafe3d20c Match bower.json name with registered package name. visahavel.p 2016-03-13 00:47:43 +0530
  • 82d76cae6f Release v1.5.0 v1.5.0 Neil Jenkins 2016-03-12 17:20:44 +1100
  • c895d6b307 Set a plain text version too on cut/copy Neil Jenkins 2016-03-12 17:18:21 +1100
  • 62616ef4ec Add saveUndoState method to public API Neil Jenkins 2016-03-11 15:56:34 +1100
  • 6413034884 Improve copy/paste Neil Jenkins 2016-03-11 15:22:49 +1100
  • 6ed3b93900 Workaround Firefox clipboard ignores RTF data Neil Jenkins 2016-03-07 18:38:07 +1100
  • 9b88aca813 Fix crash in scrollRangeIntoView if no bounding rect Neil Jenkins 2016-03-07 17:16:08 +1100
  • 6bafa1d140 Run fixContainers before merging blocks. Neil Jenkins 2016-02-26 14:28:53 +1100
  • 2fccc317ad Fix getFontInfo method. Neil Jenkins 2016-02-03 15:35:13 +1100
  • 7330324d92 Fix Firefox throws error if initialised with display:none Neil Jenkins 2016-01-06 14:38:53 +1100
  • 93f7867214 Fix Meta-Left/Right handling in Firefox. Neil Jenkins 2015-12-29 11:15:01 +1100
  • 8b183c6ef6 Add scrollPointIntoView event for integrations. Neil Jenkins 2015-12-09 17:29:47 +1100
  • 2d44b9af2d Update to latest Squire build. Neil Jenkins 2015-12-09 15:17:00 +1100
  • 9ccf765ba8 Scroll cursor into view after setting selection. Neil Jenkins 2015-12-09 15:12:47 +1100
  • df25d6d596 Add colour/background-colour to result of getFontInfo Neil Jenkins 2015-12-03 18:14:49 +1100
  • 0d1f1cf44b Consistently don't use a space in CSS when setting colour. Neil Jenkins 2015-12-03 17:55:22 +1100
  • 771fe93217 Merge pull request #164 from priceld/master Neil Jenkins 2015-12-03 17:02:53 +1100
  • dbc9cb0c85 Merge pull request #18 from neilj/master Logan Price 2015-12-01 11:41:11 -0500
  • abfebbab16 change the walker's currentNode to reflect the changes being made to the tree priceld 2015-12-01 10:53:30 -0500
  • e26f1d231c Merge bdad24c70f into 987f3afd52 Jeremy Roberts 2015-11-21 00:27:55 +0000
  • bdad24c70f Update Editor.js Jeremy Roberts 2015-11-20 16:27:52 -0800
  • 299d45bbb9 Update Editor.js Jeremy Roberts 2015-11-20 16:16:39 -0800
  • 987f3afd52 Fix escaping first/last line plain text on insertion. Neil Jenkins 2015-11-20 13:55:57 +1100
  • 2c57ff009d XSS Jason Stockman 2015-11-17 16:03:35 -0800
  • 4df385c00c test Jason Stockman 2015-11-17 15:23:15 -0800
  • 88be55096b test Jason Stockman 2015-11-17 15:16:55 -0800
  • 9ea2ac103c test Jason Stockman 2015-11-17 15:12:26 -0800
  • 258ab877f0 test Jason Stockman 2015-11-17 15:08:23 -0800
  • bf8f796ea4 Add shift-tab keyboard shortcut. Neil Jenkins 2015-11-17 16:50:55 +1100
  • 2c9b606b0f Added drop event support Jeremy Roberts 2015-11-13 15:12:39 -0800
  • 77121cc137 Merge remote-tracking branch 'refs/remotes/neilj/master' aljordan82 2015-11-10 07:17:10 -0500
  • f7cc582c93 Release v1.4.2 v1.4.2 Neil Jenkins 2015-10-23 17:08:11 +0100
  • 162ec9049e Make scroll on enter logic independent of CSS. Neil Jenkins 2015-10-23 17:05:32 +0100
  • 85c9002ce5 Add tab nesting capability to list items with text in them; Trey Cordova 2015-10-22 16:08:53 -0700
  • 93d163731b Merge aa7311195f into 2bade7e868 Trey Cordova 2015-10-23 12:20:31 +0000
  • 2bade7e868 Add documentation for changeFormat method. Neil Jenkins 2015-10-23 12:21:14 +0200
  • aa7311195f Add tab nesting capability to list items with text in them; Trey Cordova 2015-10-22 16:08:53 -0700
  • 0c87def58c Update build with latest changes. v1.4.1 Neil Jenkins 2015-10-13 09:11:44 +0200
  • 8d178e1a65 Merge pull request #141 from gertsonderby/test/hasFormat Neil Jenkins 2015-10-13 09:10:13 +0200
  • c40f900b7d Fixed copypasta-mistake, nextSibling -> previousSibling. Gert Sønderby 2015-10-13 08:39:22 +0200
  • f3028bf3ff Merge pull request #148 from rayui/Issue-147 Neil Jenkins 2015-10-12 23:06:34 +0200
  • 08e85c912b [Issue-147] Fix Firefox hidden iframe win.getSelection() bug Ray Brooks 2015-10-12 13:55:01 +0100
  • 68903529ec Merge 3be0004cfd into 9461368a5c courtneyspurgeon 2015-10-08 03:08:28 +0000
  • 3be0004cfd Do not add an empty default block below content by default, or when changing block formatting Courtney Spurgeon 2015-10-07 20:07:51 -0700
  • 49ca521704 Fix up ranges in weird cases generated by IE (both start and end to be safe). Gert K. Sønderby 2015-10-02 15:26:16 +0200
  • 4e33a47401 Added test cases covering strange IE selections. These fail. Gert K. Sønderby 2015-10-02 15:02:32 +0200
  • db8eb7907d Added test suite that checks a number of cases for hasFormat(). Gert K. Sønderby 2015-10-02 14:35:28 +0200
  • 9461368a5c Fix whitespace errors. Neil Jenkins 2015-09-28 15:48:23 +0200
  • ab9517ac5e Merge a88e7018da into 0ec3c43791 Gert Sønderby 2015-09-28 13:21:12 +0000
  • a88e7018da Made JSCS checking much, much stricter, brought code into line with checking. Gert K. Sønderby 2015-09-28 15:16:48 +0200
  • 8af1f9262f Merge 69523ec61c into 0ec3c43791 Gert Sønderby 2015-09-09 14:34:25 +0000
  • 69523ec61c Fix: Squire#hasFormat() did not recognize formats inside a multi-element selection. Gert K. Sønderby 2015-09-09 16:32:32 +0200
  • fca4202e45 Update to latest Squire Neil Jenkins 2015-09-04 18:35:47 +0100
  • 0ec3c43791 Don't prevent default on tab unless doing something. Neil Jenkins 2015-09-04 18:33:11 +0100
  • 94f5a56255 Added getFontInfo() function, which extracts font-family and font-size styles. Gert K. Sønderby 2015-08-27 11:48:54 +0200
  • 969dd6f177 Merge pull request #130 from xfra35/figcaption Neil Jenkins 2015-09-03 11:38:59 +0100
  • 702991c2c6 Allow FIGCAPTION block tags xfra35 2015-08-31 16:41:29 +0200
  • 8472ac78c5 Merge b6af31e4b5 into 02df8f9ed4 Gert Sønderby 2015-08-31 08:39:03 +0000
  • b6af31e4b5 Added checks to prevent overwriting of detected font info. Gert K. Sønderby 2015-08-31 10:11:06 +0200
  • f6b79eb82b Code style fixed, font detection loop will continue until finding both size and family, and selections within single element are handled. Gert K. Sønderby 2015-08-31 09:45:25 +0200
  • 02ff9fe985 Added getFontInfo() function, which extracts font-family and font-size styles. Gert K. Sønderby 2015-08-27 11:48:54 +0200
  • 02df8f9ed4 Merge pull request #127 from gertsonderby/remove-all-cleans-inputs Neil Jenkins 2015-08-27 11:16:20 +0100
  • ed7bb2736f Merge pull request #126 from gertsonderby/include-img-in-addFormat Neil Jenkins 2015-08-27 11:11:48 +0100
  • 8238b7a8e4 Removing all formatting also removes INPUT elements. Gert K. Sønderby 2015-08-26 15:42:01 +0200
  • 5a46d51671 Lone IMG tags in a range will be accepted by _addFormat, so that they can be made into links. Gert K. Sønderby 2015-08-26 15:00:50 +0200
  • b446990bf8 Merge remote-tracking branch 'neilj/master' EpokK 2015-08-14 15:50:06 +0200
  • edfd35ccec Release v1.4.0 v1.4.0 Neil Jenkins 2015-08-11 17:22:01 +1000
  • 900e43cca8 Fix prefix white-space trimmed on paste of plain text. Neil Jenkins 2015-07-25 18:11:56 -0700
  • c190fab9fd Fix deletion of range when start or end is at edge of block. Neil Jenkins 2015-07-25 18:03:51 -0700
  • 715166b95d Let browser handle paste of images in FF/Safari. Neil Jenkins 2015-07-16 10:46:29 -0700
  • fdcef5fc8e Workaround clipboard having blank text/html version. Neil Jenkins 2015-07-14 12:59:27 -0700
  • 667b5e8e7b Merge pull request #110 from ije/master Neil Jenkins 2015-07-13 09:38:05 -0700
  • aac169f764 Add support for the AMD Je 2015-07-14 00:33:38 +0800
  • b3b113908a Add support for the AMD Je 2015-07-14 00:32:34 +0800
  • 3f13435182 Add support for AMD Je 2015-07-14 00:16:16 +0800
  • 8d764f6638 Fix Chrome may replace <div> with <br> if you delete all content. Neil Jenkins 2015-07-13 06:39:07 -0700
  • a8fcd55cf4 Make event.preventDefault() cancel default key actions. Neil Jenkins 2015-07-13 09:25:44 +0700
  • 579cad7ff9 Fix pasting plain text in Safari. Neil Jenkins 2015-07-11 19:22:46 +0700
  • 522a481dd3 Require <html data-squireinit="true"> to auto-instantiate. Neil Jenkins 2015-07-06 12:19:21 +0700
  • 32d56823ce Document must wait for iframe onload before instantiating Neil Jenkins 2015-07-06 12:03:46 +0700
  • 970b4b2689 Merge 5628d7b1b8 into de7d7011a7 Misha Koryak 2015-07-01 22:05:37 +0000
  • 5628d7b1b8 add a way to disable squire from taking over your iframe Misha Koryak 2015-07-01 18:00:21 -0400
  • 4d9077540e Merge pull request #6 from nsartor/master Nicholas Kamper 2015-06-30 13:51:57 -0400
  • c0ef2248a7 Fix for extra zero width space in chrome/safari Nick Sartor 2015-06-30 13:43:46 -0400
  • 4f010a5de0 Override page up/down to match expected platform behaviour. Neil Jenkins 2015-06-25 10:54:53 +0700
  • de7d7011a7 Merge pull request #103 from shiawuen/top Neil Jenkins 2015-06-23 15:16:08 +0700
  • 2a8fb93cd9 Fix erroneous white-space removal when pasting inline fragment. Neil Jenkins 2015-06-22 09:59:34 +0700
  • def56193d4 Fix dummy paste area should be removed after paste completes Neil Jenkins 2015-06-22 09:32:47 +0700
  • 7fc3ab55c3 Better cleanTree fn. Neil Jenkins 2015-06-19 10:56:52 +0700
  • 926f40d033 Tidy Clean.js file layout Neil Jenkins 2015-06-19 09:59:44 +0700
  • c3701ba026 Move addLinks fn into Editor.js Neil Jenkins 2015-06-19 09:59:01 +0700
  • 680c0fbbb7 Don't use old clipboard API. Neil Jenkins 2015-06-19 12:35:18 +0700
  • bc523f83e8 Better paste handling Neil Jenkins 2015-06-19 09:57:32 +0700
  • 395a5825e9 Split cleaning fns and clipboard handlers into separate file. Neil Jenkins 2015-06-18 15:54:37 +0700
  • e90f18dba9 Fix inserting partial inlines in insertTreeFragmentIntoRange Neil Jenkins 2015-06-19 10:00:55 +0700
  • ff21cb37e6 fix bug on Browserify component when embed on another window replacing containing window content shiawuen 2015-06-19 12:12:37 +0800
  • a1ff33da9f Squire#removeAllFormatting fixes. Neil Jenkins 2015-06-17 19:07:29 +0700
  • 09167c73e4 Make it possible to delete an <img> with display other than inline Neil Jenkins 2015-06-17 17:18:34 +0700
  • a712b4f8e7 Merge pull request #101 from gertsonderby-feature/remove-formatting Neil Jenkins 2015-06-17 15:44:18 +0700
  • c25bfe8a9f Fix error thrown inserting tree fragment at start/end of document. Neil Jenkins 2015-06-17 15:36:29 +0700
  • 345159b4c4 Better algorithm for remove all formatting action. Neil Jenkins 2015-06-17 15:38:12 +0700
  • d9872fb4b2 More efficient forEachChildInRange fn. Neil Jenkins 2015-06-17 14:12:23 +0700
  • 8b112b7615 Ensure removeAllFormatting always returns self. Neil Jenkins 2015-06-17 14:23:52 +0700
  • 36432d45bd Fix whitespace. Neil Jenkins 2015-06-17 14:07:46 +0700
  • a36cb12a16 Add Remove All Formatting action to basic demo integration. Neil Jenkins 2015-06-17 15:37:07 +0700
  • 90660e8e4f Updated README, aligned return value with other API functions. Gert Sønderby 2015-06-16 15:27:31 +0200
  • 6aba099388 Tests run in latest Chrome, FF, Safari + IE10 and 11. Gert Sønderby 2015-06-16 12:39:31 +0200
  • 985d886ffd Test runs in Chrome, fails in IE (differences in HTML output) Gert Sønderby 2015-06-16 11:49:21 +0200
  • 6ced6ded17 Basic testing framework. Gert K. Sønderby 2015-06-15 16:42:48 +0200
  • 654706f15f Squire#removeAllFormatting() implemented, replaces range contents with style-sanitized version. Gert K. Sønderby 2015-06-03 17:03:10 +0200
  • d16de00a23 Added option to persist splits in inline nodes when fetching range from bookmark. Gert K. Sønderby 2015-06-15 16:00:30 +0200
  • 83a1b4c520 Added JSCS config to allow consistent code style checking. Gert K. Sønderby 2015-06-03 13:19:47 +0200
  • 42139c8399 Fix error thrown inserting tree fragment at start/end of document. Neil Jenkins 2015-06-17 15:36:29 +0700
  • 676e51f872 Merge c19e8a9ebc into 27b1532ca6 Gert Sønderby 2015-06-16 13:29:10 +0000
  • c19e8a9ebc Updated README, aligned return value with other API functions. Gert Sønderby 2015-06-16 15:27:31 +0200
  • 3c6ea38ca6 Tests run in latest Chrome, FF, Safari + IE10 and 11. Gert Sønderby 2015-06-16 12:39:31 +0200
  • 3d9bb5b342 Test runs in Chrome, fails in IE (differences in HTML output) Gert Sønderby 2015-06-16 11:49:21 +0200
  • f8670c4fac Basic testing framework. Gert K. Sønderby 2015-06-15 16:42:48 +0200
  • 6e3f57ea1d Squire#removeAllFormatting() implemented, replaces range contents with style-sanitized version. Gert K. Sønderby 2015-06-03 17:03:10 +0200
  • edfde9592e Added option to persist splits in inline nodes when fetching range from bookmark. Gert K. Sønderby 2015-06-15 16:00:30 +0200
  • 64f13a20f2 Added JSCS config to allow consistent code style checking. Gert K. Sønderby 2015-06-03 13:19:47 +0200
  • c29a8c639b Wrap rather than split to replace <br>s. Neil Jenkins 2015-06-13 11:44:32 +0700
  • 27b1532ca6 Add Squire#moveCursorTo(Start|End) methods. Neil Jenkins 2015-06-13 11:20:07 +0700
  • e59e6418af Improve merging edges of inserted tree fragment. Neil Jenkins 2015-06-12 17:48:06 +0700
  • fc80de80d7 Let's call that v1.3.0 v1.3.0 Neil Jenkins 2015-06-11 15:56:28 +0700
  • f6cddb4626 Remove some old IE8-specific code. Neil Jenkins 2015-06-11 15:53:12 +0700
  • 8abceb586c Merge pull request #97 from kkirsche/patch-1 Neil Jenkins 2015-06-11 15:51:52 +0700
  • 6139648d9c Remove moot version property from bower.json Kevin Kirsche 2015-06-10 20:58:23 -0400
  • ae7d93a8fe Position paste area further off screen to hide IE handlebars Neil Jenkins 2015-06-09 16:38:16 +0700
  • 60169dce6b Handle browser splitting paste area. Neil Jenkins 2015-06-09 16:32:20 +0700
  • 8e40da7477 Merge ac19bfdd62 into 884f352846 Thomas Feagin 2015-06-03 03:38:34 +0000
  • ac19bfdd62 take visual artifacts from pasting in IE and hide them in the deep, dark nethers of not-appearing-on-your-screen-anymore Thomas Feagin 2015-06-02 20:29:10 -0700
  • 884f352846 Set focus after element inserted with Squire#insertElement Neil Jenkins 2015-06-02 21:15:14 +0700
  • 9e1c703ad3 Fix editor styles in demo page. Neil Jenkins 2015-06-02 20:58:15 +0700
  • 89231561ee Merge cd3526e223 into 60f5ddc45e dryoma 2015-05-13 09:51:47 +0000
  • cd3526e223 Calling functions from modifyBlocks and forEachBlock with arguments dryoma 2015-05-13 17:46:38 +0800
  • bdc8b0c576 Making it possible to delete an <img> with display other than inline dryoma 2015-05-13 07:06:32 +0800
  • 60f5ddc45e Rename in package.json to squire-rte for npm Neil Jenkins 2015-05-09 17:33:25 +0700
  • ede9e5b201 Merge pull request #82 from shiawuen-npm Neil Jenkins 2015-05-09 17:30:26 +0700
  • c524772a63 Merge branch 'npm' of https://github.com/shiawuen/Squire into shiawuen-npm Neil Jenkins 2015-05-09 17:27:27 +0700
  • a2ca4a3864 Allow setting default attributes for ul/ol/li/blockquote. Neil Jenkins 2015-05-09 17:14:51 +0700
  • 619a3abc5d fix module check getting undefined for Firefox shiawuen 2015-05-07 23:40:49 +0800
  • 32b46f5aa5 Use getSettings() outsite the construct dryoma 2015-05-07 15:41:20 +0800
  • 4e6d776233 Added attributes for default tags dryoma 2015-05-07 15:36:00 +0800
  • 70829d2508 ignore source folder shiawuen 2015-05-07 11:16:08 +0800
  • 419708c266 ignore files not necessary for npm package shiawuen 2015-05-07 10:55:04 +0800
  • 3f643b5718 export Squire shiawuen 2015-05-07 10:52:32 +0800
  • 1ec7956c97 Merge pull request #80 from crossjs-master Neil Jenkins 2015-05-07 09:09:41 +0700
  • c48e9b73f5 Code style/naming convention cleanups Neil Jenkins 2015-05-07 09:08:58 +0700
  • b76a34e44d Use options.blockTag instead of DIV where necessary dryoma 2015-05-06 18:11:56 +0800
  • 3f4c711576 Added options object to Squire construct dryoma 2015-05-06 14:56:14 +0800
  • 8d8798a673 add parameter for override default properties; initialize editor document now run after instance saved. crossjs 2015-05-05 20:28:30 +0800
  • b59216de54 Merge 21326b9fd1 into 96bdda13ca 李文富 2015-05-05 10:49:19 +0000
  • 21326b9fd1 override default properties by config crossjs 2015-05-05 18:47:33 +0800
  • 22408056bb override default properties by config crossjs 2015-05-05 18:45:32 +0800
  • 11ff577168 bug fixed: use correct tag on first line crossjs 2015-05-05 18:16:58 +0800
  • 96bdda13ca Merge pull request #77 from mkoryak-master Neil Jenkins 2015-05-03 13:18:45 +0700
  • 73641ad899 Fix white-space and naming convention errors. Neil Jenkins 2015-05-03 13:18:00 +0700
  • 9a51935479 Merge pull request #76 from dryoma/master Neil Jenkins 2015-05-03 13:13:29 +0700
  • 3da7b19404 fix isDefaultPrevented method ;) Misha Koryak 2015-05-01 14:10:48 -0400
  • ed10b03b9f make it possible to replace the reference to e.fragment in willPaste event, also add isDefaultPrevented method to that event Misha Koryak 2015-05-01 14:07:28 -0400
  • 6b1a33238e Added .editorconfig dryoma 2015-04-30 17:31:03 +0800
  • 2452ef9556 Tag version 1.2.0 for package managers v1.2.0 Neil Jenkins 2015-04-29 11:34:02 +0700
  • 223060ecf9 Add method to set key handlers. Neil Jenkins 2015-04-29 11:16:11 +0700
  • 908f176f1f Merge 212fc1c67d into 27267ff376 dryoma 2015-04-29 02:44:42 +0000
  • 27267ff376 Add documentation on detecting current edit state Neil Jenkins 2015-04-29 09:42:08 +0700
  • 1aa0a49359 Merge 75e87a94eb into 3676651e6f Chris Laidlaw 2015-04-28 00:06:17 +0000
  • 75e87a94eb Add 'H2' as editable element. Chris Laidlaw 2015-04-27 17:05:56 -0700
  • 212fc1c67d Added attributes for tags created by Squire dryoma 2015-04-23 22:26:57 +0800
  • 1570bca9ec Squire options to a private object with a getter dryoma 2015-04-23 16:40:46 +0800
  • a314e25322 Added 'options' parameter to Squire; updated block tag references dryoma 2015-04-23 00:33:28 +0800
  • 12eb4d0d9d + .editorconfig dryoma 2015-04-22 23:35:41 +0800
  • e497580ef5 Prevent undo and redo methods from firing input event if _ignoreChange when true. Umer Farooq 2015-04-20 16:49:36 -0400
  • afb113d5f9 Update to latest squire version. Neil Jenkins 2015-04-20 13:28:44 +0700
  • 3676651e6f Merge branch 'farooqu-insertHtml' Neil Jenkins 2015-04-15 16:25:37 +1000
  • 8d80a4ce12 Adding built files. Umer Farooq 2015-04-14 21:20:36 -0400
  • c249e3bc19 Document that if the current selection is not collapsed, that it will be deleted and replaced by the html. Make style and consistency changes. Umer Farooq 2015-04-14 21:16:13 -0400
  • 6fdb288e00 Add the ability to insert an HTML fragment at the cursor location. Umer Farooq 2015-04-14 16:10:59 -0400
  • f258815738 Adding built files. Umer Farooq 2015-04-14 21:20:36 -0400
  • 8b39aa3ffa Merge 092d68c75b into 73ca65edb5 Umer Farooq 2015-04-15 01:17:51 +0000
  • 092d68c75b Document that if the current selection is not collapsed, that it will be deleted and replaced by the html. Make style and consistency changes. Umer Farooq 2015-04-14 21:16:13 -0400
  • fdcd44933c Add the ability to insert an HTML fragment at the cursor location. Umer Farooq 2015-04-14 16:10:59 -0400
  • 73ca65edb5 Fix pasting multiple lines into a blockquote. Neil Jenkins 2015-04-09 20:16:04 +0700
  • 62e2f5aa95 Use advanced init mode for Demo.html Neil Jenkins 2015-04-08 18:34:51 +0700
  • 7db0ae059a Fix cleanup empty <a> on enter in WebKit/Blink Neil Jenkins 2015-04-08 18:00:59 +0700
  • 1c0fa1a50f Rewrite getSelectedText method. Neil Jenkins 2015-04-08 17:02:41 +0700
  • e6ae25b589 Fix formatting commands when selection has no text nodes Neil Jenkins 2015-04-08 15:33:27 +0700
  • 1b9606452e Check for redundant WS when ensuring bottom line. Neil Jenkins 2015-03-29 18:56:32 +1100
  • 4c63ad696e Only maintain LI numbering when splitting OL if in BLOCKQUOTE. Neil Jenkins 2015-03-29 18:38:40 +1100
  • 3c8eaa1fcc Use default block settings when fixCursor called on body Neil Jenkins 2015-03-29 18:35:03 +1100
  • 61d5004373 Merge pull request #52 from xionglun/master Neil Jenkins 2015-03-19 20:08:00 +1100
  • eced74244d fix typo: ndoes -> nodes Allen Heavey 2015-03-19 14:55:45 +0800
  • 1362383aea Fire "select" event whenever selected range is not collapsed Neil Jenkins 2015-03-18 18:17:12 +0800
  • 6f09cc1cc2 Merge pull request #49 from masonicboom/patch-1 Neil Jenkins 2015-03-07 08:45:34 +0800
  • eba853a0f7 allow "audio" elements masonicboom 2015-03-05 16:57:33 -0800
  • 437a3c4451 Reword "in in" in README to be less clumsy Neil Jenkins 2015-03-05 15:19:22 +0800
  • 39fd173c6a Merge pull request #48 from cvrebert/events Neil Jenkins 2015-03-05 15:15:45 +0800
  • 1a91065baa Merge pull request #47 from cvrebert/patch-1 Neil Jenkins 2015-03-05 15:15:11 +0800
  • 4d7d99ae7e Merge pull request #46 from cvrebert/size-val Neil Jenkins 2015-03-05 15:14:23 +0800
  • 041e922779 Merge pull request #45 from cvrebert/patch-4 Neil Jenkins 2015-03-05 15:13:43 +0800
  • b301d152c7 README: hyperlink DOM event refs to MDN docs Chris Rebert 2015-03-04 19:08:53 -0800
  • f25c6713bd README: hyperlink document.execCommand mention to MDN Chris Rebert 2015-03-04 19:03:37 -0800
  • 77c0fc6d93 README: link to MDN regarding font size values Chris Rebert 2015-03-04 18:53:32 -0800
  • ce5867f424 README: use same return value phrasing for remove{Italic,Underline} as elsewhere Chris Rebert 2015-03-04 18:46:10 -0800
  • 951214c7e0 Merge pull request #44 from cvrebert/patch-1 Neil Jenkins 2015-03-05 10:45:28 +0800
  • 0506b8a1c7 README: hyperlink CSS color value refs to MDN docs Chris Rebert 2015-03-04 18:40:18 -0800
  • b8df233def Merge pull request #43 from cvrebert/patch-1 Neil Jenkins 2015-03-05 10:38:24 +0800
  • cde65d93a9 README: hyperlink Range references to MDN docs Chris Rebert 2015-03-04 18:34:56 -0800
  • bb0b8a92f3 Release v1.1.0 v1.1.0 Neil Jenkins 2015-03-04 15:54:18 +0800
  • ed0ebdae49 Merge adjacent text nodes after extracting range. Neil Jenkins 2015-03-04 13:15:21 +0800
  • e5266f5d5c Merge 2a3ab88cde into 5865eb032a Allen Heavey 2015-03-03 09:57:27 +0000
  • 2a3ab88cde Create element with innerHTML Allen Heavey 2015-03-03 17:54:00 +0800
  • c5fb2190aa Merge 4d728ee592 into 5865eb032a Matthew Borden 2015-02-08 12:49:23 +0000
  • 4d728ee592 Add: Return value for replaceWith, element that replaced original node. Matthew Borden 2015-02-08 23:01:08 +1100
  • 5865eb032a Maintain li numbering when splitting OL Neil Jenkins 2015-02-06 14:19:06 +0700
  • 5b8e348232 Fix invalid caching of selection nodes in paste handler. Neil Jenkins 2015-02-06 14:09:37 +0700
  • 8f83ef32c3 Fix typo in Makefile Neil Jenkins 2015-02-06 14:07:44 +0700
  • 12af785716 Merge 8f96975b5f into dfed911833 DreadPirateNeckbeard 2015-01-30 07:32:46 +0000
  • 8f96975b5f fix typo which breaks build Dread Pirate Neckbeard 2015-01-29 23:20:52 -0800
  • 686225920c Merge 4ee0b7ea87 into dfed911833 Jerjou 2015-01-29 22:56:28 +0000
  • 4ee0b7ea87 When inserting text nodes, merge them with text nodes that border it. Jerjou Cheng 2015-01-26 17:44:57 -0800
  • f4c88fe371 Merge 36d8b3b3fc into dfed911833 Matthew Borden 2015-01-08 05:33:02 +0000
  • dfed911833 Add .jshintrc file so JSHint checks it correctly. Neil Jenkins 2015-01-08 12:21:53 +0700
  • 29e538f12e Merge e9a1b0e21f into 8e8874b554 Antonio Santos 2015-01-05 23:10:25 +0000
  • e9a1b0e21f Sileced warnings in squire-raw.js Antonio Santos 2015-01-05 19:06:14 -0400
  • 2152b9f658 Silenced warnings in outro.js and added a 'use strict;' statment. Antonio Santos 2015-01-05 18:59:09 -0400
  • 47991fe3cc Fixed warning specific to TreeWalker.js and Range.js Antonio Santos 2015-01-05 18:57:07 -0400
  • 429eea5aab Merge 53cd638e1e into 8e8874b554 Matthew Borden 2015-01-04 22:26:40 +0000
  • 53cd638e1e Support American and English Spelling of Colour. Matthew Borden 2015-01-04 22:09:54 +0000
  • f035e8cbec Change spelling of Colour to Color. My reasons for preposing the change; is that most developers are familiar with the spelling of colour, in CSS as color. Therefore it doesn't seem to make sense to deviate from that spelling when this function will ultimately set a CSS property. Matthew Borden 2015-01-04 20:37:46 +0000
  • 36d8b3b3fc Add makeCodeSnippet & removeCodeSnippet methods + documentation. Matthew Borden 2015-01-04 08:22:32 +0000
  • ad742f4503 Fixed most (if not all) JSHint errors for everything but globals. Antonio Santos 2015-01-02 11:14:51 -0400
  • fdcc2e7fee Added some options and a few globals to .jshintrc Antonio Santos 2015-01-02 11:03:32 -0400
  • 6d8f2d986b Created .jshintrc file. Antonio Santos 2015-01-02 10:45:54 -0400
  • 8e8874b554 Don't fire an input event on setHTML call. Neil Jenkins 2014-12-30 10:22:39 +0700
  • 249ea93c13 Allow defaultBlockTag to be configured Neil Jenkins 2014-12-27 15:02:26 +0700
  • b69a1635de Use mutation observers where possible to detect change v1.0.1 Neil Jenkins 2014-12-27 13:48:15 +0700
  • 5b5d65f684 Record undo checkpoint before deleting any selection. Neil Jenkins 2014-12-26 20:04:42 +0700
  • 797dbf46fb Fix selection lost on action in Presto Neil Jenkins 2014-12-26 20:01:36 +0700