Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > fc309dbb6a3e11e626d1e751eb1335b5 > files > 6

libgtk+mdk0.1_6-0.1.6-11mdk.i586.rpm

2001-06-27 DindinX <odin@mandrakesoft.com>

 * gtkwizard.c: make it a child of gtkvbox instead of gtkwindow
   configure.in: bump version to 0.1.6 (broken binary compatibility...)

2001-04-10 DindinX <odin@mandrakesoft.com>

 * gtkwizard.c: remove the left part :-<

2001-03-26 DindinX <odin@mandrakesoft.com>

 * minor UI fixes.

2001-03-08 DindinX <odin@mandrakesoft.com>

 * gtkwizard.[ch]: added the functionnality to have a pixmap in the title part.
                   added sub-title management
                   some bugfixes.

2001-02-07 DindinX <odin@mandrakesoft.com>

 * corrected a typo in gtkwizard.h
 * gtkmdkprogress.[ch] created.

2001-01-18 DindinX <odin@mandrakesoft.com>

 * added the "page_enter" and "page_exit" to the wizard widget

2001-01-17 DindinX <odin@mandrakesoft.com>

 * fixed the wizard resizing (reported by Yves)

2001-01-11 DindinX <odin@mandrakesoft.com>

 * gtkwizard.*: add a fonction to change the wizard title.
 * Bump version to 0.1.4

2001-01-10 DindinX <odin@mandrakesoft.com>

 * Still improve the gtkwizard widget.

2001-01-09 DindinX <odin@mandrakesoft.com>

 * Greatly improve the gtkwizard widget.

2001-01-08 DindinX <odin@mandrakesoft.com>

 * Fix icons.

2000-12-06 DindinX <odin@mandrakesoft.com>

 * Added 3 button types: Back, Next and Help
 * use them in wizard

2000-12-05 DindinX <odin@mandrakesoft.com>

 * started the coding for the wizard widget

2000-11-27 DindinX <odin@mandrakesoft.com>

 * implement the menu in gtkmdktoolbar

2000-11-24 DindinX <odin@mandrakesoft.com>

 * gtkmdktoolbar.c, gtkwizard.c: two new widgets.

2000-09-27 DindinX <odin@mandrakesoft.com>

 * gtkaboutdialog.c: remove the PACKAGE and VERSION "feature" since it is a
                     complete nonsense.

2000-09-18 Pablo Saratxaga <pablo@mandrakesoft.com>

 * placeholder.h: added a file that will serve as a placeholder for
                     translatable strings of distribution-specific patches;
                     read the comments on the file for more info

2000-08-14 DindinX <odin@mandrakesoft.com>

 * Fix warnings and a mem-leak in gtkaboutdialog.c

2000-07-30  Stefan Siegel  <siegel@linux-mandrake.com>
 * gtkaboutdialog.c: added a OK button to be able to leave the dialog
                     without window manager's help.

2000-07-21  Stefan Siegel  <siegel@linux-mandrake.com>
 * gtkaboutdialog.c: Set window title if PACKAGE and VERSION are
                      defined.

2000-06-15  Alexandre Dussart  <adussart@mandrakesoft.com>
 * gtkmdkfilesel.c,
   gtkmdkfilesel.h: Added a frame displaying current selected
                    directory around dir navigation.

2000-05-26  DindinX  <odin@mandrakesoft.com>
 * gtkmdkfilesel.c: added a column for the size of each file
                    We can now sort files list by name and size
                    ascendently and descendently

2000-05-11  DindinX  <odin@mandrakesoft.com>
 * General cleanup
 * gtkmdkdialog.[ch] Added NONE_ICON for dialog without any icon
 * gtkmdkdialog.c: The Icon can now be read/set via the
                   get_arg/set_arg API

2000-05-10  DindinX  <odin@mandrakesoft.com>
 * new widget: gtkscaledpixmap

2000-03-23  DindinX  <odin@mandrakesoft.com>
 * gtkmdkfilesel.c: - some mirror updates

2000-03-21  DindinX  <odin@mandrakesoft.com>
 * gtkmdkfilesel.c: - The GtkMdkFileSel is now fully usable

2000-03-13  DindinX  <odin@mandrakesoft.com>
 * gtkmdkfilesel.c: - The Filename list is now correctly sized
                    - Filenames are now automatically sorted.
 * gtkmdkdialog.c: let the user change focus with arrow keys.
   Thanks to Pixel.

2000-03-11  DindinX  <odin@mandrakesoft.com>
 * GtkMdkFileSel widget can now be used. Still needs a lots of
   polishing though.

2000-03-09  DindinX  <odin@mandrakesoft.com>
 * gtkmdkdialog.c: Focus widget cannot be set to NULL anymore.
 * The Directory selector of the GtkMdkFileSel widget now
   works

2000-03-07  DindinX  <odin@mandrakesoft.com>
 * Added accessors for the directory field of GtkDirSelect widgets
 * Added the skeleton of the GtkMdkFileSel widget

2000-03-06  DindinX  <odin@mandrakesoft.com>
 * Wrote a documentation, yes!

2000-03-05  DindinX  <odin@mandrakesoft.com>
 * Added a fancy 'about dialog' widget.

2000-03-02  DindinX  <odin@mandrakesoft.com>
 * Many polishing in i18n, should work OK now.
 * Added a spec.in file

2000-03-01  DindinX  <odin@mandrakesoft.com>
 * Added i18n support and French translation

2000-02-29  DindinX  <odin@mandrakesoft.com>
 * New Widget: Framed Combo (a frame with a label and a combo-box in it)
   Some more samples in testgtkmdk.c
   an Rc file
   gtk+mdk-config now works.
 * testgtkmdk.c: show how to use modal dialogs.

2000-02-28  DindinX  <odin@mandrakesoft.com>
 * Many changes to gtkmdkdialog.c

2000-02-25  DindinX  <odin@mandrakesoft.com>
 * Added preliminary support for unified dialog boxes