From 924eb9341330f6fb963e20b5ea92c7fdc75eaae5 Mon Sep 17 00:00:00 2001 From: vincents Date: Mon, 22 Aug 2005 12:36:48 +0000 Subject: [PATCH] removed cvs logs git-svn-id: trunk@7542 - --- lcl/include/imglist.inc | 165 ---------------------------------------- 1 file changed, 165 deletions(-) diff --git a/lcl/include/imglist.inc b/lcl/include/imglist.inc index 82ee736e68..d49b0beafc 100644 --- a/lcl/include/imglist.inc +++ b/lcl/include/imglist.inc @@ -1163,168 +1163,3 @@ end; // included by imglist.pp -{ - - $Log$ - Revision 1.45 2005/07/25 09:15:03 mattias - reduced firing CHange events for TCustomImageList from Martin Smat - - Revision 1.44 2005/07/24 10:56:27 mattias - removed unneeded TCustomImageList.GetCount - - Revision 1.43 2005/07/24 08:08:58 mattias - fixed updating FCount in TCustomImageList.Insert/Delete - - Revision 1.42 2005/05/09 10:41:56 vincents - don't free maskimage, that is created to add to the imagelist. - - Revision 1.41 2005/03/07 21:59:44 vincents - changed hexstr(cardinal()) for pointers to dbgs() and other 64-bits fixes from Peter Vreman - - Revision 1.40 2004/08/15 17:00:58 mattias - improved DefineProperties to read/write endian independent - - Revision 1.39 2004/05/11 11:42:27 mattias - replaced writeln by debugln - - Revision 1.38 2004/04/10 17:58:57 mattias - implemented mainunit hints for include files - - Revision 1.37 2004/04/05 11:41:06 mattias - fixed retrieving gdkbitmaps LineEnding=rileDWordBoundary - - Revision 1.36 2004/04/03 16:47:46 mattias - implemented converting gdkbitmap to RawImage mask - - Revision 1.35 2004/03/30 17:45:31 mattias - fixed FindEndOfExpression for bogus statements - - Revision 1.34 2004/03/29 17:21:52 mattias - actionslist editor improved from Radek - - Revision 1.33 2004/03/28 12:57:03 mattias - fixed 1.0.10 compilation - - Revision 1.32 2004/03/28 12:49:22 mattias - implemented mask merge and extraction for raw images - - Revision 1.31 2004/03/22 19:10:04 mattias - implemented icons for TPage in gtk, mask for TCustomImageList - - Revision 1.30 2004/03/06 15:37:43 mattias - fixed FreeDC - - Revision 1.29 2004/03/02 22:37:36 mattias - clean up for TBitmapImage sharing - - Revision 1.28 2004/03/01 23:45:33 marc - * Patch from olivier GUILBAUD and Colin Western - * fixed addcopy - - Revision 1.27 2004/02/29 22:51:54 mattias - added jpeg example - - Revision 1.26 2004/02/28 00:34:35 mattias - fixed CreateComponent for buttons, implemented basic Drag And Drop - - Revision 1.25 2004/02/25 11:12:06 marc - + Added delphi stream reading support - - Revision 1.24 2004/02/24 19:40:17 mattias - TBitmap can now read form streams without knowing the size - - Revision 1.23 2004/02/22 10:43:20 mattias - added child-parent checks - - Revision 1.22 2004/02/02 21:31:08 mattias - reduced output - - Revision 1.21 2004/02/02 19:13:31 mattias - started reading TImageList in Delphi format - - Revision 1.20 2004/02/02 16:59:28 mattias - more Actions TAction, TBasicAction, ... - - Revision 1.19 2003/12/25 14:17:07 mattias - fixed many range check warnings - - Revision 1.18 2003/11/08 23:42:24 mattias - fixed unregistering imageslink - - Revision 1.17 2003/03/11 07:46:43 mattias - more localization for gtk- and win32-interface and lcl - - Revision 1.16 2003/02/27 09:52:00 mattias - published TImgList.Width and Height - - Revision 1.15 2003/02/26 23:31:53 mattias - added imagelisteditor from Olivier - - Revision 1.14 2002/12/16 12:12:50 mattias - fixes for fpc 1.1 - - Revision 1.13 2002/11/09 15:02:07 lazarus - MG: fixed LM_LVChangedItem, OnShowHint, small bugs - - Revision 1.12 2002/08/22 13:45:58 lazarus - MG: fixed non AutoCheck menuitems and editor bookmark popupmenu - - Revision 1.11 2002/06/08 17:16:02 lazarus - MG: added close buttons and images to TNoteBook and close buttons to source editor - - Revision 1.10 2002/05/10 06:05:52 lazarus - MG: changed license to LGPL - - Revision 1.9 2002/04/04 12:25:01 lazarus - MG: changed except statements to more verbosity - - Revision 1.8 2002/01/07 13:58:15 lazarus - Changes to TListView to display images and fixes to TCustomImageList to notify it's owners of changes. - - Shane - - Revision 1.7 2002/01/03 15:07:08 lazarus - MG: fixed TCustomImageList.CreateSize - - Revision 1.6 2001/06/14 14:57:58 lazarus - MG: small bugfixes and less notes - - Revision 1.5 2001/03/19 14:40:49 lazarus - MG: fixed many unreleased DC and GDIObj bugs - - Revision 1.3 2001/02/06 13:55:23 lazarus - Changed the files from mode delphi to mode objfpc - Shane - - Revision 1.2 2001/01/11 20:16:47 lazarus - Added some TImageList code. - Added a bookmark resource with 10 resource images. - Removed some of the IFDEF's in mwCustomEdit around the inherited code. - Shane - - Revision 1.1 2000/07/13 10:28:26 michael - + Initial import - - Revision 1.1 2000/04/02 20:49:56 lazarus - MWE: - Moved lazarus/lcl/*.inc files to lazarus/lcl/include - - Revision 1.5 2000/03/21 23:47:33 lazarus - MWE: - + Added TBitmap.MaskHandle & TGraphic.Draw & TBitmap.Draw - - Revision 1.4 1999/09/26 17:06:44 lazarus - MWE: Exept for resource loading, streaming and icons, finished - implementation of TCustomImageList. - - Revision 1.3 1999/09/26 15:37:20 lazarus - MWE: implemented some more methods and documented most - - Revision 1.2 1999/08/20 15:44:39 lazarus - TImageList changes added from Marc Weustink - - Revision 1.1 1999/08/12 16:22:19 lazarus - Templates initially created CAW - -} -