1. 8a8f8b1 Get rid of an old console.log by Matt Godbolt · 8 years ago
  2. 137f86d Fix up environment for raven by Matt Godbolt · 8 years ago
  3. 6fc5c16 Lint fixes by Matt Godbolt · 8 years ago
  4. 2e3c598 Include jquery and underscore when used. by Matt Godbolt · 8 years ago
  5. 843b611 Support simple fetching of remote resources by Matt Godbolt · 8 years ago
  6. 03c712a Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  7. e7a454f Another attempt at resurrecting event tracking by Matt Godbolt · 8 years ago
  8. af2972a Hopefully fix events (See #148) by Matt Godbolt · 8 years ago
  9. d633b0e Catch and ignore exceptions when accessing localStorage. by Matt Godbolt · 8 years ago
  10. 66f6b5c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  11. 8c288a0 Remove some bootstrap resources that had been accidentally left in-tree by Matt Godbolt · 8 years ago
  12. 52a01c4 Merge remote-tracking branch 'origin/master' into msvc-spike by Matt Godbolt · 8 years ago
  13. 1d00921 Fixes the status button so it works on Mozilla Firefox by Adrian Bibby Walther · 8 years ago
  14. 128a23b Merge remote-tracking branch 'origin/master' into msvc-spike by Matt Godbolt · 8 years ago
  15. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  16. e997ca3 Disable drag'n'drop by Matt Godbolt · 8 years ago
  17. ed42715 Don't use minified versions of libraries by Matt Godbolt · 8 years ago
  18. 96cf346 Configure raven by Matt Godbolt · 8 years ago
  19. 3e0c8d0 Use jquery's ready state to prepare the sharing button. Hopefully addresses #146 by Matt Godbolt · 8 years ago
  20. e4cd9cc Use underscore each function by Matt Godbolt · 8 years ago
  21. 3e318e4 Only serve items from out/dist on demand; use @import in CSS instead of lots of includes; configure r.js to optimize CSS too by Matt Godbolt · 8 years ago
  22. ae306d3 Widen address area. Fixes #144 by Matt Godbolt · 8 years ago
  23. 05e997f Style tweaks by Matt Godbolt · 8 years ago
  24. 26198b6 Extract some functions; note a TODO by Matt Godbolt · 8 years ago
  25. 52f65d8 jshint fixes by Matt Godbolt · 8 years ago
  26. 281e84d Make warning icon a button; make it draggable by Matt Godbolt · 8 years ago
  27. ced7933 Add a compiler clone button by Matt Godbolt · 8 years ago
  28. 9b03547 Fix up issues around handling errors during layout creation by Matt Godbolt · 8 years ago
  29. 0731427 Add raven-js/Sentry support by Matt Godbolt · 8 years ago
  30. 3fe4e18 Add initial sketch at output window by Matt Godbolt · 8 years ago
  31. 1f979c0 Minor formatting changes; hopefully fixes issue reported by @unsigned void by Matt Godbolt · 8 years ago
  32. f7003d8 Fix issue with editor and compiler tabs that were hidden during updates by Matt Godbolt · 8 years ago
  33. 2eddd82 Remove commented-out old line by Matt Godbolt · 8 years ago
  34. b490087 Thin out the drag handles by Matt Godbolt · 8 years ago
  35. f9ed903 Separate styling from compiler dropdown. Fixes overwide compiler names in warnings/errors by Matt Godbolt · 8 years ago
  36. 7c35539 Further increase the compiler dropdown width by Matt Godbolt · 8 years ago
  37. 1c41d2c Fix typo by Matt Godbolt · 8 years ago
  38. 3ff0732 Make a click on the add button just add a compiler in-place by Matt Godbolt · 8 years ago
  39. c50ac79 Add font scale buttons by Matt Godbolt · 8 years ago
  40. 88390b0 Make compiler dropdown wider by Matt Godbolt · 8 years ago
  41. 5e14b1a Hide short link unless it's enabled by Matt Godbolt · 8 years ago
  42. 91b15ba Merge remote-tracking branch 'origin/staging' into goldenlayout by Matt Godbolt · 8 years ago
  43. f007fc7 Slightly nicer handling of pathological compiler setup by Matt Godbolt · 8 years ago
  44. 624abd9 Short URL support by Matt Godbolt · 8 years ago
  45. 1c98836 URL support by Matt Godbolt · 8 years ago
  46. ec7d34f Actually prevent popout icon by Matt Godbolt · 8 years ago
  47. 106ff7c Initial support for parsing old URLs by Matt Godbolt · 8 years ago
  48. 4f66930 CSS tweaks by Matt Godbolt · 8 years ago
  49. 3418b92 jshint fixes by Matt Godbolt · 8 years ago
  50. 7c7cde9 Add copyrights by Matt Godbolt · 8 years ago
  51. 5bad278 Don't show binary if not globally supported; fix up toggles in other cases by Matt Godbolt · 8 years ago
  52. 1d2b9be Toggle fixes: return a copy on the state, ignore disabled buttons by Matt Godbolt · 8 years ago
  53. bd08426 Handle case of not having a compiler set by Matt Godbolt · 8 years ago
  54. 2677ac1 Mark a TODO to-done by Matt Godbolt · 8 years ago
  55. a6a1bc0 LoadSave dialog. Load only by Matt Godbolt · 8 years ago
  56. fb0e465 More TODOs by Matt Godbolt · 8 years ago
  57. 3037956 Compiler output/warnings, and full name by Matt Godbolt · 8 years ago
  58. 4b1ce20 Ensure unsubncription happens when items are destroyed by Matt Godbolt · 8 years ago
  59. e521a57 Disable popout, and closing of editors (for now) by Matt Godbolt · 8 years ago
  60. 532e91a Big bunch of fixes; improvements to layouts, attempt at getting pop-out to work (mostly not working) by Matt Godbolt · 8 years ago
  61. f322a1a Fix issue on first creation for toggles by Matt Godbolt · 8 years ago
  62. d636ade Use an event library by Matt Godbolt · 8 years ago
  63. 74cb850 Fix up hovering on binary by Matt Godbolt · 8 years ago
  64. 7125fd8 Fix up binary support by Matt Godbolt · 8 years ago
  65. edbf732 Grab bag of fixes and refactoring. Toolbar changes; options; styling by Matt Godbolt · 8 years ago
  66. 227dfcc Limit the height of the compiler dropdown by Matt Godbolt · 8 years ago
  67. 7e79189 Re-add colourization by Matt Godbolt · 8 years ago
  68. 2c2adc6 Use eventHub for messaging. Support tags from multiple compilers by Matt Godbolt · 8 years ago
  69. 4e3889e Some config tweaks by Matt Godbolt · 8 years ago
  70. f5a3f76 Parse errors and warnings (part 1) by Matt Godbolt · 8 years ago
  71. 495ecc0 Default filters; use default compiler by Matt Godbolt · 8 years ago
  72. b7756a4 Persist filters, source and compiler by Matt Godbolt · 8 years ago
  73. fe109ff Actually use the filters by Matt Godbolt · 8 years ago
  74. 53863a9 Formatting fixups, make search work by Matt Godbolt · 8 years ago
  75. a9a065f Put language name in header by Matt Godbolt · 8 years ago
  76. 1aad67a Fix ups for window sizes and editor sizes by Matt Godbolt · 8 years ago
  77. 5052cb8 First support for displaying output by Matt Godbolt · 8 years ago
  78. 216af91 Handle options by Matt Godbolt · 8 years ago
  79. f42bbf8 Compiler choice dropdown by Matt Godbolt · 8 years ago
  80. 6e8987d First steps towards wiring by Matt Godbolt · 8 years ago
  81. 3600d7a First move towards rewrite by Matt Godbolt · 8 years ago
  82. ef7f5d7 WIP on GoldenLayout by Matt Godbolt · 8 years ago
  83. 7dec599 Remove github ribbon in favour of a top button. Tidy up options by Matt Godbolt · 8 years ago
  84. 480b130 Add underscore by Matt Godbolt · 8 years ago
  85. dc57aba Better errors if diff fails by Matt Godbolt · 8 years ago
  86. f585fd6 More TODOs by Matt Godbolt · 8 years ago
  87. 32e742e More tidyups; added some TODOs by Matt Godbolt · 8 years ago
  88. 51ae548 Address a bunch of warnings from jshint/IntelliJ by Matt Godbolt · 8 years ago
  89. be7716a Re-use class 'template' to hide {slot,diff}Template. by Gabriel Devillers · 8 years ago
  90. 14cc056 Clean static/index.html. by Gabriel Devillers · 8 years ago
  91. 17e3609 Adds fadeIn/fadeOut to panels. by Gabriel Devillers · 8 years ago
  92. 68379dd Fix UI bug. by Gabriel Devillers · 8 years ago
  93. 37076eb Hide close cross in slots if need be. by Gabriel Devillers · 8 years ago
  94. 1dfd409 Moved "new slot/diff" buttons. by Gabriel Devillers · 8 years ago
  95. 9a755d0 Place the editor and options in a panel. by Gabriel Devillers · 8 years ago
  96. 9adb546 Adjust CSS to save space in panels. by Gabriel Devillers · 8 years ago
  97. 3247579 Fix bugs. by Gabriel Devillers · 8 years ago
  98. ece6789 Description of slots in diffs. by Gabriel Devillers · 8 years ago
  99. 0586ec4 Accesskey enabled in the leaderSlot slot. by Gabriel Devillers · 8 years ago
  100. 6d7e68c Switch new functions name to camelCase. by Gabriel Devillers · 8 years ago