2003-05-05  Philip Blundell  <philb@gnu.org>

	* Version 0.62 released.
	
2003-05-05  Philip Blundell  <philb@gnu.org>

	* what.c (filter_func): Only mind allocation x/y coords for
	windowless widgets.

2003-04-22  Philip Blundell  <philb@gnu.org>

	* po/ga.po: New file, courtesy Kevin Patrick Scannell.
	* Makefile (LINGUAS): Add ga.

2003-04-21  Philip Blundell  <philb@gnu.org>

	* Version 0.61 released.
	
2003-04-21  Philip Blundell  <philb@gnu.org>

	* errorbox.c (do_gpe_perror_box): New function.
	(gpe_perror_box): Call it.
	(gpe_perror_box_nonblocking): New function.
	* gpe/errorbox.h (gpe_perror_box_nonblocking): Add prototype.

2003-04-18  Philip Blundell  <philb@gnu.org>

	* Version 0.60 released.
	
2003-04-18  Philip Blundell  <philb@gnu.org>

	* gpe/tray.h (gpe_system_tray_send_message): Add prototype.
	(gpe_system_tray_cancel_message): Likewise.

	* tray.c (atom_names): Add SYSTEM_TRAY_MESSAGE_DATA.
	(SYSTEM_TRAY_MESSAGE_DATA): Define.
	(atoms): Add another slot.
	(MAX_DATA_BYTES): New.
	(old_error_handler, trapped_error_code, error_handler,
	trap_errors, untrap_errors): Deleted.
	(tray_send_opcode): Use gdk_error_trap_push and gdk_error_trap_pop
	in place of above functions.  Use gdk_flush instead of XSync.
	(gpe_system_tray_send_message): New.
	(gpe_system_tray_cancel_message): Likewise.
	(gpe_system_tray_dock): Intern extra atom.
	
2003-04-13  Philip Blundell  <philb@gnu.org>

	* Version 0.59 released.
	
2003-04-13  Philip Blundell  <philb@gnu.org>

	* Makefile: Remove GTK 1 support.
	* gtkrc: Obsolete; deleted.

	* gpeiconlist.gob (_recalc_size): Reformat.  Only adjust height;
	leave width alone.
	(update_icon_item_with_udata): Pass allocation for drawing area,
	not enclosing container, to _recalc_size.
	(remove_item_with_udata): Likewise.
	(add_item): Likewise.
	(add_item_pixbuf): Likewise.
	(clear): Likewise.
	(set_icon_size): Likewise.
	(size_allocate): Likewise.
	(_button_release): Pass event to IconListItem.
	(_button_press): Likewise.
	* gpe-iconlist.c: Regenerated.

2003-04-13  Philip Blundell  <philb@gnu.org>

	* Version 0.58 released.
	
2003-04-13  Philip Blundell  <philb@gnu.org>

	* gtktimesel.c: Rename to ...
	* gpetimesel.c: ... this.
	* gpe/gtktimesel.h: Rename to ...
	* gpe/gpetimesel.h: ... this.
	* Makefile (MEMBERS): Adjust accordingly.

2003-04-13  Philip Blundell  <philb@gnu.org>

	* Version 0.57 released.

2003-04-13  Philip Blundell  <philb@gnu.org>

	* gtktimesel.c (button_press): New function.
	(button_release): Likewise.
	(do_popup): Likewise.
	(gtk_time_sel_init): Set wrap on for buttons.  Add popup support.
	(parent_class): Remove explicit zero init.

	* gpeclockface.c (gpe_clock_face_realize): Connect signal handlers
	here.
	(gpe_clock_face_unrealize): Disconnect them here.
	(gpe_clock_face_new): Don't do anything at all with them here.
	(struct _GpeClockFace): Add hour_handler, minute_handler.

2003-04-13  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c (struct _GpeClockFace): Add grabbed, do_grabs.
	(gpe_clock_face_init): Initialise above new members.
	(gpe_clock_face_button_press): Only grab if instructed.  Mind
	result of gdk_pointer_grab.
	(gpe_clock_face_button_release): Only ungrab pointer if we grabbed
	it earlier.
	(gpe_clock_face_set_do_grabs): New function.
	* gpe/gpeclockface.h (gpe_clock_face_set_do_grabs): Add prototype.

2003-04-12  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c (gpe_clock_face_unrealize): Reinstate
	XftDrawDestroy.  Remove XRenderFreePicture calls.

	* smallbox.c (smallbox_x2): Swap order of buttons.
	(smallbox_x): Likewise.

	* gpeclockface.c (struct _GpeClockFace): Add can_render.
	(gpe_clock_face_realize): Check for sufficiently new RENDER
	extension.
	(draw_hand): Add fallback in case of missing RENDER.
	(gpe_clock_face_prepare_xrender): Likewise.
	(gpe_clock_face_unrealize): Likewise.

2003-04-12  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c (gpe_clock_face_motion_notify): Advance hour hand
	when minute hand is dragged past midnight.
	(draw_hand): Optimise calculation of vertices for polygon.
	(calc_angle): Rename to ...
	(angle_from_xy): ... this.  All callers updated.

2003-04-12  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c (gpe_clock_face_realize): Remove pointer motion
	bits from event mask.
	(gpe_clock_face_unrealize): Disable call to XftDrawDestroy.

2003-04-12  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c (struct _GpeClockFace): Add hour_angle,
	minute_angle.
	(hand_angles): New function.
	(gpe_clock_face_expose): Use precomputed angles.
	(gpe_clock_face_motion_notify): Call hand_angles.
	(adjustment_value_changed): Likewise.
	(gpe_clock_face_new): Likewise.

	* Makefile (install-program): Install pixmaps for clock face in
	$PREFIX/share/libgpewidget, not $PREFIX/share/gpe/pixmaps.
	* gpeclockface.c (gpe_clock_face_init): Look for pixmaps in new
	location.
	
	* picturebutton.c (gpe_button_new_from_stock): Fix packing error.

2003-04-07  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add fr.
	* po/fr.po: New file, courtesy Luc Pionchon.

	* po/pt.po: Updated, courtesy Luis Oliveira.
	
	* po/id.po: Updated, courtesy Tedi Heriyanto.

2003-04-05  Phil Blundell  <pb@nexus.co.uk>

	* gpe/gpeiconlistitem.h (gpe_icon_list_item_button_press,
	gpe_icon_list_item_button_release): Add prototypes.

	* gpeiconlistitem.c (gpe_icon_list_item_class_init): Register
	signals.
	(gpe_icon_list_item_button_press): New function.
	(gpe_icon_list_item_button_release): New function.
	(_GPEIconListItemClass): Add button_press, button_release.

2003-04-01  Philip Blundell  <philb@gnu.org>

	* gpeclockface.c: New file.
	* gpe/gpeclockface.h: Likewise.
	* Makefile (MEMBERS): Add gpeclockface.

	* pixmaps/clock.png, pixmaps/clock24.png,
	pixmaps/day-night-wheel.png: New files.
	* Makefile (install-program): Install them.

