mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-05 02:09:37 +00:00

* libgimpwidgets/gimpresolutionentry.[ch]: spiffy new widget that given a physical size, displays that size in an arbitrary unit, and lets you select a resolution via changing either the corresponding width and height or specifying it directly in pixels per your chosen unit. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h: added appropriate files, function, headers, and types, respectively * devel-docs/libgimpwidgets/libgimpwidgets.types: added gimp_resolution_entry_get_type. A section still needs to be created for it. * plug-ins/common/poppler.c (run): bugfix that accidentally wasn't merged in previous commit. * plug-ins/common/poppler.c (load_dialog): replaced resolution spinbutton with a GimpResolutionEntry.
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
#include <gtk/gtk.h>
|
|
#include <libgimpwidgets/gimpwidgets.h>
|
|
#include <libgimpwidgets/gimpcontroller.h>
|
|
|
|
gimp_browser_get_type
|
|
gimp_button_get_type
|
|
gimp_cell_renderer_color_get_type
|
|
gimp_cell_renderer_toggle_get_type
|
|
gimp_chain_button_get_type
|
|
gimp_color_area_get_type
|
|
gimp_color_button_get_type
|
|
gimp_color_display_get_type
|
|
gimp_color_display_stack_get_type
|
|
gimp_color_hex_entry_get_type
|
|
gimp_color_notebook_get_type
|
|
gimp_color_scale_get_type
|
|
gimp_color_scales_get_type
|
|
gimp_color_selector_get_type
|
|
gimp_color_select_get_type
|
|
gimp_color_selection_get_type
|
|
gimp_controller_get_type
|
|
gimp_dialog_get_type
|
|
gimp_enum_combo_box_get_type
|
|
gimp_enum_label_get_type
|
|
gimp_enum_store_get_type
|
|
gimp_file_entry_get_type
|
|
gimp_frame_get_type
|
|
gimp_int_combo_box_get_type
|
|
gimp_int_store_get_type
|
|
gimp_memsize_entry_get_type
|
|
gimp_offset_area_get_type
|
|
gimp_page_selector_get_type
|
|
gimp_path_editor_get_type
|
|
gimp_pick_button_get_type
|
|
gimp_pixmap_get_type
|
|
gimp_preview_area_get_type
|
|
gimp_preview_get_type
|
|
gimp_resolution_entry_get_type
|
|
gimp_scrolled_preview_get_type
|
|
gimp_size_entry_get_type
|
|
gimp_unit_menu_get_type
|