Update the changelog
[opencv] / apps / Hawk / History.txt
1 10.01.2000\r
2 ----------\r
3 \r
4 VisEiCL:\r
5 - Pointers in EiC have been made unsafe. That is because the functions \r
6   in ippiCVL take unsafe pointers. This EiC mechanism \r
7   should be implemented by wrappers. Maybe it will be switched on if we \r
8   find a simple decision how to make wrappers support safe pointers.\r
9 \r
10 HighGUI:\r
11 - Added destroy_image function that frees the memory allocated for bitmap.\r
12 \r
13 \r
14 11.01.2000\r
15 ----------\r
16 \r
17 Converters:\r
18 - Corrected the bug in converters. All converters were turning bitmaps\r
19   upside down.\r
20 - Added fast converter from IPPIIMAGE to IPLIMAGE, that creates an IPL \r
21   header, but does not allocate memory and does not copy image data.\r
22 \r
23 \r
24 13.01.2000\r
25 ----------\r
26 \r
27 ALL:\r
28 - Removed memory leaks (all?)\r
29 \r
30 \r
31 14.01.2000\r
32 ----------\r
33 \r
34 VisEiCL:\r
35 - CHANGE IN PROJECT: *wrap.h files have been removed from VisEiCL.dsp. \r
36   From now on EiC uses library headers, like ippiCVL.h, ipl.h, etc.\r
37 \r
38 18.01.2000\r
39 ----------\r
40 \r
41 HighGUI:\r
42 - Added HG_AUTOSIZE window style. See the docs for more info.\r
43 \r
44 \r
45 19.01.2000\r
46 ----------\r
47 \r
48 HighGUI:\r
49 - Added save_bitmap function\r
50 \r
51 \r
52 24.01.2000\r
53 ----------\r
54 \r
55 Hawk, VisEiCL:\r
56 - CHANGE IN PROJECT: The plugin mechanism has been implemented. ippiCVL\r
57   and ipl wrapper functions are loaded to Hawk as plugins from now on.\r
58 \r
59 25.01.2000\r
60 ----------\r
61 \r
62 Hawk:\r
63 - Popup menus with hints to all functions available in the interpreter\r
64   have been implemented.\r
65 \r
66 10.02.2000\r
67 ----------\r
68 \r
69 HighGUI:\r
70 - Added toolbar and trackbar controls and the functions working with them.\r
71 - Changed the scheme of windows, size calculation (due to controls).\r
72 \r
73 18.02.2000\r
74 ----------\r
75 \r
76 ALL:\r
77 - Implemeted a script abort in case of a fatal error (e.g. load_bitmap fails\r
78   to find the file specified). Abort happens only if the "Safe mode" flag is \r
79   set.\r
80 \r
81 29.02.2000\r
82 ----------\r
83 \r
84 Hawk:\r
85 - Hawk text editor has been enhanced with syntax color highlighting and\r
86   other useful features.\r
87 \r
88 07.03.2000\r
89 ----------\r
90 \r
91 Converters:\r
92 - Added the function play_avi that is temporarily places in converters block.\r
93   This function plays avi video file, calling a script function on every \r
94   displayed frame.\r
95 \r
96 14.04.2000\r
97 ----------\r
98 \r
99 VisEiCL:\r
100 - Incorporated with next EiC version, 4.2.6, which is more stable.\r