2003-03-31  Philip Blundell  <philb@gnu.org>

	* gpeiconlistitem.c: New file.
	* gpe/gpeiconlistitem.h: Likewise.
	* Makefile (MEMBERS): Add gpeiconlistitem.

	* gpeiconlist.gob: Use new GPEIconListItem class in place of
	struct IL_Icon.
	(new_icon): Return type is GObject*.
	(_check_icon_size): Second argument is GObject*.
	(add_item, add_item_pixbuf): Return the new object.
	* gpe-iconlist.c, gpe/gpe-iconlist.h: Regenerate.

2003-03-30  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Remove gtkdatesel.h.
	(MEMBERS): Remove gtkdatesel.
	* gtkdatesel.c: Deleted; moved to ../gpe-calendar.
	* gpe/gtkdatesel.h: Likewise.

	* pixmaps.c (gpe_find_icon_pixmap): Add linker warning.

	* picturebutton.c (gpe_picture_button): Fix formatting.
	(gpe_picture_button_aligned): Likewise.  Use
	gtk_image_new_from_pixbuf in place of gpe_render_icon.
	(gpe_button_new_from_stock): Just call gtk_button_new_from_stock
	for BOTH case.

	* gtktimesel.c (gtk_time_sel_init): Fix off-by-one errors.

	* gpe/pixmaps.h: Add #error to catch attempted GTK 1 builds.

2003-03-29  Philip Blundell  <philb@gnu.org>

	* gtksimplemenu.c (gtk_simple_menu_append_item): Don't attach
	signal handler to item.
	(note_activation): Deleted.
	(gtk_simple_menu_get_result): Just call
	gtk_option_menu_get_history.  Add link warning about obsolescence.
	(struct _GtkSimpleMenu): Delete ->item.
	(gtk_simple_menu_init): Don't initialise ->item.

2003-03-29  Philip Blundell  <philb@gnu.org>

	* Version 0.56 released.

2003-03-28  Philip Blundell  <philb@gnu.org>

	* gtktimesel.c: New file.
	* gpe/gtktimesel.h: Likewise.
	* Makefile (MEMBERS): Add gtktimesel.	

2003-03-28  Luc Pionchon  <luc@handhelds.org>

	* gpeiconlist.gob (size_allocate): recalc *after* the size is allocated.
	(_recalc): base drawing area size on adj->page_size.
	(gpe-iconlist.[ch]): regenerate.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* what.c (gpe_what_init): Don't lookup X atoms.  Don't intern
	STRING.
	(send_text): Use XA_STRING.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* what.c (gpe_what_init): Note that gpe-what is initialized.
	(gpe_what_mark_widget): Do nothing if this isn't the case.

	* about.c: Deleted.
	* gpetooltips.c: Likewise.
	* gtkgpepixmap.c: Likewise.
	* Makefile: Remove GTK 1 support.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* Version 0.55 released.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* translabel.c (label_translation): Correct property names.

2003-03-24  Luc Pionchon  <luc@handhelds.org>

	* gpeiconlist.gob (_recalc_size): use viewport's allocation to
	update the drawinf area.
	(init): keep a ref to the viewport.

2003-03-23  Luc Pionchon  <luc@handhelds.org>

	* gpeiconlist.gob (set_icon_xmargin): new function.
	(il_row_height): now checks if flag_show_title is set.
	(il_col_width): now use icon_xmargin parameter. Uses only one margin each side.

2003-03-23  Damien Tanner  <dctanner@dctanner>

	* popup_menu.c (popup_menu_button_new_type_color): Returns GdkColor to callback.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.54 released.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* tap.c: Avoid generating clicks during drag.

2003-03-22  Phil Blundell  <pb@nexus.co.uk>

	* translabel.c (gtk_label_new_with_translation): Remove typecast
	to fix warning.

	* windows.c (gpe_get_window_icon): Add typecast to fix warning.

2003-03-19  Philip Blundell  <philb@gnu.org>

	* smallbox.c (smallbox_x): Try to use correct spacing.  Remove
	spurious gtk_widget_show calls.  Don't force window size, just set
	the default.
	(smallbox_x2): Likewise.

	* pixmaps.c (gpe_find_icon_scaled): Don't unref original pixbuf.

	* Makefile (LINGUAS): Add pt.

 	* po/pt.po: New file from Translation Project, courtesy Luis
	Oliveira.

2003-03-16  Luc Pionchon  <luc@handhelds.org>

	* picturebutton.c (gpe_picture_button_aligned): New function, adds
	alignment to gpe_picture_button.
	* gpe/picturebutton.h : Likewise.
	(GpePositionType) New type to handle position, same as
	GtkPositionType, add _POS_CENTER
	* gpeiconlist.gob (set_show_title): New public function to allow
	titleless iconlist
	(_expose): render title only with show_title mode, and if non NULL
	title
	* gpe-iconlist.[ch]: regenerate.
	
2003-03-16  Luc Pionchon  <luc@handhelds.org>

	* gpeiconlist.gob (set_bg_color): New public function to set the
	bg color
	(update_icon_item_with_udata): New public function to update an
	icon
	(remove_item_with_udata): New public function to remove an icon
	(_find_from_udata): New private function used by
	update_icon_item_with_udata() and remove_item_with_udata.

2003-03-15  Philip Blundell  <philb@gnu.org>

	* Version 0.53 released.
	
2003-03-15  Philip Blundell  <philb@gnu.org>

	* pixmaps.c (gpe_find_icon_scaled): New.
	* gpe/pixmaps.h (gpe_find_icon_scaled): Add prototype.	

2003-03-12  Colin Marquardt  <colin@marquardt-home.de>

	* question.c (gpe_question_ask): Make label selectable as it can
	contain useful information that one might want to copy.
	(gpe_question_ask): Add comment pointing to a mail about
	UrgencyHint.

2003-03-11  Philip Blundell  <philb@gnu.org>

	* gpe/init.h: Add extern "C" { ... } gunk.
	* gpe/errorbox.h: Likewise.
	* gpe/gtkdatesel.h: Likewise.
	* gpe/pixmaps.h: Likewise.
	* gpe/popup.h: Likewise.  Also add multiple #include guard.

2003-03-09  Philip Blundell  <philb@gnu.org>

	* Version 0.52 released.
	
2003-03-09  Philip Blundell  <philb@gnu.org>

	* gpeiconlist.gob (_expose): Don't cache full-size images that are
	backed by files on disk.
	* gpe-iconlist.c: Regenerate.

2003-03-09  Damien Tanner  <dctanner@gekk>

	* dirbrowser.c (ok_clicked): The window will hide itself before
	calling the handler, this is so the user will recieve some visual
	feedback that something is being done about loading the path.

2003-03-08  Colin Marquardt  <colin@marquardt-home.de>

	* gpe/spacing.h: Define GPE_GNOME_SCALING.

2003-03-08  Philip Blundell  <philb@gnu.org>

	* po/id.po: New file from Translation Project.
	* Makefile (LINGUAS): Add id.

2003-03-07  Philip Blundell  <philb@gnu.org>

	* Version 0.51 released.

2003-03-07  Damien Tanner  <dctanner@gekk>

	* gpe/popup_menu.h (popup_menu_button_new_type_color): new color
	popup menu.

	* popup_menu.c: Add code popup and if the child's height is larger
	than the screen size it will be packed into a GtkScrolledWindow.

2003-03-07  Damien Tanner  <dctanner@handhelds.org>

	* gpe/popup_menu.h: New popup_menu code taken from gpe-word.

