-
Notifications
You must be signed in to change notification settings - Fork 15
/
ChangeLog
121 lines (77 loc) · 3.09 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2009-05-12 Carlo Baldassi <[email protected]>
* Forgot (undocumented) legacy macro
2009-05-09 Carlo Baldassi <[email protected]>
* Changed lqr_carver_get_[true_]energy
* Added lqr_carver_get_energy_image
2009-05-05 Carlo Baldassi <[email protected]>
* Updated the example files with the new features
2009-05-04 Carlo Baldassi <[email protected]>
* Added lqr_carver_bias/rigmask_clear
2009-05-03 Carlo Baldassi <[email protected]>
* Changed CATCH* macros to LQR_CATCH*
* No alpha by default for LQR_CUSTOM_IMAGE
* Improved set alpha/black channel
* Bias activates energy (for using with
lqr_carver_get_energy)
* Fixes in lqr_carver_bias/rigmask_add_area
* Added lqr_carver_rigmask_add_xy
* Don't call transpose when adding rigmasks
* Rigmask init set to 0 instead of 1
* Removed energy previews
* Added lqr_carvre_get_true_energy
2009-04-28 Carlo Baldassi <[email protected]>
* Heavily optimised the update_mmap code
* Progress report spans whole sessions instead
of being divided into steps when enlagement
exceeds the enl_step
2009-04-27 Carlo Baldassi <[email protected]>
* New framework for energy definition,
including energy previews
* Added lqr_carver_bias_add_xy
* Better bias managment (saves memory if
bias is not used, no unnecessary
transpositions)
2009-04-16 Carlo Baldassi <[email protected]>
* Added cancel methods and structures
* Fixed recursiveness of some calls to
lqr_carver_list_foreach
* Fixed return value of lqr_carver_resize
2009-04-09 Carlo Baldassi <[email protected]>
* Added lqr_carver_set_preserve_input_image
* Version bump 0.4
2009-04-08 Carlo Baldassi <[email protected]>
* Fixed bug with 16-bit images
2009-01-26 Carlo Baldassi <[email protected]>
* Added readouts for current visiblity map
2008-11-01 Carlo Baldassi <[email protected]>
* Bugfix in update_mmap causing crashes with
delta_x > 1
* Removed unnecessary includes of stdio.h
* Added debug_checkrows
2008-10-22 Carlo Baldassi <[email protected]>
* Moved classes definitions to private headers
2008-10-21 Carlo Baldassi <[email protected]>
* Removed 2-fold scale-up limit, added
enl_step setting
2008-10-12 Carlo Baldassi <[email protected]>
* Added 32 bit and 64 bit floating point support
* Added get_col_depth
* Turned all internal floating point maps from
gdouble to gfloat
* Collapsed all the nonstandard constructors
and span functions to a single version (*_ext)
2008-09-04 Carlo Baldassi <[email protected]>
* Added set_no_dump_vmaps
2008-09-04 Carlo Baldassi <[email protected]>
* Hid private symbols
2008-07-30 Carlo Baldassi <[email protected]>
* Optimized vsmap memory management
* Bugfixes
2008-04-06 Carlo Baldassi <[email protected]>
* Added 16 bit support
2008-02-25 Carlo Baldassi <[email protected]>
* Added left-right switches
2008-02-20 Carlo Baldassi <[email protected]>
* Added rigidity mask
2007-12-07 Carlo Baldassi <[email protected]>
* initial revision.