aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/ChangeLog
blob: 3ca816c467fcd2bab3b57abdd87e2e6b2f8539a6 (plain) (blame)
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
2000-08-16  Larry Ewing  <lewing@helixcode.com>

    * e-icon-bar.c (e_icon_bar_init): remove COLOR_TEXT references.

2000-08-16  Larry Ewing  <lewing@helixcode.com>

    * e-icon-bar.h (enum): get rid of COLOR_TEXT.
    (struct _EIconBarItem): add pixbuf member to hold unmodified
    pixbuf.

    * e-icon-bar.c (e_icon_bar_style_set): update the image and the
    colors based on the new style.
    (e_icon_bar_add_item): store the full alpha pixbuf so that we can
    update the background color if the style changes.  Use the style
    colors where appropriate.
    (e_icon_bar_on_editing_stopped): revert to style colors.
    (e_icon_bar_on_editing_started): use style fg instead of
    COLOR_TEXT.
    
    * e-shortcut-bar.c (e_shortcut_bar_add_group): add an #ifndef
    E_USE_STYLES around the call to e_shortcut_bar_set_canvas_style to
    allow people to test out the style stuff that is in progress.
    
2000-07-16  Damon Chaplin  <damon@helixcode.com>

    * e-shortcut-model.[hc]: new files implementing a simple model for
    the shortcuts, so we can have multiple views.

    * Makefile.am (libshortcut_bar_a_SOURCES): added e-shortcut-model.[hc]

    * e-shortcut-bar.h: updated to use the model.

    * e-icon-bar.c (e_icon_bar_item_pressed): set mouse_over_item_num as
    well as pressed_item_num to fix bug.

2000-07-10  Ettore Perazzoli  <ettore@helixcode.com>

    * e-group-bar.c (e_group_bar_add): Set `group_bar'.

2000-06-19  Damon Chaplin  <damon@helixcode.com>

    * e-icon-bar-bg-item.c:
    * e-icon-bar.c:
    * e-icon-bar.h:
    * e-vscrolled-bar.c: added support for scroll-wheels.

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

    * e-icon-bar.c: Free all the item data.

2000-06-01  Ettore Perazzoli  <ettore@helixcode.com>

    * e-shortcut-bar.c (e_shortcut_bar_get_view_type): New function.

2000-05-25  Ettore Perazzoli  <ettore@helixcode.com>

    * e-shortcut-bar.c (e_shortcut_bar_load_image): Leak plug: free
    pathname returned from `gnome_pixmap_file()'.

    * Makefile.am: Add `-I$(top_srcdir)'.

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Added libepaned.a.

    * test-shortcut-bar.c: Switched from GtkPaned to EPaned.

2000-05-18  Damon Chaplin  <damon@helixcode.com>

    * e-shortcut-bar.[hc]: new signals "added_item", "removed_item",
    "added_group", "removed_group". Note that the removed signals are
    emitted just before the item/group is actually removed.

    * test-shortcut-bar.c: updated to test the new signals, and ref'ed
    the pixbufs in the icon callback.

2000-05-16  Ettore Perazzoli  <ettore@helixcode.com>

    * e-clipped-label.c: Moved to $(top_srcdir)/widgets/misc.
    * e-clipped-label.h: Likewise.
    * Makefile.am: Updated accordingly.

2000-05-07  Larry Ewing  <lewing@helixcode.com>

    * e-icon-bar.h (struct _EIconBarItem): remove the no longer needed
    flatened_alpha member.

    * e-icon-bar.c (flatten_alpha): using ~rgb can cause visual
    artifacts.
    (e_icon_bar_add_item): fixup refcounting of the flattend pixbuf,
    the canvas item should hold the reference not us. Stop using
    item.flattened_alpha since it no longer exists.
    (e_icon_bar_remove_item): remove the unref since destroying the
    item will take care of that for us.

    * e-shortcut-bar.c (e_shortcut_bar_add_item): make sure to unref
    the image we get back, the icon bar will hold any references it
    needs.
    (e_shortcut_bar_get_image_from_url): ref the default image each
    time we return it so that references are counted correctly.

2000-05-04  Ettore Perazzoli  <ettore@helixcode.com>

    * e-shortcut-bar.h (E_TYPE_SHORTCUT_BAR): New #define.

2000-05-04  Ettore Perazzoli  <ettore@helixcode.com>

    * e-icon-bar-bg-item.c (e_icon_bar_bg_item_draw): Initialize
    `shadow' to placate compiler.

    * e-icon-bar.c (e_icon_bar_add_item): @text made const-safe.

    * e-shortcut-bar.c (e_shortcut_bar_add_group): @group_name made
    const-safe.
    (e_shortcut_bar_add_item): @item_url and @item_name made
    const-safe.
    (e_shortcut_bar_get_image_from_url): @item_url made const-safe.
    (e_shortcut_bar_load_image): @filename made const-safe.

2000-05-04  Ettore Perazzoli  <ettore@helixcode.com>

    * test-shortcut-bar.c (icon_callback): Adapted to the new
    `EShortcutBarIconCallback' typedef: get a @data parameter and get
    a const-safe @url.

    * e-shortcut-bar.c (e_shortcut_bar_set_icon_callback): New param
    @data.  Set `icon_callback_data' to it.
    (e_shortcut_bar_get_image_from_url): Pass the callback data to the
    callback.

    * e-shortcut-bar.h: Changed `EShortcutBarIconCallback' to get a
    const-safe @url parameter and a new @data parameter as a closure.
    New member `data' in `EShortcutBar'.