2003-03-07  Damien Tanner  <dctanner@handhelds.org>

	* popup_menu.c: New popup_menu code taken from gpe-word.

2003-03-07  Damien Tanner  <dctanner@handhelds.org>

	* Makefile (MEMBERS): Add popup_menu

2003-03-06  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Add question.h, windows.h.
	(install-devel): Use -f when linking.

2003-03-05  Philip Blundell  <philb@gnu.org>

	* windows.c (gpe_get_window_name): Check return code from
	gdk_error_trap_pop.
	(gpe_get_window_icon): Likewise.
	
	* what.c (send_text): Add error trapping.

2003-03-04  Philip Blundell  <philb@gnu.org>

	* Version 0.50 released.
	
2003-03-04  Philip Blundell  <philb@gnu.org>

	* init.c (gpe_application_init): Tolerate NULL argc and/or argv.

2003-03-02  Philip Blundell  <philb@gnu.org>

	* Makefile (MEMBERS): Add windows.
	* windows.c: New file.
	* gpe/windows.h: Likewise.

2003-03-02  Philip Blundell  <philb@gnu.org>

	* Version 0.49 released

2003-03-02  Philip Blundell  <philb@gnu.org>

	* Makefile (MEMBERS): Add popup.
	* popup.c: New file.
	* gpe/popup.h: Likewise.

2003-03-01  Philip Blundell  <philb@gnu.org>

	* render.c: Include <stdlib.h> to quash warning.

	* tray.c (gpe_system_tray_dock): Call XSetCommand with saved
	arguments.  Use XInternAtoms.
	(filter): Adjust appropriately.
	(tray_send_opcode): Likewise.

	* init.c (gpe_saved_args): New function.
	(gpe_application_init): Save a copy of argument list.
	* gpe/init.h (gpe_saved_args): Add prototype.

2003-02-23  Philip Blundell <philb@gnu.org>

	* Version 0.48 released

2003-02-23  Colin Marquardt  <colin@marquardt-home.de>

	* question.c (gpe_question_ask): Allow pango markup in label.
	(gpe_question_ask): Make conform to Gnome HIG.
	(gpe_question_ask): Set decorations so that it doesn't even get a
	title bar when no title is requested.
	(on_qn_button_clicked): Make static.
	(add_button): Make static.
	(gpe_question_ask): Convert to GtkDialog.

2003-02-23  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Add translabel.h
	(MEMBERS): Add translabel.

	* gpe/translabel.h: New file.
	* translabel.c: Likewise.

2003-02-23  Colin Marquardt  <colin@marquardt-home.de>

	* spacing.h: Move constant and function prototypes here.

2003-02-21  Philip Blundell  <philb@gnu.org>

	* familiar/control1 (Depends): Add libgpewidget1-locale*.

2003-02-20  Philip Blundell  <pb@nexus.co.uk>

	* po/de.po: New file from Translation Project.
	* Makefile (LINGUAS): Add de.

2003-02-19  Colin Marquardt  <colin@marquardt-home.de>

	* spacing.c: Add link in comment. Change license to LGPL.

2003-02-16  Philip Blundell  <philb@gnu.org>

	* picturebutton.c (gpe_picture_button): If icon name starts with
	"!", it's a stock item.

2003-02-15  Philip Blundell  <philb@gnu.org>

	* Makefile (BINPACKAGE): Define.

	* dirbrowser.c: Fix warnings.

2003-02-15  Philip Blundell  <philb@gnu.org>

	* Version 0.47 released.
	
2003-02-15  Philip Blundell  <philb@gnu.org>

	* Makefile (install): Don't call install-mo.  Use install -s
	rather than install -D.

	* question.c (add_button): Use GObject functions.
	(gpe_question_ask): Likewise.  If icon name starts with "!", take
	it as a stock item name.

	* errorbox.c (do_gpe_error_box): Use GtkMessageDialog.

	* dirbrowser.c: Rewrite.

	* gtkdatesel.c (_): Use dgettext not gettext.
	* gtksimplemenu.c (_): Deleted.

2003-02-15  Philip Blundell  <pb@nexus.co.uk>

	* Makefile (LINGUAS): Add ro.

2003-02-12  Philip Blundell  <philb@gnu.org>

	* Version 0.46 released.

2003-02-12  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_init): Use "month_view" pixmap
	for the button if it exists.

	* question.c (add_button): New parameter box.  Pack buttons into
	this container.
	(gpe_question_ask): Use plain GtkWindow in place of GtkDialog.  If
	no title desired, set window as no decorations and provide a frame.
	(gpe_question_ask_yn): Add link warning to discourage use.

2003-02-11  Philip Blundell  <philb@gnu.org>

	* stylus.c (gpe_stylus_mode): Add missing _ to property name.
	Optimise a little.  Fix small memory leak.

	* tap.c: Fix warnings.
	* tray.c: Likewise.
	* gtkdatecombo.c: Likewise.
	* what.c: Likewise.
	* smallbox.c: Likewise.
	* render.c: Likewise.  Improve warning message.

2003-02-11  Philip Blundell  <philb@gnu.org>

	* Version 0.45 released.

2003-02-11  Philip Blundell  <philb@gnu.org>

	* question.c (add_button): If text starts with '!', take it as the
	name of a stock item.

2003-02-02  Philip Blundell  <philb@gnu.org>

	* what.c (gpe_what_init): Add missing underscore to property name.

2003-02-01  Philip Blundell  <philb@gnu.org>

	* question.c (gpe_question_ask): Set line wrapping on.

	* Makefile (clean): Depend on clean-po.
	(LINGUAS): Remove en_AU.

	* po/en_AU.po: Deleted.

	* pixmaps.c (gpe_load_one_icon): Remove redundancy in error message.

	* errorbox.c (do_gpe_error_box): Use stock button.
	* smallbox.c (smallbox_x2): Likewise.
	(smallbox_x): Likewise.

	* debian/control, debian/changelog: Update.

2003-01-27  Philip Blundell  <philb@gnu.org>

	* debian/changelog: Update.
	* debian/control: Likewise.
	* debian/copyright: Likewise.
	* debian/libgpewidget0.dirs, debian/libgpewidget0.files: Removed.
	* debian/libgpewidget1.dirs, debian/libgpewidget1.files: New.

2003-01-26  Philip Blundell  <philb@gnu.org>

	* Makefile (VERSION, CVSBUILD): Define.
	(BUILD): Define.  Use it to find makefile fragments.
	(ipkg, dpkg, upstream): Delete.
	(install-devel): Headers are in gpe/.

2003-01-25  Philip Blundell  <philb@gnu.org>

	* Version 0.44 released.

2003-01-25  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_week_starts_monday): Add
	GTK_CALENDAR_SHOW_HEADING to options.

2003-01-24  Philip Blundell  <philb@gnu.org>

	* pixmaps.c (gpe_set_window_icon): Use gtk_window_set_icon.

2003-01-18  Philip Blundell  <philb@gnu.org>

	* Version 0.43 released.
	
2003-01-18  Philip Blundell  <philb@gnu.org>

	* picturebutton.c (gpe_button_new_from_stock): Remove stray ";"
	after conditional.  Reformat.  Use SMALL_TOOLBAR icons.

2003-01-07  Philip Blundell  <philb@gnu.org>

	* picturebutton.c (gpe_button_new_from_stock): Remove stray debug.

