Tue Mar 10 00:10:32 1998 Miguel de Icaza * gscreen.c (panel_drop_data_available): Now drop support uses the new coords.x and coords.y fields from the DropDataAvailableEvent to find out which directory receives the drop. * gwidget.c (x_radio_focus_item): Add support for focusing radio buttons. Mon Mar 9 15:12:00 1998 Miguel de Icaza * gtools.c (translate_gdk_keysym_to_curses), dlg.c (dlg_key_event): Support for backtab. * gwidget.c: highlight properly the focused radio entry. * gmain.c (x_init_dlg): After setting up the X widget, set the Gtk focus to h->current; 1998-03-09 Federico Mena Quintero * gscreen.c (x_panel_select_item): Set the colors of the row. * gmain.c (xtoolkit_init): Changed gnome_init() to new version. (xtoolkit_init): Call gnome_init() properly. Also, return 0. Sat Mar 7 15:24:49 1998 Miguel de Icaza * gwidget.c (entry_click): Focus the entry on clicks. Fri Mar 6 20:50:19 1998 Miguel de Icaza * gmain.c (create_panels): New per-port variable, used to flush all of the pending X events. (x_set_idle): Implement idle functions, now the find command works properly. * gwidget.c (x_create_radio): Connect to the "toggled" signal to keep track of the radio button. (listbox_select): callback for the select and double click actions. (x_update_input): This can be invoked before the widget X resources have been allocated. Take care of this. (x_create_input): update the cursor position as well. (x_list_insert, x_create_listbox, x_list_delete_nth, x_listbox_select_nth): implement the Listbox widget. * gconf.h: New configuration options: PORT_HAS_PANEL_ADJUST_TOP_FILE and PORT_HAS_PANEL_RESET_SORT_LABELS 1998-03-06 Federico Mena Quintero * gmain.c (get_color): Make it use GdkColorContext correctly. * gscreen.c (panel_create_filter): The filter control is now a nice GnomeEntry. It does not work due to gmc trapping key events; I'll look into it tomorrow. (internal_select_item): Fixed broken behavior. Now uses GtkCList properly. default_filters: new structure with pre-defined glob patterns. This is actually broken, because it will only work when easy_patterns is enabled. I have to figure a way to make it work with regexp mode as well. Thu Mar 5 23:54:58 1998 Miguel de Icaza * gdesktop.c (drop_on_panel): New function; Used by the directory icons and by regular panels to support drag targets; * gscreen.c (panel_drop_data_available): Performs the drop action on a panel. It needs fixing, as the DropDataAvailabelEvent does not provide any information as to where the drop actually happened. (fixed_gtk_widget_dnd_drag_set, fixed_gtk_widget_dnd_drop_set): Only set the main window of the clist to be the source/target of the drag and drop code. The little square at the end did not make much sense as a drop/drag spot. 1998-03-04 Federico Mena Quintero * gmain.h: Added prototype for x_filter_changed(). Added #include "panel.h". * gconf.h (PORT_HAS_FILTER_CHANGED): New flag for conditional compilation. Wed Mar 4 22:43:00 1998 Miguel de Icaza * gtools.c (query_dialog): Rewritten to use the MC dialog/widget code. * gutil.c (my_system), acconfig.h: By default gnome will not have a subshell (at least for now) and will now exec everything asyncronously by default. * gscreen.c: Exactly what was I thinking when I used the g_panel_contents structure will remain a mistery for future programming psycologists. It was a huge mistake. * gdesktop.c: Use the new icon/text display routine from Federico. Tue Mar 3 21:03:52 1998 Miguel de Icaza * gmain.c (x_destroy_dlg): Call gtk_grab_remove when destroying the dialog. * gmain.c (x_focus_widget): Handle special case of toplevels. 1998-03-04 Federico Mena Quintero * gscreen.c: Some hackish changes to work around idempotence bugs in gtk_clist_select_row().