- 28 Mar, 2008 12 commits
-
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * app/sanity.c (sanity_check_glib): bumped glib version. svn path=/trunk/; revision=25286
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * libgimpbase/gimpmemsize.[ch]: deprecate gimp_memsize_to_string() in favor of g_format_size_for_display(). * app/actions/edit-commands.c * app/core/gimpimagefile.c * app/dialogs/image-new-dialog.c * app/dialogs/image-scale-dialog.c * app/display/gimpdisplayshell-title.c * app/widgets/gimpimagepropview.c * app/widgets/gimptemplateeditor.c * app/widgets/gimpthumbbox.c * plug-ins/uri/uri-backend-gnomevfs.c * plug-ins/uri/uri-backend-gvfs.c * plug-ins/uri/uri-backend-libcurl.c * plug-ins/uri/uri-backend-wget.c: use g_format_size_for_display() instead of gimp_memsize_to_string(). svn path=/trunk/; revision=25285
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * configure.in: put GIO check back in as we need it to initialize GIO_CFLAGS and GIO_LIBS. Renamed --without-gio to --without-gvfs. * INSTALL: changed accordingly. * plug-ins/uri/Makefile.am * plug-ins/uri/uri-backend-gio.c * plug-ins/uri/uri-backend-gvfs.c: renamed the gio backend to gvfs. svn path=/trunk/; revision=25284
-
Djihed Afifi authored
svn path=/trunk/; revision=25277
-
Michael Natterer authored
2008-03-28 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/line-nova.scm (script-fu-line-nova): move the call to gimp-selection-save inside the undo group. (script-fu-register): use "*" as image type (not "") so the menu item is disabled when there is no image. svn path=/trunk/; revision=25276
-
Michael Natterer authored
2008-03-28 Michael Natterer <mitch@gimp.org> * configure.in: require glib >= 2.16.1. Don't warn about deprecations for glib >= 2.19.0 and gtk+ >= 2.15.0. Remove check for GIO but keep the --without-gio option for the URI plugin. svn path=/trunk/; revision=25275
-
Sven Neumann authored
svn path=/trunk/; revision=25274
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimphelpui.c: show a custom tooltip for menu items and inform the user the she can get more help by pressing F1. svn path=/trunk/; revision=25273
-
Sven Neumann authored
svn path=/trunk/; revision=25272
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimphelpui.c: updated documentation. svn path=/trunk/; revision=25271
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * app/dialogs/tips-parser.[ch] * app/dialogs/tips-dialog.c: improved the creation of fallback tips in case of an error parsing the tips file. (tips_dialog_create): simplified dialog layout. * app/dialogs/preferences-dialog.c: removed the check button for the "show-tips" option. svn path=/trunk/; revision=25270
-
Sven Neumann authored
2008-03-28 Sven Neumann <sven@gimp.org> * data/tips/gimp-tips.dtd * data/tips/gimp-tips.xml.in * app/dialogs/tips-parser.[ch]: reverted some of the changes from yesterday. The simplification went too far and we inadvertently lost an important feature. svn path=/trunk/; revision=25269
-
- 27 Mar, 2008 17 commits
-
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * plug-ins/common/pnm.c (load_image): changed message to say "Unsupported maximum value" instead of "Invalid maximum value" as suggested in bug #149723. svn path=/trunk/; revision=25268
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * data/tips/gimp-tips.dtd * data/tips/gimp-tips.xml.in: simplified the gimp-tips XML format as we do not any longer need a special welcome tip. * app/dialogs/tips-dialog.c * app/dialogs/tips-parser.[ch]: changed accordingly. svn path=/trunk/; revision=25267
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/config/gimprc-blurbs.h: removed SHOW_TIPS_BLURB. svn path=/trunk/; revision=25266
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> Preparing for a revamp of the "Tip of the Day" feature: * app/config/gimpguiconfig.[ch]: removed "show-tips" property. * app/gui/gui.[ch]: removed gui_post_init() as it's only purpose was to show the tips dialog. * app/app.c: changed accordingly. * app/dialogs/tips-dialog.c: removed some stuff that we are not going to need any longer. svn path=/trunk/; revision=25265
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * libgimp/gimp.c: minor improvements to the API docs. svn path=/trunk/; revision=25264
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> Properly pass the focus from the core to plug-in dialogs: * libgimpbase/gimpprotocol.[ch]: added a user_time member to the GimpConfig struct. Bumped the protocol version to 0x0012. * app/core/gimp-gui.[ch] * app/gui/gui-vtable.c: added gimp_get_user_time() to get the timestamp of the last user interaction. * app/plug-in/gimppluginmanager-call.c (gimp_plug_in_manager_call_run): pass the timestamp to in the GimpConfig message. * libgimp/gimp.[ch]: * libgimp/gimp.def: added method to access the timestamp as set in the config message. * libgimp/gimpui.c (gimp_ui_init): construct a fake startup ID and set the DESKTOP_STARTUP_ID environment variable. svn path=/trunk/; revision=25263
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpdockable.c (gimp_dockable_detach): open the new dock window at the mouse pointer position. svn path=/trunk/; revision=25262
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-dnd.c (gimp_display_shell_drop_uri_list): don't flush if there's no image. (gimp_display_shell_dnd_flush): use gtk_window_present() instead of gdk_window_focus(). svn path=/trunk/; revision=25261
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.c: use a button with icon for the progress cancel button. svn path=/trunk/; revision=25260
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_style_set): added an arbitrary number to the minimum height. svn path=/trunk/; revision=25259
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.c: make sure that the statusbar frame requests enough space to hold it's children, also the invisible ones. * app/display/gimpdisplayshell.c (gimp_display_shell_style_set): don't add 1 pixel here, this spacing is gone. svn path=/trunk/; revision=25258
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.[ch]: derive GimpStatusbar from GtkStatusbar. Use the normal statusbar label for statusbar messages and only show the progressbar when progress is active. * app/display/gimpdisplayshell.c (gimp_display_shell_new): removed spacing from the main vertical box. svn path=/trunk/; revision=25257
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * plug-ins/common/dicom.c (dicom_loader): cosmetic changes. svn path=/trunk/; revision=25256
-
Mukund Sivaraman authored
2008-03-27 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/dicom.c: Validated samples_per_pixel, changed the loop counter data type, and patched code to work on big endian CPUs. svn path=/trunk/; revision=25255
-
Sven Neumann authored
2008-03-27 Sven Neumann <sven@gimp.org> * app/gui/gui.c (gui_init): disable automatic startup notification. (gui_restore_after_callback): notify the display enviroment that the application has finished loading. * app/gui/splash.c: no need to deal with startup notification here any longer. svn path=/trunk/; revision=25254
-
Mukund Sivaraman authored
2008-03-26 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/dicom.c: Forget about negative values in signed data and scale positive values appropriately. Also fixed signed values in the 8 bpp case, and added some comments. svn path=/trunk/; revision=25253
-
Mukund Sivaraman authored
2008-03-26 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/dicom.c: made the dicom plug-in a bit better. 1. Parse the default little-endian encoding correctly. 2. Handle signed pixel data. 3. Support "bits stored" and "high bit" meta data fields. 4. Throw away the bogus "max" value based metering. svn path=/trunk/; revision=25252
-
- 26 Mar, 2008 11 commits
-
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.c: make the wilber area a bit smaller. svn path=/trunk/; revision=25251
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.[ch]: store the toolbox area's vbox in the widget struct. * app/widgets/gimptoolbox-dnd.c (gimp_toolbox_dnd_init): use it as DND target instead of the wbox with the tool buttons. svn path=/trunk/; revision=25250
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.[ch]: big wilber is watching you from the toolbox! Removed forgotten menubar cruft. svn path=/trunk/; revision=25249
-
Sven Neumann authored
2008-03-26 Sven Neumann <sven@gimp.org> * app/widgets/gimpcairo-wilber.[ch]: * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): hide ugly details behind a sane API. svn path=/trunk/; revision=25248
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_empty): improve tooltip here too. svn path=/trunk/; revision=25247
-
Sven Neumann authored
2008-03-26 Sven Neumann <sven@gimp.org> * app/widgets/gimpcairo-wilber.c: include a better Wilber path, thanks to Jimmac. * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): undid scaling "fix", instead take the offset into account. Draw with transparency. svn path=/trunk/; revision=25246
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): fix scaling. svn path=/trunk/; revision=25245
-
Sven Neumann authored
2008-03-26 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/gimpcairo-wilber.[ch]: new files that renders a Wilber image as a Cairo path. Or at least it is supposed to do this at some point... * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): use the scalable Wilber path. Needs more work... svn path=/trunk/; revision=25244
-
Sven Neumann authored
svn path=/trunk/; revision=25243
-
Sven Neumann authored
2008-03-26 Sven Neumann <sven@gimp.org> * data/images/Makefile.am: install wilber.png. * app/display/gimpcanvas.c (gimp_canvas_draw_drop_zone): try to load "wilber.png" from $prefix/share/gimp/2.0/images. * app/display/gimpdisplayshell.c (gimp_display_shell_new): improved tooltip. svn path=/trunk/; revision=25242
-
Michael Natterer authored
2008-03-26 Michael Natterer <mitch@gimp.org> * app/display/gimpcanvas.[ch]: improve wilber scaling and remove the drop zone layout. * app/display/gimpdisplayshell.c: add a tooltip instead. svn path=/trunk/; revision=25241
-