2003-01-07  Damien Tanner  <dctanner@handhelds.org>

	* picturebutton.c (gpe_button_new_from_stock): Avoid mnemonic
	problem.
	
2003-01-07  Philip Blundell  <philb@gnu.org>

	* Version 0.42 released.

2003-01-06  Damien Tanner  <dctanner@handhelds.org>

	* picturebutton.c (gpe_button_new_from_stock): New.
	* gpe/picturebutton.h (gpe_button_new_from_stock): Likewise.
	(GPE_BUTTON_TYPE_ICON, GPE_BUTTON_TYPE_LABEL,
	GPE_BUTTON_TYPE_BOTH): Likewise.

2003-01-05  Philip Blundell  <philb@gnu.org>

	* Makefile (MEMBERS): Remove gtkminifilesel.
	(HEADERS): Remove gtkminifilesel.h.
	* gtkminifilesel.c: Deleted.
	* gpe/gtkminifilesel.h: Likewise.

	* link-warning.h: New file.
	* render.c: Note that gpe_render_icon is obsolete and should not
	be used.

2003-01-05  Philip Blundell  <philb@gnu.org>

	* render.c (gpe_render_icon): Just call gtk_image_new_from_pixbuf.
	(gpe_render_pixmap_alpha): Delete.
	(gpe_render_pixmap): Likewise.
	* gpe/render.h (gpe_render_pixmap): Delete.
	(gpe_render_pixmap_alpha): Likewise.
	* gtkgpepixmap2.c: Delete.
	* Makefile (MEMBERS): Remove gtkgpepixmap2.
	
2003-01-05  Philip Blundell  <philb@gnu.org>

	* Version 0.41 released.

2003-01-05  Philip Blundell  <philb@gnu.org>

	* gpe/gtkdatesel.h (gtk_date_sel_set_month_style): New prototype.
	(GtkDateSelMonthStyle): New enum.
	* gtkdatesel.c 	(struct _GtkDateSel): New member month_style.
	(month_update): Respect selected style.
	(gtk_date_sel_set_month_style): New.
	(make_field): Fix warnings.

2003-01-04  Philip Blundell  <philb@gnu.org>

	* Version 0.40 released.

2003-01-04  Philip Blundell  <philb@gnu.org>

	* tap.c (filter): Don't require release event to have same window
	handle as press event.

2003-01-04  Philip Blundell  <philb@gnu.org>

	* Version 0.39 released.

2003-01-04  Philip Blundell  <philb@gnu.org>

	* tray.c (gpe_system_tray_dock): Remove accidental dependency on
	multihead-aware libgdk-x11.

	* init.c (gpe_application_init): Only do tap'n'hold in stylus mode.

2003-01-04  Philip Blundell  <philb@gnu.org>

	* gpe/what.h: Move to ...
	* what.h: ... here.
	
	* tap.c, tap.h: New files.  Highly experimental code to convert
	tap-and-hold into button 3 clicks.
	* Makefile (MEMBERS): Add tap.
	* init.c (gpe_application_init): Fix warning.  Call tap_hold_init.

2003-01-04  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob, gpe-iconlist.[ch]: Oops, fix it right this time!

2003-01-04  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob: Use the _obvious_ rendering fix pb suggested.
	(ie. back out my last change)

	* gpe-iconlist.[ch]: regenerate.

2003-01-01  Philip Blundell  <philb@gnu.org>

	* Version 0.38 released.

2003-01-01  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_init): When in stylus mode, allow
	a single click to select the day.

	* gtkdatesel.c (week_update): Format week number with %V not %W.

	* what.c (gpe_what_handle_event): Delete.
	(filter_func): Use tip_private if not NULL.

	* gtkdatecombo.c (gtk_date_combo_week_starts_monday): New
	function.
	(update_text, click_calendar, drop_calendar): Reformat.
	* gpe/gtkdatecombo.h (gtk_date_combo_week_starts_monday): Add
	prototype.

	* gtkdatesel.c (make_field): Reduce padding.

2003-01-01  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob: Unbolden on popup (ugly rendering otherwise).

	* gpe-iconlist.c, gpe/gpe-iconlist.h: Regenerate.

2002-12-30  Philip Blundell  <philb@gnu.org>

	* Version 0.37 released.

2002-12-30  Philip Blundell  <philb@gnu.org>

	* gtkminifilesel.c (set_members): Use gpe_try_find_icon.

2002-12-29  Philip Blundell  <philb@gnu.org>

	* Version 0.36 released.

2002-12-29  Philip Blundell  <philb@gnu.org>

	* gtkminifilesel.c (set_members): Remove character set conversion.
	Print error if opendir fails.  Don't free data since CList will do
	that.
	(selection_made): Remove character set conversion.
	(gtk_mini_file_selection_get_filename): Likewise.

	* what.c (filter_func): Check window ID too.

2002-12-28  Philip Blundell  <philb@gnu.org>

	* Version 0.35 released.

2002-12-28  Philip Blundell  <philb@gnu.org>

	* what.c: New implementation.
	* gpetooltips2.c (gpe_tooltips_set_tip): Mark widget for
	interactive help.
	* tray.c: Remove include of <stdio.h>.

2002-12-27  Philip Blundell  <philb@gnu.org>

	* Version 0.34 released.

2002-12-26  Philip Blundell  <philb@gnu.org>

	* Makefile (MEMBERS): Add tray.
	* tray.c: New file.
	* gpe/tray.h: Likewise.
	
2002-12-23  Philip Blundell  <philb@gnu.org>

	* Version 0.33 released.

2002-12-23  Philip Blundell  <philb@gnu.org>

	Merge changes from hacked-iconlist-branch:
	* gpeiconlist.gob (LABEL_YMARGIN, LABEL_XMARGIN, COL_WIDTH):
	Define.
	(il_label_height, il_icon_size, il_row_height, il_col_width): New
	macros.
	(struct ILIcon): New member pb_scaled.
	(GPE:IconList): New members icon_size, label_height.
	(init): Initialise label_height.
	(bg_set_pixmap): New method.
	(_check_icon_size): New function.
	(_title_height): Make argument GPEIconList*.
	(_expose): Use il_col_width and il_row_height in place of
	hardcoded constants.  Use il_label_height rather than calling 
	_title_height repeatedly.  Use prescaled icon from pb_scaled.
	Allow icon width to float and centre pixmap accordingly.
	(_recalc_size): New function, broken out from size_allocate.
	(new_icon): Initialise pb_scaled to NULL.
	(add_item): Call _recalc_size.  Don't force widget redraw.
	(add_item_pixbuf): Likewise.  Call _check_icon_size to rescale
	newly added pixbuf. 
	(clear): Unref scaled pixbuf too.  Call _recalc_size.
	(set_icon_size): New method.
	(_get_rowcol): Remove spurious floating point usage.  Replace
	hard-coded constants with il_col_width / il_row_height as
	appropriate.  Make first argument GPEIconList*.
	(_refresh_containing): Use il_col_width and il_row_height as
	appropriate.  Make first argument GPEIconList*.
	(_button_release): Pass iconlist to _refresh_containing and
	_get_rowcol.  Set mcol and mrow to -1 prior to generating
	"clicked" event.
	(_popup): Don't clear selection here.
	(popup_removed): New method.
	(button_press): Pass iconlist to _refresh_containing and
	_get_rowcol.
	* gpe-iconlist.c, gpe/gpe-iconlist.h: Regenerated.