2000-05-02  Matt Loper  <matt@helixcode.com>

    * Makefile.am: set G_LOG_DOMAIN.

2000-04-16  Damon Chaplin  <damon@helixcode.com>

    * test-shortcut-bar.c: added buttons to test moving/reordering groups.

    * e-shortcut-bar.c (e_shortcut_bar_on_drag_end): new function to free
    the dragged name & URL when the drag is finished.

    * e-group-bar.c (e_group_bar_get_increment): fixed bug when distance
    was 0. Should just return 0.
    (e_group_bar_set_current_group_num): added animate option and finished.
    (e_group_bar_unmap): called e_group_bar_stop_all_animation().
    (e_group_bar_reorder_group): finished.

    * e-icon-bar-text-item.[hc]: removed, since we now use EText.
    
2000-04-15  Miguel de Icaza  <miguel@gnu.org>

    * e-group-bar.c (e_group_bar_realize): Do not use the parent
    thingie, because it might be like anything.  And anything can be
    like any visual, and we dont like want any visual here.

    * e-shortcut-bar.c
    (e_shortcut_bar_add_group): Apply some loving action when it comes
    to visuals and colormaps.  Yes, we got one of those machines
    --again--.  Sigh.  This is what you get when you have been away
    from the Indy.  The whole thing is breaking left and right.

    Hopefully, Gtk 1.4 fixes all of this, by always running in the
    slowest visual it can find.

2000-04-11  Larry Ewing  <lewing@helixcode.com>
    
    * e-icon-bar.c (flatten_alpha): update for
    new gdk-pixbuf.

2000-03-31  Damon Chaplin  <damon@helixcode.com>

    * e-shortcut-bar.[hc]: added support for a
    callback function to set the icons.

    * test-shortcut-bar.c: updated to use the
    callback function.

2000-03-30  Dan Winship  <danw@helixcode.com>
    
    * e-shortcut-bar.c: Sort of use the new
    pixmaps. This code needs to be restructured, but Damon is
    rumored to already be doing it.

2000-03-27  Miguel de Icaza  <miguel@gnu.org>

    * e-icon-bar.c (flatten_alpha): New function,
    used to flatten the images we get and composite them with the
    background. 
    (e_icon_bar_add_item): One happy tigert comming.

2000-03-21  Christopher James Lahey  <clahey@helixcode.com>

    * e-icon-bar.c: Updated to fix a few bugs.

2000-02-28  NotZed  <NotZed@HelixCode.com>

    * Makefile.am (test_shortcut_bar_LDADD):
    Fixed references to eutil.

2000-02-20  Damon Chaplin  <damon@helixcode.com>

    * Makefile.am: added libetext.a and libeutil.a
    to test_shortcut_bar_LDADD, and got rid of e-icon-bar-text-item.[hc].
    I'll delete these soon.

    * e-icon-bar.c: changed to be a subclass of
    ECanvas and to use EText instead of EIconBarTextItem. Also set
    "width_set" & "height_set" of the GnomeCanvasPixbuf items so they
    work in the "Small Icon" view.

    * e-vscrolled-bar.c: use map/unmap instead of
    show/hide for the up & down buttons to avoid queueing resizes.
    Otherwise the scrolling starts off a bit jerky.

    * test-shortcut-bar.c: output a message when the
    main label is resized, just for info.

    * *.[hc]: updated my email address.

2000-02-07  Damon Chaplin  <damon@helixcode.com>

    * e-group-bar.c (e_group_bar_draw): finished.

    * e-icon-bar.c (e_icon_bar_item_released): 
    check that an item was pressed.

2000-01-26  bertrand  <bertrand@helixcode.com>

    * e-icon-bar.c (e_icon_bar_recalc_item_positions): 
    don't set the x_set and y_set 
    arguments as don't exist in gdk-pixbuf 
    anymore. 

2000-01-17  Chrsitopher James Lahey  <clahey@helixcode.com>
    
    * Makefile.am: Added gnomecanvaspixbuf to the
    list of libraries used.

2000-01-09  Miguel de Icaza  <miguel@gnu.org>

    * e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing.

2000-01-08  Miguel de Icaza  <miguel@gnu.org>

    * e-icon-bar.c (e_icon_bar_add_item): Use
    GdkPixbuf here. 
    (e_icon_bar_get_item_image): ditto and initialize image.

    * e-shortcut-bar.c (e_shortcut_bar_add_item):
    Use gdk-pixbuf.

2000-01-14  Christopher James Lahey  <clahey@helixcode.com>

    * e-shortcut-bar.c (e_shortcut_bar_add_item):
    Use e_bar_set_item_data.

    Drop item_url;  Require image argument;  Require user data
    argument. 

2000-01-09  Miguel de Icaza  <miguel@gnu.org>

    * e-icon-bar.c (e_icon_bar_init): Turn on anti-aliasing.

2000-01-08  Miguel de Icaza  <miguel@gnu.org>

    * e-icon-bar.c (e_icon_bar_add_item): Use
    GdkPixbuf here. 
    (e_icon_bar_get_item_image): ditto and initialize image.

    * e-shortcut-bar.c (e_shortcut_bar_add_item):
    Use gdk-pixbuf.