2001-04-14 23:21:45 +08:00
|
|
|
/* The GIMP -- an image manipulation program
|
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
2001-05-08 11:48:54 +08:00
|
|
|
#include "widgets/widgets-types.h"
|
2001-04-14 23:21:45 +08:00
|
|
|
|
2001-07-07 20:17:23 +08:00
|
|
|
#include "core/gimp.h"
|
2001-05-09 10:32:03 +08:00
|
|
|
#include "core/gimpcontext.h"
|
|
|
|
|
2001-04-15 00:37:28 +08:00
|
|
|
#include "widgets/gimpdialogfactory.h"
|
|
|
|
|
2001-04-14 23:21:45 +08:00
|
|
|
#include "dialogs.h"
|
|
|
|
#include "dialogs-constructors.h"
|
|
|
|
#include "menus.h"
|
|
|
|
|
|
|
|
|
2001-04-22 08:38:56 +08:00
|
|
|
GimpDialogFactory *global_dialog_factory = NULL;
|
|
|
|
GimpDialogFactory *global_dock_factory = NULL;
|
2001-04-14 23:21:45 +08:00
|
|
|
|
|
|
|
|
2001-04-19 00:39:34 +08:00
|
|
|
static const GimpDialogFactoryEntry toplevel_entries[] =
|
2001-04-18 00:00:27 +08:00
|
|
|
{
|
2001-07-18 04:50:01 +08:00
|
|
|
{ "gimp:toolbox", dialogs_toolbox_get, TRUE, TRUE, TRUE, TRUE },
|
|
|
|
{ "gimp:tool-options-dialog", dialogs_tool_options_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:device-status-dialog", dialogs_device_status_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:brush-select-dialog", dialogs_brush_select_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:pattern-select-dialog", dialogs_pattern_select_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:gradient-select-dialog", dialogs_gradient_select_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:palette-select-dialog", dialogs_palette_select_get, TRUE, TRUE, FALSE, TRUE },
|
|
|
|
{ "gimp:document-index-dialog", dialogs_document_index_get, TRUE, TRUE, TRUE, TRUE },
|
|
|
|
{ "gimp:preferences-dialog", dialogs_preferences_get, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:input-devices-dialog", dialogs_input_devices_get, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:module-browser-dialog", dialogs_module_browser_get, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:undo-history-dialog", dialogs_undo_history_get, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:display-filters-dialog", dialogs_display_filters_get, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:tips-dialog", dialogs_tips_get, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:about-dialog", dialogs_about_get, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
|
|
|
|
{ "gimp:brush-editor", dialogs_brush_editor_get, TRUE, TRUE, TRUE, FALSE },
|
|
|
|
{ "gimp:gradient-editor", dialogs_gradient_editor_get, TRUE, TRUE, TRUE, FALSE },
|
|
|
|
{ "gimp:palette-editor", dialogs_palette_editor_get, TRUE, TRUE, TRUE, FALSE }
|
2001-04-18 00:00:27 +08:00
|
|
|
};
|
|
|
|
static const gint n_toplevel_entries = (sizeof (toplevel_entries) /
|
|
|
|
sizeof (toplevel_entries[0]));
|
|
|
|
|
2001-04-19 00:39:34 +08:00
|
|
|
static const GimpDialogFactoryEntry dock_entries[] =
|
2001-04-18 00:00:27 +08:00
|
|
|
{
|
2001-08-11 15:47:35 +08:00
|
|
|
{ "gimp:image-list", dialogs_image_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:brush-list", dialogs_brush_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:pattern-list", dialogs_pattern_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:gradient-list", dialogs_gradient_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:palette-list", dialogs_palette_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:tool-list", dialogs_tool_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:buffer-list", dialogs_buffer_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
|
|
|
|
{ "gimp:image-grid", dialogs_image_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:brush-grid", dialogs_brush_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:pattern-grid", dialogs_pattern_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:gradient-grid", dialogs_gradient_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:palette-grid", dialogs_palette_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:tool-grid", dialogs_tool_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:buffer-grid", dialogs_buffer_grid_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
|
|
|
|
{ "gimp:layer-list", dialogs_layer_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:channel-list", dialogs_channel_list_view_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:path-list", dialogs_path_list_view_new, TRUE, FALSE, FALSE, TRUE },
|
|
|
|
{ "gimp:indexed-palette", dialogs_indexed_palette_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
|
|
|
|
{ "gimp:document-history", dialogs_document_history_new, FALSE, FALSE, FALSE, TRUE },
|
|
|
|
|
|
|
|
{ "gimp:error-console", dialogs_error_console_get, TRUE, FALSE, FALSE, TRUE }
|
2001-04-18 00:00:27 +08:00
|
|
|
};
|
|
|
|
static const gint n_dock_entries = (sizeof (dock_entries) /
|
|
|
|
sizeof (dock_entries[0]));
|
|
|
|
|
|
|
|
|
|
|
|
/* public functions */
|
|
|
|
|
2001-04-14 23:21:45 +08:00
|
|
|
void
|
2001-07-07 20:17:23 +08:00
|
|
|
dialogs_init (Gimp *gimp)
|
2001-04-14 23:21:45 +08:00
|
|
|
{
|
2001-04-18 00:00:27 +08:00
|
|
|
gint i;
|
|
|
|
|
2001-07-07 20:17:23 +08:00
|
|
|
global_dialog_factory = gimp_dialog_factory_new ("toplevel",
|
|
|
|
gimp_get_user_context (gimp),
|
|
|
|
NULL,
|
|
|
|
NULL);
|
2001-07-02 22:58:02 +08:00
|
|
|
|
2001-07-07 20:17:23 +08:00
|
|
|
global_dock_factory = gimp_dialog_factory_new ("dock",
|
|
|
|
gimp_get_user_context (gimp),
|
|
|
|
menus_get_dialogs_factory (),
|
|
|
|
dialogs_dock_new);
|
2001-07-02 22:58:02 +08:00
|
|
|
|
2001-04-18 00:00:27 +08:00
|
|
|
for (i = 0; i < n_toplevel_entries; i++)
|
2001-07-02 22:58:02 +08:00
|
|
|
gimp_dialog_factory_register_entry (global_dialog_factory,
|
|
|
|
toplevel_entries[i].identifier,
|
|
|
|
toplevel_entries[i].new_func,
|
|
|
|
toplevel_entries[i].singleton,
|
|
|
|
toplevel_entries[i].session_managed,
|
2001-07-18 04:50:01 +08:00
|
|
|
toplevel_entries[i].remember_size,
|
|
|
|
toplevel_entries[i].remember_if_open);
|
2001-04-18 00:00:27 +08:00
|
|
|
|
|
|
|
for (i = 0; i < n_dock_entries; i++)
|
2001-07-02 22:58:02 +08:00
|
|
|
gimp_dialog_factory_register_entry (global_dock_factory,
|
|
|
|
dock_entries[i].identifier,
|
|
|
|
dock_entries[i].new_func,
|
|
|
|
dock_entries[i].singleton,
|
|
|
|
dock_entries[i].session_managed,
|
2001-07-18 04:50:01 +08:00
|
|
|
dock_entries[i].remember_size,
|
|
|
|
dock_entries[i].remember_if_open);
|
2001-04-14 23:21:45 +08:00
|
|
|
}
|
2001-04-17 02:49:29 +08:00
|
|
|
|
|
|
|
void
|
2001-07-07 20:17:23 +08:00
|
|
|
dialogs_exit (Gimp *gimp)
|
2001-04-17 02:49:29 +08:00
|
|
|
{
|
2001-07-28 03:41:54 +08:00
|
|
|
g_object_unref (G_OBJECT (global_dialog_factory));
|
|
|
|
g_object_unref (G_OBJECT (global_dock_factory));
|
2001-04-17 02:49:29 +08:00
|
|
|
|
|
|
|
global_dialog_factory = NULL;
|
|
|
|
global_dock_factory = NULL;
|
|
|
|
}
|