source: trunk/third/gnome-core/applets/tasklist/ChangeLog @ 17152

Revision 17152, 21.6 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17151, which included commits to RCS files with non-trunk default branches.
Line 
12002-01-06  Anders Carlsson  <andersca@gnu.org>
2
3        * tasklist_menu.c (create_task_item): Left-justify the menu items;
4        this is much more readable. Fixes #68104.
5
6Mon May 28 23:37:46 2001  George Lebl <jirka@5z.com>
7
8         * Applying patch:
9
10Sun May 27 16:14:44 2001  Michal Palczewski <mpalczew@u.washington.edu>
11
12        * tasklist_icon.c: fix memory leak in 
13
14Tue May 08 12:35:47 2001  George Lebl <jirka@5z.com>
15
16        * tasklist_applet.[ch], tasklist_config.c, tasklist_properties.c:
17          Apply patch from Cory Lueninghoener <cluening@cse.unl.edu> to fix
18          bug #28149 which adds the option of the sunken border which a bunch
19          of people preferred over the flat look.
20
212001-04-26  Anders Carlsson  <andersca@codefactory.se>
22
23        * tasklist_applet.c (cb_motion_timeout): Don't try to show
24        tasks that are actually task groups in the timeout.
25        This fixes #53647.
26
27Sun Apr 22 16:42:52 2001  George Lebl <jirka@5z.com>
28
29        * tasklist_applet.[ch], tasklist_menu.c, tasklist_config.c,
30          tasklist_properties.c:  Add tooltips to tasks.  The code
31          does some pretty evil things with GtkTooltips, take a look
32          if you enjoy this kind of stuff.
33
34        * tasklist_menu.c:  The maximum length of labels on group menus
35          is third of screen width.  The problem was that if you had
36          many things on your tasklist the menu became useless (or on
37          a vertical panel).
38
39Sun Apr 22 00:25:04 2001  George Lebl <jirka@5z.com>
40
41        * tasklist_applet.c, tasklist_icon.c:  Avoid races by properly
42          pushing the error trap and add a gdk_flush before a pop in the
43          icon code.  This fixes issues with XView windows.
44
45Tue Apr 17 13:59:01 2001  George Lebl <jirka@5z.com>
46
47        * tasklist_applet.c: fix a crash that could possibly happen when
48          the get_label is called on an empty group or a task with no
49          class.  Plus fixup some whacky mem management by "oh horrors" doing
50          one g_strdup/g_free extra.  Also when the name is NULL, use "???"
51          and always do the full deal on the label rather then returning
52          before we set the iconified [] things or whatnot.
53
54Mon Mar 12 15:07:40 2001  George Lebl <jirka@5z.com>
55
56        * tasklist_applet.gnorba: make it exe not shlib, so that it loads
57          now again.
58
59Mon Mar 12 14:52:32 2001  George Lebl <jirka@5z.com>
60
61        * tasklist_applet.c: when sorting tasks and the groups are the same
62          sort by the x window id to make sure tasks don't jump around.
63
642001-03-12  Anders Carlsson  <andersca@codefactory.se>
65
66        * tasklist_applet.gnorba: change location_info to point to
67          the process instead of the shlib.
68
69        * tasklist_applet.c: define APPLET_COMPILE_AS_PROCESS and make
70          it actually compile.
71          (tasklist_destroy): "Fix" a warning.
72
73        * Makefile.am: Make the tasklist a process again, since the
74          shlib version currently leaks and is weird.
75
76Mon Mar 12 01:27:24 2001  George Lebl <jirka@5z.com>
77
78        * tasklist_applet.[ch], tasklist_properties.c, tasklist_icon.c:
79          Don't crash on remove from panel, don't redraw tasks when just
80          geometry changed, redraw only when needed, change size when it has
81          actually changed, not depending on random stack data, fix some
82          leaks when removing tasklist but it still leaks quite horribly.
83          Null things when freed to avoid crashes.  Notice icon changes
84          again.  Add sarcastic #warning.
85
862001-03-09  Jaka Mocnik  <jaka@gnu.org>
87
88        * tasklist/tasklist_applet.c (tasklist_task_get_label): return
89        empty string if task name is NULL. this prevents occasional
90        segfaults.
91
922001-03-04 John Fleck <jfleck@inkstain.net>
93
94        * help/C/tasklist.sgml, help/C/tasklist_applet.sgml, plus
95        screenshots - add discussion of task grouping to docs, update
96        screenshots
97
982001-03-02  Anders Carlsson  <andersca@codefactory.se>
99
100        * tasklist_applet.h: Add about box to Tasklist struct.
101
102        * tasklist_applet.c (cb_about): Use tasklist->about_dialog here.
103        (tasklist_destroy): Destroy the property and about dialogs.
104
105Sun Feb 25 21:27:25 2001  George Lebl <jirka@5z.com>
106
107        * tasklist_applet.c: Use destroy not unref for menu, since it needs
108          to be actually destroyed in case there was another refcount.  When
109          a task is destroyed, set the "task" data on the menuitem to NULL,
110          and hide it.  (destroying makes thing go nuts a bit)
111
112        * tasklist_menu.c: handle cases where "task" is NULL, and make sure
113          to update ->menuitem on task after the item is destroyed.  Also
114          don't leak the pixmaps
115
1162001-02-14  Anders Carlsson  <andersca@codefactory.se>
117
118        * tasklist_menu.c (do_action): Don't segfault when trying to
119        kill programs that have already been killed once.
120        This fixes bugzilla bug #10874.
121
122Tue Feb 13 05:00:44 2001  George Lebl <jirka@5z.com>
123
124        * tasklist_menu.c: make sure menu doesn't go off screen.
125
126Mon Feb 12 21:25:33 2001  George Lebl <jirka@5z.com>
127
128        * tasklist_applet.[ch], tasklist_menu.c, pixmaps.h: Remove some
129          unused code, fix warnings, remove function casts (they are evil)
130          and add wrappers instead.  Compiles without warning now.
131
132        * tasklist_applet.c: In a fit of vanity, added self to the about box,
133          though at the bottom, so I don't feel like a total asshole.  While
134          I was looking through the function added my own touch of anality
135          and some null checking.
136
1372001-02-04  Anders Carlsson  <andersca@codefactory.se>
138
139        * tasklist_menu.c (cb_activate_task): Add function.
140        (create_task_item): Make it possible to click-drag in a menu
141        to activate a task.
142
143        * tasklist_applet.c (real_layout_tasklist): If width > specified,
144        set width = specified.
145
1462001-01-30  jacob berkman  <jacob@ximian.com>
147
148        * tasklist_menu.c (tasklist_group_popup):
149        (create_task_item): add a seperator to the menu; tasks on the
150        current desktop are before, tasks not on after (like that foobar
151        task list)
152
1532001-01-24  jacob berkman  <jacob@ximian.com>
154
155        * tasklist*.[ch]: add shlibification and grouping by wmclass
156
1572000-12-21  Richard Hult  <rhult@codefactory.se>
158
159        * tasklist_applet.c (lexographic_compare_func): Sort correctly
160        even if one of the tasks has no name (instead of just crashing).
161
162Wed Dec 20 15:25:02 2000  George Lebl <jirka@5z.com>
163
164        * tasklist_applet.[ch], tasklist_config.c, tasklist_properties.c:
165          Add an option so that the re-size never pushes other applets if
166          dynamic mode is on.
167
168Wed Dec 20 14:27:54 2000  George Lebl <jirka@5z.com>
169
170        * tasklist_applet.[ch], tasklist_config.c, tasklist_properties.c:
171          Fixups, optimizations of X traffic (this still needs work).  Add
172          BeOS like deskbar (I think) sort of mode.  In vertical mode you can
173          have the width be that of the longest window title.  So all you
174          have to do to achieve this is to smack an aligned vertical
175          panel there, make height dynamic and use this setting and voila!
176
177Wed Dec 13 19:17:27 2000  George Lebl <jirka@5z.com>
178
179        * tasklist_applet.c, tasklist_applet.h, tasklist_config.c,
180          tasklist_properties.c:  Apply a very slightly modified patch
181          from John Heidemann <johnh@isi.edu> to keep tasks sorted
182          optionally, and turn it on by default since it's pretty cool
183          to do so actually.
184
185Tue Dec 05 20:09:51 2000  George Lebl <jirka@5z.com>
186
187        * tasklist_applet.c: bind signals on applet-widget before we call
188          applet_widget_add to avoid a race.
189
190Wed Nov 15 00:14:47 2000  George Lebl <jirka@5z.com>
191
192        * tasklist_icon.c:  Fixed possible crash and a leak and push/pop trap
193          which fixes crashes with non-gnome-wm
194
1952000-10-22  Anders Carlsson  <andersca@gnu.org>
196
197        * tasklist_applet.c: Add patch from Eric Brayeur that gives
198         tasks focus on drag-and-drop.
199
200Wed Sep 27 21:10:23 2000  George Lebl <jirka@5z.com>
201
202        * tasklist_applet.c: fix leaks from the get_visible_tasks.  Fix
203          weird loops.  The horiz_rows is now returning > 0 value always,
204          just to make sure that we don't crash on an ultratiny panel.
205
2062000-09-24  Anders Carlsson  <andersca@gnu.org>
207
208        * tasklist_applet.c (layout_tasklist): Prevent segfaulting
209        when using ultra tiny panels.
210
2112000-05-21  Jacob Berkman  <jacob@helixcode.com>
212
213        * tasklist_icon.c (tasklist_icon_create_minimized_icon): don't
214        make minimized icons so faint
215
2162000-05-09  Jacob Berkman  <jacob@helixcode.com>
217
218        * tasklist_icon.c (tasklist_icon_get_pixmap): gets the WM_HINT
219        (tasklist_icon_check_x): don't leak memory
220        (tasklist_icon_set): check the WMHint icon before KDE
221
222        * tasklist_applet.h (TasklistTask): add a Pixmap field
223
224        * tasklist_applet.c (task_notifier): change the icon when it gets changed
225        (task_notifier): initialize the icon
226
227Sat May 06 00:14:01 2000  George Lebl <jirka@5z.com>
228
229        * unknown.xpm: add const so that we don't have to cast inside source
230
231        * tasklist_applet.c: put in gtk_paint_flat_box with no shadow so that
232          we actually clear old tasks.  minimize flicker by only drawing
233          what's being exposed, including only drawing tasks that are being
234          exposed.
235
2362000-05-04  Jacob Berkman  <jacob@helixcode.com>
237
238        * tasklist_icon.c:
239        * tasklist_applet.c: show icons as 20x20, and get rid of the extra
240        in shadow.  Also set the default window icon
241
2422000-04-24  Fatih Demir <kabalak@gmx.net>
243       
244        * tasklist_applet.desktop : Added [tr] section
245
2462000-04-23  Anders Carlsson  <andersca@gnu.org>
247
248        * tasklist_icon.c (tasklist_icon_check_x): Prevent up2date from
249        crashing the tasklist. The _real_ bug has to be fixed somewhere else
250        though.
251
2522000-04-22 John Fleck <jfleck@inkstain.net>
253
254        * updated tasklist-fig.png to reflect wmhint icon support
255
2562000-04-16  Anders Carlsson  <andersca@gnu.org>
257
258        * tasklist_properties.c (cb_spin_button): connect to "changed" on the
259        spin button instead of the adjustment. This fixes bug #9053.
260
2612000-04-15  Anders Carlsson  <andersca@gnu.org>
262
263        * tasklist_applet.h: Remove mask from TasklistIcon since we now use
264        gdk_pixbuf_render_to_drawable_alpha.
265
266        * tasklist_properties.c: Add <config.h> for correct i18n stuff.
267
268        * tasklist_applet.c: Use the new code.
269
270        * tasklist_icon.c: New file with icon getting routines.
271
2722000-04-15  Eric Baudais  <baudais@okstate.edu>
273
274        * help/C/tasklist-applet.sgml: Added a bit about trademarks.
275
2762000-04-13  Eric Baudais  <baudais@okstate.edu>
277
278        *help/C/*.sgml: Updated the docs to the 1.x template.
279
2802000-04-12  Anders Carlsson  <andersca@gnu.org>
281
282        * tasklist_applet.c: Update for new GdkPixbuf.
283
2842000-04-04  Jacob Berkman  <jacob@helixcode.com>
285
286        * tasklist_properties.c (phelp_cb): use correct anchor
287
2882000-04-03  Anders Carlsson  <andersca@gnu.org>
289
290        * tasklist_applet.[ch],tasklist_config.c, tasklist_properties.c:
291        Add an option to move to switch workspace when restoring a task
292        that is on another workspace.
293
294Fri Mar 03 00:03:58 2000  George Lebl <jirka@5z.com>
295
296        * tasklist_applet.[ch],tasklist_menu.c: add a menu field to the
297          task structure and destroy the menu when the task dies.  Fixes
298          bug #6780
299
3002000-02-28  Anders Carlsson  <andersca@gnu.org>
301
302        * tasklist_applet.c (draw_task): Get the drawing done right this time.
303
3042000-02-25  Anders Carlsson  <andersca@gnu.org>
305
306        * tasklist_applet.c (draw_task): Draw text with fg_gc[0] instead of
307        black_gc.
308
3092000-02-23  Peter Hawkins  <peterhawkins@ozemail.com.au>
310
311        * tasklist_applet.c: stopped about box being opened many times at once.
312
3132000-02-22  Andreas Hyden  <andreas.hyden@telia.com>
314
315        * tasklist_menu.c: Marked string for translation.
316
3172000-02-21  Anders Carlsson  <andersca@gnu.org>
318
319        * tasklist_applet.c (change_size): Fix a bug with
320        dynamic resizing. I'm not sure if this is the correct way
321        but it seems to work :)
322
323Sun Feb 20 01:27:12 2000  George Lebl <jirka@5z.com>
324
325        * tasklist_applet.c: ok, the previous commit was bogus.  After
326          some investigation I found out the initial sizing was very
327          confused.  Some reordering made the area correctly size before
328          being exposed and thus killing the initial redraw bug
329
330Sun Feb 20 00:33:49 2000  George Lebl <jirka@5z.com>
331
332        * tasklist_applet.c: draw ourselves on "realize" to avoid the bug
333          where we don't get drawn on startup
334
335Thu Feb 17 21:20:16 2000  George Lebl <jirka@5z.com>
336
337        * tasklist_applet.c: don't leak the minicons pixbufs.  Also don't
338          crash when a window is destroyed too quickly in which we will
339          only get a DESTROY from gwmh and never a NEW
340
341
3422000-02-17 TANIGUCHI Toru <g97p0639@mn.waseda.ac.jp>
343
344        * tasklist_applet.c (fixup_task_label): fix i18n problem by
345          using GdkWchar.
346
3472000-02-13  Peter Hawkins <peterhawkins@ozemail.com.au>
348        * Fixed a couple of minor memory leaks, stopped Preferences dialog from
349          being opened multiple times.
350
3512000-02-06  Anders Carlsson  <andersca@gnu.org>
352
353        * tasklist_applet.c (draw_task): Change the icon handling
354        routines to actually handle the icon's width and height
355        so that it'll display small icons correctly.
356
357Thu Jan 27 17:14:57 2000  George Lebl <jirka@5z.com>
358
359        * tasklist_applet.[ch],tasklist_config.c,tasklist_properties.c: Add
360          a new configuration field, follow_panel_size which is on by
361          default.  If so then the horizontal rows and vertical width are
362          autocalculated and the tasklist follows the size hints.  On the
363          properties page kill the binding of "changed" on the spin button
364          as that was not working right (it was casting spinbutton to
365          adjustment).  Also for many of the signals follow the correct
366          prototype.
367
3682000-01-27  Ettore Perazzoli  <ettore@helixcode.com>
369
370        * Makefile.am: Oops, the previous change was wrong.  Fixed.
371
3722000-01-26  Ettore Perazzoli  <ettore@helixcode.com>
373
374        * Makefile.am (gstc.c): Fix compilation with build directory !=
375        source directory by copying the file into the build directory,
376        instead of the source directory.
377        (gwmh.c): Likewise.
378
3792000-01-25  Anders Carlsson  <andersca@gnu.org>
380
381        * tasklist_applet.c (cb_button_press_event): Fix focus problem
382
3832000-01-07  Anders Carlsson  <andersca@gnu.org>
384
385        * tasklist_applet.c (task_notifier): Use gdk-pixbuf to get mini icons
386          from programs that support it
387
388Wed Jan 05 16:09:39 2000  George Lebl <jirka@5z.com>
389
390        * tasklist_applet.[ch],tasklist_menu.c: fix minor warnings, make
391          some functions static, and comment out unused variables
392
393        * tasklist_applet.c: don't include gwhm.c and gstc.c but just include
394          their headers
395
396        * Makefile.am,.cvsignore: add exlicit rules for gwmh.c and gstc.c so
397          they get copied out of ../desk-guide when needed and compile them as
398          separate files. Also add them to .cvsignore
399
400Tue Jan 04 00:21:16 2000  George Lebl <jirka@5z.com>
401
402        * tasklist_applet.desktop: use the PanelApplet dentry type
403
404Tue Jan 04 00:07:56 2000  George Lebl <jirka@5z.com>
405
406        * tasklist_config.c: if the desktop is 800 exactly still start
407          at 300 wide, not 450
408
409Sun Jan 02 02:07:23 2000  George Lebl <jirka@5z.com>
410
411        * tasklist_config.c: made the horizontal size default to 300 if the
412          screen width is less then 800 otherwise to 450 as usual, makes the
413          default panel config look nice on a 640x480 screen
414
4151999-12-10  Jacob Berkman  <jberkman@andrew.cmu.edu>
416
417        * tasklist_applet.c (task_notifier): #if 0 the KWM mini icons
418        for now, so it can compile
419
4201999-12-04  Anders Carlsson  <andersca@gnu.org>
421
422        * tasklist_applet.c (cb_button_press_event): Show the task twice
423        if it's iconified.
424
4251999-11-15  Anders Carlsson  <andersca@gnu.org>
426
427        * tasklist_applet.c: Make KWM mini icons work again.
428
4291999-11-15  Anders Carlsson  <andersca@gnu.org>
430
431        * tasklist_applet.c
432          tasklist_applet.h: Finally, different icon for minimized windows.
433
4341999-11-14  Anders Carlsson  <andersca@gnu.org>
435
436        * tasklist_applet.c: Use GdkPixbuf for drawing mini icons.
437
4381999-11-13  Anders Carlsson  <andersca@gnu.org>
439
440        * tasklist_applet.c (cb_button_press_event): Don't switch desktops
441        if "Show minimized windows on all desktops" is enabled
442
4431999-10-30  Anders Carlsson  <andersca@gnu.org>
444
445        * tasklist_properties.c (create_size_page): Increase the tasklist
446        width to 8192 for people that use xinerama.
447
4481999-10-30  Anders Carlsson  <andersca@gnu.org>
449
450        * tasklist_applet.c: Make "switch desktop" flicker less when
451        "Show all tasks on all desktops" is set.
452
4531999-10-24  Anders Carlsson  <andersca@gnu.org>
454
455        * tasklist_applet.c (fixup_task_label): Display iconified windows
456        differently
457
4581999-10-20  Anders Carlsson  <andersca@gnu.org>
459
460        * tasklist_properties.c: Change property dialog to be more
461        user friendly
462
4631999-10-19  Ian Peters  <itp@gnu.org>
464
465        * TODO: added feature request
466
4671999-10-18  Jacob Berkman  <jberkman@andrew.cmu.edu>
468
469        * TODO: new file
470
4711999-10-02  Anders Carlsson  <andersca@gnu.org>
472
473        * tasklist_properties.c: Make spin buttons have the same size
474
4751999-09-30  Anders Carlsson  <andersca@gnu.org>
476
477        * tasklist_applet.c: Fixed sizing bug by always resizing on full
478        layout.
479
4801999-09-27  Anders Carlsson  <andersca@gnu.org>
481
482        * tasklist_applet.c (is_task_visible): check for harea and varea
483        as well as current desktop
484
4851999-09-23  Anders Carlsson  <andersca@gnu.org>
486
487        * tasklist_menu.c: #if 0 out the send to desktop feature since it
488          gives strange results with some window managers :-/
489
490Wed Sep 22 01:08:36 1999  Tim Janik  <timj@gtk.org>
491
492        * tasklist_applet.c (cb_button_press_event): unconditionally change
493        the current area to the one the activated task is on. we don't need
494        any special casing for inconified tasks btw.
495
496Wed Sep 22 00:40:41 1999  Tim Janik  <timj@gtk.org>
497
498        * tasklist_menu.c (cb_menu): make it compile (s/task/current_task/).
499        * tasklist_applet.c (cb_button_press_event):
500        eliminated bogus gwmh_task_show() call.
501
502        * tasklist_menu.c (cb_to_desktop): cure compiler (we don't
503        return a value).
504
5051999-09-21  Anders Carlsson  <andersca@gnu.org>
506
507        * tasklist_applet.c
508          tasklist_menu.c: Added patch from Tim Janik
509
5101999-09-21 Elliot Lee <sopwith@redhat.com>
511
512        * Makefile.am: Include gnome-tasklist.png in EXTRA_DIST
513
5141999-09-21  Anders Carlsson  <andersca@gnu.org>
515
516        * tasklist_applet.c (cb_about): Changed my e-mail
517
5181999-09-19  Anders Carlsson  <anders.carlsson@tordata.se>
519
520        * pixmaps.h
521          tasklist_menu.c: Added spooky skull for "kill"
522
5231999-09-18  Anders Carlsson  <anders.carlsson@tordata.se>
524
525        * gnome-tasklist.png
526          tasklist_applet.desktop: Added applet icon
527
5281999-09-18  Anders Carlsson  <anders.carlsson@tordata.se>
529
530        * tasklist_applet.c: Fixed a small bug with the handle
531
5321999-09-18  Anders Carlsson  <anders.carlsson@tordata.se>
533
534        * pixmaps.h
535          tasklist_menu.c: Added nifty and good looking menu icons by tigert
536
5371999-09-18  Richard Hult  <rhult@hem2.passagen.se>
538
539        * tasklist_properties.c (create_spin_button): Make OK sensitive
540        when the value is changed.
541
5421999-09-17  Richard Hult  <rhult@hem2.passagen.se>
543
544        * tasklist_applet.desktop: Added Swedish desktop entry.
545
5461999-09-17  Anders Carlsson  <anders.carlsson@tordata.se>
547
548        * tasklist_menu.c
549          tasklist_properties.c Replaced "Minimized" with "Iconified"
550         
551
552Fri Sep 17 13:44:22 1999  Tim Janik  <timj@gtk.org>
553
554        * tasklist_menu.c (cb_menu): use the GWMH_STATE_* flags instead
555        of the namespace polluting WIN_* cruft from gnome.
556
5571999-09-17  Jacob Berkman  <jberkman@andrew.cmu.edu>
558
559        * tasklist_applet.h:
560        * tasklist_config.c (write_config): correctly
561        return FALSE
562
5631999-09-16  Anders Carlsson  <anders.carlsson@tordata.se>
564
565        * tasklist_applet.c: Fixed a couple of memory leaks
566
5671999-09-16  Jacob Berkman  <jberkman@andrew.cmu.edu>
568
569        * tasklist_config.c (write_config): now the cb func
570
571        * tasklist_applet.c (create_applet): change the cb func
572
573        * tasklist_properties.c (cb_apply): don't save config here
574
5751999-09-16  Anders Carlsson  <anders.carlsson@tordata.se>
576
577        * tasklist_menu.c: Added "Send to desktop" feature
578
5791999-09-16  Anders Carlsson  <anders.carlsson@tordata.se>
580
581        * tasklist_applet.h
582          tasklist_applet.c
583          tasklist_config.c
584          tasklist_properties.c: Changed option buttons to check
585          buttons for "Show mininized/normal tasks"
586
5871999-09-16  Anders Carlsson  <anders.carlsson@tordata.se>
588
589        * tasklist_applet.c
590          tasklist_menu.c: Fixed minimize/iconify bug with E and sawmill
591
5921999-09-14  Anders Carlsson  <anders.carlsson@tordata.se>
593
594        * tasklist_applet.c
595          tasklist_applet.h
596          tasklist_config.c
597          tasklist_properties.c: Adding dynamic sizing
598
5991999-09-14  Anders Carlsson  <anders.carlsson@tordata.se>
600
601        * tasklist_applet.c
602          tasklist_applet.h
603          tasklist_config.c
604          tasklist_properties: Adding Normal/Minimized tasks appear on all desktops
605
6061999-09-14  Anders Carlsson  <anders.carlsson@tordata.se>
607
608        * tasklist_applet.c
609          tasklist_applet.h
610          tasklist_config.c
611          tasklist_properties.c: Adding "which tasks to show"
612
6131999-09-13  Anders Carlsson  <anders.carlsson@tordata.se>
614
615        * tasklist_applet.c: Adding save session handler
616
6171999-09-11  Anders Carlsson  <anders.carlsson@tordata.se>
618
619        * tasklist_applet.c
620          tasklist_applet.h
621          tasklist_config.c
622          tasklist_properties.c: We can now change the width when
623          a vertical panel is used
624
6251999-09-11  Anders Carlsson  <anders.carlsson@tordata.se>
626
627        * tasklist_properties.c: We now set a window title
628
6291999-09-11  Anders Carlsson  <anders.carlsson@tordata.se>
630
631        * unknown.xpm: Adding new icon from tigert
632
6331999-09-11  Anders Carlsson  <anders.carlsson@tordata.se>
634
635        * tasklist_applet.c: Fixed a bug with move to desktop
636
6371999-09-11  Anders Carlsson  <anders.carlsson@tordata.se>
638
639        *   tasklist_config.c
640            tasklist_properties.c: Even more config stuff
641
6421999-09-11  Anders carlsson  <anders.carlsson@tordata.se>
643
644        * Makefile.am
645          tasklist_applet.c
646          tasklist_applet.h
647          tasklist_config.c
648          tasklist_properties.c: Added basic properties
649
6501999-09-09  Anders Carlsson   <anders.carlsson@tordata.se>
651
652        * tasklist_applet.c
653          tasklist_menu.c: Added orient support
654
6551999-08-30  Anders Carlsson   <anders.carlsson@tordata.se>
656
657        * tasklist_applet.c
658          tasklist_config.c
659          tasklist_menu.c: Started implementing basic config stuff
660
661Fri Aug 20 19:10:42 1999  George Lebl  <jirka@5z.com>
662
663        * tasklist_applet.c: comment out registering Properties... with
664          a NULL callback as that's not really nice
665
666       
6671999-08-18  Anders Carlsson  <anders.carlsson@tordata.se>
668
669        * tasklist_applet.c: Removed black rectangle around text.
670          unknown.xpm: Changed unknown icon to a better(?) one.
671
672       
6731999-08-14  Anders Carlsson  <anders.carlsson@tordata.se>
674
675        * tasklist_applet.c: Added about box.
676
677       
6781999-08-05  Anders Carlsson  <anders.carlsson@tordata.se>
679
680        * menu.c
681          tasklist_applet.c
682          tasklist_applet.h: Fix menus (not complete yet though).
683         
684
6851999-08-04  Anders Carlsson  <anders.carlsson@tordata.se>
686
687        * menu.c
688          tasklist_applet.c
689          tasklist_applet.h: Redo the applet from scratch (almost).
690
Note: See TracBrowser for help on using the repository browser.