2007-02-03 17:18:29 +00:00
|
|
|
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
|
|
|
cappletname = window
|
|
|
|
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
bin_PROGRAMS = gnome-window-properties
|
|
|
|
|
2002-05-15 00:57:45 +00:00
|
|
|
gnome_window_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) \
|
2002-10-29 06:19:52 +00:00
|
|
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la
|
2002-05-15 00:57:45 +00:00
|
|
|
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
gnome_window_properties_SOURCES = \
|
Split code for changing window managers into libgnome-window-settings.
2002-06-02 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_add_wm), (update_gui), (apply_wm), (create_dialog),
(main):
Split code for changing window managers into libgnome-window-settings.
This is so in the future we can potentially move this into gnome-settings-daemon,
though for now its not robust enough that we really want to do that.
* metacity-window-manager.c: (window_manager_new),
(metacity_window_manager_init), (metacity_window_manager_finalize),
(metacity_window_manager_class_init),
(metacity_window_manager_get_type):
* metacity-window-manager.h:
Update to match changes to gnome-window-manager.h
* wm-exec.c:
* wm-list.c:
* wm-properties.h:
Move these into libgnome-window-settings.
(Jacob, I did make dist, and then built the resulting tarball, hope I
don't cause problems this time :-/)
2002-06-03 00:27:15 +00:00
|
|
|
gnome-window-properties.c
|
|
|
|
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
2007-02-02 18:12:40 +00:00
|
|
|
gladedir = $(pkgdatadir)/glade
|
2002-10-29 06:19:52 +00:00
|
|
|
glade_DATA = gnome-window-properties.glade
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
|
2004-11-09 17:43:47 +00:00
|
|
|
desktopdir = $(datadir)/applications
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
Desktop_in_files = window-properties.desktop.in
|
|
|
|
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
|
|
|
|
2002-06-05 00:36:57 +00:00
|
|
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) \
|
2004-03-31 21:30:23 +00:00
|
|
|
-I$(top_srcdir)/libwindow-settings \
|
2002-06-05 00:36:57 +00:00
|
|
|
-DGNOME_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \
|
2002-10-29 06:19:52 +00:00
|
|
|
-DGLADEDIR=\""$(gladedir)"\" \
|
2007-01-31 21:09:43 +00:00
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
2002-10-29 06:19:52 +00:00
|
|
|
-DPIXMAPDIR=\""$(pixmapdir)"\"
|
|
|
|
|
2004-11-28 08:14:05 +00:00
|
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
|
|
|
|
EXTRA_DIST = $(glade_DATA)
|
2002-05-10 Seth Nickell <snickell@stanford.edu>
* .cvsignore:
* Makefile.am:
* gnome-window-properties.c: (wm_selection_changed),
(wm_widget_clear), (wm_widget_new), (wm_widget_add_wm),
(response_cb), (state_changed), (restart_label_update),
(restart_dialog_raise), (restart_dialog_destroyed),
(show_restart_dialog), (hide_restart_dialog), (update_session),
(init_session), (update_gui), (init_callback), (restart_finalize),
(restart_failure), (show_restart_info), (restart_finish),
(restart_callback), (restart), (revert_callback),
(cancel_callback), (apply_wm), (create_dialog), (main):
* gnome-window-properties.glade:
* window-capplet.png:
* window-properties.desktop.in:
* wm-exec.c: (wm_is_running), (find_gnome_wm_window),
(find_wm_window_from_client), (window_has_wm_state),
(descendent_has_wm_state), (find_wm_window_from_hunt),
(find_wm_window), (start_timeout), (start_do), (kill_timeout),
(wm_restart), (wm_guess_current):
* wm-list.c: (is_blank), (wm_compare), (wm_free),
(wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec),
(wm_list_find_files), (wm_list_read_dir), (wm_list_init),
(wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete),
(wm_list_set_current), (wm_list_get_current), (wm_list_get_revert),
(wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml),
(wm_list_write_to_xml), (xml_read_bool), (xml_write_bool):
* wm-properties.h:
2002-05-11 04:28:20 +00:00
|
|
|
|