1. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  2. 3a19759 [ci skip] Trim some whitespace from Image_lib by Andrey Andreev · 10 years ago
  3. 5d78fd8 Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27 by Andrey Andreev · 10 years ago
  4. fbde279 Fix #3846 by Andrey Andreev · 10 years ago
  5. 9c85532 Fixed horizontal position of watermark text when using drop shadow by omar · 10 years ago
  6. 0779e99 Fixed Watermark function to work without drop shadow by omar · 10 years ago
  7. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  8. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  9. db037db [ci skip] Polish changes from PR #3278 by Andrey Andreev · 10 years ago
  10. 010c33f Merge pull request #3278 from b1tc0re/patch-1 by Andrey Andreev · 10 years ago
  11. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  12. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  13. d4818b7 Fix #3283 by Andrey Andreev · 10 years ago
  14. b23b8fc We can preserve transparency for PNG images by Дмитрий · 10 years ago
  15. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  16. 7a0c08e Image_lib - minor corrections on some comments. by Ivan Tcholakov · 11 years ago
  17. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  18. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  19. 871754a 2013 > 2014 by darwinel · 11 years ago
  20. e52fc26 Fix issue #43 by Andrey Andreev · 11 years ago
  21. 7ee2034 removing linebreak by Sam Doidge · 12 years ago
  22. 5cb5c0a adding thumb_marker to image_lib->clear() by Sam Doidge · 12 years ago
  23. 16c6d7e Fix a code comment in Image_lib by vlakoff · 12 years ago
  24. 9cc707b fix imagejpeg() parameter, should be NULL instead of empty string by Ted Wood · 12 years ago
  25. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  26. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  27. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  28. e9d2dc8 Added function_usable() to common functions by Andrey Andreev · 12 years ago
  29. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  30. 99ae226 Add PNG transparency support in CI_Image_lib::text_watermark() (originally from pull #1317, partially fixes #1139) by Andrey Andreev · 12 years ago
  31. 24063af Fixed code styling by Omar · 13 years ago
  32. bb531d6 Fixing imagemagick maintain ratio not implemented by Omar · 13 years ago
  33. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  34. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  35. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  36. b82bc3a Fix Cache, Image_lib and Log libraries by Timothy Warren · 13 years ago
  37. b8e6285 Fix Config.php and partially fix Image_lib.php by Timothy Warren · 13 years ago
  38. 1b81553 Minor cleanup and style fixes in the Unit_test and Image_lib libraries by Andrey Andreev · 13 years ago
  39. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  40. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  41. a3d19c4 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  42. 2c8baeb Some more cleaning by Andrey Andreev · 13 years ago
  43. e463630 Remove a quote by Andrey Andreev · 13 years ago
  44. 8e70b79 CI_Image_lib::image_reproportion() to work if only one of either width or height are set by Andrey Andreev · 13 years ago
  45. 8f80bc4 array keys should be 0, 1, and 2. key 3 results in error (invalid offset) by Ronald Beilsma · 13 years ago
  46. 5a67e3d Fix the same expression in crop() by Andrey Andreev · 13 years ago
  47. 1a9f52c Fixed a bug in CI_Image_lib::resize() by Andrey Andreev · 13 years ago
  48. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  49. cf2ba9e Cut some comments by Andrey Andreev · 13 years ago
  50. bb96c8b Fix a comment typo by Andrey Andreev · 13 years ago
  51. 8323ae6 Fix a bug and put some comments describing changes from pull #818 by Andrey Andreev · 13 years ago
  52. 665af0c Some alignment for readability by Andrey Andreev · 13 years ago
  53. 1d97f29 Another fix on a previous commit from this request by Andrey Andreev · 13 years ago
  54. a948f07 Remove a str_split() from the previous commit - we can access string characters like we do in an indexed array anyways by Andrey Andreev · 13 years ago
  55. 64dbdfb Added support for 3-length hex color values format and a number of validation improvements by Andrey Andreev · 13 years ago
  56. 5342e8b Remove access lines from method descriptions by Andrey Andreev · 13 years ago
  57. a92b903 Improve the Image manipulation library by Andrey Andreev · 13 years ago
  58. 3a45957 Also replace old-style 'var' with 'public' by Andrey Andreev · 13 years ago
  59. 4eea989 Add method visibility declarations and optimize display_errors() method in Image_lib, Trackback and Upload libraries by Andrey Andreev · 13 years ago
  60. 750ffb9 Fix for Issue #538. by Andrew Mackrodt · 13 years ago
  61. b167336 Merge branch 'develop' of https://github.com/michaeljdennis/CodeIgniter into michaeljdennis-develop by Eric Barnes · 13 years ago
  62. b840a67 Fixed an issue with the Image_lib class not clearing width, height or create_thumb properties when calling the clear() method. by Seb Pollard · 13 years ago
  63. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  64. 013f78d Merge remote-tracking branch 'upstream/develop' into develop by Michael Dennis · 13 years ago
  65. 901998a Removed some error suppression, which would hide a Notice if the path cannot be read. I discovered this by foolishly passing the file_path, not the full_path but took forever for me to realise this as the error returned (thanks to this error suppression) was "GD is not installed" instead of "File cannot be read". Seeing that notice would have made much more sense. by Phil Sturgeon · 13 years ago
  66. cb07a32 Fix for the Image_lib clear() function so that it resets all variables to their default values. by Michael Dennis · 13 years ago
  67. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  68. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  69. 8761ef5 Uppercasing some stray lowercase keywords for code consistency by Pascal Kriete · 14 years ago
  70. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  71. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  72. c0af6c0 removing a few php 4 workarounds from the image lib. by Pascal Kriete · 14 years ago
  73. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  74. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  75. 595bfd1 Added ability in the Image Library to handle PNG transparency for resize operations when using the GD lib. by Derek Jones · 14 years ago
  76. 7f3719f updated copyrights by Derek Jones · 15 years ago
  77. 172e161 numerous changes from DIR_WRITE_MODE to FILE_WRITE_MODE by Derek Jones · 15 years ago
  78. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  79. 1322ec5 ereg eradication by Derek Jones · 16 years ago
  80. 08cae63 "optimized" explode_name() by Derek Jones · 16 years ago
  81. 541ddbd added some better error checking for saving files with GD by Derek Jones · 16 years ago
  82. d9c7f03 Removed a strict type check from the rotate() function of the Image Manipulation Class. by Derek Allard · 16 years ago
  83. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  84. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  85. b5ce5aa corrected a few docblock comments to accurately reflect return values by Derek Allard · 16 years ago
  86. 701f612 Fixed bug: 4893 by Rick Ellis · 16 years ago
  87. a142cca Fixed bug #4562. A path was not defined for NetPBM by Rick Ellis · 16 years ago
  88. 457817d Fixed bug #4532. If cropping, but the new values are identical to the old values we simply save by Rick Ellis · 16 years ago
  89. b5c93ce removed an errant tab by Rick Ellis · 16 years ago
  90. d02b5bf by Rick Ellis · 16 years ago
  91. ef40640 fixed regular expression in Image lib, CI bug #4542 by Derek Jones · 17 years ago
  92. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  93. 500fa6c changed overlay_watermark() to check for an alpha value before applying the image to help support PNG-24s with alpha transparency by Derek Jones · 17 years ago
  94. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  95. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  96. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  97. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  98. 3ad8efe added constants.php file and implemented constants for file system modes by Derek Jones · 17 years ago
  99. 4acd41a restore a comment by Derek Allard · 17 years ago
  100. 44dbc78 Fixed a bug (#3024) in which master_dim wasn't getting reset by clear() in the Image library. by Derek Allard · 17 years ago