2002-12-22  Philip Blundell  <philb@gnu.org>

	* gpe/pixmaps.h: Include gtk/gtk.h.

2002-12-22  Philip Blundell  <philb@gnu.org>

	* pixmaps.c (gpe_set_window_icon): New function.
	(gpe_find_icon_pixmap): Don't check return code from
	gpe_find_icon.
	* gpe/pixmaps.h (gpe_set_window_icon): New prototype.

	* what.c (gpe_what_init): Use gpe_try_find_icon rather than
	gpe_find_icon.  On failure, display an error and give up
	initialisation.

	* pixmaps.c (gpe_find_icon): Don't attempt lazy loading.  If the
	icon isn't in the cache, give an error.
	
2002-12-22  Philip Blundell  <philb@gnu.org>

	* pixmaps.c (gpe_try_find_icon): New function.
	(gpe_find_icon): Implement in terms of above.  Display error box
	and halt the program if icon cannot be found.

	* gpe/pixmaps.h (gpe_try_find_icon): New prototype.
	* errorbox.c (do_gpe_error_box): Use gpe_try_find_icon rather than
	gpe_find_icon.  Cope with missing pixmap.
	* picturebutton.c (gpe_picture_button): Likewise.
	* question.c (gpe_question_ask): Likewise.
	
2002-12-22  Philip Blundell  <philb@gnu.org>

	* pixmaps.c (gpe_load_one_icon): Improve error handling.
	(gpe_load_icons): Allow multiple calls.
	(gpe_find_icon): Reformat.

2002-12-20  Philip Blundell  <pb@nexus.co.uk>

	* Version 0.32 released.

2002-12-20  Philip Blundell  <philb@gnu.org>

	* gpeiconlist.gob (_title_height): Unref PangoLayout to avoid
	memory leak.
	(_expose): Likewise.

2002-12-19  Philip Blundell  <philb@gnu.org>

	* gpeiconlist.gob (_get_icon): Remove spurious "*col" term from
	loop condition.

2002-12-18  Philip Blundell  <philb@gnu.org>

	* gpeiconlist.gob: Include <string.h> to fix warning.
	(MAYBE_PRINTF): New macro.  Use it for debug chatter 
	so this can be disabled when not wanted.
	(GPE:IconList): New member flag_embolden.
	(_expose): Don't render selected item in bold if above is false.
	(new_icon): New argument pb.
	(add_item): Pass extra arg to add_item as NULL.  Refresh screen
	after adding new item.
	(add_item_pixbuf): New function.
	(set_embolden): Likewise.
	(clear): Likewise.
	(popup): Don't grab the pointer.
	gpe-iconlist.[ch]: Re-generate.

2002-12-15  Philip Blundell  <philb@gnu.org>

	* gtksimplemenu.c (gtk_simple_menu_append_item): Add missing
	gtk_widget_show.

2002-12-14  Philip Blundell  <philb@gnu.org>

	* gpeiconlist.gob (MAYBE_PRINTF): New macro.  Use it for
	debug chatter so this can be disabled when not wanted.
	(GPE:IconList): New member flag_embolden.
	(_expose): Don't render selected item in bold if above is false.
	(new_icon): New argument pb.
	(add_item): Pass extra arg to add_item as NULL.  Refresh screen
	after adding new item.
	(add_item_pixbuf): New function.
	(set_embolden): Likewise.
	(clear): Likewise.

	* errorbox.c (do_gpe_error_box): Renamed from gpe_error_box.  New
	argument block.  Don't call gtk_main if this is false, instead
	return immediately.
	(gpe_error_box): Call above with block=TRUE.
	(gpe_error_box_nonblocking): Likewise, with block=FALSE.
	* gpe/errorbox.h (gpe_error_box_fmt): Add prototype.	

2002-12-14  Philip Blundell  <philb@gnu.org>

	* po/en_AU.po (Content-Type): Charset is iso-8859-1.

2002-12-04  Philip Blundell  <philb@gnu.org>

	* Version 0.31 released.

2002-12-04  Philip Blundell  <philb@gnu.org>

	* gtkminifilesel.c (set_members): Convert strings to utf8.
	(selection_made): Convert strings to locale encoding.
	(gtk_mini_file_selection_get_filename): Likewise.

2002-12-01  Philip Blundell  <philb@gnu.org>

	* Version 0.30 released.

2002-12-01  Philip Blundell  <philb@gnu.org>

	* gtksimplemenu.c (gtk_simple_menu_flush): New function.
	* gpe/gtksimplemenu.h (gtk_simple_menu_flush): Add prototype.

	* smallbox.c (smallbox_x2): Use picture buttons.  Correctly
	extract entry field from combo box.

2002-11-30  Philip Blundell  <philb@gnu.org>

	* Version 0.29 released.
	
2002-11-30  Philip Blundell  <philb@gnu.org>

	* gtkgpepixmap2.c (gtk_gpe_pixmap_init): Add missing
	initialisations.
	* gtkgpepixmap.c (gtk_gpe_pixmap_init): Likewise.

	* gtksimplemenu.c (gtk_simple_menu_class_init): Rename signal from
	"changed" to "item-changed" to avoid name clash.

2002-11-30  Philip Blundell  <philb@gnu.org>

	* Version 0.28 released.

2002-11-30  Philip Blundell  <philb@gnu.org>

	* Makefile (ipkg): Depend on clean.

	* render.c (gpe_render_icon): Handle SELECTED state too.

	* gtkgpepixmap2.c (gtk_gpe_pixmap_expose): Draw appropriate pixmap.
	(gtk_gpe_pixmap_set_selected): New.
	* gpe/gtkgpepixmap.h (struct _GtkGpePixmap): Add pixmap_selected.
	(gtk_gpe_pixmap_set_selected): Add prototype.
	* gtkgpepixmap.c (gtk_gpe_pixmap_set_selected): New.
	
2002-11-14  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob, gpe-iconlist.c, gpe/gpe-iconlist.h:
	don't send the clicked signal if there is no icon
	don't popup a menu if there is no icon
	unboldify the icon when the popup handler is called

2002-11-14  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob, gpe-iconlist.c, gpe/gpe-iconlist.h:
	update to latest, LOTS of changes:
	 loads more debugging output (for now)
	 use g_object_[set/get]_data not gtk_object_...
	 basic popup menu support

2002-11-12  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob, gpe-iconlist.c, gpe/gpe-iconlist.h:
	don't advance through a NULL pointer (thanks pb), fixes #144

