Sven Neumann
6ebcf700d1
removed erroneous semicolon after G_DEFINE_TYPE macros.
...
2006-05-15 Sven Neumann <sven@gimp.org>
* app/*/*.c:
* lib*/*.c: removed erroneous semicolon after G_DEFINE_TYPE macros.
2006-05-15 09:46:31 +00:00
Sven Neumann
f2df31a50e
converted tabs to spaces.
...
2006-04-12 Sven Neumann <sven@gimp.org>
* libgimp*/gimp*.[ch]: converted tabs to spaces.
2006-04-12 10:53:28 +00:00
Sven Neumann
37da566934
app/core/gimpcontext.c app/core/gimpimage.c app/paint-funcs/paint-funcs.c
...
2006-04-06 Sven Neumann <sven@gimp.org>
* app/core/gimpcontext.c
* app/core/gimpimage.c
* app/paint-funcs/paint-funcs.c
* app/widgets/gimpcontrollerkeyboard.c
* app/widgets/gimpcontrollerwheel.c
* app/widgets/gimpcursor.c
* app/widgets/gimpdockable.c
* app/widgets/gimpdockbook.c
* app/widgets/gimpdockseparator.c
* libgimp/gimpbrushselect.c
* libgimp/gimpfontselect.c
* libgimp/gimpgradientselect.c
* libgimp/gimppaletteselect.c
* libgimp/gimppatternselect.c
* libgimpwidgets/gimpchainbutton.c
* libgimpwidgets/gimpcolorscales.c
* libgimpwidgets/gimpcolorselect.c
* libgimpwidgets/gimppickbutton.c
* libgimpwidgets/gimpstock.c: sprinkled some const qualifiers.
2006-04-06 12:43:58 +00:00
Michael Natterer
33ae55f873
libgimp/*.c libgimpconfig/*.c libgimpmodule/*.c libgimpthumb/*.c port to
...
2005-12-20 Michael Natterer <mitch@gimp.org>
* libgimp/*.c
* libgimpconfig/*.c
* libgimpmodule/*.c
* libgimpthumb/*.c
* libgimpwidgets/*.c: port to G_DEFINE_TYPE() and friends. Some
related cleanup.
2005-12-20 20:35:23 +00:00
Sven Neumann
3ca90a182e
Use the canonical form for signal names in lots of places (but by far not
...
2005-05-27 Sven Neumann <sven@gimp.org>
* (lots of files): Use the canonical form for signal names in lots
of places (but by far not all).
2005-05-27 13:05:26 +00:00
Sven Neumann
45a7f5e459
libgimpwidgets/gimpcolorbutton.c libgimpwidgets/gimpcolornotebook.c
...
2004-07-13 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpcolorbutton.c
* libgimpwidgets/gimpcolornotebook.c
* libgimpwidgets/gimpcolorscale.c
* libgimpwidgets/gimpcolorscales.c
* libgimpwidgets/gimpcolorselect.c
* libgimpwidgets/gimpcolorselection.c
* libgimpwidgets/gimpframe.c
* libgimpwidgets/gimppickbutton.c
* libgimpwidgets/gimpunitmenu.c: some code review and cosmetics.
2004-07-13 14:55:16 +00:00
Sven Neumann
9f25f8608b
adapt the arrow key velocity to the display scale factor. Please test and
...
2004-07-07 Sven Neumann <sven@gimp.org>
* app/tools/gimpeditselectiontool.c
(gimp_edit_selection_tool_key_press): adapt the arrow key velocity
to the display scale factor. Please test and complain if you
dislike this behaviour.
* themes/Default/images/Makefile.am
* themes/Default/images/stock-color-pick-from-screen-16.png: new
icon drawn by Jimmac.
* libgimpwidgets/gimpstock.[ch]: register the new icon.
* libgimpwidgets/gimppickbutton.c: use it for the screen color
picker instead of reusing the color picker tool icon.
2004-07-06 22:58:33 +00:00
Sven Neumann
9c2ac01ec2
applied patch from Philip Lafleur that fixes color picking for XInput
...
2004-05-27 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppickbutton.c: applied patch from Philip
Lafleur that fixes color picking for XInput devices (bug #143166 ).
2004-05-27 15:12:31 +00:00
Sven Neumann
9257adae0a
code cleanup, no changes.
...
2004-02-08 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppickbutton.c: code cleanup, no changes.
2004-02-08 15:47:20 +00:00
Sven Neumann
c590c6aa15
app/display/gimpdisplayshell-callbacks.c
...
2003-10-28 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-callbacks.c
* app/display/gimpdisplayshell-layer-select.c
* app/widgets/gimpcontainerpopup.c
* app/widgets/gimphistogramview.c
* app/widgets/gimpnavigationpreview.c
* libgimpwidgets/gimpcolorselect.c
* libgimpwidgets/gimpoffsetarea.c
* libgimpwidgets/gimppickbutton.c: use multihead safe variants of
the unsafe functions gdk_pointer_ungrab(), gdk_keyboard_ungrab()
and gdk_device_get_core_pointer().
* plug-ins/libgck/gck/gck.h
* plug-ins/libgck/gck/gckcolor.c: made libgck multi-head safe.
* plug-ins/Lighting/lighting_ui.c
* plug-ins/MapObject/mapobject_preview.c
* plug-ins/MapObject/mapobject_ui.c: changed accordingly.
* plug-ins/common/animationplay.c
* plug-ins/common/curve_bend.c
* plug-ins/gfig/gfig.c
* plug-ins/imagemap/imap_preview.c: use multihead safe GDK API.
2003-10-29 20:57:21 +00:00
Sven Neumann
180aacb96b
fixed color picking from other screens.
...
2003-08-19 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppickbutton.c: fixed color picking from other
screens.
2003-08-18 23:21:44 +00:00
Manish Singh
1a44f2126c
cleanup, removed unecessary G_OBJECT() casts. Should do the same for
...
2003-01-05 Manish Singh <yosh@gimp.org>
* many files in app, modules and libgimp*: cleanup, removed unecessary
G_OBJECT() casts. Should do the same for plug-ins, when more of them
get undeprecated.
2003-01-05 22:07:10 +00:00
Sven Neumann
50c8c56fe0
libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch]
...
2003-01-05 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpchainbutton.[ch]
* libgimpwidgets/gimpcolorarea.[ch]
* libgimpwidgets/gimpcolorbutton.[ch]
* libgimpwidgets/gimpdialog.c
* libgimpwidgets/gimpfileselection.[ch]
* libgimpwidgets/gimpoffsetarea.c
* libgimpwidgets/gimppickbutton.c
* libgimpwidgets/gimpquerybox.c
* libgimpwidgets/gimpwidgets.c: added more API documentation.
Declared gimp_scale_entry_new_internal() as static.
* libgimpwidgets/gimpwidgets.def: changed accordingly.
2003-01-05 15:41:23 +00:00
Michael Natterer
d506e559df
new GtkButton subclass implementing the pick-from-everywhere eyedropper
...
2002-11-04 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimppickbutton.[ch]: new GtkButton subclass
implementing the pick-from-everywhere eyedropper known from
GtkColorSel. Code shamelessly stolen from there.
* libgimpwidgets/Makefile.am
* libgimpwidgets/gimpwidgets.h
* libgimpwidgets/gimpwidgetstypes.h: changed accordingly.
2002-11-04 22:56:41 +00:00