-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
121 lines (76 loc) · 2.92 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
121
2010-06-22 Kyoichiro Suda <das atmark dream dot japan>
* configure.ac, po/Makefile.in.in: updated intltool.
* Made 3.2.6 release.
2010-05-23 Kyoichiro Suda <das atmark dream dot japan>
* pixmaps/Makefile.am: fixed bashisms. Reported by Bernd Zeimetz.
2009-07-31 Kyoichiro Suda <das atmark dream dot japan>
* src/diffusion.c (focusblur_diffusion_blur): fixed blurring brush
model.
* Made 3.2.5 release.
2008-10-20 Kyoichiro Suda <>
* Made 3.2.4 release.
2008-10-19 Kyoichiro Suda <>
* src/focusblurparam.h (FblurStoreParam)
* src/focusblurparam.c (fblur_init_param): added new parameter
enable_depth_aaa.
* src/interface.c (focusblur_dialog):
added new switch `Evade anti-alias'.
* src/render.c (focusblur_render_pixel): added implement for
rendering with depth map aaa.
* src/depthmap.[ch]
(focusblur_depth_map_has_aaa)
(focusblur_depth_map_get_aaa)
(focusblur_depth_map_make_aaa): added functions and buffer to
support aaa.
* src/Makefile.am, src/aaa.[ch]: new files detecting anti-aliased
pixels.
* src/2depthmap.[ch] (focusblur_depth_map_update)
* src/focusblurparam.c (focusblur_param_prepare)
* src/fftblurbuffer.c (focusblur_fft_buffer_update)
* src/render.c (focusblur_execute): pass rendering quality used as
level of aaa.
2008-10-09 Kyoichiro Suda <>
* fftblurbuffer.[hc]
(focusblur_fft_buffer_update_depth_division)
(focusblur_fft_buffer_update_depth_table):
make clear at just focused depth.
2008-09-06 Kyoichiro Suda <>
* configure.ac, pixmaps/Makefile.am: use AC_PATH_PROG, searching
for gdk-pixbuf-csource.
2008-05-25 Kyoichiro Suda <>
* po/ru.po: Russian translation is updated by Yury Aliaev.
* Made 3.2.3 release.
2008-04-03 Kyoichiro Suda <>
* src/interface.c (focusblur_dialog): use GtkMisc (parent of
GtkLabel) instead of GtkAlignment.
2008-03-09 Kyoichiro Suda <>
* Made 3.2.2 release.
2008-03-07 Kyoichiro Suda <>
* src/fftblurbuffer.c (focusblur_fft_buffer_draw): use selection
in preview.
Reported by Alexandre Prokoudine.
* src/fftblurproc.c (focusblur_fft_real_treat_outside): more
treatment for tiny area.
* src/render.c (focusblur_execute)
* src/fftblurbuffer.c (focusblur_fft_buffer_update)
(focusblur_fft_buffer_update_source): intersecting preview and
selection.
* src/focusblurenums.c: const values to static.
Reported by Yoshinori Yamakawa.
2008-02-23 Kyoichiro Suda <>
* src/focusblurrc.c (focusblur_rc_save_preferences):
retiring when failed to open rc-file.
* src/focusblurrc.c (focusblur_rc_load_preferences)
(focusblur_rc_save_preferences):
g_open() and g_fopen() are used instead of open() and fopen().
* fixed inline funcs.
* src/Makefile.am (uninstall-user): fixed typo
* src/fftblurbuffer.c (focusblur_fft_buffer_update): fixed
preview slowdown.
* Made 3.2.1 release.
2008-02-22 Kyoichiro Suda <>
* merge.patch: added
* released 3.2.0
2008-02-05 Kyoichiro Suda <>
* Brunched from 3.0.17.
* Applied many changes on version 3.1.x