2002-11-10  Philip Blundell  <philb@gnu.org>

	* Makefile (GTK2): Default on.

	* gpe/errorbox.h (gpe_error_box, gpe_perror_box): Argument is const.
	* errorbox.c (gpe_perror_box): Likewise.
	* errorbox.c (gpe_error_box): Likewise.

	* gpe/gtkminifilesel.h (gtk_mini_file_selection_get_directory):
	Add prototype.
	(struct _GtkMiniFileSelection): Member "directory" is const gchar *.
	* gtkminifilesel.c (gtk_mini_file_selection_get_directory): New
	function.
	(set_directory): Pathname is const gchar *.  Use g_strdup_printf
	rather than malloc/strcpy.
	(create_new_directory): Fix warnings.
	(rename_file): Likewise.
	(delete_file): Likewise.  Mark strings for translation.
	(ask_rename_file): Delete spurious "destroy" handler.  Fix
	formatting.  Improve prompts.  Mark strings for translation.
	(ask_delete_file): Likewise.
	(menu_change_directory): Use gchar for strings.
	(set_directory_menu): Likewise.  Fix formatting.
	(gtk_mini_file_selection_init): Likewise.  Zero fs->directory
	earlier.  Use g_get_current_dir rather than get_current_dir_name.
	(ask_rename_file): Fix formatting.
	(set_members): Likewise.
	(kill_window): Likewise.
	(selection_made): Use g_strdup in place of strdup.
	(gtk_mini_file_selection_set_directory): Likewise.
	(enter_struck): Don't strdup directory name.

2002-10-25  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob: Add a LGPL and copyright notice
	* gpe-iconlist.c: regenerate from .gob

2002-10-20  Moray Allan  <moray@handhelds.org>

	* pixmaps.c (gpe_find_icon): Removed unnecessary abort().
	* question.c (gpe_question_ask): Cope with failure to find an icon;
	allow NULL icon to signify that a button should be text-only.

2002-10-13  Philip Blundell  <philb@gnu.org>

	* Version 0.27 released.

2002-10-13  Philip Blundell  <philb@gnu.org>

	* errorbox.c (gpe_error_box): Set line wrap on when GTK2 is in use.

	* po/en_AU.po: New file.
	* Makefile (LINGUAS): Add en_AU.

2002-10-13  Robert Mibus  <mibus@handhelds.org>

	* gpeiconlist.gob: add gob source for the GPEIconList widget

	* gpe-iconlist.c: add generated C source

	* gpe/gpe-iconlist.h.: add generated header

	* Makefile: build iconlist files from .gob when needed;
	add gpe-iconlist.o to OBJS

2002-10-06  Philip Blundell  <philb@gnu.org>

	* smallbox.c (smallbox_x): Use picture buttons.

2002-09-30  Philip Blundell  <philb@gnu.org>

	* Version 0.26 released.

2002-09-30  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_class_init): Don't override
	destroy method.
	(gtk_date_combo_destroy): Delete.
	(gtk_date_combo_init): Don't gtk_widget_ref (calw).

2002-09-17  Colin Marquardt  <colin@marquardt-home.de>

	* Makefile (HEADERS): Add "spacing.h".
	(MEMBERS): Add "spacing".

	* spacing.c: New file containing the gpe_get_* accessor functions.

	* gpe/spacing.h: New file containing the prototypes for the
	gpe_get_* functions.

2002-09-14  Philip Blundell  <philb@gnu.org>

	* Version 0.24 released.

2002-09-12  Pierre Tardy  <tardyp@free.fr>

	* gtkminifilesel.c (gtk_mini_file_selection_set_directory): New
	function.
	* gpe/gtkminifilesel.h (gtk_mini_file_selection_set_directory):
	Add prototype.

2002-09-08  Philip Blundell  <philb@gnu.org>

	* gpe/gtksimplemenu.h: New file.
	* gtksimplemenu.c: Likewise.
	* Makefile (MEMBERS): Add gtksimplemenu.

2002-09-08  Robert Mibus  <mibus@handhelds.org>

	* question.[ch]: Fix bug #85 (dc's mis-commit ;-)

2002-09-07  Colin Marquardt  <colin@marquardt-home.de>

	* gtkrc: Add gpe_labels style. This is just black for now, until
	we decide on a nice style (if at all).

2002-09-01  Philip Blundell  <philb@gnu.org>

	* Version 0.23 released.
	
2002-09-01  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_clear): Fix warning.

2002-09-05  Colin Marquardt  <colin@marquardt-home.de>

	* gtkrc: Removed gpe_username style.

	* init.c (gpe_application_init): Move gtk_rc_add_default_file()
	calls before gtk_init() since they have no effect otherwise.
 
	* gtkrc: Removed the gpe-ownerinfo bg image.
	New style 'gpe_ownerinfo_labels': give labels like "Name",
	"E-Mail" etc. a special style.

2002-08-29  Colin Marquardt  <colin@marquardt-home.de>

	* gtkrc: Add some info about font specs in pixels vs. points.

2002-08-26  Pierre Tardy  <tardyp@free.fr>

        * errorbox.c (gpe_error_box): the dialog acts now like a proper dialog.
        * question.c (gpe_question_ask): fixed a memory leak where the
	fake window will never be freed.

2002-08-25  Luc Pionchon <luc.pionchon@welho.com>

	* about.c: scale down to 48x48 gpe_logo; and support for app_icon on window

2002-08-25  Philip Blundell  <philb@gnu.org>

	* Version 0.22 released.

2002-08-25  Philip Blundell  <philb@gnu.org>

	* gtkdatesel.c (gtk_date_sel_init): Initialise day_clamped correctly.

2002-08-24  Philip Blundell  <philb@gnu.org>

	* Version 0.21 released.

2002-08-24  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (gtk_date_combo_clear): New function.
	(gtk_date_combo_init): Set combo->set to TRUE.
	(click_calendar): Likewise.
	* gpe/gtkdatecombo.h (gtk_date_combo_clear): Add prototype.
	(struct _GtkDateCombo): New member "set".

2002-08-23  Philip Blundell  <philb@gnu.org>

	* render.c (gpe_render_pixmap_alpha): Renamed from
	gpe_render_pixmap.  New argument "overall_alpha".  Use background
	colour for fully transparent regions.
	(gpe_render_pixmap): Implement in terms of above.
	* gpe/render.h (gpe_render_pixmap_alpha): Add prototype.

2002-08-22  Philip Blundell  <philb@gnu.org>

	* Version 0.20 released.

2002-08-23  Philip Blundell  <philb@gnu.org>

	* gtkdatecombo.c (click_calendar): Hide combo->calw, not the
	calendar itself.  Note that the calendar is not open.

2002-08-23  Joe McCarthy  <mccarthy@engrng.pitt.edu>

	* gtkdatesel.c (gtk_date_sel_set_time): emit changed signal.

2002-08-22  Philip Blundell  <philb@gnu.org>

	* Version 0.18 released.

2002-08-22  Philip Blundell  <philb@gnu.org>

	* gtkdatesel.c (make_field): Don't show the buttons.

2002-08-20  Philip Blundell  <philb@gnu.org>

	* Version 0.17 released.

2002-08-20  Philip Blundell  <philb@gnu.org>

	* gtkdatesel.c (make_field): Show the arrows.
	* errorbox.c (gpe_error_box): Always print errors to stderr.

2002-08-19  Philip Blundell  <philb@gnu.org>

	* Version 0.16 released.

2002-08-19  Philip Blundell  <philb@gnu.org>

	* init.c (gpe_application_init): Call gtk_init before other gtk
	functions.  Optimise a bit.  Avoid creating .gpe if home dir is
	unset or the root directory.  Avoid memory leaks when returning
	failure.  Improve error messages.
	
	* Makefile (ipkg): Force debug off.
	(install): Don't ship gtkrc in gtk2 package.

	* gtkdatesel.c (gtk_date_sel_init): Create all widgets unconditionally.

