Commit Graph

  • 47b8fd4b55 Credits. Chris Eppstein 2011-04-24 22:33:49 -0700
  • 58c7447436 gemfile fix Scott Davis 2011-04-25 01:49:33 -0400
  • a58a66c4c2 added application integration to turtorials Scott Davis 2011-04-25 01:44:08 -0400
  • 144a3b27a1 Bump version and assign a name. v0.11.0 Chris Eppstein 2011-04-24 22:21:10 -0700
  • bb53c8c34b v0.11 release posting and docs cleanup. Chris Eppstein 2011-04-24 22:11:06 -0700
  • e3aa9aa424 Merge branch 'master' of github.com:chriseppstein/compass Scott Davis 2011-04-24 23:23:12 -0400
  • 0d029e6a02 merge Scott Davis 2011-04-24 23:23:07 -0400
  • 28ccff0fba Make the generated configuration file a little more readable. Chris Eppstein 2011-04-24 20:04:03 -0700
  • 4957774e49 Default production mode to compressed output Chris Eppstein 2011-04-24 19:57:45 -0700
  • f775fa0ca0 Correct the CLI help on the default value of environment. Chris Eppstein 2011-04-24 19:56:29 -0700
  • 5962a85a99 Fix broken linear gradients with svg enabled. Chris Eppstein 2011-04-24 18:59:07 -0700
  • 85268281bc Fix failing tests due to load path changes. Chris Eppstein 2011-04-24 16:41:56 -0700
  • a997fa2332 Use expand_path to match the behavior is Sass. Fixes a bug that causes compass to always compile all files. Chris Eppstein 2011-04-24 15:08:14 -0700
  • 75901f9287 Fix watcher output on the first run. Chris Eppstein 2011-04-24 12:57:47 -0700
  • a3e1fa7f78 release blog post. WIP Chris Eppstein 2011-04-24 12:42:59 -0700
  • 4127ea7c9e Kick off a GC at the end of a watcher run. Chris Eppstein 2011-04-24 12:40:42 -0700
  • 30e01c7cbd Clean up the creation and management of importers and compilers Chris Eppstein 2011-04-22 09:43:49 -0700
  • 830a44868a updated docs for extension change closes#351 Scott Davis 2011-04-23 11:14:35 -0400
  • 59fdec521d creating an extension now responds to the -x parameter for setting syntax Scott Davis 2011-04-23 11:12:16 -0400
  • 382222b6db bumped chunky_png version Scott Davis 2011-04-23 10:22:56 -0400
  • 613753e06a merge Scott Davis 2011-04-23 10:19:40 -0400
  • 9c8522be72 changed quotes to use syntactic sugar Scott Davis 2011-04-23 10:17:26 -0400
  • c7a1c2a911 Correctly report the changed file. Chris Eppstein 2011-04-22 09:28:56 -0700
  • ece275a054 Reset the memory cache before each watcher run. Chris Eppstein 2011-04-22 09:27:51 -0700
  • 9e54d7bcb7 Unnecessary normalization -- sass will do it later. Chris Eppstein 2011-04-22 09:21:09 -0700
  • a8a74995bf A module to help debug memory leaks in the watcher. Chris Eppstein 2011-04-22 09:19:32 -0700
  • 78dc4a5bfb Pick up bug fix in FSSM. Chris Eppstein 2011-04-21 12:32:55 -0700
  • f4ac295894 Refactor the gradient literals. Chris Eppstein 2011-04-20 22:28:46 -0700
  • 9cafbc642c Consistent hashing of the Sprite importer object Chris Eppstein 2011-04-20 19:27:53 -0700
  • 134160885c Store the compiler importer in the Sass options so sass doesn't make one. Chris Eppstein 2011-04-20 19:27:11 -0700
  • 4c814f97dd Use Sass's Chain and Memory caching for faster caching, store this once in the configuration when watching so Sass doesn't do this with each iteration. Chris Eppstein 2011-04-20 19:26:07 -0700
  • 5f1c35d171 Only compute the sass engine options once in the update_project command -- this is called repeatedly by the watcher command. Chris Eppstein 2011-04-20 19:23:21 -0700
  • fec367d60c fixed gemfile and removed coercion to float Scott Davis 2011-04-20 19:57:19 -0400
  • ac623c620b svg gradients now support angles Scott Davis 2011-04-20 19:34:20 -0400
  • 4e502dda73 svg gradients now support angles Scott Davis 2011-04-20 19:33:29 -0400
  • 8642187173 updated linier svg gradients to have userSpaceOnUse to be consistant with the radial implimentation Scott Davis 2011-04-20 17:17:03 -0400
  • 7b0bb7ad2b Change FSSM to a gem dependency instead of vendoring it. Closes GH-343. Chris Eppstein 2011-04-19 19:59:54 -0700
  • be8e5f5313 Keep a list of blog authors in a yaml file. Chris Eppstein 2011-04-18 09:04:21 -0700
  • 6b884d34c3 added the ability to disable magic sprites Scott Davis 2011-04-19 20:31:29 -0400
  • 3e013b8bd5 removed require for bigdecimal and updated the deprecated functions in the gem file Scott Davis 2011-04-17 23:11:25 -0400
  • 5b9a90f83b Bug fixes reported by ryan bigg. Chris Eppstein 2011-04-17 18:16:45 -0700
  • d416ee9ba1 Comment out the blog link for now. Chris Eppstein 2011-04-17 17:29:48 -0700
  • 314cce80ce Merged the v0.11 beta changelog into a single cumulative changelog. Chris Eppstein 2011-04-17 17:27:34 -0700
  • bc8b71b133 simple settings to toggle grids on and off while you work Eric Meyer 2011-04-17 17:44:33 -0600
  • 3921e6f856 Fix floating point comparision issue. Closes GH-341. Chris Eppstein 2011-04-17 11:36:39 -0700
  • 810b95e7f3 Added a mechanism for plugins to extend compass's configuration options. Chris Eppstein 2011-04-17 11:29:20 -0700
  • b1b718e78a A basic blog for the compass website. Chris Eppstein 2011-04-17 01:48:44 -0700
  • 3c86dfa0b3 fixed tests related to grid-background Eric Meyer 2011-04-16 23:48:28 -0600
  • d845c4d486 gradient rounding issue tentative fix Scott Davis 2011-04-16 22:09:42 -0400
  • 86788e5ee2 Version bump v0.11.beta.7 Chris Eppstein 2011-04-16 01:24:13 -0700
  • 791943e089 Note the new vertical rhythm function in the changelog Chris Eppstein 2011-04-16 01:23:39 -0700
  • 9ce8522261 Changelog note for the pixel-based gradients in old webkits. Chris Eppstein 2011-04-16 01:09:22 -0700
  • df924ae56c Merge commit '9940ee8cbbe52e217a88b9a46ae5074790eea129' Chris Eppstein 2011-04-16 01:07:33 -0700
  • 6dc7e06857 Add import for the has-layout dependency in filter-gradient. Closes GH-339. Chris Eppstein 2011-04-16 00:58:24 -0700
  • fc380ca203 It turns out that we didn't need to change the compile method's signature. Closes GH-335. Chris Eppstein 2011-04-16 00:49:17 -0700
  • c252d4b6d7 Note the new grid background module in the changelog. Chris Eppstein 2011-04-16 00:35:18 -0700
  • 09868f4359 Comment the showgrid mixin. Chris Eppstein 2011-04-16 00:25:35 -0700
  • 196abb2a28 Default the blueprint grid image to the pure CSS version in compass. Chris Eppstein 2011-04-16 00:21:35 -0700
  • 26fe7f1074 Tell people who generate a grid background image that there's a better way. Chris Eppstein 2011-04-16 00:17:19 -0700
  • 7db7e019ab Add a yellow block method for logging warnings in yellow. Chris Eppstein 2011-04-16 00:16:37 -0700
  • 8a8d625a7d Add a percent-based test case for grid-backgrounds, remove unnecessary 0.001 increment. Chris Eppstein 2011-04-15 23:49:49 -0700
  • 0a33bc14b2 The background-size property accepts multiple sizes corresponding to each background. Chris Eppstein 2011-04-15 23:39:46 -0700
  • 72434be137 Webkit now supports the css3 official gradient syntax. Chris Eppstein 2011-04-15 23:16:43 -0700
  • 10dd6c1c63 updated docs to be correct for magic selectors Scott Davis 2011-04-13 16:46:01 -0400
  • d192c64889 use parens instead of quotes to pass complex argument Eric Meyer 2011-04-12 15:16:08 -0600
  • bc4e3eeb44 vertical rhythm function for calculating rhythms without returning a property Eric Meyer 2011-04-12 15:13:42 -0600
  • e66c822503 add grid-background mixins to layout module, with docs and tests Eric Meyer 2011-04-11 19:26:55 -0600
  • 7c5f831352 Bump version v0.11.beta.6 Chris Eppstein 2011-04-10 14:55:10 -0700
  • db9b7ada14 Update changelog for v0.11.beta.6 Chris Eppstein 2011-04-10 14:54:15 -0700
  • ad0e172ec3 Allow degrees for linear and radial gradients. Currently no support for SVG gradients using degrees. Partial fix for #303 Chris Eppstein 2011-04-10 14:14:44 -0700
  • 73a01b3677 fixed issue with gem spec in rubygems 1.7 closes #331 Scott Davis 2011-04-07 15:51:22 -0400
  • 727c025881 Fix some edge case uses of color stops with list arguments. Chris Eppstein 2011-04-02 11:59:54 -0700
  • af10edd7a9 [Rails Integration] Print a warning if compass is booted more than once. Closes GH-282. Chris Eppstein 2011-04-02 10:40:32 -0700
  • c4a315af3c Check if Rails module responds to env and root before using them Andrei Bocan 2011-03-28 09:51:27 -0400
  • 1bd156e88f Fix a bug in the sprites base file and added a basic sprites test case to the compass test. Chris Eppstein 2011-04-02 09:54:06 -0700
  • 3892919585 Raise an error when compiling selective files from a directory other than the project directory. Chris Eppstein 2011-04-01 09:00:33 -0700
  • 0eef08e6ce Remove the css3 background simple bg support and move it to a new mixin called background-with-css2-fallback. Chris Eppstein 2011-03-31 19:03:40 -0700
  • d2b4ec423f updated install page to have better installation instructions Scott Davis 2011-04-02 10:58:45 -0400
  • 04ab1e30f2 added semi colon Scott Davis 2011-04-02 10:08:10 -0400
  • 5d2db94bc0 working on lemonade upgrade guide Scott Davis 2011-04-02 10:07:55 -0400
  • 428e5b513c updated spriting turtorial Scott Davis 2011-04-02 08:30:44 -0400
  • 8a1f14d72d removed dynamic constant becasuse i was being a bad programer Scott Davis 2011-04-01 22:19:24 -0400
  • 7ffde70c8d added test files for repeat-x bug tests Scott Davis 2011-04-01 16:13:29 -0400
  • a08003cdd9 changed sprite math back to ceil Scott Davis 2011-04-01 14:57:29 -0400
  • 2c62cdf2f9 closes #296 rescue OutOfBounds exception gracfuly Scott Davis 2011-04-01 14:47:24 -0400
  • 23f0f03a09 fixed sprite rsspec cli test to change back to the correct directory Scott Davis 2011-04-01 12:14:45 -0400
  • f83f85406c refactored to fix relative path bug with the compile command Scott Davis 2011-04-01 11:14:30 -0400
  • da2af62f47 closes #271 - fixed bug that was causing file name to truncate Scott Davis 2011-04-01 10:32:48 -0400
  • 0cf4fcd8a7 We don't have a charset in fonts anymore Chris Eppstein 2011-03-30 14:24:39 -0700
  • f2ceec4680 Created a function called css2-fallback($value, $css2-value) that will use the $css2-value in a css2 context and the $value in other contexts. Chris Eppstein 2011-03-30 10:45:27 -0700
  • da57adc49d add opera support for the css3 gradient syntax Chris Eppstein 2011-03-30 10:20:27 -0700
  • 96f1e4dc96 closes #320 and refactored the rspec tests Scott Davis 2011-03-29 19:26:11 -0400
  • 4a5c968739 added rspec test for sprite command Scott Davis 2011-03-29 19:20:22 -0400
  • 36b7c25f1b fix some typos Jeremy Weiskotten 2011-03-28 23:37:30 -0400
  • 2e8fd055ed closes 268 - filenames can not start with numbers the must be legal css identifiers Scott Davis 2011-03-28 22:39:12 -0400
  • 7571d4af93 refactored sprite selectors Scott Davis 2011-03-28 17:08:53 -0400
  • 638e7e2c51 Merge branch 'master' of github.com:chriseppstein/compass Scott Davis 2011-03-28 17:08:36 -0400
  • ccb391d9d1 Revert "Don't output transparent in css2 ouput." Transparent is a legal value in css2. Chris Eppstein 2011-03-28 09:29:38 -0700
  • 2521d4dd7b Fix broken links in the search results page. Chris Eppstein 2011-03-27 21:16:29 -0700
  • 119ce9d018 Don't output transparent in css2 ouput. Chris Eppstein 2011-03-27 21:03:14 -0700