2002-08-18  Colin Marquardt  <colin@marquardt-home.de>

	* pixmaps.c (gpe_load_one_icon): Add linebreak before icon name in
	error message.

2002-08-17  Pierre Tardy  <tardyp@free.fr>

	* init.c (gpe-init):  fixed the FIXME,when checking/creating ~/.gpe

2002-08-12  Philip Blundell  <philb@gnu.org>

	* Version 0.15 released.

2002-08-12  Philip Blundell  <philb@gnu.org>

	* gtkminifilesel.c (button_pressed): Fix return code.
	(button_released): Likewise.

	* Makefile: Only build "about" for GTK 1.
	(CPPFLAGS): Search ./gpe for headers.
	(update-po): Delete, replaced by Makefile.translation.

2002-08-11  Philip Blundell  <philb@gnu.org>

	* smallbox.h (struct box_desc2): New.
	(smallbox_x2): New prototype.
	* smallbox.c (make_combo): New function.
	(smallbox_x2): Likewise.

	* gtkminifilesel.c (menu_timeout_id): Don't initialise explicitly.
	(rename_file): Reformat slightly.  Use gpe_perror_box.
	(create_new_directory): Likewise.  Fix memory leak.  Make new
	directory with mode 777.
	(popup_menu_activate): Reformat slightly.  Mark strings for
	translation.  Remove unused variables.
	(popup_menu_later): Delete dead assignment.
	(popup_menu_cancel): Reformat "if" statement.
	(selection_made): Don't refer to widget after emitting COMPLETED
	signal, in case it was destroyed.
	(ask_delete_file): Correct window title.  Mark strings for
	translation.  Reformat slightly.
	(ask_rename_file): Grab focus into entry widget.  Mark strings for
	translation.

2002-08-05  Damien Tanner <dc@magenet.com>

	* gtkminifilesel.c: Add tap-n-hold
	* about.[ch]: New module
	* question.[ch]: New module (Thanks to mibus)

2002-08-06  Colin Marquardt  <colin@marquardt-home.de>

	* gtkrc: Add gpe-ownerinfo background image.

2002-08-05  Philip Blundell  <philb@gnu.org>

	* familiar/control1: New file.
	* Makefile (ipkg): Use it when building for GTK 2.

2002-08-04  Philip Blundell  <philb@gnu.org>

	* gtkdatesel.c: Rewrite using label and button widgets.
	* gtkdatesel.h (GtkDateSelMode): New enum.
	(gtk_date_sel_new): Argument is GtkDateSelMode.

	* render.c (gpe_render_pixmap): Correct alpha in composited image.

	* Makefile (SONAME): Use libgpewidget.so.1 if building for GTK 2.
	(CFLAGS, LDFLAGS): Conditionalise on GTK version.
	(libgpewidget.a): New target.
	(MEMBERS): Delete gpedialog, gtksmallentry, nocursor.  Build
	appropriate versions of gtkgpepixmap and gpetooltips for GTK in
	use.

	* gpedialog.c: Deleted.
	* gtksmallentry.c: Likewise.
	* nocursor.c: Likewise.

2002-08-03  Philip Blundell  <philb@gnu.org>

	* gtkgpepixmap.h (gtk_gpe_pixmap_set_build_insensitive): Second
	argument is gboolean.
	* gtkgpepixmap.c (gtk_gpe_pixmap_set_build_insensitive): Likewise.
	* gtkgpepixmap2.c: New file.

	* dirbrowser.c (gpe_create_dir_browser): Use GTK_WINDOW_TOPLEVEL
	instead of GTK_WINDOW_DIALOG.
	* gpetooltips2.c: New file.

	* pixmaps.c (gpe_load_one_icon): Add conditionals for GTK 2.
	* pixmaps.h: Include gdk.h.
	* gtkdatecombo.c (gtk_date_combo_get_type): Correct type of return
	value.
	* gtkminifilesel.c (gtk_mini_file_selection_get_type): Likewise,
	(gtk_mini_file_selection_class_init): Add conditionals for GTK 2.

2002-07-25  Colin Marquardt  <colin@marquardt-home.de>

	* errorbox.c (gpe_perror_box): Add line break so that we have a
	better chance of seeing the whole string.

2002-07-21  Colin Marquardt  <colin@marquardt-home.de>

	* gtkrc: Remove boldness (and thus explicit setting of the font)
	from style gpe_login_result.

2002-07-21  Philip Blundell  <philb@gnu.org>

	* Version 0.14 released.
	
2002-07-21  Philip Blundell  <philb@gnu.org>

	* init.c (gpe_application_init): Avoid free of uninitialised
	pointer.  Fix memory leak when mkdir fails.

	* gtkgpepixmap.c (gtk_gpe_pixmap_set_active): New function.
	(gtk_gpe_pixmap_expose): Draw active pixmap if appropriate.
	* gtkgpepixmap.h (gtk_gpe_pixmap_set_active): Add prototype.
	(struct _GtkGpePixmap): Add pixmap_active.
	* render.c (gpe_render_icon): Render ACTIVE state too.

2002-07-20  Philip Blundell  <philb@gnu.org>

	* Version 0.13 released

2002-07-20  Philip Blundell  <philb@gnu.org>

	* init.c (gpe_application_init): Don't attempt to create ~/.gpe when
	HOME not set.

2002-07-20  Colin Marquardt  <colin@marquardt-home.de>

	* init.c (gpe_application_init): Free user_gtkrc_file.

	* gtkrc: Rename gpe_login_incorrect to gpe_login_result.

	* init.c (gpe_application_init): Fix user gtkrc file.

	* Makefile: Install gtkrc file.

	* init.c (gpe_application_init): Add default resource files, doesn't work yet.

2002-07-17  Philip Blundell  <pb@nexus.co.uk>

	* Version 0.12 released

2002-07-17  Philip Blundell  <pb@nexus.co.uk>

	* dirbrowser.c (gpe_create_dir_browser): Unify message text.
	* po/libgpewidget.pot: New.

2002-07-15  Philip Blundell  <philb@gnu.org>

	* stylus-mode.c: Deleted.

2002-07-13  Philip Blundell  <philb@gnu.org>

	* Version 0.11 released

2002-07-13  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Remove what.h

	* pixmaps.c (gpe_load_icons): Return FALSE if any icons failed to
	load, rather than calling exit.

	* what.c (close_clicked): Remove spurious argument.
	(gpe_what_init): Set style[GTK_STATE_PRELIGHT] too.
	(do_widget): Display private text too, if it's different from the
	normal tip.
	(gpe_what_init): Create second label and pack it into a vbox.

2002-07-13  Philip Blundell  <philb@gnu.org>

	* init.c (gpe_application_init): Call gpe_what_init.
	* what.c (what_init): Rename to gpe_what_init; replace
	with dummy function that does nothing.
	* what.h (what_init): Rename prototype appropriately.
	
2002-07-11  Philip Blundell  <philb@gnu.org>

	* Makefile (MEMBERS): Add screensize, gpedialog.
	* screensize.c: New file.
	* gpedialog.c: New file.

2002-07-10  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Add picturebutton.h, dammit.

2002-07-10  Philip Blundell  <philb@gnu.org>

	* Makefile (HEADERS): Add what.h, stylus.h

2002-07-10  Philip Blundell  <philb@gnu.org>

	* debian/rules (build): Set PREFIX=/usr
	* debian/control: Add more build-depends
	
2002-07-09  Philip Blundell  <philb@gnu.org>

	* Version 0.10 released.

2002-07-09  Philip Blundell  <philb@gnu.org>

	* nocursor.c (gdk_window_set_cursor): Remove stray debugging.

2002-07-09  Philip Blundell  <philb@gnu.org>

	* Version 0.09 released.

2002-07-09  Philip Blundell  <philb@gnu.org>

	* gpetooltips.c: New file.
	* Makefile (MEMBERS): Add gpetooltips.

	* stylus-mode.c: New file.

	* Makefile (MEMBERS): Add stylus, nocursor.

	* nocursor.c: New file.
	* stylus.c, stylus.h: Likewise.

2002-06-22  Philip Blundell  <philb@gnu.org>

	* gtkminifilesel.c (gtk_mini_file_selection_get_filename): Don't
	append a slash to directory name if it was "/".
	(enter_struck): New function.
	(gtk_mini_file_selection_init): Call it when user presses RETURN.
	(set_members): Omit anything starting with '.'.
	(selection_made): Handle "/" directory specially.  Put focus back
	in entry widget.

2002-06-21  Philip Blundell  <pb@debian.org>

	* render.c (gpe_render_pixmap): Render with no alpha if passed
	NULL bgcol.
	(gpe_render_icon): Tolerate NULL style.  Abort on NULL pixbuf.

2002-06-21  Philip Blundell  <pb@debian.org>

	* Makefile (clean): Remove $(DEPS) too.

2002-06-21  Philip Blundell  <pb@debian.org>

	* Version 0.08 released.

2002-06-20  Philip Blundell  <pb@debian.org>

	* Makefile (MEMBERS): Add what.
	* what.c: New file.
	* what.h: Likewise.

2002-06-20  Philip Blundell  <pb@debian.org>

	* errorbox.c (gpe_error_box): Remove call to gpe_load_icons.

	* pixmaps.c (gpe_load_icons): Abort if called more than once.

2002-06-20  Philip Blundell  <pb@debian.org>

	* picturebutton.c (gpe_picture_button): Tweak packing so that icon
	and text stay close together.

	* errorbox.c (gpe_error_box): Realize window before creating
	picture button.

	* gtkminifilesel.c (menu_change_directory): Fix warning.
	(gtk_mini_file_selection_size_request): Likewise.
	* picturebutton.c (gpe_picture_button): Likewise.

	* init.c (gpe_application_init): Test for existence of $HOME before
	attempting to create ~/.gpe.

	* pixmaps.c (gpe_load_pixmaps, gpe_find_pixmap): Deleted.
	(gpe_load_one_icon): New function, broken out from...
	(gpe_load_icons): ... here.  Tolerate NULL filename, just use
	the short name in that case.
	(gpe_find_icon): Attempt lazy loading of images if lookup fails.
	* pixmaps.h (gpe_load_pixmaps, gpe_find_pixmap, struct pix): Deleted.

2002-06-19  Philip Blundell <pb@nexus.co.uk>

	* Version 0.07 released.

2002-06-18  Philip Blundell  <pb@debian.org>

	* picturebutton.c (gpe_picture_button): Omit label if text is NULL.

2002-06-18  Moray Allan  <moray@sermisy.org>

	* errorbox.c (gpe_error_box): Add a test in case we're already
	trying to bring up an error box (if so, print to stderr instead).

2002-06-17  Philip Blundell  <pb@debian.org>

	* gtkminifilesel.c (gtk_mini_file_selection_init): Use picture 
	buttons.

2002-06-17  Philip Blundell  <pb@debian.org>

	* render.c (gpe_render_pixmap): Tweak for better code generation.
	Use high 8 bits of GdkColor information.
	(gpe_render_icon): Don't render prelight if it would be the same
	as the normal pixmap.

	* picturebutton.c (gpe_picture_button): Add padding around label.

2002-06-16  Philip Blundell  <pb@debian.org>

	* Makefile (MEMBERS): Add picturebutton.
	* picturebutton.h: New file.
	* picturebutton.c: Likewise.

2002-06-16  Philip Blundell  <pb@debian.org>

	* render.c (gpe_render_icon): Use GtkGpePixmap in place of GtkPixmap.

	* gtkgpepixmap.h (GTK_TYPE_GPE_PIXMAP): Correct definition.
	* gtkgpepixmap.h: Replace GTK_IS_PIXMAP with GTK_IS_GPE_PIXMAP.

2002-06-16  Philip Blundell  <pb@debian.org>

	* Makefile (MEMBERS): Add gtkgpepixmap.
	* gtkgpepixmap.c: New file.
	* gtkgpepixmap.h: Likewise.

	* errorbox.c: Use dgettext not gettext.
	* gtkminifilesel.c: Likewise.
	* pixmaps.c: Likewise.
	* smallbox.c: Likewise.

	* pixmaps.c (gpe_load_icons): New function.
	(gpe_find_icon): Likewise.
	(gpe_find_icon_pixmap): Likewise.
	* pixmaps.h (struct gpe_icon): New.
	(gpe_load_icons): New prototype.
	(gpe_find_icon): Likewise.
	(gpe_find_icon_pixmap): Likewise.

2002-06-16  Philip Blundell  <pb@debian.org>

	* Makefile (install-devel, upstream, dpkg): New rules.
	(clean): Remove libgpewidget.so symlink.
	(ipkg): Expect files in familiar subdir.
	(PREFIX): Default to /usr/local.
	(PACKAGE, HEADERS): Define.
	(install): Use $(PREFIX).
	* control, postinst: Moved to...
	* familiar/control, familiar/postinst: ... here.
	* debian/changelog, debian/control, debian/dirs, debian/docs, 
	debian/libgpewidget-dev.dirs, debian/libgpewidget-dev.files, 
	debian/libgpewidget0.dirs, debian/libgpewidget0.files, 
	debian/postinst, debian/postrm, debian/rules: New files.

2002-06-16  Philip Blundell  <pb@debian.org>

	* errorbox.c: Add missing #include <stdio.h>.
	* control (Version): Set to 0.05

2002-06-16  Luis Oliveira  <luismbo@netcabo.pt>

       * errorbox.c (gpe_error_box): Set label padding to 4 when packing.

2002-06-16  Philip Blundell  <pb@debian.org>

	* errorbox.c (gpe_error_box_fmt): New function.
	* errorbox.h (gpe_error_box_fmt): Add prototype.
	Patch from Luis Oliveira <luismbo@netcabo.pt>

2002-06-15  Philip Blundell  <pb@debian.org>

	* errorbox.c (gpe_error_box): Use gpe_render_icon to alpha-blend
	pixmap.
	* render.c (gpe_render_icon): Correct alpha calculation.

2002-06-15  Philip Blundell  <pb@debian.org>

	* render.c: New file.
	* render.h: Likewise.
	* Makefile (MEMBERS): Add render.

	* init.c (gpe_application_init): Don't call gdk_imlib_init.
	* pixmaps.c: Use gdk_pixbuf rather than gdk_imlib.
	* errorbox.c: Likewise.
	* Makefile: Add gdk-pixbuf flags to compile and link.
	
